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

1 2 3 4 5

  /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...]
  /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/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...]
window_list_provider_impl_unittest.cc 101 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/
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;
  /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/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);
  /external/chromium_org/net/spdy/
hpack_decoder_test.cc 246 // Third header block: refer to most recently added entry.
478 string third = a2b_hex("828785bf408825a849e95ba97d7f89" local
480 header_set = DecodeBlockExpectingSuccess(third);
648 string third = a2b_hex("88c16196d07abe941054d444a8200595" local
653 header_set = DecodeBlockExpectingSuccess(third);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas64/
gas-macho64.asm 65 # Assumes that L0 is in third section, and has an address of 0x00000056
76 # Assumes that L0 is in third section, and has address of 0x00000056
  /external/chromium_org/skia/ext/
pixel_ref_utils_unittest.cc 386 SkBitmap third; local
387 CreateBitmap(gfx::Size(50, 50), "discardable", &third);
402 canvas->drawBitmap(third, 25, 0);
447 SkBitmap third; local
448 CreateBitmap(gfx::Size(50, 50), "discardable", &third);
468 third, SkRect::MakeXYWH(-30, -20, 100, 100), &first_paint);
498 SkBitmap third; local
499 CreateBitmap(gfx::Size(50, 50), "discardable", &third);
516 canvas->drawSprite(third, 25, 0);
  /external/chromium_org/ui/events/platform/
platform_event_source_unittest.cc 364 TestPlatformEventDispatcher third(20, &list);
367 second.set_callback(base::Bind(&RemoveDispatcher, base::Unretained(&third)));
371 // |second| removes |third| from the dispatcher list during dispatch. So the
385 TestPlatformEventDispatcher third(20, &list);
424 TestPlatformEventDispatcher third(20, &list);
444 RunCallbackDuringDispatch third(15, &list);
447 third.set_callback(base::Bind(&RemoveDispatchers,
453 // |third| removes |first| and |second| from the dispatcher list during
468 TestPlatformEventDispatcher third(20, &list);
470 RemoveDispatchers(&third, &fourth)
    [all...]

Completed in 695 milliseconds

1 2 3 4 5