/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | transformation_replace_copy_object_with_store_load_test.cpp | 85 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 86 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 92 ASSERT_FALSE(transformation_invalid_1.IsApplicable(context.get(), in TEST() 98 ASSERT_FALSE(transformation_invalid_2.IsApplicable(context.get(), in TEST() 104 ASSERT_FALSE(transformation_invalid_3.IsApplicable(context.get(), in TEST() 111 ASSERT_FALSE(transformation_invalid_4.IsApplicable(context.get(), in TEST() 118 ASSERT_FALSE(transformation_invalid_5.IsApplicable(context.get(), in TEST() 124 ASSERT_FALSE(transformation_invalid_6.IsApplicable(context.get(), in TEST() 129 ASSERT_TRUE(transformation_valid_1.IsApplicable(context.get(), in TEST() 131 ApplyAndCheckFreshIds(transformation_valid_1, context.get(), in TEST() [all...] |
H A D | transformation_add_global_variable_test.cpp | 64 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 67 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 71 .IsApplicable(context.get(), transformation_context)); in TEST() 75 .IsApplicable(context.get(), transformation_context)); in TEST() 80 .IsApplicable(context.get(), transformation_context)); in TEST() 85 .IsApplicable(context.get(), transformation_context)); in TEST() 90 .IsApplicable(context.get(), transformation_context)); in TEST() 95 .IsApplicable(context.get(), transformation_context)); in TEST() 101 .IsApplicable(context.get(), transformation_context)); in TEST() 107 .IsApplicable(context.get(), transformation_contex in TEST() [all...] |
H A D | transformation_toggle_access_chain_instruction_test.cpp | 116 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 119 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 126 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 133 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 139 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 146 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 153 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 159 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 166 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 173 transformation.IsApplicable(context.get(), transformation_contex in TEST() [all...] |
H A D | transformation_add_early_terminator_wrapper_test.cpp | 38 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 41 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 44 .IsApplicable(context.get(), transformation_context)); in TEST() 61 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 64 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 67 .IsApplicable(context.get(), transformation_context)); in TEST() 91 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 94 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 97 .IsApplicable(context.get(), transformation_context)); in TEST() 99 .IsApplicable(context.get(), transformation_contex in TEST() [all...] |
H A D | transformation_expand_vector_reduction_test.cpp | 60 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 61 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 67 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 72 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 77 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 81 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 86 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 91 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 96 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 100 transformation.IsApplicable(context.get(), transformation_contex in TEST() [all...] |
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/ |
H A D | DataDisplayTable.java | 52 maxColLengths.add(header.get(i).length()); in DataDisplayTable() 96 if (row.get(i).length() > maxColLengths.get(i)) { in add() 97 maxColLengths.set(i, row.get(i).length()); in add() 166 output.append(padString(header.get(i), displayAlignment.get(i), maxColLengths.get(i))) in prettyString() 169 if (displayAlignment.get(numCols - 1) == Align.Left) { in prettyString() 171 output.append(header.get(numCols - 1)); in prettyString() 173 output.append(padString(header.get(numCol in prettyString() [all...] |
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_replace.py | 70 equal(self.engine.getpat(), pv.get()) 76 equal(text.get('1.8', '1.12'), 'asdf') 83 equal(text.get('1.2', '1.7'), 'hello') 89 equal(text.get('1.23', '1.28'), 'world') 94 before_text = text.get('1.0', 'end') 97 after_text = text.get('1.0', 'end') 105 equal(text.get('1.8'), 'i') 106 equal(text.get('2.1'), 'j') 108 equal(text.get('2.1'), 'j') 109 equal(text.get('1. [all...] |
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
H A D | transformation_add_global_variable_test.cpp | 64 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 67 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 71 .IsApplicable(context.get(), transformation_context)); in TEST() 75 .IsApplicable(context.get(), transformation_context)); in TEST() 80 .IsApplicable(context.get(), transformation_context)); in TEST() 85 .IsApplicable(context.get(), transformation_context)); in TEST() 90 .IsApplicable(context.get(), transformation_context)); in TEST() 95 .IsApplicable(context.get(), transformation_context)); in TEST() 101 .IsApplicable(context.get(), transformation_context)); in TEST() 107 .IsApplicable(context.get(), transformation_contex in TEST() [all...] |
H A D | transformation_toggle_access_chain_instruction_test.cpp | 116 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 119 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 126 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 133 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 139 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 146 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 153 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 159 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 166 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 173 transformation.IsApplicable(context.get(), transformation_contex in TEST() [all...] |
H A D | transformation_add_early_terminator_wrapper_test.cpp | 38 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 41 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 44 .IsApplicable(context.get(), transformation_context)); in TEST() 61 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 64 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 67 .IsApplicable(context.get(), transformation_context)); in TEST() 91 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 94 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 97 .IsApplicable(context.get(), transformation_context)); in TEST() 99 .IsApplicable(context.get(), transformation_contex in TEST() [all...] |
H A D | transformation_expand_vector_reduction_test.cpp | 60 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 61 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 67 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 72 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 77 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 81 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 86 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 91 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 96 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 100 transformation.IsApplicable(context.get(), transformation_contex in TEST() [all...] |
/third_party/skia/src/sksl/ |
H A D | SkSLThreadContext.cpp | 35 fCompiler->fContext->fModifiersPool = fModifiersPool.get(); in ThreadContext() 42 fCompiler->fContext->fConfig = fConfig.get(); in ThreadContext() 44 fCompiler->fContext->fIntrinsics = module.fIntrinsics.get(); in ThreadContext() 77 symbols.addWithoutOwnership(ef.get()); in setupSymbolTable() 85 symbols.addAlias("mat2x2", context.fTypes.fFloat2x2.get()); in setupSymbolTable() 86 symbols.addAlias("mat2x3", context.fTypes.fFloat2x3.get()); in setupSymbolTable() 87 symbols.addAlias("mat2x4", context.fTypes.fFloat2x4.get()); in setupSymbolTable() 88 symbols.addAlias("mat3x2", context.fTypes.fFloat3x2.get()); in setupSymbolTable() 89 symbols.addAlias("mat3x3", context.fTypes.fFloat3x3.get()); in setupSymbolTable() 90 symbols.addAlias("mat3x4", context.fTypes.fFloat3x4.get()); in setupSymbolTable() [all...] |
/third_party/spirv-tools/test/fuzz/ |
H A D | transformation_add_global_variable_test.cpp | 64 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 67 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 71 .IsApplicable(context.get(), transformation_context)); in TEST() 75 .IsApplicable(context.get(), transformation_context)); in TEST() 80 .IsApplicable(context.get(), transformation_context)); in TEST() 85 .IsApplicable(context.get(), transformation_context)); in TEST() 90 .IsApplicable(context.get(), transformation_context)); in TEST() 95 .IsApplicable(context.get(), transformation_context)); in TEST() 101 .IsApplicable(context.get(), transformation_context)); in TEST() 107 .IsApplicable(context.get(), transformation_contex in TEST() [all...] |
H A D | transformation_composite_extract_test.cpp | 100 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 103 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 108 .IsApplicable(context.get(), transformation_context)); in TEST() 114 .IsApplicable(context.get(), transformation_context)); in TEST() 120 .IsApplicable(context.get(), transformation_context)); in TEST() 126 .IsApplicable(context.get(), transformation_context)); in TEST() 132 .IsApplicable(context.get(), transformation_context)); in TEST() 138 .IsApplicable(context.get(), transformation_context)); in TEST() 144 .IsApplicable(context.get(), transformation_context)); in TEST() 152 transformation_1.IsApplicable(context.get(), transformation_contex in TEST() [all...] |
H A D | transformation_add_early_terminator_wrapper_test.cpp | 38 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 41 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 45 .IsApplicable(context.get(), transformation_context)); in TEST() 62 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 65 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 69 .IsApplicable(context.get(), transformation_context)); in TEST() 93 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 96 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 99 .IsApplicable(context.get(), transformation_context)); in TEST() 101 .IsApplicable(context.get(), transformation_contex in TEST() [all...] |
H A D | transformation_expand_vector_reduction_test.cpp | 60 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 61 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 67 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 72 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 77 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 81 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 86 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 91 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 96 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 100 transformation.IsApplicable(context.get(), transformation_contex in TEST() [all...] |
/third_party/skia/third_party/externals/spirv-tools/test/reduce/ |
H A D | simple_conditional_branch_to_branch_test.cpp | 73 CheckValid(kEnv, context.get()); in TEST() 76 .GetAvailableOpportunities(context.get(), 0); in TEST() 122 CheckValid(kEnv, context.get()); in TEST() 125 .GetAvailableOpportunities(context.get(), 0); in TEST() 131 CheckValid(kEnv, context.get()); in TEST() 161 CheckEqual(kEnv, after, context.get()); in TEST() 164 .GetAvailableOpportunities(context.get(), 0); in TEST() 217 CheckValid(kEnv, context.get()); in TEST() 220 .GetAvailableOpportunities(context.get(), 0); in TEST() 266 CheckValid(kEnv, context.get()); in TEST() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/reduce/ |
H A D | simple_conditional_branch_to_branch_test.cpp | 73 CheckValid(kEnv, context.get()); in TEST() 76 .GetAvailableOpportunities(context.get(), 0); in TEST() 122 CheckValid(kEnv, context.get()); in TEST() 125 .GetAvailableOpportunities(context.get(), 0); in TEST() 131 CheckValid(kEnv, context.get()); in TEST() 161 CheckEqual(kEnv, after, context.get()); in TEST() 164 .GetAvailableOpportunities(context.get(), 0); in TEST() 217 CheckValid(kEnv, context.get()); in TEST() 220 .GetAvailableOpportunities(context.get(), 0); in TEST() 266 CheckValid(kEnv, context.get()); in TEST() [all...] |
/third_party/spirv-tools/test/reduce/ |
H A D | simple_conditional_branch_to_branch_test.cpp | 73 CheckValid(kEnv, context.get()); in TEST() 76 .GetAvailableOpportunities(context.get(), 0); in TEST() 122 CheckValid(kEnv, context.get()); in TEST() 125 .GetAvailableOpportunities(context.get(), 0); in TEST() 131 CheckValid(kEnv, context.get()); in TEST() 161 CheckEqual(kEnv, after, context.get()); in TEST() 164 .GetAvailableOpportunities(context.get(), 0); in TEST() 217 CheckValid(kEnv, context.get()); in TEST() 220 .GetAvailableOpportunities(context.get(), 0); in TEST() 266 CheckValid(kEnv, context.get()); in TEST() [all...] |
/foundation/communication/netstack/frameworks/js/builtin/fetch/src/ |
H A D | fetch_module.cpp | 77 req->SetUrl(urlString.get()); in JsObjectToRequestData() 86 if (jsHeaders != nullptr && !JSI::ValueIsUndefined(jsHeaders.get()) && JSI::ValueIsObject(jsHeaders.get())) { in JsObjectToRequestData() 87 GetNameValue(jsHeaders.get(), const_cast<std::map<std::string, std::string> &>(req->GetHeader())); in JsObjectToRequestData() 98 if (keys == nullptr || JSI::ValueIsUndefined(keys.get()) || !JSI::ValueIsArray(keys.get())) { in GetNameValue() 99 HTTP_REQUEST_ERROR("get name value failed"); in GetNameValue() 103 uint32_t length = JSI::GetArrayLength(keys.get()); in GetNameValue() 105 std::unique_ptr<JSIVal, decltype(&JSI::ReleaseValue)> key(JSI::GetPropertyByIndex(keys.get(), index), in GetNameValue() 107 if (key == nullptr || JSI::ValueIsUndefined(key.get()) || !JS in GetNameValue() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | SectionKind.h | 171 static SectionKind get(Kind K) { in get() function in llvm::SectionKind 178 static SectionKind getMetadata() { return get(Metadata); } in getMetadata() 179 static SectionKind getText() { return get(Text); } in getText() 180 static SectionKind getExecuteOnly() { return get(ExecuteOnly); } in getExecuteOnly() 181 static SectionKind getReadOnly() { return get(ReadOnly); } in getReadOnly() 183 return get(Mergeable1ByteCString); in getMergeable1ByteCString() 186 return get(Mergeable2ByteCString); in getMergeable2ByteCString() 189 return get(Mergeable4ByteCString); in getMergeable4ByteCString() 191 static SectionKind getMergeableConst4() { return get(MergeableConst4); } in getMergeableConst4() 192 static SectionKind getMergeableConst8() { return get(MergeableConst in getMergeableConst4() [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | privacyGloGetter.js | 12 private get p1_private() { 19 private get p2_private() { 26 private get p3_private() { 33 public get p4_public(): C2_private { // error 42 private get p1_private() { 49 private get p2_private() { 56 private get p3_private() { 63 public get p4_public(): C2_private { 76 private get p1_private() { 83 private get p2_privat [all...] |
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
H A D | openssl_crypto.cpp | 42 if (EVP_DecryptInit_ex(ctx.get(), EVP_aes_256_gcm(), NULL, reinterpret_cast<const uint8_t*>(shield.data.get()), in AESDecrypt() 43 reinterpret_cast<const uint8_t*>(keyContext_.rndEnc.data.get())) != in AESDecrypt() 50 if (EVP_DecryptUpdate(ctx.get(), reinterpret_cast<uint8_t*>(plainText.data.get()), &outlen, in AESDecrypt() 51 reinterpret_cast<const uint8_t*>(keyContext_.rndEnc.data.get() + GCM_NONCE_BYTES), in AESDecrypt() 60 if (EVP_CIPHER_CTX_ctrl(ctx.get(), EVP_CTRL_GCM_SET_TAG, GCM_MAC_BYTES, in AESDecrypt() 62 keyContext_.rndEnc.data.get() + GCM_NONCE_BYTES + plainText.size))) != in AESDecrypt() 67 if (EVP_DecryptFinal_ex(ctx.get(), reinterpret_cast<uint8_t*>(plainText.data.get() in AESDecrypt() [all...] |
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | map.js | 25 assert(m.get(undefined) === 123); 30 assert(m.get(null) === 456); 35 assert(m.get("st" + "rItem").x === 789); 40 assert(m.get(13 - (function() { return 0.75 })()) === 12.25); 45 assert(m.get(1) === undefined); 52 assert(m.get(12.25) === undefined); 72 assert(m.get(1) === 8); 73 assert(m.get(2) === 8); 74 assert(m.get(3) === 8); 78 assert(m.get(Na [all...] |
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | spirvcapgenerator.py | 51 if enable.get('version'): 52 return enable.get('version') 53 elif enable.get('extension'): 54 return enable.get('extension') 55 elif enable.get('struct') or enable.get('property'): 56 return enable.get('requires') 58 self.logMsg('error', f"<{parent.tag} name=\"{parent.get('name')}\"> is missing a required attribute for an <enable>") 101 elem.get('name')) 103 # <spirvextension> entries do not get anchor [all...] |