Searched refs:third (Results 1 - 25 of 88) sorted by relevance

1234

/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Dthird_party_ime_confirm_overlay.css6 #third-party-ime-confirm-overlay {
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-931.js37 function third() { sequence += "3"; return 3; } function
40 var result = (first()[second()](third(), fourth()))
46 var result = (first()[second_prime()](third(), fourth()))
/external/clang/test/Preprocessor/
H A Dc99-6_10_3_4_p9.c15 showlist(The first, second, and third items.);
16 // CHECK: puts("The first, second, and third items.");
H A Dmacro_expand_empty.c21 third // CHECK: {{^}}third{{$}}
/external/llvm/test/MC/AsmParser/
H A Dmacros-argument-parsing-diagnostics.s20 double third = 0
21 # CHECK: error: parameter named 'third' does not exist for macro 'double'
22 # CHECK: double third = 0
H A Dmacro-qualifier-diagnostics.s46 .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/
H A Dcomplete-method-decls.m46 - (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
[all...]
/external/lldb/test/lang/c/stepping/
H A Dmain.c43 int complex (int first, int second, int third) argument
45 return first + second + third; // Step in targetting complex should stop here
/external/valgrind/main/gdbserver_tests/
H A Dmcbreak.stdout.exp3 pid .... Thread .... third
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableDoubleTest.cpp76 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/
H A Dp1b.cpp44 // 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/
H A Dwindow_manager_unittest.cc126 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
[all...]
H A Dwindow_list_provider_impl_unittest.cc101 scoped_ptr<aura::Window> third = local
105 container->AddChild(third.get());
126 scoped_ptr<aura::Window> third = local
132 container->AddChild(third.get());
142 EXPECT_NE(list.end(), std::find(list.begin(), list.end(), third.get()));
/external/antlr/antlr-3.4/runtime/JavaScript/build/
H A DREADME7 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/
H A Dmain.cpp50 Third *third = new Third(96,'E'); local
/external/clang/test/Profile/
H A Dc-general.c164 third:
187 goto third;
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dgenk-timing.py151 third = "temp2"
154 self.writeRandomOperation(first, second, third)
158 second = third
159 third = temp
160 self.writeln(" " + third + ";")
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dgenk-timing.py156 third = "temp2"
159 self.writeRandomOperation(first, second, third)
163 second = third
164 third = temp
165 self.writeln(" " + third + ";")
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dgenk-timing.py151 third = "temp2"
154 self.writeRandomOperation(first, second, third)
158 second = third
159 third = temp
160 self.writeln(" " + third + ";")
/external/valgrind/main/memcheck/tests/
H A Derr_disable_arange1.stderr.exp20 Doing a third access. Expect complaint.
/external/chromium_org/cc/layers/
H A Dlayer_iterator_unittest.cc106 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/
H A DRecordPatternTest.cpp33 REPORTER_ASSERT(r, pattern.third<Restore>() != NULL);
122 REPORTER_ASSERT(r, pattern.third<Restore>() != NULL);
127 REPORTER_ASSERT(r, pattern.third<Restore>() != NULL);
/external/skia/tests/
H A DRecordPatternTest.cpp33 REPORTER_ASSERT(r, pattern.third<Restore>() != NULL);
122 REPORTER_ASSERT(r, pattern.third<Restore>() != NULL);
127 REPORTER_ASSERT(r, pattern.third<Restore>() != NULL);
/external/stlport/src/
H A Dtime_facets.cpp466 char first, second, third; local
479 third = *++fmt;
483 return (second == 'm' && third == 'y') ? time_base::dmy
486 return (second == 'd' && third == 'y') ? time_base::mdy
491 return third == 'm' ? time_base::ydm : time_base::no_order;
493 return third == 'd' ? time_base::ymd : time_base::no_order;
/external/chromium_org/net/spdy/
H A Dhpack_decoder_test.cc478 string third = a2b_hex("828785bf408825a849e95ba97d7f89" local
480 header_set = DecodeBlockExpectingSuccess(third);
648 string third = a2b_hex("88c16196d07abe941054d444a8200595" local
653 header_set = DecodeBlockExpectingSuccess(third);

Completed in 6112 milliseconds

1234