/external/chromium_org/third_party/icu/source/tools/toolutil/ |
D | writesrc.c | 104 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 …]
|
D | writesrc.h | 51 const char *postfix); 62 const char *postfix); 74 const char *postfix); 90 const char *postfix);
|
/external/icu/icu4c/source/tools/toolutil/ |
D | writesrc.c | 104 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 …]
|
D | writesrc.h | 51 const char *postfix); 62 const char *postfix); 74 const char *postfix); 90 const char *postfix);
|
/external/chromium_org/v8/test/mjsunit/ |
D | whitespaces.js | 56 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/ |
D | num2str.c | 14 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/ |
D | pem.py | 26 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/ |
D | ParsedURL.js | 151 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/ |
D | attributes.mm | 14 @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/ |
D | regexp_generator.cc | 60 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/ |
D | regexp_generator.cc | 60 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/ |
D | by_dir.c | 290 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/ |
D | PreprocessorPanel.js | 13 var postfix = '\n//# sourceURL=' + url + '.js\n'; 14 return prefix + source + postfix;
|
/external/chromium_org/third_party/boringssl/src/crypto/x509/ |
D | by_dir.c | 284 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/ |
D | parser-xml-close-comment-expected.txt | 29 … 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/ |
D | webserver.py | 97 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/ |
D | test_libpython_in_gdb.py | 68 postfix = libpython.get_inferior_unicode_postfix() 69 funcname = 'PyUnicode%s_FromEncodedObject' % (postfix,)
|
/external/chromium_org/third_party/brotli/src/brotli/enc/ |
D | prefix.cc | 139 int postfix = distance_code & postfix_mask; in PrefixEncodeCopyDistance() local 144 ((2 * (*nbits - 1) + prefix) << postfix_bits) + postfix; in PrefixEncodeCopyDistance()
|
/external/chromium_org/url/ |
D | url_canon_icu.cc | 47 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/ |
D | performance.compiler.txt | 56 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/ |
D | qemu-option.c | 190 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/ |
D | modify-non-references-expected.txt | 30 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…
|
D | basic-strict-mode-expected.txt | 156 …(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/ |
D | overloaded-operator.cpp | 472 C<int> postfix; in g() local 474 postfix--; // ok in g()
|
/external/valgrind/main/coregrind/m_gdbserver/ |
D | target.c | 105 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()
|