代码搜索结果

找到约 44,783 项符合 Layout 的代码

layout.h

/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: layout.h,v 1.2.16.1 2004/07/09 01:58:01 hubbe Exp $ * * Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserved.

layout.cpp

/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: layout.cpp,v 1.2.16.1 2004/07/09 01:58:01 hubbe Exp $ * * Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserved

log4j.properties

log4j.rootLogger =WARN,A log4j.appender.A = org.apache.log4j.ConsoleAppender log4j.appender.A.layout = org.apache.log4j.PatternLayout log4j.appender.A.layout.ConversionPattern = %-4r [%t] %-5p %c %

log4j.properties

### direct log messages to stdout ### log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.Target=System.out log4j.appender.stdout.layout=org.apache.log4j.PatternLayout log4j.a

packed8.c

// PR c++/18378 // NOTE: This test assumes packed structure layout differs from unpacked // structure layout. This isn't true, e.g., with the default // arm-none-elf options. // { dg-opti

struct-layout-1_x1.h

#include "struct-layout-1.h" struct Info info; int fails; int intarray[256]; int fn0 (void) { return 0; } int fn1 (void) { return 1; } int fn2 (void) { return 2; } int fn3 (void) { return 3; } int fn

struct-layout-1_y1.h

#include "struct-layout-1.h" #define F(n, x, v, w) \ if (info.flds[i] != &s##n.x) \ FAIL (n, 50); \ if (info.sizes[i] != sizeof (s##n.x)) \ FAIL (n, 51); \ if (in

struct-layout-1_generate.c

/* Structure layout test generator. Copyright (C) 2004, 2005 Free Software Foundation, Inc. Contributed by Jakub Jelinek . This file is part of GCC. GCC is free software; you

vbase14.c

// { dg-options "-Wabi -fabi-version=1" } struct E1 {}; struct E2 : public E1 {}; // { dg-warning "layout" } struct E : public E1, public E2 {}; // { dg-warning "layout|ambiguity" } struct N : public

const-str-6.mm

/* Negative test case for constant string layout. */ /* Contributed by Ziemowit Laski . */ /* { dg-options "-fconstant-string-class=MyConstantString" } */ /* { dg-do compile } */