HomeSort by relevance Sort by last modified time
    Searched refs:postfix (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/chromium_org/third_party/icu/source/tools/toolutil/
writesrc.h 42 * The prefix and postfix are optional (can be NULL) and are written first/last.
44 * The {} and declaration etc. need to be included in prefix/postfix or
51 const char *postfix);
62 const char *postfix);
66 * The {} and declaration etc. need to be included in prefix/postfix or
74 const char *postfix);
writesrc.c 99 const char *postfix) {
151 if(postfix!=NULL) {
152 fputs(postfix, f);
160 const char *postfix) {
163 usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength+pTrie->dataLength, postfix);
166 usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength, postfix);
167 usrc_writeArray(f, data32Prefix, pTrie->data32, 32, pTrie->dataLength, postfix);
176 const char *postfix) {
215 if(postfix!=NULL) {
216 fputs(postfix, f)
    [all...]
  /external/icu4c/tools/toolutil/
writesrc.h 42 * The prefix and postfix are optional (can be NULL) and are written first/last.
44 * The {} and declaration etc. need to be included in prefix/postfix or
51 const char *postfix);
62 const char *postfix);
66 * The {} and declaration etc. need to be included in prefix/postfix or
74 const char *postfix);
81 * The prefix and postfix are optional (can be NULL) and are written first/last.
83 * The {} and declaration etc. need to be included in prefix/postfix or
90 const char *postfix);
writesrc.c 104 const char *postfix) {
156 if(postfix!=NULL) {
157 fputs(postfix, f);
165 const char *postfix) {
168 usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength+pTrie->dataLength, postfix);
171 usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength, postfix);
172 usrc_writeArray(f, data32Prefix, pTrie->data32, 32, pTrie->dataLength, postfix);
181 const char *postfix) {
220 if(postfix!=NULL) {
221 fputs(postfix, f)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
create-html-entity-table 39 postfix = "EntityName"
41 return "%sSemicolon%s" % (entity[:-1], postfix)
42 return "%s%s" % (entity, postfix)
  /external/chromium_org/v8/test/webkit/
toString-number-dot-expr.js 51 case "postfix":
80 case "postfix":
109 case "postfix":
138 case "postfix":
167 case "postfix":
197 case "postfix":
  /frameworks/base/core/java/android/content/
DefaultDataHandler.java 53 * <row postfix="phones">
56 * <row postfix="phones">
78 private final static String POSTFIX = "postfix";
112 String postfix = atts.getValue(POSTFIX); local
113 if (postfix != null) {
115 postfix);
  /external/chromium_org/third_party/icu/source/i18n/
nfrs.h 46 UnicodeString postfix = UNICODE_STRING_SIMPLE("-postfix"); local
49 return ( name.indexOf(prefixpart) == -1 && name.indexOf(postfix) == -1 && name.indexOf(postfx) == -1 );
  /external/chromium_org/third_party/re2/re2/testing/
regexp_generator.cc 9 // postfix language. Each command in the language is a string,
60 vector<string> postfix; local
61 GeneratePostfix(&postfix, 0, 0, 0);
70 vector<string> postfix; local
71 GenerateRandomPostfix(&postfix, 0, 0, 0);
88 // Generates all possible postfix command sequences.
91 // post: the current postfix sequence
135 // Generates a random postfix command sequence.
177 // Interprets the postfix command sequence to create a regular expression
  /external/regex-re2/re2/testing/
regexp_generator.cc 9 // postfix language. Each command in the language is a string,
60 vector<string> postfix; local
61 GeneratePostfix(&postfix, 0, 0, 0);
70 vector<string> postfix; local
71 GenerateRandomPostfix(&postfix, 0, 0, 0);
88 // Generates all possible postfix command sequences.
91 // post: the current postfix sequence
135 // Generates a random postfix command sequence.
177 // Interprets the postfix command sequence to create a regular expression
  /external/chromium_org/third_party/openssl/openssl/crypto/x509/
by_dir.c 294 const char *postfix=""; local
304 postfix="";
311 postfix="r";
392 postfix,k);
398 postfix,k);
  /external/openssl/crypto/x509/
by_dir.c 292 const char *postfix=""; local
302 postfix="";
309 postfix="r";
386 postfix,k);
392 postfix,k);
  /external/chromium/googleurl/src/
url_canon_icu.cc 72 const static char postfix[postfix_len + 1] = "%3B"; // ";" percent-escaped
73 ucnv_cbFromUWriteBytes(from_args, postfix, postfix_len, 0, err);
  /external/chromium_org/url/
