HomeSort by relevance Sort by last modified time
    Searched refs:third (Results 1 - 25 of 510) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/framework/base/activitymanager/appThirdUid/src/android/server/am/third/
ThirdActivity.java 17 package android.server.am.third;
Components.java 17 package android.server.am.third;
  /external/ImageMagick/Magick++/tests/
readWriteImages.cpp 95 Image third(*first.begin());
96 third.write("testmagick_anim_out");
110 third.write("testmagick_anim_out.ico");
122 third.magick("BMP");
123 third.write("testmagick_anim_out.ico");
135 third.write("PDB:testmagick_anim_out.ico");
147 third.magick("");
148 third.write("testmagick_anim_out.ico");
  /external/clang/test/Preprocessor/
c99-6_10_3_4_p9.c 15 showlist(The first, second, and third items.);
16 // CHECK: puts("The first, second, and third items.");
  /external/llvm/test/MC/AsmParser/
macros-argument-parsing-diagnostics.s 20 double third = 0
21 # CHECK: error: parameter named 'third' does not exist for macro 'double'
22 # CHECK: double third = 0
  /external/mesa3d/src/compiler/glsl/glcpp/tests/
128-space-before-hash.c 16 for the third time, yes!
  /compatibility/cdd/9_security-model/
9_13_safe-mode.md 4 where only preinstalled system apps are allowed to run and all third-party
6 capability to uninstall potentially harmful third-party apps.
15 enter Safe Boot Mode in such a way that is uninterruptible from third-party
16 apps installed on the device, except when the third-party app is a
22 uninstall any third-party apps within Safe Mode.
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
d1.go 9 // C2 should be third.
12 // V2 should be third.
41 // T2 should be third.
46 // TG2 should be third.
56 // F2 should be third.
  /prebuilts/go/linux-x86/src/go/doc/testdata/
d1.go 9 // C2 should be third.
12 // V2 should be third.
41 // T2 should be third.
46 // TG2 should be third.
56 // F2 should be third.
  /compatibility/cdd/3_software/
3_13_quick-settings.md 11 APIs from a third-party app.
12 * [C-1-2] MUST NOT automatically add a tile from a third-party app directly
14 * [C-1-3] MUST display all the user-added tiles from third-party apps
  /frameworks/opt/chips/tests/src/com/android/ex/chips/
ChipsTest.java 250 String third = (String) mTokenizer.terminateToken("THIRD"); local
252 mEditable.append(first+second+third);
253 int thirdStart = mEditable.toString().indexOf(third);
254 int thirdEnd = thirdStart + third.trim().length();
266 String third = (String) mTokenizer.terminateToken("THIRD"); local
270 mEditable.append(first+second+third+fourth+fifth);
301 String third = (String) mTokenizer.terminateToken("THIRD"); local
316 assertEquals(mEditable.toString(), first+second+third); local
325 assertEquals(mEditable.toString(), first+second+third); local
336 assertEquals(mEditable.toString(), first+second+third); local
345 assertEquals(mEditable.toString(), first+second+third); local
362 String third = (String) mTokenizer.terminateToken("THIRD"); local
441 String third = (String) mTokenizer.terminateToken("THI,RD"); local
456 assertEquals(mEditable.toString(), first+second+third); local
465 assertEquals(mEditable.toString(), first+second+third); local
482 String third = (String) mTokenizer.terminateToken("THIRD"); local
500 assertEquals(mEditable.toString(), first+second+third+third); local
509 assertEquals(mEditable.toString(), first+second+third+third); local
528 String third = (String) mTokenizer.terminateToken("THIRD"); local
541 assertEquals(mEditable.toString(), first + second + third); local
544 assertEquals(mEditable.toString(), first + third); local
570 assertEquals(mEditable.toString(), first + second + third); local
572 assertEquals(mEditable.toString(), second + third); local
598 assertEquals(mEditable.toString(), first + second + third); local
617 String third = (String) mTokenizer.terminateToken("THIRD"); local
631 assertEquals(mEditable.toString(), first + second + third); local
636 + second + third); local
669 assertEquals(mEditable.toString(), first + second + third); local
702 assertEquals(mEditable.toString(), first + second + third); local
770 String third = (String) mTokenizer.terminateToken("THIRD"); local
930 String third = (String) mTokenizer.terminateToken("THIRD"); local
    [all...]
  /external/valgrind/gdbserver_tests/
mcbreak.stdout.exp 3 pid .... Thread .... third
  /external/syslinux/dos/
