| /third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
| H A D | writesrc.cpp | 125 const char *postfix) { in usrc_writeArray() 177 if(postfix!=NULL) { in usrc_writeArray() 178 fputs(postfix, f); in usrc_writeArray() 186 const char *postfix) { in usrc_writeUTrie2Arrays() 189 usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength+pTrie->dataLength, postfix); in usrc_writeUTrie2Arrays() 192 usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength, postfix); in usrc_writeUTrie2Arrays() 193 usrc_writeArray(f, data32Prefix, pTrie->data32, 32, pTrie->dataLength, postfix); in usrc_writeUTrie2Arrays() 202 const char *postfix) { in usrc_writeUTrie2Struct() 241 if(postfix!=NULL) { in usrc_writeUTrie2Struct() 242 fputs(postfix, in usrc_writeUTrie2Struct() 122 usrc_writeArray(FILE *f, const char *prefix, const void *p, int32_t width, int32_t length, const char *postfix) usrc_writeArray() argument 183 usrc_writeUTrie2Arrays(FILE *f, const char *indexPrefix, const char *data32Prefix, const UTrie2 *pTrie, const char *postfix) usrc_writeUTrie2Arrays() argument 198 usrc_writeUTrie2Struct(FILE *f, const char *prefix, const UTrie2 *pTrie, const char *indexName, const char *data32Name, const char *postfix) usrc_writeUTrie2Struct() argument 247 usrc_writeUCPTrieArrays(FILE *f, const char *indexPrefix, const char *dataPrefix, const UCPTrie *pTrie, const char *postfix) usrc_writeUCPTrieArrays() argument 260 usrc_writeUCPTrieStruct(FILE *f, const char *prefix, const UCPTrie *pTrie, const char *indexName, const char *dataName, const char *postfix) usrc_writeUCPTrieStruct() argument 309 usrc_writeArrayOfMostlyInvChars(FILE *f, const char *prefix, const char *p, int32_t length, const char *postfix) usrc_writeArrayOfMostlyInvChars() argument [all...] |
| H A D | writesrc.h | 45 * The prefix and postfix are optional (can be NULL) and are written first/last. 47 * The {} and declaration etc. need to be included in prefix/postfix or 54 const char *postfix); 65 const char *postfix); 69 * The {} and declaration etc. need to be included in prefix/postfix or 77 const char *postfix); 86 const char *postfix); 90 * The {} and declaration etc. need to be included in prefix/postfix or 98 const char *postfix); 111 * The prefix and postfix ar [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
| H A D | vktRenderPassDepthStencilWriteConditionsTests.cpp | 591 std::string postfix = "_d32sf_s8ui"; in createDepthStencilWriteConditionsTests() local 593 postfix = "_d24unorm_s8ui"; in createDepthStencilWriteConditionsTests() 595 postfix = "_d24_unorm"; in createDepthStencilWriteConditionsTests() 597 postfix = "_d32sf"; in createDepthStencilWriteConditionsTests() 599 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_kill_write" + postfix, BufferType::DEPTH, DiscardType::KILL, MutationMode::WRITE, format)); in createDepthStencilWriteConditionsTests() 600 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_kill_initialize" + postfix, BufferType::DEPTH, DiscardType::KILL, MutationMode::INITIALIZE, format)); in createDepthStencilWriteConditionsTests() 601 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_kill_write_initialize" + postfix, BufferType::DEPTH, DiscardType::KILL, MutationMode::INITIALIZE_WRITE, format)); in createDepthStencilWriteConditionsTests() 602 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_terminate_write" + postfix, BufferType::DEPTH, DiscardType::TERMINATE, MutationMode::WRITE, format)); in createDepthStencilWriteConditionsTests() 603 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_terminate_initialize" + postfix, BufferType::DEPTH, DiscardType::TERMINATE, MutationMode::INITIALIZE, format)); in createDepthStencilWriteConditionsTests() 604 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_terminate_write_initialize" + postfix, BufferTyp in createDepthStencilWriteConditionsTests() 613 std::string postfix = "_d32sf_s8ui"; createDepthStencilWriteConditionsTests() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
| H A D | vktRenderPassDepthStencilWriteConditionsTests.cpp | 593 std::string postfix = "_d32sf_s8ui"; in createDepthStencilWriteConditionsTests() local 595 postfix = "_d24unorm_s8ui"; in createDepthStencilWriteConditionsTests() 597 postfix = "_d24_unorm"; in createDepthStencilWriteConditionsTests() 599 postfix = "_d32sf"; in createDepthStencilWriteConditionsTests() 601 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_kill_write" + postfix, "", BufferType::DEPTH, DiscardType::KILL, MutationMode::WRITE, format)); in createDepthStencilWriteConditionsTests() 602 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_kill_initialize" + postfix, "", BufferType::DEPTH, DiscardType::KILL, MutationMode::INITIALIZE, format)); in createDepthStencilWriteConditionsTests() 603 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_kill_write_initialize" + postfix, "", BufferType::DEPTH, DiscardType::KILL, MutationMode::INITIALIZE_WRITE, format)); in createDepthStencilWriteConditionsTests() 604 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_terminate_write" + postfix, "", BufferType::DEPTH, DiscardType::TERMINATE, MutationMode::WRITE, format)); in createDepthStencilWriteConditionsTests() 605 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_terminate_initialize" + postfix, "", BufferType::DEPTH, DiscardType::TERMINATE, MutationMode::INITIALIZE, format)); in createDepthStencilWriteConditionsTests() 606 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_terminate_write_initialize" + postfix, "", BufferTyp in createDepthStencilWriteConditionsTests() 615 std::string postfix = "_d32sf_s8ui"; createDepthStencilWriteConditionsTests() local [all...] |
| /third_party/node/deps/icu-small/source/tools/toolutil/ |
| H A D | writesrc.cpp | 152 const char *postfix) { in usrc_writeArray() 213 if(postfix!=nullptr) { in usrc_writeArray() 214 fputs(postfix, f); in usrc_writeArray() 222 const char *postfix) { in usrc_writeUTrie2Arrays() 225 usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength+pTrie->dataLength, "", postfix); in usrc_writeUTrie2Arrays() 228 usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength, "", postfix); in usrc_writeUTrie2Arrays() 229 usrc_writeArray(f, data32Prefix, pTrie->data32, 32, pTrie->dataLength, "", postfix); in usrc_writeUTrie2Arrays() 238 const char *postfix) { in usrc_writeUTrie2Struct() 277 if(postfix!=nullptr) { in usrc_writeUTrie2Struct() 278 fputs(postfix, in usrc_writeUTrie2Struct() 148 usrc_writeArray(FILE *f, const char *prefix, const void *p, int32_t width, int32_t length, const char *indent, const char *postfix) usrc_writeArray() argument 219 usrc_writeUTrie2Arrays(FILE *f, const char *indexPrefix, const char *data32Prefix, const UTrie2 *pTrie, const char *postfix) usrc_writeUTrie2Arrays() argument 234 usrc_writeUTrie2Struct(FILE *f, const char *prefix, const UTrie2 *pTrie, const char *indexName, const char *data32Name, const char *postfix) usrc_writeUTrie2Struct() argument 283 usrc_writeUCPTrieArrays(FILE *f, const char *indexPrefix, const char *dataPrefix, const UCPTrie *pTrie, const char *postfix, UTargetSyntax syntax) usrc_writeUCPTrieArrays() argument 298 usrc_writeUCPTrieStruct(FILE *f, const char *prefix, const UCPTrie *pTrie, const char *indexName, const char *dataName, const char *postfix, UTargetSyntax syntax) usrc_writeUCPTrieStruct() argument 452 usrc_writeArrayOfMostlyInvChars(FILE *f, const char *prefix, const char *p, int32_t length, const char *postfix) usrc_writeArrayOfMostlyInvChars() argument [all...] |
| H A D | writesrc.h | 73 * The prefix and postfix are optional (can be NULL) and are written first/last. 75 * The {} and declaration etc. need to be included in prefix/postfix or 83 const char *postfix); 94 const char *postfix); 98 * The {} and declaration etc. need to be included in prefix/postfix or 106 const char *postfix); 115 const char *postfix, 120 * The {} and declaration etc. need to be included in prefix/postfix or 128 const char *postfix, 178 * The prefix and postfix ar [all...] |
| /third_party/icu/icu4c/source/tools/toolutil/ |
| H A D | writesrc.cpp | 143 const char *postfix) { in usrc_writeArray() 204 if(postfix!=NULL) { in usrc_writeArray() 205 fputs(postfix, f); in usrc_writeArray() 213 const char *postfix) { in usrc_writeUTrie2Arrays() 216 usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength+pTrie->dataLength, "", postfix); in usrc_writeUTrie2Arrays() 219 usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength, "", postfix); in usrc_writeUTrie2Arrays() 220 usrc_writeArray(f, data32Prefix, pTrie->data32, 32, pTrie->dataLength, "", postfix); in usrc_writeUTrie2Arrays() 229 const char *postfix) { in usrc_writeUTrie2Struct() 268 if(postfix!=NULL) { in usrc_writeUTrie2Struct() 269 fputs(postfix, in usrc_writeUTrie2Struct() 139 usrc_writeArray(FILE *f, const char *prefix, const void *p, int32_t width, int32_t length, const char *indent, const char *postfix) usrc_writeArray() argument 210 usrc_writeUTrie2Arrays(FILE *f, const char *indexPrefix, const char *data32Prefix, const UTrie2 *pTrie, const char *postfix) usrc_writeUTrie2Arrays() argument 225 usrc_writeUTrie2Struct(FILE *f, const char *prefix, const UTrie2 *pTrie, const char *indexName, const char *data32Name, const char *postfix) usrc_writeUTrie2Struct() argument 274 usrc_writeUCPTrieArrays(FILE *f, const char *indexPrefix, const char *dataPrefix, const UCPTrie *pTrie, const char *postfix, UTargetSyntax syntax) usrc_writeUCPTrieArrays() argument 289 usrc_writeUCPTrieStruct(FILE *f, const char *prefix, const UCPTrie *pTrie, const char *indexName, const char *dataName, const char *postfix, UTargetSyntax syntax) usrc_writeUCPTrieStruct() argument 443 usrc_writeArrayOfMostlyInvChars(FILE *f, const char *prefix, const char *p, int32_t length, const char *postfix) usrc_writeArrayOfMostlyInvChars() argument [all...] |
| H A D | writesrc.h | 73 * The prefix and postfix are optional (can be NULL) and are written first/last. 75 * The {} and declaration etc. need to be included in prefix/postfix or 83 const char *postfix); 94 const char *postfix); 98 * The {} and declaration etc. need to be included in prefix/postfix or 106 const char *postfix); 115 const char *postfix, 120 * The {} and declaration etc. need to be included in prefix/postfix or 128 const char *postfix, 178 * The prefix and postfix ar [all...] |
| /third_party/lzma/CPP/Windows/ |
| H A D | FileDir.cpp | 764 bool CreateTempFile2(CFSTR prefix, bool addRandom, AString &postfix, NIO::COutFile *outFile)
in CreateTempFile2() argument 775 postfix.Empty();
in CreateTempFile2() 789 postfix.Add_Dot();
in CreateTempFile2() 790 postfix += s;
in CreateTempFile2() 798 postfix += ".tmp";
in CreateTempFile2() 800 path += postfix;
in CreateTempFile2() 821 postfix.Empty();
in CreateTempFile2() 830 AString postfix;
in Create() local 831 if (!CreateTempFile2(prefix, false, postfix, outFile))
in Create() 834 _path += postfix;
in Create() 900 AString postfix; Create() local [all...] |
| /third_party/jerryscript/tests/jerry/es2015/ |
| H A D | generator-initializer.js | 48 function postfix(a) { return a + "b" } function 59 *[postfix("a")]() { 100 *[postfix("a")]() { 114 static * [postfix("b") ] (v = 9) {
|
| H A D | template_string.js | 56 assert (`${a}postfix` === 'Apostfix'); 57 assert (`prefix${a}postfix` === 'prefixApostfix');
|
| /third_party/node/deps/brotli/c/common/ |
| H A D | constants.h | 62 * Maximal number of "postfix" bits. 64 * Number of "postfix" bits is stored as 2 bits in meta-block header. 148 uint32_t postfix = (1u << npostfix) - 1; in BrotliCalculateDistanceCodeLimit() local 151 /* Remove postfix and "head-start". */ in BrotliCalculateDistanceCodeLimit() 181 result.max_alphabet_size = ((group << npostfix) | postfix) + ndirect + in BrotliCalculateDistanceCodeLimit() 184 result.max_distance = ((start + extra) << npostfix) + postfix + ndirect + 1; in BrotliCalculateDistanceCodeLimit()
|
| /third_party/skia/third_party/externals/brotli/c/common/ |
| H A D | constants.h | 62 * Maximal number of "postfix" bits. 64 * Number of "postfix" bits is stored as 2 bits in meta-block header. 148 uint32_t postfix = (1u << npostfix) - 1; in BrotliCalculateDistanceCodeLimit() local 151 /* Remove postfix and "head-start". */ in BrotliCalculateDistanceCodeLimit() 181 result.max_alphabet_size = ((group << npostfix) | postfix) + ndirect + in BrotliCalculateDistanceCodeLimit() 184 result.max_distance = ((start + extra) << npostfix) + postfix + ndirect + 1; in BrotliCalculateDistanceCodeLimit()
|
| /third_party/node/deps/brotli/c/enc/ |
| H A D | prefix.h | 38 size_t postfix = dist & postfix_mask; in PrefixEncodeCopyDistance() local 44 ((2 * (nbits - 1) + prefix) << postfix_bits) + postfix)); in PrefixEncodeCopyDistance()
|
| /third_party/skia/third_party/externals/brotli/c/enc/ |
| H A D | prefix.h | 38 size_t postfix = dist & postfix_mask; in PrefixEncodeCopyDistance() local 44 ((2 * (nbits - 1) + prefix) << postfix_bits) + postfix)); in PrefixEncodeCopyDistance()
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
| H A D | TestUtilities.java | 35 String postfix = "nop"; in TestCollectionUtilitySpeed() 37 ts1.add(prefix + String.valueOf(i) + postfix); in TestCollectionUtilitySpeed() 38 ts2.add(prefix + String.valueOf(i) + postfix); in TestCollectionUtilitySpeed()
|
| /third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/ |
| H A D | TestUtilities.java | 32 String postfix = "nop"; in TestCollectionUtilitySpeed() 34 ts1.add(prefix + String.valueOf(i) + postfix); in TestCollectionUtilitySpeed() 35 ts2.add(prefix + String.valueOf(i) + postfix); in TestCollectionUtilitySpeed()
|
| /third_party/node/lib/internal/ |
| H A D | v8_prof_polyfill.js | 160 return out.replace(FUNC_RE, (all, prefix, postfix) => { 161 return prefix + (filtered[i++] || postfix);
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
| H A D | vktSubgroupsSizeControlTests.cpp | 73 string postfix; member 1133 addFunctionCaseWithPrograms(computeGroup.get(), "allow_varying_subgroup_size" + params.postfix, supportedCheckFeatures, in createSubgroupsSizeControlTests() 1135 addFunctionCaseWithPrograms(graphicsGroup.get(), "allow_varying_subgroup_size" + params.postfix, in createSubgroupsSizeControlTests() 1143 string name = getShaderStageName(caseDefStage.shaderStage) + "_allow_varying_subgroup_size" + params.postfix; in createSubgroupsSizeControlTests() 1153 const std::string name = getShaderStageName(stage) + "_allow_varying_subgroup_size" + params.postfix; in createSubgroupsSizeControlTests() 1163 addFunctionCaseWithPrograms(computeGroup.get(), "require_full_subgroups_allow_varying_subgroup_size" + params.postfix, in createSubgroupsSizeControlTests() 1170 addFunctionCaseWithPrograms(computeGroup.get(), "require_full_subgroups" + params.postfix, supportedCheckFeatures, initProgramsRequireFull, in createSubgroupsSizeControlTests() 1176 addFunctionCaseWithPrograms(computeGroup.get(), "required_subgroup_size_max_require_full_subgroups" + params.postfix, supportedCheckFeatures, in createSubgroupsSizeControlTests() 1181 addFunctionCaseWithPrograms(computeGroup.get(), "required_subgroup_size_min_require_full_subgroups" + params.postfix, supportedCheckFeatures, in createSubgroupsSizeControlTests() 1189 addFunctionCaseWithPrograms(raytracingGroup.get(), "allow_varying_subgroup_size" + params.postfix, supportedCheckFeaturesShade in createSubgroupsSizeControlTests() [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
| H A D | vktSubgroupsSizeControlTests.cpp | 62 string postfix; member 1116 addFunctionCaseWithPrograms(computeGroup.get(), "allow_varying_subgroup_size" + params.postfix, "", supportedCheckFeatures, in createSubgroupsSizeControlTests() 1118 addFunctionCaseWithPrograms(graphicsGroup.get(), "allow_varying_subgroup_size" + params.postfix, "", in createSubgroupsSizeControlTests() 1126 string name = getShaderStageName(caseDefStage.shaderStage) + "_allow_varying_subgroup_size" + params.postfix; in createSubgroupsSizeControlTests() 1136 const std::string name = getShaderStageName(stage) + "_allow_varying_subgroup_size" + params.postfix; in createSubgroupsSizeControlTests() 1146 addFunctionCaseWithPrograms(computeGroup.get(), "require_full_subgroups_allow_varying_subgroup_size" + params.postfix, "", in createSubgroupsSizeControlTests() 1153 addFunctionCaseWithPrograms(computeGroup.get(), "require_full_subgroups" + params.postfix, "", supportedCheckFeatures, initProgramsRequireFull, in createSubgroupsSizeControlTests() 1159 addFunctionCaseWithPrograms(computeGroup.get(), "required_subgroup_size_max_require_full_subgroups" + params.postfix, "", supportedCheckFeatures, in createSubgroupsSizeControlTests() 1164 addFunctionCaseWithPrograms(computeGroup.get(), "required_subgroup_size_min_require_full_subgroups" + params.postfix, "", supportedCheckFeatures, in createSubgroupsSizeControlTests() 1172 addFunctionCaseWithPrograms(raytracingGroup.get(), "allow_varying_subgroup_size" + params.postfix, "", supportedCheckFeaturesShade in createSubgroupsSizeControlTests() [all...] |
| /third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/mutators/ |
| H A D | differential_fuzz_mutator.js | 59 const postfix = path.node.value.substring(SECTION_PREFIX.length); 60 path.node.value = CLEANED_PREFIX + postfix;
|
| /third_party/node/deps/openssl/openssl/crypto/x509/ |
| H A D | by_dir.c | 240 const char *postfix = ""; in get_cert_by_subject_ex() local 252 postfix = "r"; in get_cert_by_subject_ex() 318 "%s%08lx.%s%d", ent->dir, h, postfix, k); in get_cert_by_subject_ex() 323 "%s%c%08lx.%s%d", ent->dir, c, h, postfix, k); in get_cert_by_subject_ex()
|
| /third_party/openssl/crypto/x509/ |
| H A D | by_dir.c | 240 const char *postfix = ""; in get_cert_by_subject_ex() local 252 postfix = "r"; in get_cert_by_subject_ex() 318 "%s%08lx.%s%d", ent->dir, h, postfix, k); in get_cert_by_subject_ex() 323 "%s%c%08lx.%s%d", ent->dir, c, h, postfix, k); in get_cert_by_subject_ex()
|
| /third_party/ffmpeg/libavformat/ |
| H A D | dump.c | 123 static void print_fps(double d, const char *postfix) in print_fps() argument 127 av_log(NULL, AV_LOG_INFO, "%1.4f %s", d, postfix); in print_fps() 129 av_log(NULL, AV_LOG_INFO, "%3.2f %s", d, postfix); in print_fps() 131 av_log(NULL, AV_LOG_INFO, "%1.0f %s", d, postfix); in print_fps() 133 av_log(NULL, AV_LOG_INFO, "%1.0fk %s", d / 1000, postfix); in print_fps()
|
| /third_party/vk-gl-cts/framework/opengl/ |
| H A D | gluShaderLibrary.cpp | 1239 std::string postfix = ""; in parseGLSLVersion() local 1247 postfix = m_curTokenStr; in parseGLSLVersion() 1253 if (versionNum == 100 && postfix == "es") version = glu::GLSL_VERSION_100_ES; in parseGLSLVersion() 1254 else if (versionNum == 300 && postfix == "es") version = glu::GLSL_VERSION_300_ES; in parseGLSLVersion() 1255 else if (versionNum == 310 && postfix == "es") version = glu::GLSL_VERSION_310_ES; in parseGLSLVersion() 1256 else if (versionNum == 320 && postfix == "es") version = glu::GLSL_VERSION_320_ES; in parseGLSLVersion()
|