/art/test/106-exceptions2/src/ |
Main.java | 19 public int ifoo; field in class:Main 27 ifoo++; 30 if (ifoo != 321) { 32 nonNullA.ifoo = 12; 34 nonNullB.ifoo = 21; 37 nonNullA.ifoo = 12; 41 nonNullA.ifoo = 13; 44 nonNullB.ifoo = 21; 49 nonNullC.ifoo = 32; 52 return ifoo + nonNullA.ifoo + nonNullB.ifoo + nonNullC.ifoo [all...] |
/external/llvm/test/Assembler/ |
vbool-cmp.ll | 12 ; CHECK: @ifoo 14 define <4 x i1> @ifoo(<4 x i32> %a, <4 x i32> %b) nounwind {
|
/external/chromium_org/ppapi/generators/test_version/ |
versions.idl | 20 interface iFoo { 38 [version=0.0] iFoo x; 47 [version=0.0] iFoo x;
|
/external/clang/test/CodeGenCXX/ |
multi-dim-operator-new.cpp | 7 Foo() : iFoo (2) { 10 int iFoo; 42 printf("%d\n", g[i].iFoo);
|
/external/clang/test/Sema/ |
attr-unavailable-message.c | 4 int foo(int) __attribute__((__unavailable__("USE IFOO INSTEAD"))); // expected-note {{'foo' has been explicitly marked unavailable here}} 15 int ir = foo(1); // expected-error {{'foo' is unavailable: USE IFOO INSTEAD}}
|
/external/llvm/test/CodeGen/Mips/Fast-ISel/ |
loadstore2.ll | 45 define void @ifoo() #0 { 49 ; CHECK-LABEL: ifoo:
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
Antlr.Runtime.Tools.Tests.pas | 110 IFoo = interface(IANTLRInterface) 117 TFoo = class(TANTLRObject, ICloneable, IFoo) 136 Foo: IFoo; 191 Foo: IFoo; 208 Check(Supports(ReturnValue, IFoo)); 209 CheckEquals((ReturnValue as IFoo).Value,(FICloneable as IFoo).Value);
|
/external/clang/test/Driver/ |
cl-fallback.c | 7 // RUN: %clang_cl /fallback /Dfoo=bar /Ubaz /Ifoo /O0 /Ox /GR /GR- /Gy /Gy- \
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/ |
d3d1xstutil.h | 128 * The base class is GalliumComObject<IFoo>, which implements the 129 * IUnknown interface, and inherits IFoo. 173 * Note that GalliumAnimal<IFoo>* is safely castable to GalliumAnimal<IBar>*
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/ |
d3d1xstutil.h | 128 * The base class is GalliumComObject<IFoo>, which implements the 129 * IUnknown interface, and inherits IFoo. 173 * Note that GalliumAnimal<IFoo>* is safely castable to GalliumAnimal<IBar>*
|
/external/clang/docs/ |
DriverInternals.rst | 125 For example, a command line like "-Ifoo -I foo" would parse to two 146 $ clang -ccc-print-options -Xarch_i386 -fomit-frame-pointer -Wa,-fast -Ifoo -I foo t.c
|
UsersManual.rst | 777 $ clang -Ifoo -isystem bar --system-header-prefix=x/ \ [all...] |
/external/chromium-trace/trace-viewer/src/tracing/importer/ |
trace_event_importer_test.js | [all...] |
/ndk/build/core/ |
definitions-host.mk | 135 # Returns : list of include compiler options (e.g. "-Ifoo -Ibar")
|
/ndk/sources/host-tools/sed-4.2.1/ |
NEWS | 433 sed -e 1ifoo -e '$abar'
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/ |
x86_64-w64-mingw32-cpp.1 | 220 \&\fB\-Ifoo\fR and \fB\-I foo\fR have the same effect. [all...] |
/ndk/sources/host-tools/make-3.81/doc/ |
make.info-1 | [all...] |
make.texi | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/ |
cpp.info | [all...] |