Searched refs:source1 (Results 1 - 16 of 16) sorted by relevance

/external/chromium/chrome/browser/resources/net_internals/
H A Deventsview.js142 EventsView.compareActive_ = function(source1, source2) {
143 if (source1.isActive() && !source2.isActive())
145 if (!source1.isActive() && source2.isActive())
147 if (!source1.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) {
163 var source1Text = source1.getDescription().toLowerCase();
168 return EventsView.compareSourceId_(source1, source
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DCheck.cs45 public static void Source1AndSource2 (object source1,object source2) argument
47 if (source1 == null)
48 throw new ArgumentNullException ("source1");
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DSystemTest.java86 String[] source1 = new String[] { "element1" };
88 System.arraycopy(source1, 0, dest1, 0, dest1.length);
89 assertTrue("Invalid copy 1", dest1[0] == source1[0]);
/external/chromium/net/disk_cache/
H A Dblock_files_unittest.cc102 int source1 = rand() % kNumEntries; local
104 CacheAddr temp = entries[source1];
105 entries[source1] = entries[source2];
H A Dbackend_unittest.cc448 int source1 = rand() % 100; local
450 disk_cache::Entry* temp = entries[source1];
451 entries[source1] = entries[source2];
677 int source1 = rand() % kNumEntries; local
679 disk_cache::Entry* temp = entries[source1];
680 entries[source1] = entries[source2];
/external/protobuf/src/google/protobuf/
H A Ddescriptor_database.h337 MergedDescriptorDatabase(DescriptorDatabase* source1,
H A Ddescriptor_database.cc451 DescriptorDatabase* source1,
453 sources_.push_back(source1);
450 MergedDescriptorDatabase( DescriptorDatabase* source1, DescriptorDatabase* source2) argument
/external/webkit/Source/WebCore/platform/graphics/filters/arm/
H A DFELightingNEON.cpp159 #define DOT_PRODUCT(destination, source1, source2) \
160 "vmul.f32 " destination##_Q ", " source1##_Q ", " source2##_Q NL \
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-streams.rb262 @source1 = MockSource.new
265 @stream = CommonTokenStream.new( @source1 )
/external/icu4c/test/cintltst/
H A Dnucnvtst.c2613 static const uint8_t source1[]={0xc4}; local
2615 TestNextUCharError(cnv, (const char*)source1, (const char*)source1+sizeof(source1), U_TRUNCATED_CHAR_FOUND, "a character is truncated");
2664 static const uint8_t source1[]={0xc4}; local
2666 TestNextUCharError(cnv, (const char*)source1, (const char*)source1+sizeof(source1), U_TRUNCATED_CHAR_FOUND, "a character is truncated");
2772 static const uint8_t source1[]={0xc4}; local
2774 TestNextUCharError(cnv, (const char*)source1, (cons
4695 static const uint8_t source1[]={0x0f}; local
[all...]
/external/icu4c/common/
H A Ducnvsel.cpp665 static UBool intersectMasks(uint32_t* dest, const uint32_t* source1, int32_t len) { argument
669 oredDest |= (dest[i] &= source1[i]);
/external/icu4c/i18n/
H A Ducol_bld.cpp82 static int32_t compareCEs(uint32_t source0, uint32_t source1, uint32_t target0, uint32_t target1) { argument
84 if(isContinuation(source1)) {
85 s2 = source1;
H A Dusearch.cpp1361 * @param source1 null-terminated first array
1371 const UChar *source1,
1377 int32_t source1length = source1 ? u_strlen(source1) : 0;
1393 uprv_memcpy(destination, source1, sizeof(UChar) * source1length);
1369 addToUCharArray( UChar *destination, int32_t *destinationlength, const UChar *source1, const UChar *source2, int32_t source2length, const UChar *source3, UErrorCode *status) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/v8/test/cctest/
H A Dtest-api.cc10987 v8::Handle<v8::String> source1 = v8::String::New("1234"); local
10991 v8::Script::Compile(source1, v8::String::New("test.js"));

Completed in 581 milliseconds