Home
last modified time | relevance | path

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

12

/external/icu4c/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/third_party/icu/source/tools/toolutil/
Dwritesrc.c99 const char *postfix) { in usrc_writeArray() argument
151 if(postfix!=NULL) { in usrc_writeArray()
152 fputs(postfix, f); in usrc_writeArray()
160 const char *postfix) { in usrc_writeUTrie2Arrays() argument
163 … usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength+pTrie->dataLength, postfix); in usrc_writeUTrie2Arrays()
166 usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength, postfix); in usrc_writeUTrie2Arrays()
167 usrc_writeArray(f, data32Prefix, pTrie->data32, 32, pTrie->dataLength, postfix); in usrc_writeUTrie2Arrays()
176 const char *postfix) { in usrc_writeUTrie2Struct() argument
215 if(postfix!=NULL) { in usrc_writeUTrie2Struct()
216 fputs(postfix, f); in usrc_writeUTrie2Struct()
Dwritesrc.h51 const char *postfix);
62 const char *postfix);
74 const char *postfix);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DParsedURL.js182 var postfix = "";
184 postfix = path.substring(query);
189 postfix = path.substring(fragment);
196 if (postfix.charAt(0) === "?") {
203 …eme + "://" + parsedURL.host + (parsedURL.port ? (":" + parsedURL.port) : "") + basePath + postfix;
213 return parsedURL.scheme + ":" + path + postfix;
215 …rsedURL.port ? (":" + parsedURL.port) : "") + WebInspector.ParsedURL.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/chromium_org/v8/test/webkit/
DtoString-prefix-postfix-preserve-parens-expected.txt24 This test checks that toString() round-trip on a function that has prefix, postfix and typeof opera…
35 …s(1, 2, 3); threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
36 …)(1, 2, 3); threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
47 …i(1, 2, 3); threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
48 …)(1, 2, 3); threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
55 …1(1, 2, 3); threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
56 …)(1, 2, 3); threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
63 …2(1, 2, 3); threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
64 …)(1, 2, 3); threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
Dcreate-html-entity-table39 postfix = "EntityName"
41 return "%sSemicolon%s" % (entity[:-1], postfix)
42 return "%s%s" % (entity, postfix)
/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/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/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/openssl/openssl/crypto/x509/
Dby_dir.c294 const char *postfix=""; in get_cert_by_subject() local
304 postfix=""; in get_cert_by_subject()
311 postfix="r"; in get_cert_by_subject()
392 postfix,k); in get_cert_by_subject()
398 postfix,k); in get_cert_by_subject()
/external/openssl/crypto/x509/
Dby_dir.c292 const char *postfix=""; in get_cert_by_subject() local
302 postfix=""; in get_cert_by_subject()
309 postfix="r"; in get_cert_by_subject()
386 postfix,k); in get_cert_by_subject()
392 postfix,k); in get_cert_by_subject()
/external/chromium_org/chrome/test/chromedriver/test/
Dwebserver.py94 postfix = '://127.0.0.1:%s' % self.server_port
96 return 'https' + postfix
97 return 'http' + postfix
/external/chromium_org/third_party/icu/source/i18n/
Dnfrs.h46 UnicodeString postfix = UNICODE_STRING_SIMPLE("-postfix"); in isParseable() local
49 …return ( name.indexOf(prefixpart) == -1 && name.indexOf(postfix) == -1 && name.indexOf(postfx) == … in isParseable()
/external/chromium/googleurl/src/
Durl_canon_icu.cc72 const static char postfix[postfix_len + 1] = "%3B"; // ";" percent-escaped in appendURLEscapedChar() local
73 ucnv_cbFromUWriteBytes(from_args, postfix, postfix_len, 0, err); in appendURLEscapedChar()
/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/qemu/
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/third_party/openssl/openssl/patches/
Dx509_hash_name_algorithm_change.patch12 const char *postfix="";
/external/chromium_org/v8/test/webkit/fast/js/
Dmodify-non-references-expected.txt30 …reference.. Threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
31 …reference.. Threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
/external/chromium/chrome/browser/metrics/
Dmetrics_log_unittest.cc29 const char postfix = '\"'; in NormalizeBuildtime() local
33 size_t postfix_position = xml_encoded->find(postfix, offset); in NormalizeBuildtime()
/external/chromium_org/third_party/openssl/patches.chromium/
D0003-x509_hash_name_algorithm_change.patch34 + const char *postfix="";
/external/valgrind/main/coregrind/m_gdbserver/
Dtarget.c105 static char *postfix[3] = { "", "s1", "s2" }; in build_shadow_arch() local
112 + strlen (postfix[i]) + 1); in build_shadow_arch()
114 strcat (new_regs[i*n + r].name, postfix[i]); in build_shadow_arch()
/external/wpa_supplicant_8/wpa_supplicant/
DREADME-P2P461 p2p_set ssid_postfix <postfix>
463 Set postfix string to be added to the automatically generated P2P SSID
464 (DIRECT-<two random characters>). For example, postfix of "-testing"
535 set p2p_ssid_postfix <P2P SSID postfix>
537 Set P2P SSID postfix.
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new_handlers_p2p.c952 char *postfix; in wpas_dbus_setter_p2p_device_config() local
957 postfix = os_strdup(entry.str_value); in wpas_dbus_setter_p2p_device_config()
958 if (!postfix) in wpas_dbus_setter_p2p_device_config()
962 wpa_s->conf->p2p_ssid_postfix = postfix; in wpas_dbus_setter_p2p_device_config()

12