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

1 2 3 4 5 6 7

  /external/chromium_org/chrome/browser/resources/options/chromeos/
third_party_ime_confirm_overlay.css 6 #third-party-ime-confirm-overlay {
  /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.");
macro_expand_empty.c 21 third // CHECK: {{^}}third{{$}}
  /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
macro-qualifier-diagnostics.s 46 .macro second_third_required first=0 second:req third:req
55 # CHECK: error: missing value for required parameter 'third' in macro 'second_third_required'
59 second_third_required third=3 first=1
62 # CHECK: second_third_required third=3 first=1
  /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 { }
128 // CHECK-CC8: ObjCInstanceMethodDecl:{ResultType id}{Informative first:}{TypedText second2:}{Text (float)y2}{HorizontalSpace }{TypedText third:}{Text (double)z} (35)
129 // CHECK-CC8: ObjCInstanceMethodDecl:{ResultType void *}{Informative first:}{TypedText second3:}{Text (float)y3}{HorizontalSpace }{TypedText third:}{Text (double)z} (35)
130 // CHECK-CC8: ObjCInstanceMethodDecl:{ResultType int}{Informative first:}{TypedText second:}{Text (float)y}{HorizontalSpace }{TypedText third:}{Text (double)z} (8)
138 // 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)
140 // 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/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/lldb/test/lang/c/stepping/
main.c 43 int complex (int first, int second, int third)
45 return first + second + third; // Step in targetting complex should stop here
  /external/valgrind/main/gdbserver_tests/
mcbreak.stdout.exp 3 pid .... Thread .... third
  /external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
AnimatableDoubleTest.cpp 76 RefPtrWillBeRawPtr<AnimatableDouble> third = AnimatableDouble::create(3); local
79 EXPECT_DOUBLE_EQ(0.75, AnimatableValue::distance(second.get(), third.get()));
80 EXPECT_DOUBLE_EQ(4.5, AnimatableValue::distance(third.get(), first.get()));
  /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/chromium_org/athena/wm/
window_manager_unittest.cc 126 scoped_ptr<aura::Window> third(CreateAndActivateWindow(&delegate));
142 EXPECT_EQ(third.get(), wm_api.GetSplitViewController()->right_window());
144 third->bounds().size().ToString());
151 scoped_ptr<aura::Window> third(CreateAndActivateWindow(&delegate));
157 EXPECT_EQ(third.get(),
180 EXPECT_TRUE(wm::IsActiveWindow(third.get()));
181 EXPECT_EQ(third.get(),
190 scoped_ptr<aura::Window> third(CreateAndActivateWindow(&delegate));
194 EXPECT_EQ(third.get(),
207 EXPECT_FALSE(third->IsVisible())
    [all...]
  /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/lldb/test/functionalities/data-formatter/data-formatter-named-summaries/
main.cpp 36 struct Third
40 Third(int X, char Z) :
50 Third *third = new Third(96,'E'); local
  /external/clang/test/Profile/
c-general.c 164 third:
187 goto third;
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-core/1.3/
hamcrest-core-1.3.jar 
  /external/chromium_org/v8/test/mjsunit/regress/
regress-931.js 37 function third() { sequence += "3"; return 3; } function
40 var result = (first()[second()](third(), fourth()))
46 var result = (first()[second_prime()](third(), fourth()))
  /external/chromium_org/remoting/webapp/
third_party_host_permissions.js 9 * When third party authentication is being used, the client must talk to a
10 * third-party server. For that, once the URL is received from the host the
69 var button = document.getElementById('third-party-auth-button');
71 var url = document.getElementById('third-party-auth-url');
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
genk-timing.py 151 third = "temp2"
154 self.writeRandomOperation(first, second, third)
158 second = third
159 third = temp
160 self.writeln(" " + third + ";")
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
genk-timing.py 156 third = "temp2"
159 self.writeRandomOperation(first, second, third)
163 second = third
164 third = temp
165 self.writeln(" " + third + ";")
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
genk-timing.py 151 third = "temp2"
154 self.writeRandomOperation(first, second, third)
158 second = third
159 third = temp
160 self.writeln(" " + third + ";")
  /external/valgrind/main/memcheck/tests/
err_disable_arange1.stderr.exp 20 Doing a third access. Expect complaint.
  /libcore/luni/src/main/java/libcore/icu/
ICU.java 80 final int third = string.indexOf('_', second + 1); local
104 } else if (third == -1) {
118 // The third subtag can be either a region or a variant, depending
128 // The second string is a region, and the third a variant.
144 outputArray[IDX_REGION] = string.substring(second + 1, third);
145 outputArray[IDX_VARIANT] = string.substring(third + 1);
  /external/chromium_org/cc/layers/
layer_iterator_unittest.cc 106 scoped_refptr<TestLayer> third = TestLayer::Create(); local
111 root_layer->AddChild(third);
127 EXPECT_COUNT(third, -1, -1, 1);
  /external/chromium_org/third_party/skia/tests/
RecordPatternTest.cpp 33 REPORTER_ASSERT(r, pattern.third<Restore>() != NULL);
122 REPORTER_ASSERT(r, pattern.third<Restore>() != NULL);
127 REPORTER_ASSERT(r, pattern.third<Restore>() != NULL);

Completed in 587 milliseconds

1 2 3 4 5 6 7