Home
last modified time | relevance | path

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

123

/external/chromium_org/third_party/icu/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/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/chromium_org/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()
54 sprintf(buf, "%lu%s%s", num, postfix[post_index], in num2str()
75 sprintf(buf, "%lu.%u%s%s", num, modulo, postfix[post_index], in num2str()
/external/chromium_org/third_party/tlslite/tlslite/utils/
Dpem.py26 postfix = "-----END %s-----" % name
30 end = s.find(postfix, start+len(prefix))
62 postfix = "-----END %s-----" % name
67 end = s.find(postfix, start+len(prefix))
73 s = s[end+len(postfix) : ]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
DParsedURL.js151 var postfix = "";
153 postfix = path.substring(query);
158 postfix = path.substring(fragment);
165 if (postfix.charAt(0) === "?") {
172 …eme + "://" + parsedURL.host + (parsedURL.port ? (":" + parsedURL.port) : "") + basePath + postfix;
182 return parsedURL.scheme + ":" + path + postfix;
184 … + parsedURL.host + (parsedURL.port ? (":" + parsedURL.port) : "") + normalizePath(path) + 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/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/chromium_org/third_party/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/openssl/crypto/x509/
Dby_dir.c290 const char *postfix=""; in get_cert_by_subject() local
300 postfix=""; in get_cert_by_subject()
307 postfix="r"; in get_cert_by_subject()
384 postfix,k); in get_cert_by_subject()
390 postfix,k); in get_cert_by_subject()
/external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/inspectedWindow/chrome-preprocessor/Panel/
DPreprocessorPanel.js13 var postfix = '\n//# sourceURL=' + url + '.js\n';
14 return prefix + source + postfix;
/external/chromium_org/third_party/boringssl/src/crypto/x509/
Dby_dir.c284 const char *postfix=""; in get_cert_by_subject() local
294 postfix=""; in get_cert_by_subject()
301 postfix="r"; in get_cert_by_subject()
381 postfix,k); in get_cert_by_subject()
387 postfix,k); in get_cert_by_subject()
/external/chromium_org/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…
/external/chromium_org/chrome/test/chromedriver/test/
Dwebserver.py97 postfix = '://127.0.0.1:%s' % self.server_port
99 return 'https' + postfix
100 return 'http' + postfix
/external/chromium_org/third_party/cython/src/Cython/Debugger/Tests/
Dtest_libpython_in_gdb.py68 postfix = libpython.get_inferior_unicode_postfix()
69 funcname = 'PyUnicode%s_FromEncodedObject' % (postfix,)
/external/chromium_org/third_party/brotli/src/brotli/enc/
Dprefix.cc139 int postfix = distance_code & postfix_mask; in PrefixEncodeCopyDistance() local
144 ((2 * (*nbits - 1) + prefix) << postfix_bits) + postfix; in PrefixEncodeCopyDistance()
/external/chromium_org/url/
Durl_canon_icu.cc47 const static char postfix[postfix_len + 1] = "%3B"; // ";" percent-escaped in appendURLEscapedChar() local
48 ucnv_cbFromUWriteBytes(from_args, postfix, postfix_len, 0, err); in appendURLEscapedChar()
/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/qemu/util/
Dqemu-option.c190 char *postfix; in parse_option_number() local
194 number = strtoull(value, &postfix, 0); in parse_option_number()
195 if (*postfix != '\0') { in parse_option_number()
209 char *postfix; in parse_option_size() local
213 sizef = strtod(value, &postfix); in parse_option_size()
214 switch (*postfix) { in parse_option_size()
/external/chromium_org/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.txt156 …(1, eval)++ threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
157 …, eval)++}) threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
160 …(1, eval)-- threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
161 …, eval)--}) threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
164 …uments)++ } threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
165 …ents)++ }}) threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
168 …uments)-- } threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
169 …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/valgrind/main/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()

123