Home
last modified time | relevance | path

Searched refs:postfix (Results 1 – 25 of 60) sorted by relevance

123

/external/icu/icu4c/source/tools/toolutil/
Dwritesrc.c110 const char *postfix) { in usrc_writeArray() argument
162 if(postfix!=NULL) { in usrc_writeArray()
163 fputs(postfix, f); in usrc_writeArray()
171 const char *postfix) { in usrc_writeUTrie2Arrays() argument
174 … usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength+pTrie->dataLength, postfix); in usrc_writeUTrie2Arrays()
177 usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength, postfix); in usrc_writeUTrie2Arrays()
178 usrc_writeArray(f, data32Prefix, pTrie->data32, 32, pTrie->dataLength, postfix); in usrc_writeUTrie2Arrays()
187 const char *postfix) { in usrc_writeUTrie2Struct() argument
226 if(postfix!=NULL) { in usrc_writeUTrie2Struct()
227 fputs(postfix, f); in usrc_writeUTrie2Struct()
[all …]
Dwritesrc.h53 const char *postfix);
64 const char *postfix);
76 const char *postfix);
92 const char *postfix);
/external/clang/test/Parser/
Dattributes.mm14 @interface EXP I @end // expected-error {{postfix attributes are not allowed on Objective-C directi…
17 @implementation EXP I @end // expected-error-re {{postfix attributes are not allowed on Objective-C…
21 @class EXP OC; // expected-error-re {{postfix attributes are not allowed on Objective-C directives{…
24 @protocol EXP P @end // expected-error {{postfix attributes are not allowed on Objective-C directiv…
/external/brotli/enc/
Dprefix.h38 size_t postfix = dist & postfix_mask; in PrefixEncodeCopyDistance() local
44 ((2 * (nbits - 1) + prefix) << postfix_bits) + postfix)); in PrefixEncodeCopyDistance()
/external/regex-re2/re2/testing/
Dregexp_generator.cc60 vector<string> postfix; in Generate() local
61 GeneratePostfix(&postfix, 0, 0, 0); in Generate()
70 vector<string> postfix; in GenerateRandom() local
71 GenerateRandomPostfix(&postfix, 0, 0, 0); in GenerateRandom()
/external/deqp/external/vulkancts/scripts/
Dgen_framework.py239 def endsWith (str, postfix): argument
240 return str[-len(postfix):] == postfix
244 for postfix in knownExtPostfixes:
245 if endsWith(name, postfix):
246 return (name[:-len(postfix)], postfix)
250 bitfieldName, postfix = splitNameExtPostfix(bitfieldName)
253 return bitfieldName[:-1] + "Bits" + postfix
256 bitEnumName, postfix = splitNameExtPostfix(bitEnumName)
259 return bitEnumName[:-4] + "s" + postfix
481 postfix = "" if concrete else " = 0"
[all …]
/external/boringssl/src/crypto/x509/
Dby_dir.c278 const char *postfix = ""; in get_cert_by_subject() local
288 postfix = ""; in get_cert_by_subject()
293 postfix = "r"; in get_cert_by_subject()
358 "%s%08lx.%s%d", ent->dir, h, postfix, k); in get_cert_by_subject()
362 postfix, k); in get_cert_by_subject()
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/
DTestUtilities.java29 String postfix = "nop"; in TestCollectionUtilitySpeed() local
31 ts1.add(prefix + String.valueOf(i) + postfix); in TestCollectionUtilitySpeed()
32 ts2.add(prefix + String.valueOf(i) + postfix); in TestCollectionUtilitySpeed()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DTestUtilities.java30 String postfix = "nop"; in TestCollectionUtilitySpeed() local
32 ts1.add(prefix + String.valueOf(i) + postfix); in TestCollectionUtilitySpeed()
33 ts2.add(prefix + String.valueOf(i) + postfix); in TestCollectionUtilitySpeed()
/external/ImageMagick/MagickWand/
Dmogrify-private.h45 #define FireImageStack(postfix,advance,fire) \ argument
55 status&=MogrifyImages(image_stack[k].image_info,postfix,(int) \
/external/deqp/doc/testspecs/GLES2/
Dperformance.compiler.txt56 The method for defeating the shader cache is to append a postfix to all uniform,
57 attribute and varying names. The postfix depends on the current time as well as
58 the case that is in question. In case of cache-avoiding cases, the postfix also
/external/autotest/client/bin/
Dutils.py1667 def _get_match_from_file(path, line, prefix, postfix): argument
1676 if postfix:
1677 match = re.split(postfix, match)[0]
1681 def _get_float_from_file(path, line, prefix, postfix): argument
1682 match = _get_match_from_file(path, line, prefix, postfix)
1686 def _get_int_from_file(path, line, prefix, postfix): argument
1687 match = _get_match_from_file(path, line, prefix, postfix)
1691 def _get_hex_from_file(path, line, prefix, postfix): argument
1692 match = _get_match_from_file(path, line, prefix, postfix)
/external/python/cpython2/Lib/bsddb/
Ddbtables.py89 def __init__(self, postfix): argument
90 self.postfix = postfix
92 return s[-len(self.postfix):] == self.postfix
/external/clang/test/SemaCXX/
Doverloaded-operator.cpp472 C<int> postfix; in g() local
474 postfix--; // ok in g()
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
Dp2p_iface.cpp126 const hidl_vec<uint8_t>& postfix, setSsidPostfix_cb _hidl_cb) in setSsidPostfix() argument
130 &P2pIface::setSsidPostfixInternal, _hidl_cb, postfix); in setSsidPostfix()
602 const std::vector<uint8_t>& postfix) in setSsidPostfixInternal() argument
606 wpa_s->global->p2p, postfix.data(), postfix.size())) { in setSsidPostfixInternal()
Dp2p_iface.h68 const hidl_vec<uint8_t>& postfix,
205 const std::vector<uint8_t>& postfix);
/external/deqp/framework/opengl/
DgluShaderLibrary.cpp1251 std::string postfix = ""; in parseGLSLVersion() local
1259 postfix = m_curTokenStr; in parseGLSLVersion()
1265 if (versionNum == 100 && postfix == "es") version = glu::GLSL_VERSION_100_ES; in parseGLSLVersion()
1266 else if (versionNum == 300 && postfix == "es") version = glu::GLSL_VERSION_300_ES; in parseGLSLVersion()
1267 else if (versionNum == 310 && postfix == "es") version = glu::GLSL_VERSION_310_ES; in parseGLSLVersion()
1268 else if (versionNum == 320 && postfix == "es") version = glu::GLSL_VERSION_320_ES; in parseGLSLVersion()
/external/valgrind/coregrind/m_gdbserver/
Dtarget.c105 static const char *postfix[3] = { "", "s1", "s2" }; in build_shadow_arch() local
112 + strlen (postfix[i]) + 1); in build_shadow_arch()
114 strcat (regname, postfix[i]); in build_shadow_arch()
/external/curl/tests/server/
DCMakeLists.txt31 # Add the postfix to the executable since it is not added
/external/spirv-llvm/test/SPIRV/transcoding/
Dcheck_wo_qualifier.ll3 ; RUN: llvm-spirv -r -spirv-gen-image-type-acc-postfix %t.spv -o %t.rev.bc
Dcheck_ro_qualifier.ll3 ; RUN: llvm-spirv -r -spirv-gen-image-type-acc-postfix %t.spv -o %t.rev.bc
/external/fio/
Dparse.c449 char *postfix; in opt_len() local
451 postfix = strchr(str, ':'); in opt_len()
452 if (!postfix) in opt_len()
455 return (int)(postfix - str); in opt_len()
/external/curl/src/
DCMakeLists.txt73 # Add the postfix to the executable since it is not added automatically as for modules and shared l…
/external/curl/tests/libtest/
DCMakeLists.txt23 # Add the postfix to the executable since it is
/external/deqp/modules/gles31/functional/
Des31fDebugTests.cpp2996 const char* const postfix = "_getboolean"; \ in init()
3001 const char* const postfix = "_getinteger"; \ in init()
3006 const char* const postfix = "_getinteger64"; \ in init()
3011 const char* const postfix = "_getfloat"; \ in init()
3021 const char* const postfix = "_isenabled"; \ in init()
3032 (std::string(limits[ndx].name) + postfix).c_str(), in init()
3037 …s->addChild(new IsEnabledCase (m_context, (std::string("debug_output") + postfix).c_str(), "T… in init()
3038 …new IsEnabledCase (m_context, (std::string("debug_output_synchronous") + postfix).c_str(), "Test… in init()
3040 …PositiveIntegerCase (m_context, (std::string("debug_logged_messages") + postfix).c_str(), "Tes… in init()
3041 …egerCase (m_context, (std::string("debug_next_logged_message_length") + postfix).c_str(), "Test D… in init()
[all …]

123