Home
last modified time | relevance | path

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

1234

/external/icu/icu4c/source/tools/toolutil/
Dwritesrc.cpp110 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/javaparser/javaparser-core/src/main/java/com/github/javaparser/utils/
DSeparatedItemStringBuilder.java10 private final String postfix; field in SeparatedItemStringBuilder
14 public SeparatedItemStringBuilder(String prefix, String separator, String postfix) { in SeparatedItemStringBuilder() argument
17 this.postfix = postfix; in SeparatedItemStringBuilder()
43 return builder.toString() + postfix; in toString()
/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/puffin/
DREADME.md19 vectors with postfix `hcodes_`.
23 identified by vectors with postfix `rcodes_`.
27 are identified by vectors with postfix `lens_`.
/external/tensorflow/tensorflow/contrib/slim/python/slim/
Dsummaries.py42 def _get_summary_name(tensor, name=None, prefix=None, postfix=None): argument
58 if postfix:
59 name = name + '/' + postfix
/external/boringssl/src/crypto/x509/
Dby_dir.c276 const char *postfix = ""; in get_cert_by_subject() local
286 postfix = ""; in get_cert_by_subject()
291 postfix = "r"; in get_cert_by_subject()
356 "%s%08lx.%s%d", ent->dir, h, postfix, k); in get_cert_by_subject()
360 postfix, k); in get_cert_by_subject()
/external/brotli/c/enc/
Dprefix.h38 size_t postfix = dist & postfix_mask; in PrefixEncodeCopyDistance() local
44 ((2 * (nbits - 1) + prefix) << postfix_bits) + postfix)); in PrefixEncodeCopyDistance()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DTestUtilities.java35 String postfix = "nop"; in TestCollectionUtilitySpeed() local
37 ts1.add(prefix + String.valueOf(i) + postfix); in TestCollectionUtilitySpeed()
38 ts2.add(prefix + String.valueOf(i) + postfix); in TestCollectionUtilitySpeed()
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/
DTestUtilities.java32 String postfix = "nop"; in TestCollectionUtilitySpeed() local
34 ts1.add(prefix + String.valueOf(i) + postfix); in TestCollectionUtilitySpeed()
35 ts2.add(prefix + String.valueOf(i) + postfix); in TestCollectionUtilitySpeed()
/external/deqp/external/vulkancts/scripts/
Dgen_framework.py413 def endsWith (str, postfix): argument
414 return str[-len(postfix):] == postfix
418 for postfix in knownExtPostfixes:
419 if endsWith(name, postfix):
420 return (name[:-len(postfix)], postfix)
424 bitfieldName, postfix = splitNameExtPostfix(bitfieldName)
426 return bitfieldName[:-1] + "Bits" + postfix
429 bitEnumName, postfix = splitNameExtPostfix(bitEnumName)
431 return bitEnumName[:-4] + "s" + postfix
859 postfix = "" if concrete else " = 0"
[all …]
/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/ImageMagick/MagickWand/
Dmogrify-private.h45 #define FireImageStack(postfix,advance,fire) \ argument
55 status&=MogrifyImages(image_stack[k].image_info,postfix,(int) \
/external/autotest/client/bin/
Dutils.py1692 def _get_match_from_file(path, line, prefix, postfix): argument
1701 if postfix:
1702 match = re.split(postfix, match)[0]
1706 def _get_float_from_file(path, line, prefix, postfix): argument
1707 match = _get_match_from_file(path, line, prefix, postfix)
1711 def _get_int_from_file(path, line, prefix, postfix): argument
1712 match = _get_match_from_file(path, line, prefix, postfix)
1716 def _get_hex_from_file(path, line, prefix, postfix): argument
1717 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/deqp/external/openglcts/modules/common/
DglcShaderLibrary.cpp985 std::string postfix = ""; in parseShaderCase() local
993 postfix = m_curTokenStr; in parseShaderCase()
997 if (versionNum == 100 && postfix == "es") in parseShaderCase()
999 else if (versionNum == 300 && postfix == "es") in parseShaderCase()
1001 else if (versionNum == 310 && postfix == "es") in parseShaderCase()
/external/clang/test/SemaCXX/
Doverloaded-operator.cpp472 C<int> postfix; in g() local
474 postfix--; // ok in g()
/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/tensorflow/tensorflow/tools/benchmark/
Dbenchmark_model.cc234 const string& benchmark_name, const string& postfix, in RecordBenchmarkEntry() argument
239 if (!postfix.empty()) { in RecordBenchmarkEntry()
240 stream << "_" << postfix; in RecordBenchmarkEntry()
/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/wpa_supplicant_8/wpa_supplicant/hidl/1.1/
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/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()

1234