HomeSort by relevance Sort by last modified time
    Searched refs:third (Results 26 - 50 of 164) sorted by null

12 3 4 5 6 7

  /external/stlport/src/
time_facets.cpp 466 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;
  /ndk/sources/cxx-stl/stlport/src/
time_facets.cpp 466 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/
hpack_decoder_test.cc 472 string third = a2b_hex("30858c8b844088571c5cdb737b2faf89" local
474 header_set = DecodeBlockExpectingSuccess(third);
643 string third = a2b_hex("84844393d6dbb29884de2a7188050620" local
649 header_set = DecodeBlockExpectingSuccess(third);
  /external/chromium_org/skia/ext/
pixel_ref_utils_unittest.cc 391 SkBitmap third; local
392 CreateBitmap(gfx::Size(50, 50), "discardable", &third);
407 canvas->drawBitmap(third, 25, 0);
452 SkBitmap third; local
453 CreateBitmap(gfx::Size(50, 50), "discardable", &third);
473 third, SkRect::MakeXYWH(-30, -20, 100, 100), &first_paint);
503 SkBitmap third; local
504 CreateBitmap(gfx::Size(50, 50), "discardable", &third);
521 canvas->drawSprite(third, 25, 0);
  /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/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...]
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.3/
hamcrest-library-1.3.jar 
  /external/chromium_org/extensions/renderer/resources/
messaging_utils.js 23 // options (third argument) is optional. It can also be ambiguous which
  /external/chromium_org/remoting/webapp/
third_party_token_fetcher.js 7 * Third party authentication support for the remoting web-app.
9 * When third party authentication is being used, the client must request both a
10 * token and a shared secret from a third-party server. The server can then
15 * The host signs the token, then contacts the third-party server to exchange
28 * Encapsulates the logic to fetch a third party authentication token.
plugin_settings.js 48 // Third party authentication settings.
49 /** @type {string} The third party auth redirect URI. */
  /external/libvorbis/doc/
footer.tex 24 BSD-like license. This does not restrict third parties from
a1-encapsulation-ogg.tex 83 The second and third vorbis packets (comment and setup
85 the logical stream. However many pages they span, the third header
163 page on which it appears and the third packet begin a fresh page.
  /external/chromium_org/third_party/icu/source/test/intltest/
tufmtts.cpp 108 TimeUnit third(*tmunit);
109 TimeUnit fourth = third;
112 assertTrue("copied and assigned are equal", (third == fourth));
  /external/chromium_org/third_party/skia/src/core/
SkRecordPattern.h 100 // - first, second, and third return the data stored by their respective matchers in the pattern.
126 // or third matcher in this pattern. Add as needed for longer patterns.
130 template <typename T> T* third() { return fTail.fTail.fHead.get(); } function in class:SkRecords::Cons
159 // All Cons are friends with each other. This lets first, second, and third work.
  /external/skia/src/core/
SkRecordPattern.h 100 // - first, second, and third return the data stored by their respective matchers in the pattern.
126 // or third matcher in this pattern. Add as needed for longer patterns.
130 template <typename T> T* third() { return fTail.fTail.fHead.get(); } function in class:SkRecords::Cons
159 // All Cons are friends with each other. This lets first, second, and third work.
  /frameworks/base/core/java/android/hardware/hdmi/
HdmiRecordSources.java 740 private static int threeFieldsToSixBytes(int first, int second, int third, byte[] data,
744 shortToByteArray((short) third, data, index + 4);
  /external/icu/icu4c/source/test/intltest/
tufmtts.cpp 130 TimeUnit third(*tmunit);
131 TimeUnit fourth = third;
134 assertTrue("copied and assigned are equal", (third == fourth));
  /external/chromium_org/v8/test/mjsunit/
array-sort.js 217 assertFalse(2 in x,"longlength third");
236 assertFalse(2 in x,"longlength third");
263 assertEquals(49, x[2], "sortaccessors third")
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_scan_result_controller_unittest.cc 407 MediaGalleryPrefId third = AddScanResult("third", 2, 2, 2); local
420 EXPECT_EQ(third, results[2].pref_info.pref_id);
  /external/oprofile/events/mips/rm7000/
events 25 event:0x15 counters:0,1 um:zero minimum:500 name:DCACHE_MISS_STALL_CYCLES : Dcache miss stall cycles (cycles where both cache miss tokens taken and a third try is requested)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CustomViewFinder.java 62 * The {@link CustomViewFinder} can look up the custom views and third party views
212 // Third party view
284 * list of custom views or third party views. It checks that the view is public and
338 String third = parameterTypes[2]; local
339 if (third.equals("I")) { //$NON-NLS-1$
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 359 SDValue third; local
393 third = Op.getOperand(2);
394 if (third.getOpcode() != ISD::UNDEF) {
400 third,
  /external/chromium_org/v8/src/
unicode.cc 222 byte third = str[2] ^ 0x80; local
223 if (third & 0xC0) {
228 uchar code_point = ((((first << 6) | second) << 6) | third)
247 uchar code_point = (((((first << 6 | second) << 6) | third) << 6) | fourth)
    [all...]
  /external/llvm/test/MC/ARM/
eh-directive-section-comdat.s 52 @ The second, third, and fourth word should correspond to the section index
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 359 SDValue third; local
393 third = Op.getOperand(2);
394 if (third.getOpcode() != ISD::UNDEF) {
400 third,

Completed in 978 milliseconds

12 3 4 5 6 7