Home
last modified time | relevance | path

Searched refs:spec (Results 1 - 25 of 917) sorted by relevance

12345678910>>...37

/base/security/crypto_framework/common/src/
H A Dasy_key_params.c48 void FreeDsaCommParamsSpec(HcfDsaCommParamsSpec *spec) in FreeDsaCommParamsSpec() argument
50 if (spec == NULL) { in FreeDsaCommParamsSpec()
53 HcfFree(spec->base.algName); in FreeDsaCommParamsSpec()
54 spec->base.algName = NULL; in FreeDsaCommParamsSpec()
55 HcfFree(spec->p.data); in FreeDsaCommParamsSpec()
56 spec->p.data = NULL; in FreeDsaCommParamsSpec()
57 HcfFree(spec->q.data); in FreeDsaCommParamsSpec()
58 spec->q.data = NULL; in FreeDsaCommParamsSpec()
59 HcfFree(spec->g.data); in FreeDsaCommParamsSpec()
60 spec in FreeDsaCommParamsSpec()
63 FreeDhCommParamsSpec(HcfDhCommParamsSpec *spec) FreeDhCommParamsSpec() argument
76 DestroyDsaCommParamsSpec(HcfDsaCommParamsSpec *spec) DestroyDsaCommParamsSpec() argument
82 DestroyDsaPubKeySpec(HcfDsaPubKeyParamsSpec *spec) DestroyDsaPubKeySpec() argument
93 DestroyDsaKeyPairSpec(HcfDsaKeyPairParamsSpec *spec) DestroyDsaKeyPairSpec() argument
109 DestroyDhCommParamsSpec(HcfDhCommParamsSpec *spec) DestroyDhCommParamsSpec() argument
115 DestroyDhPubKeySpec(HcfDhPubKeyParamsSpec *spec) DestroyDhPubKeySpec() argument
126 DestroyDhPriKeySpec(HcfDhPriKeyParamsSpec *spec) DestroyDhPriKeySpec() argument
140 DestroyDhKeyPairSpec(HcfDhKeyPairParamsSpec *spec) DestroyDhKeyPairSpec() argument
177 FreeEccCommParamsSpec(HcfEccCommParamsSpec *spec) FreeEccCommParamsSpec() argument
195 DestroyEccCommParamsSpec(HcfEccCommParamsSpec *spec) DestroyEccCommParamsSpec() argument
201 DestroyEccPubKeySpec(HcfEccPubKeyParamsSpec *spec) DestroyEccPubKeySpec() argument
211 DestroyEccPriKeySpec(HcfEccPriKeyParamsSpec *spec) DestroyEccPriKeySpec() argument
225 DestroyEccKeyPairSpec(HcfEccKeyPairParamsSpec *spec) DestroyEccKeyPairSpec() argument
240 FreeRsaCommParamsSpec(HcfRsaCommParamsSpec *spec) FreeRsaCommParamsSpec() argument
251 DestroyRsaCommParamsSpec(HcfRsaCommParamsSpec *spec) DestroyRsaCommParamsSpec() argument
257 DestroyRsaPubKeySpec(HcfRsaPubKeyParamsSpec *spec) DestroyRsaPubKeySpec() argument
268 DestroyRsaKeyPairSpec(HcfRsaKeyPairParamsSpec *spec) DestroyRsaKeyPairSpec() argument
284 DestroyDsaParamsSpec(HcfAsyKeyParamsSpec *spec) DestroyDsaParamsSpec() argument
302 DestroyDhParamsSpec(HcfAsyKeyParamsSpec *spec) DestroyDhParamsSpec() argument
323 DestroyEccParamsSpec(HcfAsyKeyParamsSpec *spec) DestroyEccParamsSpec() argument
344 DestroyRsaParamsSpec(HcfAsyKeyParamsSpec *spec) DestroyRsaParamsSpec() argument
362 DestroyAlg25519PubKeySpec(HcfAlg25519PubKeyParamsSpec *spec) DestroyAlg25519PubKeySpec() argument
379 DestroyAlg25519PriKeySpec(HcfAlg25519PriKeyParamsSpec *spec) DestroyAlg25519PriKeySpec() argument
396 DestroyAlg25519KeyPairSpec(HcfAlg25519KeyPairParamsSpec *spec) DestroyAlg25519KeyPairSpec() argument
418 DestroyAlg25519ParamsSpec(HcfAsyKeyParamsSpec *spec) DestroyAlg25519ParamsSpec() argument
446 FindAsyKeySpecFreeAbility(HcfAsyKeyParamsSpec *spec) FindAsyKeySpecFreeAbility() argument
457 FreeAsyKeySpec(HcfAsyKeyParamsSpec *spec) FreeAsyKeySpec() argument
471 DestroySm2CipherTextSpec(Sm2CipherTextSpec *spec) DestroySm2CipherTextSpec() argument
[all...]
/third_party/python/Lib/test/test_importlib/
H A Dtest_spec.py38 def create_module(self, spec):
72 self.spec = self.machinery.ModuleSpec(self.name, self.loader)
78 spec = self.machinery.ModuleSpec(self.name, self.loader)
80 self.assertEqual(spec.name, self.name)
81 self.assertEqual(spec.loader, self.loader)
82 self.assertIs(spec.origin, None)
83 self.assertIs(spec.loader_state, None)
84 self.assertIs(spec.submodule_search_locations, None)
85 self.assertIs(spec.cached, None)
86 self.assertFalse(spec
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDrawTests.cpp54 gls::DrawTestSpec spec(baseSpec); in addTestIterations()
58 spec.primitiveCount = 1; in addTestIterations()
59 test->addIteration(spec, "draw count = 1"); in addTestIterations()
61 spec.primitiveCount = 5; in addTestIterations()
62 test->addIteration(spec, "draw count = 5"); in addTestIterations()
64 spec.primitiveCount = 25; in addTestIterations()
65 test->addIteration(spec, "draw count = 25"); in addTestIterations()
71 static void genBasicSpec (gls::DrawTestSpec& spec, gls::DrawTestSpec::DrawMethod method) in genBasicSpec() argument
73 spec.apiType = glu::ApiType::es(2,0); in genBasicSpec()
74 spec in genBasicSpec()
144 gls::DrawTestSpec spec; init() local
179 gls::DrawTestSpec spec; init() local
225 gls::DrawTestSpec spec; init() local
328 gls::DrawTestSpec spec; init() local
397 gls::DrawTestSpec spec; init() local
595 gls::DrawTestSpec spec; init() local
[all...]
H A Des2fVertexArrayTest.cpp99 MultiVertexArrayTest::Spec spec; in init() local
100 spec.primitive = Array::PRIMITIVE_TRIANGLES; in init()
101 spec.drawCount = counts[countNdx]; in init()
102 spec.first = 0; in init()
103 spec.arrays.push_back(arraySpec); in init()
105 std::string name = spec.getName(); in init()
108 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), name.c_str())); in init()
169 MultiVertexArrayTest::Spec spec; in init() local
170 spec.primitive = Array::PRIMITIVE_TRIANGLES; in init()
171 spec in init()
240 MultiVertexArrayTest::Spec spec; init() local
308 MultiVertexArrayTest::Spec spec; init() local
371 MultiVertexArrayTest::Spec spec; init() local
436 MultiVertexArrayTest::Spec spec; init() local
507 getTestName(const MultiVertexArrayTest::Spec& spec) getTestName() argument
523 MultiVertexArrayTest::Spec spec; init() local
577 getTestName(const MultiVertexArrayTest::Spec& spec) getTestName() argument
593 addStorageCases(MultiVertexArrayTest::Spec spec, int depth) addStorageCases() argument
644 MultiVertexArrayTest::Spec spec; init() local
679 getTestName(const MultiVertexArrayTest::Spec& spec) getTestName() argument
703 MultiVertexArrayTest::Spec spec; init() local
713 addStrideCases(MultiVertexArrayTest::Spec spec, int depth) addStrideCases() argument
770 getTestName(const MultiVertexArrayTest::Spec& spec) getTestName() argument
794 MultiVertexArrayTest::Spec spec; init() local
804 addInputTypeCases(MultiVertexArrayTest::Spec spec, int depth) addInputTypeCases() argument
[all...]
/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_sm4_gcm_cipher_test.cpp59 HcfGcmParamsSpec spec = {}; in HWTEST_F() local
60 spec.aad.data = aad; in HWTEST_F()
61 spec.aad.len = sizeof(aad); in HWTEST_F()
62 spec.tag.data = tag; in HWTEST_F()
63 spec.tag.len = sizeof(tag); in HWTEST_F()
64 spec.iv.data = iv; in HWTEST_F()
65 spec.iv.len = sizeof(iv); in HWTEST_F()
79 ret = Sm4Encrypt(cipher, key, (HcfParamsSpec *)&spec, cipherText, &cipherTextLen); in HWTEST_F()
85 (void)memcpy_s(spec.tag.data, 16, cipherText + cipherTextLen - 16, 16); in HWTEST_F()
86 PrintfHex("gcm tag", spec in HWTEST_F()
113 HcfGcmParamsSpec spec = {}; HWTEST_F() local
167 HcfGcmParamsSpec spec = {}; HWTEST_F() local
221 HcfGcmParamsSpec spec = {}; HWTEST_F() local
275 HcfGcmParamsSpec spec = {}; HWTEST_F() local
329 HcfGcmParamsSpec spec = {}; HWTEST_F() local
451 HcfGcmParamsSpec spec = {}; HWTEST_F() local
495 HcfGcmParamsSpec spec = {}; HWTEST_F() local
538 HcfGcmParamsSpec spec = {}; HWTEST_F() local
580 HcfGcmParamsSpec spec = {}; HWTEST_F() local
634 HcfGcmParamsSpec spec = {}; HWTEST_F() local
688 HcfGcmParamsSpec spec = {}; HWTEST_F() local
743 HcfGcmParamsSpec spec = {}; HWTEST_F() local
796 HcfGcmParamsSpec spec = {}; HWTEST_F() local
850 HcfGcmParamsSpec spec = {}; HWTEST_F() local
896 HcfGcmParamsSpec spec = {}; HWTEST_F() local
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fDrawElementsBaseVertexTests.cpp85 static void addRangeElementsToSpec (gls::DrawTestSpec& spec) in addRangeElementsToSpec() argument
87 if (spec.drawMethod == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED_BASEVERTEX) in addRangeElementsToSpec()
89 spec.indexMin = 0; in addRangeElementsToSpec()
90 spec.indexMax = (int)getElementCount(spec.primitive, spec.primitiveCount); in addRangeElementsToSpec()
94 static void addTestIterations (gls::DrawTest* test, gls::DrawTestSpec& spec, TestIterationType type) in addTestIterations() argument
98 spec.primitiveCount = 1; in addTestIterations()
99 addRangeElementsToSpec(spec); in addTestIterations()
100 test->addIteration(spec, "dra in addTestIterations()
128 genBasicSpec(gls::DrawTestSpec& spec, glu::ContextType& contextType, gls::DrawTestSpec::DrawMethod method) genBasicSpec() argument
513 gls::DrawTestSpec spec; init() local
581 gls::DrawTestSpec spec; init() local
647 gls::DrawTestSpec spec; init() local
684 gls::DrawTestSpec spec; init() local
732 gls::DrawTestSpec spec; init() local
794 gls::DrawTestSpec spec; init() local
[all...]
H A Des31fAtomicCounterTests.cpp109 AtomicCounterTest (Context& context, const char* name, const char* description, const TestSpec& spec);
124 static string generateShaderSource (const TestSpec& spec);
128 static bool checkPath (const vector<deUint32>& increments, const vector<deUint32>& decrements, int initialValue, const TestSpec& spec);
154 AtomicCounterTest::AtomicCounterTest (Context& context, const char* name, const char* description, const TestSpec& spec) in AtomicCounterTest() argument
156 , m_spec (spec) in AtomicCounterTest()
172 string AtomicCounterTest::generateShaderSource (const TestSpec& spec) in generateShaderSource() argument
183 switch (spec.bindingType) in generateShaderSource()
195 switch (spec.offsetType) in generateShaderSource()
208 DE_ASSERT(spec.atomicCounterCount > 2); in generateShaderSource()
215 src << "offset=" << (4 * spec in generateShaderSource()
712 checkPath(const vector<deUint32>& increments, const vector<deUint32>& decrements, int initialValue, const TestSpec& spec) checkPath() argument
1050 specToTestName(const AtomicCounterTest::TestSpec& spec) specToTestName() argument
1061 specToTestDescription(const AtomicCounterTest::TestSpec& spec) specToTestDescription() argument
1359 AtomicCounterTest::TestSpec spec; AtomicCounterTests() local
1437 AtomicCounterTest::TestSpec spec; AtomicCounterTests() local
1460 AtomicCounterTest::TestSpec spec; AtomicCounterTests() local
1474 AtomicCounterTest::TestSpec spec; AtomicCounterTests() local
1488 AtomicCounterTest::TestSpec spec; AtomicCounterTests() local
1502 AtomicCounterTest::TestSpec spec; AtomicCounterTests() local
1516 AtomicCounterTest::TestSpec spec; AtomicCounterTests() local
[all...]
H A Des31fTextureLevelStateQueryTests.cpp734 bool applyTextureGenerationSpec (glu::CallLogWrapper& gl, const TextureGenerationSpec& spec, glw::GLuint& texBuffer) in applyTextureGenerationSpec() argument
738 DE_ASSERT(!(spec.immutable && spec.levels.size() > 1)); // !< immutable textures have only one level in applyTextureGenerationSpec()
740 for (int levelNdx = 0; levelNdx < (int)spec.levels.size(); ++levelNdx) in applyTextureGenerationSpec()
742 const glu::TransferFormat transferFormat = (spec.levels[levelNdx].compressed) ? (glu::TransferFormat()) : (glu::getTransferFormat(glu::mapGLInternalFormat(spec.levels[levelNdx].internalFormat))); in applyTextureGenerationSpec()
744 if (spec.immutable && !spec.levels[levelNdx].compressed && spec.bindTarget == GL_TEXTURE_2D) in applyTextureGenerationSpec()
745 gl.glTexStorage2D(spec in applyTextureGenerationSpec()
950 testConfig(const TextureGenerationSpec& spec) testConfig() argument
1021 checkTextureState(glu::CallLogWrapper& gl, const TextureGenerationSpec& spec) checkTextureState() argument
1039 checkTextureState(glu::CallLogWrapper& gl, const TextureGenerationSpec& spec) checkTextureState() argument
1057 checkTextureState(glu::CallLogWrapper& gl, const TextureGenerationSpec& spec) checkTextureState() argument
1093 checkTextureState(glu::CallLogWrapper& gl, const TextureGenerationSpec& spec) checkTextureState() argument
1130 checkTextureState(glu::CallLogWrapper& gl, const TextureGenerationSpec& spec) checkTextureState() argument
1171 checkTextureState(glu::CallLogWrapper& gl, const TextureGenerationSpec& spec) checkTextureState() argument
1221 checkTextureState(glu::CallLogWrapper& gl, const TextureGenerationSpec& spec) checkTextureState() argument
1343 checkTextureState(glu::CallLogWrapper& gl, const TextureGenerationSpec& spec) checkTextureState() argument
1474 checkTextureState(glu::CallLogWrapper& gl, const TextureGenerationSpec& spec) checkTextureState() argument
1526 checkTextureState(glu::CallLogWrapper& gl, const TextureGenerationSpec& spec) checkTextureState() argument
1564 checkTextureState(glu::CallLogWrapper& gl, const TextureGenerationSpec& spec) checkTextureState() argument
1604 checkTextureState(glu::CallLogWrapper& gl, const TextureGenerationSpec& spec) checkTextureState() argument
[all...]
/base/security/crypto_framework/test/unittest/src/aes_cipher/
H A Dcrypto_aes_ccm_cipher_test.cpp56 HcfCcmParamsSpec spec = {}; in HWTEST_F() local
57 spec.aad.data = aad; in HWTEST_F()
58 spec.aad.len = sizeof(aad); in HWTEST_F()
59 spec.tag.data = tag; in HWTEST_F()
60 spec.tag.len = sizeof(tag); in HWTEST_F()
61 spec.iv.data = iv; in HWTEST_F()
62 spec.iv.len = sizeof(iv); in HWTEST_F()
76 ret = AesEncrypt(cipher, key, (HcfParamsSpec *)&spec, cipherText, &cipherTextLen); in HWTEST_F()
82 (void)memcpy_s(spec.tag.data, 12, cipherText + cipherTextLen - 12, 12); in HWTEST_F()
83 PrintfHex("ccm tag", spec in HWTEST_F()
109 HcfCcmParamsSpec spec = {}; HWTEST_F() local
162 HcfCcmParamsSpec spec = {}; HWTEST_F() local
215 HcfCcmParamsSpec spec = {}; HWTEST_F() local
268 HcfCcmParamsSpec spec = {}; HWTEST_F() local
322 HcfCcmParamsSpec spec = {}; HWTEST_F() local
375 HcfCcmParamsSpec spec = {}; HWTEST_F() local
427 HcfCcmParamsSpec spec = {}; HWTEST_F() local
511 HcfCcmParamsSpec spec = {}; HWTEST_F() local
553 HcfCcmParamsSpec spec = {}; HWTEST_F() local
595 HcfCcmParamsSpec spec = {}; HWTEST_F() local
[all...]
H A Dcrypto_aes_gcm_cipher_test.cpp57 HcfGcmParamsSpec spec = {}; in HWTEST_F() local
58 spec.aad.data = aad; in HWTEST_F()
59 spec.aad.len = sizeof(aad); in HWTEST_F()
60 spec.tag.data = tag; in HWTEST_F()
61 spec.tag.len = sizeof(tag); in HWTEST_F()
62 spec.iv.data = iv; in HWTEST_F()
63 spec.iv.len = sizeof(iv); in HWTEST_F()
77 ret = AesEncrypt(cipher, key, (HcfParamsSpec *)&spec, cipherText, &cipherTextLen); in HWTEST_F()
83 (void)memcpy_s(spec.tag.data, 16, cipherText + cipherTextLen - 16, 16); in HWTEST_F()
84 PrintfHex("gcm tag", spec in HWTEST_F()
111 HcfGcmParamsSpec spec = {}; HWTEST_F() local
165 HcfGcmParamsSpec spec = {}; HWTEST_F() local
219 HcfGcmParamsSpec spec = {}; HWTEST_F() local
273 HcfGcmParamsSpec spec = {}; HWTEST_F() local
327 HcfGcmParamsSpec spec = {}; HWTEST_F() local
381 HcfGcmParamsSpec spec = {}; HWTEST_F() local
434 HcfGcmParamsSpec spec = {}; HWTEST_F() local
555 HcfGcmParamsSpec spec = {}; HWTEST_F() local
599 HcfGcmParamsSpec spec = {}; HWTEST_F() local
642 HcfGcmParamsSpec spec = {}; HWTEST_F() local
684 HcfGcmParamsSpec spec = {}; HWTEST_F() local
738 HcfGcmParamsSpec spec = {}; HWTEST_F() local
792 HcfGcmParamsSpec spec = {}; HWTEST_F() local
847 HcfGcmParamsSpec spec = {}; HWTEST_F() local
900 HcfGcmParamsSpec spec = {}; HWTEST_F() local
954 HcfGcmParamsSpec spec = {}; HWTEST_F() local
1000 HcfGcmParamsSpec spec = {}; HWTEST_F() local
[all...]
/base/security/crypto_framework/test/unittest/src/sm2/
H A Dcrypto_sm2_util_test.cpp84 HcfResult ConstructCorrectSm2CipherTextSpec(Sm2CipherTextSpec **spec) in ConstructCorrectSm2CipherTextSpec() argument
98 *spec = tempSpec; in ConstructCorrectSm2CipherTextSpec()
102 HcfResult ConstructMissYErrorSm2CipherTextSpec(Sm2CipherTextSpec **spec) in ConstructMissYErrorSm2CipherTextSpec() argument
114 *spec = tempSpec; in ConstructMissYErrorSm2CipherTextSpec()
118 HcfResult ConstructMissXErrorSm2CipherTextSpec(Sm2CipherTextSpec **spec) in ConstructMissXErrorSm2CipherTextSpec() argument
130 *spec = tempSpec; in ConstructMissXErrorSm2CipherTextSpec()
134 HcfResult ConstructMissHashDataErrorSm2CipherTextSpec(Sm2CipherTextSpec **spec) in ConstructMissHashDataErrorSm2CipherTextSpec() argument
146 *spec = tempSpec; in ConstructMissHashDataErrorSm2CipherTextSpec()
150 HcfResult ConstructMissCipherDataErrorSm2CipherTextSpec(Sm2CipherTextSpec **spec) in ConstructMissCipherDataErrorSm2CipherTextSpec() argument
162 *spec in ConstructMissCipherDataErrorSm2CipherTextSpec()
166 ConstructLenErrorSm2CipherTextSpec(Sm2CipherTextSpec **spec) ConstructLenErrorSm2CipherTextSpec() argument
185 ConstructLenZeroXSm2CipherTextSpec(Sm2CipherTextSpec **spec) ConstructLenZeroXSm2CipherTextSpec() argument
203 ConstructLenZeroYSm2CipherTextSpec(Sm2CipherTextSpec **spec) ConstructLenZeroYSm2CipherTextSpec() argument
221 ConstructLenZeroCipherDataSm2CipherTextSpec(Sm2CipherTextSpec **spec) ConstructLenZeroCipherDataSm2CipherTextSpec() argument
239 ConstructLenZeroHashDataSm2CipherTextSpec(Sm2CipherTextSpec **spec) ConstructLenZeroHashDataSm2CipherTextSpec() argument
257 ConstructMissErrorSm2CipherTextSpec(Sm2CipherTextSpec **spec) ConstructMissErrorSm2CipherTextSpec() argument
271 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
287 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
302 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
314 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
326 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
338 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
350 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
362 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
374 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
393 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
405 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
417 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
429 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
441 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
453 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
462 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
471 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
479 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
487 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
503 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
518 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
531 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
544 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
557 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
570 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
579 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
[all...]
/base/security/crypto_framework/test/unittest/include/
H A Decc_asy_key_common.h26 HcfResult ConstructEcc192CommParamsSpec(HcfAsyKeyParamsSpec **spec);
27 HcfResult ConstructEcc224CommParamsSpec(HcfAsyKeyParamsSpec **spec);
28 HcfResult ConstructEcc224PubKeyParamsSpec(HcfAsyKeyParamsSpec **spec);
29 HcfResult ConstructEcc224PriKeyParamsSpec(HcfAsyKeyParamsSpec **spec);
30 HcfResult ConstructEcc224KeyPairParamsSpec(HcfAsyKeyParamsSpec **spec);
31 HcfResult ConstructEcc256CommParamsSpec(HcfAsyKeyParamsSpec **spec);
32 HcfResult ConstructEcc256PubKeyParamsSpec(HcfAsyKeyParamsSpec **spec);
33 HcfResult ConstructEcc256PriKeyParamsSpec(HcfAsyKeyParamsSpec **spec);
34 HcfResult ConstructEcc256KeyPairParamsSpec(HcfAsyKeyParamsSpec **spec);
35 HcfResult ConstructEcc384CommParamsSpec(HcfAsyKeyParamsSpec **spec);
[all...]
/third_party/vk-gl-cts/modules/egl/
H A DteglMemoryStressTests.cpp327 MemoryStressCase (EglTestContext& eglTestCtx, Spec spec, const char* name, const char* description);
344 MemoryStressCase::MemoryStressCase (EglTestContext& eglTestCtx, Spec spec, const char* name, const char* description) in MemoryStressCase() argument
346 , m_spec (spec) in MemoryStressCase()
476 MemoryStressCase::Spec spec; in init() local
478 spec.types = OBJECTTYPE_PBUFFER; in init()
479 spec.minWidth = 256; in init()
480 spec.minHeight = 256; in init()
481 spec.maxWidth = 256; in init()
482 spec.maxHeight = 256; in init()
483 spec in init()
490 MemoryStressCase::Spec spec; init() local
504 MemoryStressCase::Spec spec; init() local
518 MemoryStressCase::Spec spec; init() local
532 MemoryStressCase::Spec spec; init() local
546 MemoryStressCase::Spec spec; init() local
560 MemoryStressCase::Spec spec; init() local
574 MemoryStressCase::Spec spec; init() local
588 MemoryStressCase::Spec spec; init() local
602 MemoryStressCase::Spec spec; init() local
[all...]
/third_party/vk-gl-cts/modules/gles2/stress/
H A Des2sDrawTests.cpp44 static void genBasicSpec (gls::DrawTestSpec& spec, gls::DrawTestSpec::DrawMethod method) in genBasicSpec() argument
46 spec.apiType = glu::ApiType::es(2,0); in genBasicSpec()
47 spec.primitive = gls::DrawTestSpec::PRIMITIVE_TRIANGLES; in genBasicSpec()
48 spec.primitiveCount = 5; in genBasicSpec()
49 spec.drawMethod = method; in genBasicSpec()
50 spec.indexType = gls::DrawTestSpec::INDEXTYPE_LAST; in genBasicSpec()
51 spec.indexPointerOffset = 0; in genBasicSpec()
52 spec.indexStorage = gls::DrawTestSpec::STORAGE_LAST; in genBasicSpec()
53 spec.first = 0; in genBasicSpec()
54 spec in genBasicSpec()
120 gls::DrawTestSpec spec; init() local
309 gls::DrawTestSpec spec; init() local
[all...]
/third_party/pulseaudio/src/pulse/
H A Dsample.c58 size_t pa_sample_size(const pa_sample_spec *spec) { in pa_sample_size() argument
59 pa_assert(spec); in pa_sample_size()
60 pa_assert(pa_sample_spec_valid(spec)); in pa_sample_size()
62 return size_table[spec->format]; in pa_sample_size()
65 size_t pa_frame_size(const pa_sample_spec *spec) { in pa_frame_size() argument
66 pa_assert(spec); in pa_frame_size()
67 pa_assert(pa_sample_spec_valid(spec)); in pa_frame_size()
69 return size_table[spec->format] * spec->channels; in pa_frame_size()
72 size_t pa_bytes_per_second(const pa_sample_spec *spec) { in pa_bytes_per_second() argument
79 pa_bytes_to_usec(uint64_t length, const pa_sample_spec *spec) pa_bytes_to_usec() argument
86 pa_usec_to_bytes(pa_usec_t t, const pa_sample_spec *spec) pa_usec_to_bytes() argument
93 pa_sample_spec_init(pa_sample_spec *spec) pa_sample_spec_init() argument
118 pa_sample_spec_valid(const pa_sample_spec *spec) pa_sample_spec_valid() argument
169 pa_sample_spec_snprint(char *s, size_t l, const pa_sample_spec *spec) pa_sample_spec_snprint() argument
[all...]
/third_party/node/deps/npm/test/fixtures/
H A Deresolve-explanations.js9 spec: '1',
18 spec: '1.x',
32 spec: '2.x',
47 spec: '1',
57 spec: '1',
66 spec: '1.x',
86 spec: '1',
97 spec: '1',
106 spec: '1.x',
123 spec
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDrawTests.cpp56 gls::DrawTestSpec spec(baseSpec); in addTestIterations()
60 spec.primitiveCount = 1; in addTestIterations()
61 test->addIteration(spec, "draw count = 1"); in addTestIterations()
63 spec.primitiveCount = 5; in addTestIterations()
64 test->addIteration(spec, "draw count = 5"); in addTestIterations()
66 spec.primitiveCount = 25; in addTestIterations()
67 test->addIteration(spec, "draw count = 25"); in addTestIterations()
71 spec.instanceCount = 1; in addTestIterations()
72 test->addIteration(spec, "instance count = 1"); in addTestIterations()
74 spec in addTestIterations()
102 genBasicSpec(gls::DrawTestSpec& spec, gls::DrawTestSpec::DrawMethod method) genBasicSpec() argument
180 gls::DrawTestSpec spec; init() local
215 gls::DrawTestSpec spec; init() local
261 gls::DrawTestSpec spec; init() local
321 gls::DrawTestSpec spec; init() local
429 gls::DrawTestSpec spec; init() local
498 gls::DrawTestSpec spec; init() local
1030 gls::DrawTestSpec spec; init() local
[all...]
/third_party/skia/src/gpu/ops/
H A DQuadPerEdgeAA.cpp38 const VertexSpec& spec, in write_quad_generic()
47 SkASSERT(!spec.hasLocalCoords() || localQuad); in write_quad_generic()
49 CoverageMode mode = spec.coverageMode(); in write_quad_generic()
55 << If(spec.deviceQuadType() == GrQuad::Type::kPerspective, deviceQuad->w(i)) in write_quad_generic()
59 if (spec.hasVertexColors()) { in write_quad_generic()
60 bool wide = spec.colorType() == ColorType::kFloat; in write_quad_generic()
66 if (spec.hasLocalCoords()) { in write_quad_generic()
69 << If(spec.localQuadType() == GrQuad::Type::kPerspective, localQuad->w(i)); in write_quad_generic()
73 if (spec.requiresGeometrySubset()) { in write_quad_generic()
78 if (spec in write_quad_generic()
37 write_quad_generic(VertexWriter* vb, const VertexSpec& spec, const GrQuad* deviceQuad, const GrQuad* localQuad, const float coverage[4], const SkPMColor4f& color, const SkRect& geomSubset, const SkRect& texSubset) write_quad_generic() argument
89 write_2d_color(VertexWriter* vb, const VertexSpec& spec, const GrQuad* deviceQuad, const GrQuad* localQuad, const float coverage[4], const SkPMColor4f& color, const SkRect& geomSubset, const SkRect& texSubset) write_2d_color() argument
121 write_2d_uv(VertexWriter* vb, const VertexSpec& spec, const GrQuad* deviceQuad, const GrQuad* localQuad, const float coverage[4], const SkPMColor4f& color, const SkRect& geomSubset, const SkRect& texSubset) write_2d_uv() argument
148 write_2d_color_uv(VertexWriter* vb, const VertexSpec& spec, const GrQuad* deviceQuad, const GrQuad* localQuad, const float coverage[4], const SkPMColor4f& color, const SkRect& geomSubset, const SkRect& texSubset) write_2d_color_uv() argument
180 write_2d_cov_uv(VertexWriter* vb, const VertexSpec& spec, const GrQuad* deviceQuad, const GrQuad* localQuad, const float coverage[4], const SkPMColor4f& color, const SkRect& geomSubset, const SkRect& texSubset) write_2d_cov_uv() argument
214 write_2d_uv_strict(VertexWriter* vb, const VertexSpec& spec, const GrQuad* deviceQuad, const GrQuad* localQuad, const float coverage[4], const SkPMColor4f& color, const SkRect& geomSubset, const SkRect& texSubset) write_2d_uv_strict() argument
242 write_2d_color_uv_strict(VertexWriter* vb, const VertexSpec& spec, const GrQuad* deviceQuad, const GrQuad* localQuad, const float coverage[4], const SkPMColor4f& color, const SkRect& geomSubset, const SkRect& texSubset) write_2d_color_uv_strict() argument
275 write_2d_cov_uv_strict(VertexWriter* vb, const VertexSpec& spec, const GrQuad* deviceQuad, const GrQuad* localQuad, const float coverage[4], const SkPMColor4f& color, const SkRect& geomSubset, const SkRect& texSubset) write_2d_cov_uv_strict() argument
325 GetWriteQuadProc(const VertexSpec& spec) GetWriteQuadProc() argument
362 Tessellator(const VertexSpec& spec, char* vertices) Tessellator() argument
605 Make(SkArenaAlloc* arena, const VertexSpec& spec) Make() argument
851 QuadPerEdgeAAGeometryProcessor(const VertexSpec& spec) QuadPerEdgeAAGeometryProcessor() argument
859 QuadPerEdgeAAGeometryProcessor(const VertexSpec& spec, const GrShaderCaps& caps, const GrBackendFormat& backendFormat, GrSamplerState samplerState, const GrSwizzle& swizzle, sk_sp<GrColorSpaceXform> textureColorSpaceXform, Saturate saturate) QuadPerEdgeAAGeometryProcessor() argument
876 initializeAttrs(const VertexSpec& spec) initializeAttrs() argument
943 MakeProcessor(SkArenaAlloc* arena, const VertexSpec& spec) MakeProcessor() argument
947 MakeTexturedProcessor(SkArenaAlloc* arena, const VertexSpec& spec, const GrShaderCaps& caps, const GrBackendFormat& backendFormat, GrSamplerState samplerState, const GrSwizzle& swizzle, sk_sp<GrColorSpaceXform> textureColorSpaceXform, Saturate saturate) MakeTexturedProcessor() argument
[all...]
/base/security/certificate_manager/test/unittest/src/
H A Dcm_finish_test.cpp79 static void TestSign(const struct CmBlob *keyUri, const struct CmSignatureSpec *spec, in TestSign() argument
85 int32_t ret = CmInit(keyUri, spec, &handle); in TestSign()
99 static void TestVerify(const struct CmBlob *keyUri, const struct CmSignatureSpec *spec, in TestVerify() argument
105 int32_t ret = CmInit(keyUri, spec, &handle); in TestVerify()
128 static void TestSignVerify(uint32_t alg, bool isValidSignature, struct CmSignatureSpec *spec) in TestSignVerify() argument
138 if (spec->digest != CM_DIGEST_NONE) { in TestSignVerify()
150 spec->purpose = CM_KEY_PURPOSE_SIGN; in TestSignVerify()
151 TestSign(&g_keyUri, spec, &message, &signature); in TestSignVerify()
154 spec->purpose = CM_KEY_PURPOSE_VERIFY; in TestSignVerify()
155 TestVerify(&g_keyUri, spec, in TestSignVerify()
163 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA256 }; ProducerSessionMaxTest() local
306 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA256 }; HWTEST_F() local
318 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, 0, CM_DIGEST_SHA256 }; HWTEST_F() local
330 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA256 }; HWTEST_F() local
342 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, 0, CM_DIGEST_SHA256 }; HWTEST_F() local
367 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA256 }; HWTEST_F() local
381 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA256 }; HWTEST_F() local
395 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA512 }; HWTEST_F() local
407 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA384 }; HWTEST_F() local
420 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA224 }; HWTEST_F() local
432 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA1 }; HWTEST_F() local
445 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PKCS1_V1_5, CM_DIGEST_NONE }; HWTEST_F() local
458 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PKCS1_V1_5, CM_DIGEST_MD5 }; HWTEST_F() local
470 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PKCS1_V1_5, CM_DIGEST_SHA224 }; HWTEST_F() local
483 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PKCS1_V1_5, CM_DIGEST_SHA256 }; HWTEST_F() local
495 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PKCS1_V1_5, CM_DIGEST_SHA384 }; HWTEST_F() local
507 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PKCS1_V1_5, CM_DIGEST_SHA512 }; HWTEST_F() local
520 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PKCS1_V1_5, CM_DIGEST_SHA1 }; HWTEST_F() local
532 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, 0, CM_DIGEST_SHA1 }; HWTEST_F() local
544 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, 0, CM_DIGEST_SHA224 }; HWTEST_F() local
557 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, 0, CM_DIGEST_SHA384 }; HWTEST_F() local
569 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, 0, CM_DIGEST_SHA512 }; HWTEST_F() local
582 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA224 }; HWTEST_F() local
594 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA384 }; HWTEST_F() local
607 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PKCS1_V1_5, CM_DIGEST_NONE }; HWTEST_F() local
619 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PKCS1_V1_5, CM_DIGEST_SHA512 }; HWTEST_F() local
632 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, 0, CM_DIGEST_SHA256 }; HWTEST_F() local
645 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, 0, CM_DIGEST_SHA384 }; HWTEST_F() local
657 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, 0, CM_DIGEST_SHA512 }; HWTEST_F() local
669 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, 0, 0 }; HWTEST_F() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmWorkgroupMemoryTests.cpp284 ComputeShaderSpec spec; in addComputeWorkgroupMemoryTests() local
290 spec.assembly = shaderSource.specialize(shaderSpec); in addComputeWorkgroupMemoryTests()
291 spec.numWorkGroups = IVec3(1, 1, 1); in addComputeWorkgroupMemoryTests()
292 spec.verifyIO = checkResultsFloat64; in addComputeWorkgroupMemoryTests()
293 spec.requestedVulkanFeatures = features; in addComputeWorkgroupMemoryTests()
295 spec.inputs.push_back(Resource(BufferSp(new Float64Buffer(inputData)), VK_DESCRIPTOR_TYPE_STORAGE_BUFFER)); in addComputeWorkgroupMemoryTests()
296 spec.outputs.push_back(Resource(BufferSp(new Float64Buffer(outputData)), VK_DESCRIPTOR_TYPE_STORAGE_BUFFER)); in addComputeWorkgroupMemoryTests()
298 group->addChild(new SpvAsmComputeShaderCase(testCtx, "float64", spec)); in addComputeWorkgroupMemoryTests()
311 ComputeShaderSpec spec; in addComputeWorkgroupMemoryTests() local
317 spec in addComputeWorkgroupMemoryTests()
343 ComputeShaderSpec spec; addComputeWorkgroupMemoryTests() local
376 ComputeShaderSpec spec; addComputeWorkgroupMemoryTests() local
402 ComputeShaderSpec spec; addComputeWorkgroupMemoryTests() local
433 ComputeShaderSpec spec; addComputeWorkgroupMemoryTests() local
466 ComputeShaderSpec spec; addComputeWorkgroupMemoryTests() local
498 ComputeShaderSpec spec; addComputeWorkgroupMemoryTests() local
528 ComputeShaderSpec spec; addComputeWorkgroupMemoryTests() local
563 ComputeShaderSpec spec; addComputeWorkgroupMemoryTests() local
600 ComputeShaderSpec spec; addComputeWorkgroupMemoryTests() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmWorkgroupMemoryTests.cpp284 ComputeShaderSpec spec; in addComputeWorkgroupMemoryTests() local
290 spec.assembly = shaderSource.specialize(shaderSpec); in addComputeWorkgroupMemoryTests()
291 spec.numWorkGroups = IVec3(1, 1, 1); in addComputeWorkgroupMemoryTests()
292 spec.verifyIO = checkResultsFloat64; in addComputeWorkgroupMemoryTests()
293 spec.requestedVulkanFeatures = features; in addComputeWorkgroupMemoryTests()
295 spec.inputs.push_back(Resource(BufferSp(new Float64Buffer(inputData)), VK_DESCRIPTOR_TYPE_STORAGE_BUFFER)); in addComputeWorkgroupMemoryTests()
296 spec.outputs.push_back(Resource(BufferSp(new Float64Buffer(outputData)), VK_DESCRIPTOR_TYPE_STORAGE_BUFFER)); in addComputeWorkgroupMemoryTests()
298 group->addChild(new SpvAsmComputeShaderCase(testCtx, "float64", "", spec)); in addComputeWorkgroupMemoryTests()
311 ComputeShaderSpec spec; in addComputeWorkgroupMemoryTests() local
317 spec in addComputeWorkgroupMemoryTests()
343 ComputeShaderSpec spec; addComputeWorkgroupMemoryTests() local
376 ComputeShaderSpec spec; addComputeWorkgroupMemoryTests() local
402 ComputeShaderSpec spec; addComputeWorkgroupMemoryTests() local
433 ComputeShaderSpec spec; addComputeWorkgroupMemoryTests() local
466 ComputeShaderSpec spec; addComputeWorkgroupMemoryTests() local
498 ComputeShaderSpec spec; addComputeWorkgroupMemoryTests() local
528 ComputeShaderSpec spec; addComputeWorkgroupMemoryTests() local
563 ComputeShaderSpec spec; addComputeWorkgroupMemoryTests() local
600 ComputeShaderSpec spec; addComputeWorkgroupMemoryTests() local
[all...]
/third_party/cups-filters/cupsfilters/
H A Dattr.c39 char *spec, /* O - Final selection string */ in cupsFindAttr()
49 if (!ppd || !name || !colormodel || !media || !resolution || !spec || in cupsFindAttr()
65 snprintf(spec, specsize, "%s.%s.%s", colormodel, media, resolution); in cupsFindAttr()
66 fprintf(stderr, "DEBUG2: Looking for \"*%s %s\"...\n", name, spec); in cupsFindAttr()
67 if ((attr = ppdFindAttr(ppd, name, spec)) != NULL && attr->value != NULL) in cupsFindAttr()
70 snprintf(spec, specsize, "%s.%s", colormodel, resolution); in cupsFindAttr()
71 fprintf(stderr, "DEBUG2: Looking for \"*%s %s\"...\n", name, spec); in cupsFindAttr()
72 if ((attr = ppdFindAttr(ppd, name, spec)) != NULL && attr->value != NULL) in cupsFindAttr()
75 snprintf(spec, specsize, "%s", colormodel); in cupsFindAttr()
76 fprintf(stderr, "DEBUG2: Looking for \"*%s %s\"...\n", name, spec); in cupsFindAttr()
34 cupsFindAttr(ppd_file_t *ppd, const char *name, const char *colormodel, const char *media, const char *resolution, char *spec, int specsize) cupsFindAttr() argument
[all...]
/base/security/crypto_framework/test/fuzztest/crypto_operation/hcfsm2create_fuzzer/
H A Dhcfsm2create_fuzzer.cpp64 HcfResult ConstructCorrectSm2CipherTextXSpec(Sm2CipherTextSpec **spec, const uint8_t* data, size_t size) in ConstructCorrectSm2CipherTextXSpec() argument
78 *spec = tempSpec; in ConstructCorrectSm2CipherTextXSpec()
82 HcfResult ConstructCorrectSm2CipherTextYSpec(Sm2CipherTextSpec **spec, const uint8_t* data, size_t size) in ConstructCorrectSm2CipherTextYSpec() argument
96 *spec = tempSpec; in ConstructCorrectSm2CipherTextYSpec()
100 HcfResult ConstructCorrectSm2CipherTextSpec(Sm2CipherTextSpec **spec, const uint8_t* data, size_t size) in ConstructCorrectSm2CipherTextSpec() argument
114 *spec = tempSpec; in ConstructCorrectSm2CipherTextSpec()
125 Sm2CipherTextSpec *spec = nullptr; in TestHcfGenCipherTextBySpec() local
126 res = ConstructCorrectSm2CipherTextSpec(&spec, data, size); in TestHcfGenCipherTextBySpec()
131 res = HcfGenCipherTextBySpec(spec, g_sm2ModeC1C3C2, &output); in TestHcfGenCipherTextBySpec()
133 HcfFree(spec); in TestHcfGenCipherTextBySpec()
150 Sm2CipherTextSpec *spec = nullptr; TestHcfGenCipherTextByXSpec() local
175 Sm2CipherTextSpec *spec = nullptr; TestHcfGenCipherTextByYSpec() local
199 Sm2CipherTextSpec *spec = nullptr; TestHcfGetCipherTextSpec() local
223 Sm2CipherTextSpec spec = {}; HcfSm2CreateFuzzTest() local
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dmsvs.py363 spec, cmd, cygwin_shell, has_input_path, quote_cmd, do_setup_env
377 cygwin_dir = _FixPath(spec.get("msvs_cygwin_dirs", ["."])[0])
444 def _BuildCommandLineForRule(spec, rule, has_input_path, do_setup_env):
451 mcs = int(spec.get("msvs_cygwin_shell", 1))
456 spec, rule["action"], mcs, has_input_path, quote_cmd, do_setup_env=do_setup_env
496 p, spec, primary_input, inputs, outputs, description, cmd
502 spec: the target project dict
521 for config_name, c_data in spec["configurations"].items():
527 def _AddAccumulatedActionsToMSVS(p, spec, actions_dict):
532 spec
[all...]
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dmsvs.py363 spec, cmd, cygwin_shell, has_input_path, quote_cmd, do_setup_env
377 cygwin_dir = _FixPath(spec.get("msvs_cygwin_dirs", ["."])[0])
446 def _BuildCommandLineForRule(spec, rule, has_input_path, do_setup_env):
453 mcs = int(spec.get("msvs_cygwin_shell", 1))
458 spec, rule["action"], mcs, has_input_path, quote_cmd, do_setup_env=do_setup_env
498 p, spec, primary_input, inputs, outputs, description, cmd
504 spec: the target project dict
523 for config_name, c_data in spec["configurations"].items():
529 def _AddAccumulatedActionsToMSVS(p, spec, actions_dict):
534 spec
[all...]

Completed in 20 milliseconds

12345678910>>...37