Home
last modified time | relevance | path

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

12

/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/tensorflow/tensorflow/core/framework/
Dmodel_test.cc46 std::shared_ptr<Node> source1 = in TEST_P() local
48 async_interleave_many->add_input(source1); in TEST_P()
49 auto cleanup1 = gtl::MakeCleanup([async_interleave_many, source1]() { in TEST_P()
50 async_interleave_many->remove_input(source1); in TEST_P()
68 source1->add_processing_time(200); in TEST_P()
73 source1->record_element(); in TEST_P()
104 std::shared_ptr<Node> source1 = in TEST_P() local
106 async_known_many->add_input(source1); in TEST_P()
111 source1->add_processing_time(100); in TEST_P()
117 source1->record_element(); in TEST_P()
[all …]
/external/libchrome/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/wayland/tests/
Devent-loop-test.c74 struct wl_event_source *source1, *source2; member
91 wl_event_source_remove(context->source1); in free_source_callback()
92 context->source1 = NULL; in free_source_callback()
120 context.source1 = in TEST()
123 assert(context.source1); in TEST()
137 if (context.source1) in TEST()
138 wl_event_source_remove(context.source1); in TEST()
250 struct wl_event_source *source1, *source2; member
270 wl_event_source_timer_update(context->source1, 1000); in timer_update_callback_2()
288 context.source1 = wl_event_loop_add_timer(loop, timer_update_callback_1, in TEST()
[all …]
/external/guice/core/test/com/google/inject/internal/
DWeakKeySetTest.java112 Object source1 = new Object(); in testEviction_keyOverlap_2x() local
115 set.add(key1, state1, source1); in testEviction_keyOverlap_2x()
116 assertInSet(set, key1, 1, source1); in testEviction_keyOverlap_2x()
119 assertInSet(set, key2, 2, source1, source2); in testEviction_keyOverlap_2x()
123 WeakReference<Object> weakSource1Ref = new WeakReference<>(source1); in testEviction_keyOverlap_2x()
131 assertSourceNotInSet(set, key, source1); in testEviction_keyOverlap_2x()
134 source1 = source2 = null; in testEviction_keyOverlap_2x()
160 Object source1 = new Object(); in testNoEviction_keyOverlap_2x() local
163 set.add(key1, state1, source1); in testNoEviction_keyOverlap_2x()
164 assertInSet(set, key1, 1, source1); in testNoEviction_keyOverlap_2x()
[all …]
/external/swiftshader/src/Device/
DSurface.cpp3346 unsigned char *source1 = source0 + slice; in resolve() local
3347 unsigned char *source2 = source1 + slice; in resolve()
3376 __m128i c1 = _mm_load_si128((__m128i*)(source1 + 4 * x)); in resolve()
3384 source1 += pitch; in resolve()
3394 __m128i c1 = _mm_load_si128((__m128i*)(source1 + 4 * x)); in resolve()
3406 source1 += pitch; in resolve()
3418 __m128i c1 = _mm_load_si128((__m128i*)(source1 + 4 * x)); in resolve()
3438 source1 += pitch; in resolve()
3454 __m128i c1 = _mm_load_si128((__m128i*)(source1 + 4 * x)); in resolve()
3490 source1 += pitch; in resolve()
[all …]
/external/swiftshader/src/Renderer/
DSurface.cpp4018 unsigned char *source1 = source0 + slice; in resolve() local
4019 unsigned char *source2 = source1 + slice; in resolve()
4048 __m128i c1 = _mm_load_si128((__m128i*)(source1 + 4 * x)); in resolve()
4056 source1 += pitch; in resolve()
4066 __m128i c1 = _mm_load_si128((__m128i*)(source1 + 4 * x)); in resolve()
4078 source1 += pitch; in resolve()
4090 __m128i c1 = _mm_load_si128((__m128i*)(source1 + 4 * x)); in resolve()
4110 source1 += pitch; in resolve()
4126 __m128i c1 = _mm_load_si128((__m128i*)(source1 + 4 * x)); in resolve()
4162 source1 += pitch; in resolve()
[all …]
/external/swiftshader/src/Pipeline/
DVertexRoutine.cpp142 Pointer<Byte> source1 = source0 + (!textureSampling ? stride : 0); in readStream() local
143 Pointer<Byte> source2 = source1 + (!textureSampling ? stride : 0); in readStream()
161 v.x.y = *Pointer<Float>(source1); in readStream()
168 v.y = *Pointer<Float4>(source1); in readStream()
199 v.y = Float4(*Pointer<Byte4>(source1)); in readStream()
216 v.y = As<Float4>(Int4(*Pointer<Byte4>(source1))); in readStream()
227 v.y = Float4(*Pointer<SByte4>(source1)); in readStream()
244 v.y = As<Float4>(Int4(*Pointer<SByte4>(source1))); in readStream()
254 …v.y = Float4(*Pointer<Byte4>(source1)) * *Pointer<Float4>(constants + OFFSET(Constants,unscaleByte… in readStream()
270 v.y = Float4(*Pointer<Short4>(source1)); in readStream()
[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()
166 v.x.y = *Pointer<Float>(source1); in readStream()
173 v.y = *Pointer<Float4>(source1); in readStream()
204 v.y = Float4(*Pointer<Byte4>(source1)); in readStream()
221 v.y = As<Float4>(Int4(*Pointer<Byte4>(source1))); in readStream()
232 v.y = Float4(*Pointer<SByte4>(source1)); in readStream()
249 v.y = As<Float4>(Int4(*Pointer<SByte4>(source1))); in readStream()
259 …v.y = Float4(*Pointer<Byte4>(source1)) * *Pointer<Float4>(constants + OFFSET(Constants,unscaleByte… in readStream()
275 v.y = Float4(*Pointer<Short4>(source1)); in readStream()
[all …]
/external/antlr/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/libaom/libaom/aom_dsp/x86/
Dvariance_impl_ssse3.c104 __m128i source1 = xx_loadl_64(a); in aom_var_filter_block2d_bil_second_pass_ssse3() local
106 __m128i source = _mm_unpacklo_epi64(source1, source2); in aom_var_filter_block2d_bil_second_pass_ssse3()
/external/cldr/tools/java/org/unicode/cldr/util/
DXEquivalenceMap.java85 public boolean areEquivalent(K source1, K source2) { in areEquivalent() argument
86 Set<K> s = (Set) source_Set.get(source1); in areEquivalent()
DVariantFolder.java177 private void addCrossProduct(Collection<String> source1, in addCrossProduct() argument
179 for (String x : source1) { in addCrossProduct()
DCLDRTransforms.java648 String source1 = translitID.group(1); in checkIdFix() local
651 String source = fixID(source1); in checkIdFix()
653 if (!source1.equals(source)) { in checkIdFix()
654 fixedIDs.put(source1, source); in checkIdFix()
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
Dmove.pass.cpp42 std::unique_ptr<VT> source1() { in source1() function
131 sink1<VT>(source1<VT>()); in test_basic()
/external/boringssl/src/util/fipstools/delocate/
Ddelocate.go455 source1 := d.contents(args1[2])
458 if !strings.HasSuffix(source1, "@ha") ||
460 source1[:len(source1)-3] != source2[:len(source2)-2] ||
466 source = source1[:len(source1)-3]
942 func threeArgCombineOp(w stringWriter, instructionName, source1, source2, dest string) wrapperFunc { argument
945 w.WriteString("\t" + instructionName + " " + source1 + ", " + source2 + ", " + dest + "\n")
/external/cldr/tools/java/org/unicode/cldr/test/
DTestTransformsSimple.java254 …private static int checkString(PrintWriter out, String source1, Transliterator nfd, Transliterator… in checkString() argument
256 String source = nfd == null ? source1 : nfd.transliterate(source1); in checkString()
/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.c2611 static const uint8_t source1[]={0xc4}; in TestDBCS() local
2613 …TestNextUCharError(cnv, (const char*)source1, (const char*)source1+sizeof(source1), U_TRUNCATED_CH… in TestDBCS()
2662 static const uint8_t source1[]={0xc4}; in TestMBCS() local
2664 …TestNextUCharError(cnv, (const char*)source1, (const char*)source1+sizeof(source1), U_TRUNCATED_CH… in TestMBCS()
2770 static const uint8_t source1[]={0xc4}; in TestISO_2022() local
2772 …TestNextUCharError(cnv, (const char*)source1, (const char*)source1+sizeof(source1), U_TRUNCATED_CH… in TestISO_2022()
4693 static const uint8_t source1[]={0x0f}; in TestEBCDIC_STATEFUL() local
4694 …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.cpp668 static UBool intersectMasks(uint32_t* dest, const uint32_t* source1, int32_t len) { in intersectMasks() argument
672 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.

12