Home
last modified time | relevance | path

Searched refs:source2 (Results 1 – 13 of 13) sorted by relevance

/external/chromium/chrome/browser/resources/net_internals/
Deventsview.js142 EventsView.compareActive_ = function(source1, source2) { argument
143 if (source1.isActive() && !source2.isActive())
145 if (!source1.isActive() && source2.isActive())
148 var deltaEndTime = source1.getEndTime() - source2.getEndTime();
157 return -EventsView.compareSourceId_(source1, source2);
159 return EventsView.compareSourceId_(source1, source2);
162 EventsView.compareDescription_ = function(source1, source2) { argument
164 var source2Text = source2.getDescription().toLowerCase();
168 return EventsView.compareSourceId_(source1, source2);
171 EventsView.compareDuration_ = function(source1, source2) { argument
[all …]
/external/icu4c/test/cintltst/
Dnucnvtst.c2137 static const uint8_t source2[]={0x61}; in TestUTF16BE() local
2139 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CH… in TestUTF16BE()
2151 const uint8_t source2[]={0xd8, 0x01}; in TestUTF16BE()
2152 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CH… in TestUTF16BE()
2191 static const uint8_t source2[]={0x61}; in TestUTF16LE() local
2193 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CH… in TestUTF16LE()
2205 static const uint8_t source2[]={0x01, 0xd8}; in TestUTF16LE()
2206 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CH… in TestUTF16LE()
2611 static const uint8_t source2[]={0x1a, 0x1b}; in TestDBCS() local
2612 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, … in TestDBCS()
[all …]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DCheck.cs45 public static void Source1AndSource2 (object source1,object source2) in Source1AndSource2() argument
49 if (source2 == null) in Source1AndSource2()
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DRuleBasedCollatorTest.java107 String source2 = "abb"; in testGetCollationKey() local
108 CollationKey key2 = coll.getCollationKey(source2); in testGetCollationKey()
109 assertEquals(source2, key2.getSourceString()); in testGetCollationKey()
111 assertTrue(coll.compare(source, source2) > 0); in testGetCollationKey()
/external/chromium/net/disk_cache/
Dblock_files_unittest.cc103 int source2 = rand() % kNumEntries; in TEST_F() local
105 entries[source1] = entries[source2]; in TEST_F()
106 entries[source2] = temp; in TEST_F()
Dbackend_unittest.cc449 int source2 = rand() % 100; in BackendLoad() local
451 entries[source1] = entries[source2]; in BackendLoad()
452 entries[source2] = temp; in BackendLoad()
678 int source2 = rand() % kNumEntries; in BackendInvalidEntryWithLoad() local
680 entries[source1] = entries[source2]; in BackendInvalidEntryWithLoad()
681 entries[source2] = temp; in BackendInvalidEntryWithLoad()
/external/webkit/Source/WebCore/platform/graphics/filters/arm/
DFELightingNEON.cpp159 #define DOT_PRODUCT(destination, source1, source2) \ argument
160 "vmul.f32 " destination##_Q ", " source1##_Q ", " source2##_Q NL \
/external/protobuf/src/google/protobuf/
Ddescriptor_database.h338 DescriptorDatabase* source2);
Ddescriptor_database.cc452 DescriptorDatabase* source2) { in MergedDescriptorDatabase() argument
454 sources_.push_back(source2); in MergedDescriptorDatabase()
/external/icu4c/i18n/
Duregex.cpp284 uregex_clone(const URegularExpression *source2, UErrorCode *status) { in uregex_clone() argument
285 RegularExpression *source = (RegularExpression*)source2; in uregex_clone()
Dusearch.cpp1372 const UChar *source2, in addToUCharArray() argument
1396 uprv_memcpy(destination + source1length, source2, in addToUCharArray()
/external/bison/lib/
Dvasnprintf.c759 mp_limb_t source2 = *destptr; in divide() local
760 *destptr++ = source1 + source2 + carry; in divide()
763 ? source1 >= (mp_limb_t) ~source2 in divide()
764 : source1 > (mp_limb_t) ~source2); in divide()
/external/libvpx/libvpx/examples/includes/geshi/docs/
Dgeshi-doc.txt445 $geshi2 = new GeSHi($source2, $lang);
639 $geshi->set_source($source2);