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

12

/external/chromium_org/ash/shelf/
H A Dscoped_observer_with_duplicated_sources_unittest.cc43 TestSource source1; local
48 EXPECT_EQ(0, source1.GetObserverCount());
49 EXPECT_FALSE(observers.IsObserving(&source1));
53 // Add |source1|.
54 observers.Add(&source1);
55 EXPECT_EQ(1, source1.GetObserverCount());
56 EXPECT_TRUE(observers.IsObserving(&source1));
58 observers.Add(&source1);
59 EXPECT_EQ(1, source1.GetObserverCount());
60 EXPECT_TRUE(observers.IsObserving(&source1));
[all...]
/external/chromium_org/chrome/browser/resources/net_internals/
H A Devents_view.js503 function compareActive_(source1, source2) {
504 if (!source1.isInactive() && source2.isInactive())
506 if (source1.isInactive() && !source2.isInactive())
508 if (source1.isInactive()) {
509 var deltaEndTime = source1.getEndTime() - source2.getEndTime();
518 return -compareSourceId_(source1, source2);
520 return compareSourceId_(source1, source2);
523 function compareDescription_(source1, source2) {
524 var source1Text = source1.getDescription().toLowerCase();
529 return compareSourceId_(source1, source
[all...]
/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/chromium_org/net/disk_cache/
H A Dblock_files_unittest.cc101 int source1 = rand() % kNumEntries; local
103 CacheAddr temp = entries[source1];
104 entries[source1] = entries[source2];
H A Dbackend_unittest.cc779 int source1 = rand() % 100; local
781 disk_cache::Entry* temp = entries[source1];
782 entries[source1] = entries[source2];
1049 int source1 = rand() % kNumEntries; local
1051 disk_cache::Entry* temp = entries[source1];
1052 entries[source1] = entries[source2];
/external/chromium_org/chrome/browser/apps/
H A Dweb_view_browsertest.cc362 content::Source<content::NavigationController> source1 = observer1.source(); local
363 EXPECT_TRUE(source1->GetWebContents()->GetRenderProcessHost()->IsGuest());
379 EXPECT_EQ(source1->GetWebContents()->GetRenderProcessHost()->GetID(),
383 EXPECT_NE(source1->GetWebContents()->GetRenderProcessHost()->GetID(),
387 EXPECT_NE(source1->GetWebContents()->GetRenderProcessHost()->GetID(),
397 source1->GetWebContents()->GetRenderProcessHost()->
407 source1->GetWebContents()->GetRenderProcessHost()->
424 source1->GetWebContents()->GetRenderProcessHost()->
429 source1->GetWebContents()->GetRenderProcessHost()->
434 *default_tag_contents1 = source1
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DVectorMath.cpp367 float32x4_t source1 = vld1q_f32(source1P);
369 vst1q_f32(destP, vaddq_f32(source1, source2));
444 float32x4_t source1 = vld1q_f32(source1P);
446 vst1q_f32(destP, vmulq_f32(source1, source2));
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_database.h338 MergedDescriptorDatabase(DescriptorDatabase* source1,
H A Ddescriptor_database.cc451 DescriptorDatabase* source1,
453 sources_.push_back(source1);
450 MergedDescriptorDatabase( DescriptorDatabase* source1, DescriptorDatabase* source2) argument
/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/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-streams.rb262 @source1 = MockSource.new
265 @stream = CommonTokenStream.new( @source1 )
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dnucnvtst.c2588 static const uint8_t source1[]={0xc4}; local
2590 TestNextUCharError(cnv, (const char*)source1, (const char*)source1+sizeof(source1), U_TRUNCATED_CHAR_FOUND, "a character is truncated");
2639 static const uint8_t source1[]={0xc4}; local
2641 TestNextUCharError(cnv, (const char*)source1, (const char*)source1+sizeof(source1), U_TRUNCATED_CHAR_FOUND, "a character is truncated");
2747 static const uint8_t source1[]={0xc4}; local
2749 TestNextUCharError(cnv, (const char*)source1, (cons
4659 static const uint8_t source1[]={0x0f}; local
[all...]
/external/icu4c/test/cintltst/
H A Dnucnvtst.c2614 static const uint8_t source1[]={0xc4}; local
2616 TestNextUCharError(cnv, (const char*)source1, (const char*)source1+sizeof(source1), U_TRUNCATED_CHAR_FOUND, "a character is truncated");
2665 static const uint8_t source1[]={0xc4}; local
2667 TestNextUCharError(cnv, (const char*)source1, (const char*)source1+sizeof(source1), U_TRUNCATED_CHAR_FOUND, "a character is truncated");
2773 static const uint8_t source1[]={0xc4}; local
2775 TestNextUCharError(cnv, (const char*)source1, (cons
4696 static const uint8_t source1[]={0x0f}; local
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Ducnvsel.cpp663 static UBool intersectMasks(uint32_t* dest, const uint32_t* source1, int32_t len) { argument
667 oredDest |= (dest[i] &= source1[i]);
/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/chromium_org/third_party/icu/source/i18n/
H A Ducol_bld.cpp84 static int32_t compareCEs(uint32_t source0, uint32_t source1, uint32_t target0, uint32_t target1) { argument
86 if(isContinuation(source1)) {
87 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/icu4c/i18n/
H A Ducol_bld.cpp85 static int32_t compareCEs(uint32_t source0, uint32_t source1, uint32_t target0, uint32_t target1) { argument
87 if(isContinuation(source1)) {
88 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/bison/lib/
H A Dvasnprintf.c758 mp_limb_t source1 = *sourceptr++; local
760 *destptr++ = source1 + source2 + carry;
763 ? source1 >= (mp_limb_t) ~source2
764 : source1 > (mp_limb_t) ~source2);

Completed in 805 milliseconds

12