memset.S 16 # The third argument is already in %cx
memcpy.S 17 # The third argument is already in cx
  /hardware/interfaces/tests/bar/1.0/
IBar.hal 37 takeAMask(BitField bf, bitfield<BitField> first, MyMask second, Mask third)
38 generates (BitField bf, uint8_t first, uint8_t second, uint8_t third);
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
NanoTimeGranularityTester.java 40 long third = System.nanoTime(); local
48 total += third - second;
49 total += fourth - third;
  /packages/apps/StorageManager/robotests/src/com/android/storagemanager/utils/
PreferenceListCacheTest.java 71 Preference third = createPreference("third"); local
72 Preference[] preferences = new Preference[] {first, second, third};
78 assertEquals(third, mCache.getCachedPreference("third"));
88 Preference third = createPreference("third"); local
89 Preference[] preferences = new Preference[] {first, second, third};
98 // Because the third preference was left, it should have been removed by the last call.
99 verify(mGroup).removePreference(eq(third));
106 Preference third = createPreference("third"); local
124 Preference third = createPreference("first"); local
    [all...]
  /external/clang/test/Index/
complete-method-decls.m 46 - (int)first:(int)x second:(float)y third:(double)z;
47 - (id)first:(int)xx second2:(float)y2 third:(double)z;
48 - (void*)first:(int)xxx second3:(float)y3 third:(double)z;
52 - (int)first:(int)x second2:(float)y third:(double)z;
56 - (int)first:(int)x second2:(float)y third:(double)z { }
150 // CHECK-CC8: ObjCInstanceMethodDecl:{ResultType id}{Informative first:}{TypedText second2:}{Text (float)y2}{HorizontalSpace }{TypedText third:}{Text (double)z} (35)
151 // CHECK-CC8: ObjCInstanceMethodDecl:{ResultType void *}{Informative first:}{TypedText second3:}{Text (float)y3}{HorizontalSpace }{TypedText third:}{Text (double)z} (35)
152 // CHECK-CC8: ObjCInstanceMethodDecl:{ResultType int}{Informative first:}{TypedText second:}{Text (float)y}{HorizontalSpace }{TypedText third:}{Text (double)z} (8)
160 // CHECK-CCB: ObjCInstanceMethodDecl:{LeftParen (}{Text int}{RightParen )}{TypedText first}{TypedText :}{LeftParen (}{Text int}{RightParen )}{Text x}{HorizontalSpace }{TypedText second2:}{LeftParen (}{Text float}{RightParen )}{Text y}{HorizontalSpace }{TypedText third:}{LeftParen (}{Text double}{RightParen )}{Text z} (40)
162 // CHECK-CCC: ObjCInstanceMethodDecl:{TypedText first}{TypedText :}{LeftParen (}{Text int}{RightParen )}{Text x}{HorizontalSpace }{TypedText second2:}{LeftParen (}{Text float}{RightParen )}{Text y}{HorizontalSpace }{TypedText third:}{LeftParen (}{Text double}{RightParen )}{Text z} (40
    [all...]
  /frameworks/base/core/tests/coretests/src/android/text/
SpannableStringBuilderTest.java 49 Object third = new BulletSpan(); local
54 builder.setSpan(third, 2, text.length(), 1 << Spanned.SPAN_PRIORITY_SHIFT);
63 assertEquals(third, spans[1]);
  /external/clang/test/CXX/class/class.mem/
p1b.cpp 44 // CHECK: error: use of undeclared identifier 'third'
45 void a7(int a = third); // expected-error{{use of undeclared identifier 'third'}}
  /external/antlr/antlr-3.4/runtime/JavaScript/build/
README 7 Before building the JavaScript target you will need to download a few third
12 * Move ant-contrib-1.0b3.jar from the unzipped directory to runtime/JavaScript/third/
16 * Move compiler.jar from the unzipped directory to runtime/JavaScript/third/
20 * Move the unzipped folder to runtime/JavaScript/third/jsdoc-toolkit
  /external/llvm/test/MC/COFF/
invalid-def.s 7 .def third
  /external/mockito/src/test/java/org/mockitousage/stacktrace/
PointingStackTraceToActualInvocationTest.java 33 third(); method
43 private void third() { method in class:PointingStackTraceToActualInvocationTest
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug437.go 8 // interface defined in a third package, where the interface has a
  /prebuilts/go/linux-x86/test/fixedbugs/
bug437.go 8 // interface defined in a third package, where the interface has a

Completed in 1161 milliseconds

1 2 3 4 5 6 7 8 91011>>