url_canon_icu.cc 46 const static char postfix[postfix_len + 1] = "%3B"; // ";" percent-escaped
47 ucnv_cbFromUWriteBytes(from_args, postfix, postfix_len, 0, err);
  /frameworks/native/cmds/installd/
installd.h 133 const char* postfix);
137 const char *postfix,
  /frameworks/native/cmds/installd/tests/
installd_utils_test.cpp 298 char postfix[postfixSize + 1]; local
299 memset(postfix, 'a', postfixSize);
300 postfix[postfixSize] = '\0';
302 EXPECT_EQ(-1, create_pkg_path(path, "com.example.package", postfix, 0))
303 << "Should return error because postfix is too long.";
310 << "Should return error because postfix is too long.";
393 << "Should return error because postfix is too long.";
  /external/chromium_org/chrome/test/chromedriver/test/
webserver.py 94 postfix = '://127.0.0.1:%s' % self.server_port
96 return 'https' + postfix
97 return 'http' + postfix
  /external/qemu/
qemu-option.c 190 char *postfix; local
194 number = strtoull(value, &postfix, 0);
195 if (*postfix != '\0') {
209 char *postfix; local
213 sizef = strtod(value, &postfix);
214 switch (*postfix) {
  /external/chromium/chrome/browser/metrics/
metrics_log_unittest.cc 29 const char postfix = '\"'; local
33 size_t postfix_position = xml_encoded->find(postfix, offset);
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
earley-boyer.js 192 (peephole (postfix ", false")))
200 (peephole (postfix ", true"))
272 (peephole (postfix "=== 0")))
280 (peephole (postfix "> 0")))
288 (peephole (postfix "< 0")))
296 (peephole (postfix "%2===1")))
304 (peephole (postfix "%2===0")))
575 (peephole (postfix " instanceof sc_Pair")))
601 (peephole (postfix ".car")))
608 (peephole (postfix ".cdr"))
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-earley-boyer.js 186 (peephole (postfix ", false")))
194 (peephole (postfix ", true"))
266 (peephole (postfix "=== 0")))
274 (peephole (postfix "> 0")))
282 (peephole (postfix "< 0")))
290 (peephole (postfix "%2===1")))
298 (peephole (postfix "%2===0")))
569 (peephole (postfix " instanceof sc_Pair")))
595 (peephole (postfix ".car")))
602 (peephole (postfix ".cdr"))
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-earley-boyer.js 186 (peephole (postfix ", false")))
194 (peephole (postfix ", true"))
266 (peephole (postfix "=== 0")))
274 (peephole (postfix "> 0")))
282 (peephole (postfix "< 0")))
290 (peephole (postfix "%2===1")))
298 (peephole (postfix "%2===0")))
569 (peephole (postfix " instanceof sc_Pair")))
595 (peephole (postfix ".car")))
602 (peephole (postfix ".cdr"))
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-earley-boyer.js 186 (peephole (postfix ", false")))
194 (peephole (postfix ", true"))
266 (peephole (postfix "=== 0")))
274 (peephole (postfix "> 0")))
282 (peephole (postfix "< 0")))
290 (peephole (postfix "%2===1")))
298 (peephole (postfix "%2===0")))
569 (peephole (postfix " instanceof sc_Pair")))
595 (peephole (postfix ".car")))
602 (peephole (postfix ".cdr"))
    [all...]
  /external/chromium_org/v8/benchmarks/
earley-boyer.js 192 (peephole (postfix ", false")))
200 (peephole (postfix ", true"))
272 (peephole (postfix "=== 0")))
280 (peephole (postfix "> 0")))
288 (peephole (postfix "< 0")))
296 (peephole (postfix "%2===1")))
304 (peephole (postfix "%2===0")))
575 (peephole (postfix " instanceof sc_Pair")))
601 (peephole (postfix ".car")))
608 (peephole (postfix ".cdr"))
    [all...]
  /external/v8/benchmarks/
earley-boyer.js 192 (peephole (postfix ", false")))
200 (peephole (postfix ", true"))
272 (peephole (postfix "=== 0")))
280 (peephole (postfix "> 0")))
288 (peephole (postfix "< 0")))
296 (peephole (postfix "%2===1")))
304 (peephole (postfix "%2===0")))
575 (peephole (postfix " instanceof sc_Pair")))
601 (peephole (postfix ".car")))
608 (peephole (postfix ".cdr"))
    [all...]

Completed in 1082 milliseconds

1 2 3