/dalvik/dx/tests/008-field/ |
info.txt | 1 This is a dump of a simple class which is valid in structure but is overall 6 simple field with no attributes and with every access flag turned on
|
/dalvik/dx/tests/009-method/ |
info.txt | 1 This is a dump of a simple class which is valid in structure but is overall 6 simple method with no attributes and with every access flag turned on
|
/external/libxml2/result/XInclude/ |
nodes.xml | 3 <!-- Simple test of including a set of nodes from an XML document --> 4 <p xml:base="../ents/something.xml">something</p><p xml:base="../ents/something.xml">really</p><p xml:base="../ents/something.xml">simple</p>
|
nodes2.xml | 3 <!-- Simple test of including a set of nodes from an XML document --> 4 <p xml:base="../ents/something.xml">something</p><p xml:base="../ents/something.xml">really</p><p xml:base="../ents/something.xml">simple</p>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib/pkgconfig/ |
libpulse-simple.pc | 6 Name: libpulse-simple 9 Libs: -L${libdir} -lpulse-simple
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/pkgconfig/ |
libpulse-simple.pc | 6 Name: libpulse-simple 9 Libs: -L${libdir} -lpulse-simple
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib/pkgconfig/ |
libpulse-simple.pc | 6 Name: libpulse-simple 9 Libs: -L${libdir} -lpulse-simple
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/pkgconfig/ |
libpulse-simple.pc | 6 Name: libpulse-simple 9 Libs: -L${libdir} -lpulse-simple
|
/prebuilts/misc/windows/sdl2/ |
README-SDL.txt | 4 The Simple DirectMedia Layer (SDL for short) is a cross-platform library
8 The Simple DirectMedia Layer library source code is available from:
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR/ANTLR.xcodeproj/xcuserdata/acondit.xcuserdatad/xcschemes/ |
lexertest-simple.xcscheme | 17 BuildableName = "lexertest-simple" 18 BlueprintName = "lexertest-simple" 44 BuildableName = "lexertest-simple" 45 BlueprintName = "lexertest-simple" 63 BuildableName = "lexertest-simple" 64 BlueprintName = "lexertest-simple"
|
/external/nanopb-c/examples/simple/ |
README.txt | 1 Nanopb example "simple" 5 decodes a simple message. 18 run it with the command: ./simple 23 ../../generator-bin/protoc --nanopb_out=. simple.proto 27 simple.c simple.pb.c pb_encode.c pb_decode.c
|
/cts/tests/tests/jni/src/android/jni/cts/ |
JniStaticTest.java | 54 * Test a simple no-op and void-returning method call. 61 * Test a simple value-returning (but otherwise no-op) method call. 68 * Test a simple value-returning (but otherwise no-op) method call. 75 * Test a simple value-returning (but otherwise no-op) method call. 82 * Test a simple value-returning (but otherwise no-op) method call. 89 * Test a simple value-returning (but otherwise no-op) method call. 96 * Test a simple value-returning (but otherwise no-op) method call. 103 * Test a simple value-returning (but otherwise no-op) method call. 110 * Test a simple value-returning (but otherwise no-op) method call. 117 * Test a simple value-returning (but otherwise no-op) method call [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/mws/ |
test_response.py | 77 List=ElementList(Simple=SimpleList())) 97 <Simple>4</Simple> 98 <Simple>5</Simple> 99 <Simple>6</Simple> 102 <Simple>7</Simple> 103 <Simple>8</Simple [all...] |
/external/skia/src/pathops/ |
SkPathOpsSimplify.cpp | 13 static bool bridgeWinding(SkOpContourHead* contourList, SkPathWriter* simple, 37 if (!unsortable && simple->hasMove() 39 && !simple->isClosed()) { 40 if (!current->addCurveTo(start, end, simple)) { 44 if (!simple->isClosed()) { 56 if (!current->addCurveTo(start, end, simple)) { 62 } while (!simple->isClosed() && (!unsortable || !start->starter(end)->done())); 63 if (current->activeWinding(start, end) && !simple->isClosed()) { 66 if (!current->addCurveTo(start, end, simple)) { 72 simple->close() [all...] |
/external/compiler-rt/test/msan/ |
use-after-dtor.cc | 18 struct Simple { 20 Simple() { 23 ~Simple() { 30 assert(sizeof(Simple) <= sizeof(buf)); 32 Simple *s = new(&buf) Simple(); 33 s->~Simple(); 42 // CHECK-ORIGINS: {{#1 0x.* in Simple::~Simple}}
|
/external/clang/test/CodeGenCXX/ |
sanitize-dtor-tail-call.cpp | 5 struct Simple { 7 Simple() { 10 ~Simple() { 15 Simple s; 16 // Simple internal member is poisoned by compiler-generated dtor
|
sanitize-no-dtor-callback.cpp | 5 struct Simple { 6 ~Simple() {} 8 Simple s;
|
microsoft-abi-vtables-virtual-inheritance-vtordisps.cpp | 34 namespace simple { namespace 51 // A simple vtordisp{x,y} thunk for Method@Class is something like: 57 // CHECK-LABEL: VFTable for 'V1' in 'simple::A' (2 entries). 58 // CHECK-NEXT: 0 | void simple::A::f() 60 // CHECK-NEXT: 1 | simple::A::~A() [scalar deleting] 63 // CHECK-LABEL: Thunks for 'simple::A::~A()' (1 entry). 66 // CHECK-LABEL: Thunks for 'void simple::A::f()' (1 entry). 70 // MANGLING-DAG: @"\01?f@A@simple@@$4PPPPPPPM@A@AEXXZ" 73 // MANGLING-DAG: @"\01??_EA@simple@@$4PPPPPPPM@A@AEPAXI@Z" 80 // CHECK-LABEL: VFTable for 'Z' in 'V3' in 'simple::B' (2 entries) [all...] |
/external/clang/test/Sema/ |
builtins-arm-exclusive.c | 3 struct Simple { 16 sum += __builtin_arm_ldrex((struct Simple **)addr)->a; 22 sum += __builtin_arm_ldrex((struct Simple *)addr).a; // expected-error {{address argument to atomic builtin must be a pointer to}} 33 struct Simple var = {0}; 40 res |= __builtin_arm_strex(&var, (struct Simple **)addr); 47 res |= __builtin_arm_strex(var, (struct Simple *)addr); // expected-error {{address argument to atomic builtin must be a pointer to}} 48 res |= __builtin_arm_strex(var, (struct Simple **)addr); // expected-error {{passing 'struct Simple' to parameter of incompatible type 'struct Simple *'}} 49 res |= __builtin_arm_strex(&var, (struct Simple **)addr).a; // expected-error {{is not a structure or union} [all...] |
builtins-arm64-exclusive.c | 3 struct Simple { 17 sum += __builtin_arm_ldrex((struct Simple **)addr)->a; 23 sum += __builtin_arm_ldrex((struct Simple *)addr).a; // expected-error {{address argument to atomic builtin must be a pointer to}} 32 struct Simple var = {0}; 40 res |= __builtin_arm_strex(&var, (struct Simple **)addr); 47 res |= __builtin_arm_strex(var, (struct Simple *)addr); // expected-error {{address argument to atomic builtin must be a pointer to}} 48 res |= __builtin_arm_strex(var, (struct Simple **)addr); // expected-error {{passing 'struct Simple' to parameter of incompatible type 'struct Simple *'}} 49 res |= __builtin_arm_strex(&var, (struct Simple **)addr).a; // expected-error {{is not a structure or union} [all...] |
/development/samples/browseable/MediaBrowserService/ |
_index.jd | 10 service. It exposes a simple music library through the new 13 When not connected to a car, the app has a very simple UI that browses 14 the media library and provides simple playback controls. When
|
/external/opencv3/samples/java/clojure/simple-sample/ |
project.clj | 1 (defproject simple-sample "0.1.0-SNAPSHOT" 6 :description "A simple project to start REPLing with OpenCV" 13 :main simple-sample.core
|
/external/proguard/src/proguard/optimize/info/ |
SimpleEnumMarker.java | 28 * flag for simple enums. 35 private final boolean simple; field in class:SimpleEnumMarker 42 public SimpleEnumMarker(boolean simple) 44 this.simple = simple; 65 info.setSimpleEnum(simple);
|
/external/v8/test/mjsunit/regress/ |
regress-2339.js | 30 function simple() { function 40 simple(); 41 simple(); 42 %OptimizeFunctionOnNextCall(simple); 43 simple(); 44 assertOptimized(simple);
|
/system/firewalld/dbus_bindings/ |
org.chromium.Firewalld.dbus-xml | 8 <annotation name="org.chromium.DBus.Method.Kind" value="simple"/> 14 <annotation name="org.chromium.DBus.Method.Kind" value="simple"/> 20 <annotation name="org.chromium.DBus.Method.Kind" value="simple"/> 26 <annotation name="org.chromium.DBus.Method.Kind" value="simple"/> 32 <annotation name="org.chromium.DBus.Method.Kind" value="simple"/> 38 <annotation name="org.chromium.DBus.Method.Kind" value="simple"/>
|