Home
last modified time | relevance | path

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

123

/external/icu/icu4c/source/tools/toolutil/
Dwritesrc.c104 const char *postfix) { in usrc_writeArray() argument
156 if(postfix!=NULL) { in usrc_writeArray()
157 fputs(postfix, f); in usrc_writeArray()
165 const char *postfix) { in usrc_writeUTrie2Arrays() argument
168 … usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength+pTrie->dataLength, postfix); in usrc_writeUTrie2Arrays()
171 usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength, postfix); in usrc_writeUTrie2Arrays()
172 usrc_writeArray(f, data32Prefix, pTrie->data32, 32, pTrie->dataLength, postfix); in usrc_writeUTrie2Arrays()
181 const char *postfix) { in usrc_writeUTrie2Struct() argument
220 if(postfix!=NULL) { in usrc_writeUTrie2Struct()
221 fputs(postfix, f); in usrc_writeUTrie2Struct()
[all …]
Dwritesrc.h51 const char *postfix);
62 const char *postfix);
74 const char *postfix);
90 const char *postfix);
/external/v8/test/mjsunit/
Dwhitespaces.js56 var postfix = str[1];
59 assertEquals(postfix, neg_match[0]);
75 function test_parseInt(c, postfix) { argument
78 var str = c + c + "123" + postfix;
92 function test_stringtonumber(c, postfix) { argument
95 var result = 1 + Number(c + "123" + c + postfix);
/external/fio/lib/
Dnum2str.c14 const char *postfix[] = { "", "K", "M", "G", "P", "E" }; in num2str() local
38 while (post_index < sizeof(postfix)) { in num2str()
51 if (post_index >= ARRAY_LENGTH(postfix)) in num2str()
55 postfix[post_index], byte_postfix[byte_post_index]); in num2str()
76 postfix[post_index], byte_postfix[byte_post_index]); in num2str()
/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/deqp/external/vulkancts/
Dgen_framework.py222 def endswith (s, postfix): argument
223 return len(s) >= len(postfix) and s[len(s)-len(postfix):] == postfix
270 def endsWith (str, postfix): argument
271 return str[-len(postfix):] == postfix
275 for postfix in knownExtPostfixes:
276 if endsWith(name, postfix):
277 return (name[:-len(postfix)], postfix)
281 bitfieldName, postfix = splitNameExtPostfix(bitfieldName)
284 return bitfieldName[:-1] + "Bits" + postfix
287 bitEnumName, postfix = splitNameExtPostfix(bitEnumName)
[all …]
/external/v8/test/message/
Dnew-target-postfix-op.out1 *%(basename)s:5: ReferenceError: Invalid left-hand side expression in postfix operation
4 ReferenceError: Invalid left-hand side expression in postfix operation
/external/autotest/client/bin/
Dsite_utils.py633 def _get_match_from_file(path, line, prefix, postfix): argument
642 if postfix:
643 match = re.split(postfix, match)[0]
647 def _get_float_from_file(path, line, prefix, postfix): argument
648 match = _get_match_from_file(path, line, prefix, postfix)
652 def _get_int_from_file(path, line, prefix, postfix): argument
653 match = _get_match_from_file(path, line, prefix, postfix)
657 def _get_hex_from_file(path, line, prefix, postfix): argument
658 match = _get_match_from_file(path, line, prefix, postfix)
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
DTabber.java43 return prefix + result.toString() + postfix; in process()
47 private String postfix = ""; field in Tabber
210 return postfix; in getPostfix()
223 postfix = string; in setPostfix()
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DTabber.java42 return prefix + result.toString() + postfix; in process()
46 private String postfix = ""; field in Tabber
209 return postfix; in getPostfix()
222 postfix = string; in setPostfix()
/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/boringssl/src/crypto/x509/
Dby_dir.c293 const char *postfix=""; in get_cert_by_subject() local
303 postfix=""; in get_cert_by_subject()
310 postfix="r"; in get_cert_by_subject()
390 postfix,k); in get_cert_by_subject()
396 postfix,k); in get_cert_by_subject()
/external/v8/test/webkit/
Dparser-xml-close-comment-expected.txt29 … error' --> threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
30 PASS /**/ 1 --> threw exception ReferenceError: Invalid left-hand side expression in postfix operat…
31 PASS 1 /**/ --> threw exception ReferenceError: Invalid left-hand side expression in postfix operat…
DtoString-prefix-postfix-preserve-parens-expected.txt24 This test checks that toString() round-trip on a function that has prefix, postfix and typeof opera…
/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/v8/test/webkit/fast/js/
Dmodify-non-references-expected.txt30 PASS Number()++ threw exception ReferenceError: Invalid left-hand side expression in postfix operat…
31 PASS Number()-- threw exception ReferenceError: Invalid left-hand side expression in postfix operat…
Dbasic-strict-mode-expected.txt158 …(1, eval)++ threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
159 …, eval)++}) threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
162 …(1, eval)-- threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
163 …, eval)--}) threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
166 …uments)++ } threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
167 …ents)++ }}) threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
170 …uments)-- } threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
171 …ents)-- }}) threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
/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/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/
DTestUtilities.java144 String postfix = "nop"; in TestCollectionUtilitySpeed() local
146 ts1.add(prefix + String.valueOf(i) + postfix); in TestCollectionUtilitySpeed()
147 ts2.add(prefix + String.valueOf(i) + postfix); in TestCollectionUtilitySpeed()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DTestUtilities.java148 String postfix = "nop"; in TestCollectionUtilitySpeed() local
150 ts1.add(prefix + String.valueOf(i) + postfix); in TestCollectionUtilitySpeed()
151 ts2.add(prefix + String.valueOf(i) + postfix); in TestCollectionUtilitySpeed()
/external/curl/tests/server/
DCMakeLists.txt31 # Add the postfix to the executable since it is not added
/external/fio/
Dparse.c427 char *postfix; in opt_len() local
429 postfix = strchr(str, ':'); in opt_len()
430 if (!postfix) in opt_len()
433 return (int)(postfix - str); in opt_len()
/external/curl/src/
DCMakeLists.txt72 # Add the postfix to the executable since it is not added automatically as for modules and shared l…

123