Home
last modified time | relevance | path

Searched refs:desc1 (Results 1 – 25 of 27) sorted by relevance

12

/external/v8/test/unittests/compiler/
Dlinkage-tail-call-unittest.cc70 CallDescriptor* desc1 = NewStandardCallDescriptor(&locations1); in TEST_F() local
79 EXPECT_TRUE(desc1->CanTailCall(node, &stack_param_delta)); in TEST_F()
88 CallDescriptor* desc1 = NewStandardCallDescriptor(&locations1); in TEST_F() local
99 EXPECT_FALSE(desc1->CanTailCall(node, &stack_param_delta)); in TEST_F()
108 CallDescriptor* desc1 = NewStandardCallDescriptor(&locations1); in TEST_F() local
120 EXPECT_TRUE(desc1->CanTailCall(node, &stack_param_delta)); in TEST_F()
130 CallDescriptor* desc1 = NewStandardCallDescriptor(&locations1); in TEST_F() local
141 EXPECT_TRUE(desc1->CanTailCall(node, &stack_param_delta)); in TEST_F()
150 CallDescriptor* desc1 = NewStandardCallDescriptor(&locations1); in TEST_F() local
162 EXPECT_TRUE(desc1->CanTailCall(node, &stack_param_delta)); in TEST_F()
[all …]
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11_objects.h162 static D3D10_BLEND_DESC convert_to_d3d10(const D3D10_BLEND_DESC1& desc1) in convert_to_d3d10()
165 desc.AlphaToCoverageEnable = desc1.AlphaToCoverageEnable; in convert_to_d3d10()
166 desc.SrcBlend = desc1.RenderTarget[0].SrcBlend; in convert_to_d3d10()
167 desc.DestBlend = desc1.RenderTarget[0].DestBlend; in convert_to_d3d10()
168 desc.BlendOp = desc1.RenderTarget[0].BlendOp; in convert_to_d3d10()
169 desc.SrcBlendAlpha = desc1.RenderTarget[0].SrcBlendAlpha; in convert_to_d3d10()
170 desc.DestBlendAlpha = desc1.RenderTarget[0].DestBlendAlpha; in convert_to_d3d10()
171 desc.BlendOpAlpha = desc1.RenderTarget[0].BlendOpAlpha; in convert_to_d3d10()
174 desc.BlendEnable[i] = desc1.RenderTarget[i].BlendEnable; in convert_to_d3d10()
175 desc.RenderTargetWriteMask[i] = desc1.RenderTarget[i].RenderTargetWriteMask; in convert_to_d3d10()
[all …]
Dd3d11_screen.h1031 D3D10_SHADER_RESOURCE_VIEW_DESC1 desc1; in CreateShaderResourceView()
1032 memset(&desc1, 0, sizeof(desc1)); in CreateShaderResourceView()
1033 memcpy(&desc1, desc, sizeof(*desc)); in CreateShaderResourceView()
1034 return CreateShaderResourceView1(iresource, &desc1, (ID3D10ShaderResourceView1**)out_srv); in CreateShaderResourceView()
/external/v8/test/mjsunit/regress/
Dregress-3404.js7 var desc1 = Object.getOwnPropertyDescriptor(error, "stack");
9 {get: desc1.get, set: desc1.set, configurable: false});
13 assertEquals(desc1.get, desc2.get);
/external/opencv3/samples/cpp/tutorial_code/features2D/
DAKAZE_match.cpp23 Mat desc1, desc2; in main() local
26 akaze->detectAndCompute(img1, noArray(), kpts1, desc1); in main()
31 matcher.knnMatch(desc1, desc2, nn_matches, 2); in main()
/external/opencv3/samples/cpp/tutorial_code/xfeatures2D/
DLATCH_match.cpp34 Mat desc1, desc2; in main() local
42 latch->compute(img1, kpts1, desc1); in main()
49 matcher.knnMatch(desc1, desc2, nn_matches, 2); in main()
/external/jarjar/src/main/com/tonicsystems/jarjar/
DPackageRemapper.java91 String desc1 = s.replace('.', '/'); in mapValue() local
92 String desc2 = mapDesc(desc1); in mapValue()
93 if (!desc2.equals(desc1)) in mapValue()
/external/opencv3/doc/tutorials/features2d/akaze_matching/
Dakaze_matching.markdown52 Mat desc1, desc2;
55 akaze(img1, noArray(), kpts1, desc1);
65 matcher.knnMatch(desc1, desc2, nn_matches, 2);
/external/opencv3/samples/python2/
Dasift.py138 kp1, desc1 = affine_detect(detector, img1, pool=pool) variable
144 raw_matches = matcher.knnMatch(desc1, trainDescriptors = desc2, k = 2) #2
Dfind_obj.py165 kp1, desc1 = detector.detectAndCompute(img1, None) variable
171 raw_matches = matcher.knnMatch(desc1, trainDescriptors = desc2, k = 2) #2
/external/webrtc/talk/app/webrtc/
Dwebrtcsdp_unittest.cc806 void CompareSessionDescription(const SessionDescription& desc1, in CompareSessionDescription() argument
809 if (desc1.contents().size() != desc2.contents().size()) { in CompareSessionDescription()
813 for (size_t i = 0 ; i < desc1.contents().size(); ++i) { in CompareSessionDescription()
814 const cricket::ContentInfo& c1 = desc1.contents().at(i); in CompareSessionDescription()
851 const cricket::ContentGroups groups1 = desc1.groups(); in CompareSessionDescription()
877 const cricket::TransportInfos transports1 = desc1.transport_infos(); in CompareSessionDescription()
906 EXPECT_EQ(desc1.msid_supported(), desc2.msid_supported()); in CompareSessionDescription()
922 const JsepSessionDescription& desc1, in CompareSessionDescription() argument
924 EXPECT_EQ(desc1.session_id(), desc2.session_id()); in CompareSessionDescription()
925 EXPECT_EQ(desc1.session_version(), desc2.session_version()); in CompareSessionDescription()
[all …]
Dwebrtcsession_unittest.cc784 void CompareIceUfragAndPassword(const cricket::SessionDescription* desc1, in CompareIceUfragAndPassword() argument
787 if (desc1->contents().size() != desc2->contents().size()) { in CompareIceUfragAndPassword()
792 const cricket::ContentInfos& contents = desc1->contents(); in CompareIceUfragAndPassword()
797 desc1->GetTransportDescriptionByName(it->name); in CompareIceUfragAndPassword()
/external/libdrm/intel/
Dintel_decode.c3144 const char *desc1 = NULL; in decode_3d_965() local
3641 desc1 = "no write"; in decode_3d_965()
3644 desc1 = "qword write"; in decode_3d_965()
3647 desc1 = "PS_DEPTH_COUNT write"; in decode_3d_965()
3650 desc1 = "TIMESTAMP write"; in decode_3d_965()
3656 desc1, in decode_3d_965()
3707 desc1 = "no write"; in decode_3d_965()
3710 desc1 = "qword write"; in decode_3d_965()
3713 desc1 = "PS_DEPTH_COUNT write"; in decode_3d_965()
3716 desc1 = "TIMESTAMP write"; in decode_3d_965()
[all …]
/external/javassist/src/main/javassist/bytecode/
DDescriptor.java449 public static boolean eqParamTypes(String desc1, String desc2) { in eqParamTypes() argument
450 if (desc1.charAt(0) != '(') in eqParamTypes()
454 char c = desc1.charAt(i); in eqParamTypes()
/external/skia/src/core/
DSkPaint.cpp1649 SkDescriptor* desc1 = ad1.getDesc(); in test_desc() local
1652 memset(desc1, 0x00, descSize); in test_desc()
1655 desc1->init(); in test_desc()
1657 desc1->addEntry(kRec_SkDescriptorTag, sizeof(rec), &rec); in test_desc()
1661 add_flattenable(desc1, kPathEffect_SkDescriptorTag, peBuffer); in test_desc()
1665 add_flattenable(desc1, kMaskFilter_SkDescriptorTag, mfBuffer); in test_desc()
1669 add_flattenable(desc1, kRasterizer_SkDescriptorTag, raBuffer); in test_desc()
1673 SkASSERT(descSize == desc1->getLength()); in test_desc()
1675 desc1->computeChecksum(); in test_desc()
1677 SkASSERT(!memcmp(desc, desc1, descSize)); in test_desc()
/external/wpa_supplicant_8/src/p2p/
Dp2p_build.c327 struct p2p_noa_desc *desc1, struct p2p_noa_desc *desc2) in p2p_buf_add_noa() argument
331 wpabuf_put_le16(buf, 2 + (desc1 ? 13 : 0) + (desc2 ? 13 : 0)); in p2p_buf_add_noa()
334 p2p_buf_add_noa_desc(buf, desc1); in p2p_buf_add_noa()
Dp2p.c4372 struct p2p_noa_desc desc1, desc2, *ptr1 = NULL, *ptr2 = NULL; in p2p_build_presence_req() local
4380 os_memset(&desc1, 0, sizeof(desc1)); in p2p_build_presence_req()
4381 desc1.count_type = 1; in p2p_build_presence_req()
4382 desc1.duration = duration1; in p2p_build_presence_req()
4383 desc1.interval = interval1; in p2p_build_presence_req()
4384 ptr1 = &desc1; in p2p_build_presence_req()
Dp2p_i.h768 struct p2p_noa_desc *desc1, struct p2p_noa_desc *desc2);
/external/elfutils/src/
Delfcmp.c424 const void *desc1 = data1->d_buf + desc_offset; in main() local
460 || memcmp (desc1, desc2, note1.n_descsz)) in main()
/external/guice/lib/build/
Djarjar-1.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/ ...
/external/dexmaker/lib/
Djarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/ ...
/external/autotest/client/tests/kvm/
Dsubtests.cfg.sample473 descriptors = desc1 desc2 desc3
/external/testng/lib-supplied/
Djarjar-issue-21.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/ ...
/external/guice/extensions/persist/lib/
Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath ...
/external/robolectric/v1/lib/main/
Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/ ...

12