Home
last modified time | relevance | path

Searched refs:source1 (Results 1 – 23 of 23) sorted by relevance

/external/webrtc/webrtc/base/
Dsigslottester_unittest.cc21 sigslot::signal1<int> source1; in TEST() local
23 SigslotTester1<int, int> slot1(&source1, &capture1); in TEST()
26 source1.emit(10); in TEST()
30 source1.emit(20); in TEST()
56 sigslot::signal1<const std::string&> source1; in TEST() local
58 SigslotTester1<const std::string&, std::string> slot1(&source1, &capture1); in TEST()
60 source1.emit("hello"); in TEST()
66 sigslot::signal1<const std::string*> source1; in TEST() local
68 SigslotTester1<const std::string*, const std::string*> slot1(&source1, in TEST()
71 source1.emit(NULL); in TEST()
[all …]
/external/libmojo/mojo/public/tools/bindings/pylib/mojom_tests/parse/
Dparser_unittest.py73 source1 = """\
82 parser.Parse(source1, "my_file.mojom")
204 source1 = """\
213 parser.Parse(source1, "my_file.mojom")
244 source1 = """\
254 parser.Parse(source1, "my_file.mojom")
369 source1 = """\
377 parser.Parse(source1, "my_file.mojom")
473 source1 = """\
483 parser.Parse(source1, "my_file.mojom")
[all …]
/external/guice/core/test/com/google/inject/internal/
DWeakKeySetTest.java114 Object source1 = new Object(); in testEviction_keyOverlap_2x() local
117 set.add(key1, state1, source1); in testEviction_keyOverlap_2x()
118 assertInSet(set, key1, 1, source1); in testEviction_keyOverlap_2x()
121 assertInSet(set, key2, 2, source1, source2); in testEviction_keyOverlap_2x()
125 WeakReference<Object> weakSource1Ref = new WeakReference<Object>(source1); in testEviction_keyOverlap_2x()
133 assertSourceNotInSet(set, key, source1); in testEviction_keyOverlap_2x()
136 source1 = source2 = null; in testEviction_keyOverlap_2x()
162 Object source1 = new Object(); in testNoEviction_keyOverlap_2x() local
165 set.add(key1, state1, source1); in testNoEviction_keyOverlap_2x()
166 assertInSet(set, key1, 1, source1); in testNoEviction_keyOverlap_2x()
[all …]
/external/swiftshader/src/Renderer/
DSurface.cpp3697 unsigned char *source1 = source0 + slice; in resolve() local
3698 unsigned char *source2 = source1 + slice; in resolve()
3726 __m128i c1 = _mm_load_si128((__m128i*)(source1 + 4 * x)); in resolve()
3734 source1 += pitch; in resolve()
3744 __m128i c1 = _mm_load_si128((__m128i*)(source1 + 4 * x)); in resolve()
3756 source1 += pitch; in resolve()
3768 __m128i c1 = _mm_load_si128((__m128i*)(source1 + 4 * x)); in resolve()
3788 source1 += pitch; in resolve()
3804 __m128i c1 = _mm_load_si128((__m128i*)(source1 + 4 * x)); in resolve()
3840 source1 += pitch; in resolve()
[all …]
/external/swiftshader/src/Shader/
DVertexRoutine.cpp147 Pointer<Byte> source1 = source0 + (!textureSampling ? stride : 0); in readStream() local
148 Pointer<Byte> source2 = source1 + (!textureSampling ? stride : 0); in readStream()
162 v.x.y = *Pointer<Float>(source1); in readStream()
169 v.y = *Pointer<Float4>(source1); in readStream()
180 v.y = Float4(*Pointer<Byte4>(source1)); in readStream()
198 v.y = Float4(*Pointer<SByte4>(source1)); in readStream()
216 …v.y = Float4(*Pointer<Byte4>(source1)) * *Pointer<Float4>(constants + OFFSET(Constants,unscaleByte… in readStream()
231 v.y = Float4(*Pointer<Short4>(source1)); in readStream()
249 v.y = Float4(*Pointer<UShort4>(source1)); in readStream()
269 v.y = Float4(*Pointer<Int4>(source1)); in readStream()
[all …]
/external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/
Dmove02.pass.cpp36 source1() in source1() function
68 sink1(source1()); in main()
/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
47 if (source1 == null) in Source1AndSource2()
/external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
Dmove.pass.cpp59 APtrSource1 source1() { in source1() function
132 sink1(source1()); in main()
/external/protobuf/objectivec/Tests/
DGPBUnknownFieldSetTest.m144 TestEmptyMessage* source1 = [TestEmptyMessage message];
145 [source1 setUnknownFields:set1];
154 [destination1 mergeFrom:source1];
/external/icu/icu4c/source/test/cintltst/
Dnucnvtst.c2601 static const uint8_t source1[]={0xc4}; in TestDBCS() local
2603 …TestNextUCharError(cnv, (const char*)source1, (const char*)source1+sizeof(source1), U_TRUNCATED_CH… in TestDBCS()
2652 static const uint8_t source1[]={0xc4}; in TestMBCS() local
2654 …TestNextUCharError(cnv, (const char*)source1, (const char*)source1+sizeof(source1), U_TRUNCATED_CH… in TestMBCS()
2760 static const uint8_t source1[]={0xc4}; in TestISO_2022() local
2762 …TestNextUCharError(cnv, (const char*)source1, (const char*)source1+sizeof(source1), U_TRUNCATED_CH… in TestISO_2022()
4683 static const uint8_t source1[]={0x0f}; in TestEBCDIC_STATEFUL() local
4684 …TestNextUCharError(cnv, (const char*)source1, (const char*)source1+sizeof(source1), U_INDEX_OUTOFB… in TestEBCDIC_STATEFUL()
/external/protobuf/src/google/protobuf/
Ddescriptor_database.h339 MergedDescriptorDatabase(DescriptorDatabase* source1,
Ddescriptor_database.cc451 DescriptorDatabase* source1, in MergedDescriptorDatabase() argument
453 sources_.push_back(source1); in MergedDescriptorDatabase()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_framework_unittest.cc925 VideoSource source1(0, 1.0f, 80, 0x1234, 250); in TEST() local
926 VideoSender sender1(NULL, &source1, kNullEstimator); in TEST()
927 EXPECT_EQ(80000u, source1.bits_per_second()); in TEST()
/external/llvm/lib/Fuzzer/test/
DCMakeLists.txt31 # SOURCES source0.cpp [source1.cpp ...]
/external/icu/icu4c/source/common/
Ducnvsel.cpp667 static UBool intersectMasks(uint32_t* dest, const uint32_t* source1, int32_t len) { in intersectMasks() argument
671 oredDest |= (dest[i] &= source1[i]); in intersectMasks()
/external/squashfs-tools/
DRELEASE-README99 SYNTAX:./mksquashfs source1 source2 ... dest [options] [-e list of exclude
435 %mksquashfs /tmp/source1 source2 output_fs -e ex1 /tmp/source1/ex2 out/ex3
437 Will generate exclude files /tmp/source1/ex2, /tmp/source1/ex1, source2/ex1,
438 /tmp/source1/out/ex3 and source2/out/ex3.
/external/bison/lib/
Dvasnprintf.c758 mp_limb_t source1 = *sourceptr++; 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/icu/icu4c/source/i18n/
Dusearch.cpp1362 const UChar *source1, in addToUCharArray() argument
1368 int32_t source1length = source1 ? u_strlen(source1) : 0; in addToUCharArray()
1384 u_memcpy(destination, source1, source1length); in addToUCharArray()
/external/compiler-rt/test/BlocksRuntime/
Dtestfilerunner.m580 printf("Usage: %s [-fast] [-e] [-dyld librarypath] [gcc4.2dir] [-- | source1 ...]\n", whoami);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/owasp/sanitizer/tools/findbugs/lib/
Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd ...
/external/v8/src/inspector/build/closure-compiler/
Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...