Searched refs:postfix (Results 1 - 25 of 41) sorted by relevance

12

/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dwritesrc.h42 * 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);
H A Dwritesrc.c104 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,
101 usrc_writeArray(FILE *f, const char *prefix, const void *p, int32_t width, int32_t length, const char *postfix) argument
162 usrc_writeUTrie2Arrays(FILE *f, const char *indexPrefix, const char *data32Prefix, const UTrie2 *pTrie, const char *postfix) argument
177 usrc_writeUTrie2Struct(FILE *f, const char *prefix, const UTrie2 *pTrie, const char *indexName, const char *data32Name, const char *postfix) argument
226 usrc_writeArrayOfMostlyInvChars(FILE *f, const char *prefix, const char *p, int32_t length, const char *postfix) argument
[all...]
/external/icu/icu4c/source/tools/toolutil/
H A Dwritesrc.h42 * 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);
H A Dwritesrc.c104 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,
101 usrc_writeArray(FILE *f, const char *prefix, const void *p, int32_t width, int32_t length, const char *postfix) argument
162 usrc_writeUTrie2Arrays(FILE *f, const char *indexPrefix, const char *data32Prefix, const UTrie2 *pTrie, const char *postfix) argument
177 usrc_writeUTrie2Struct(FILE *f, const char *prefix, const UTrie2 *pTrie, const char *indexName, const char *data32Name, const char *postfix) argument
226 usrc_writeArrayOfMostlyInvChars(FILE *f, const char *prefix, const char *p, int32_t length, const char *postfix) argument
[all...]
/external/chromium_org/third_party/tlslite/tlslite/utils/
H A Dpem.py13 The input must contain an appropriate PEM prefix and postfix
26 postfix = "-----END %s-----" % name
30 end = s.find(postfix, start+len(prefix))
32 raise SyntaxError("Missing PEM postfix")
41 PEM prefix and postfix based on the input name string, e.g. for
62 postfix = "-----END %s-----" % name
67 end = s.find(postfix, start+len(prefix))
69 raise SyntaxError("Missing PEM postfix")
73 s = s[end+len(postfix) : ]
78 The input will be base64 encoded, then wrapped in a PEM prefix/postfix
[all...]
/external/fio/lib/
H A Dnum2str.c14 const char *postfix[] = { "", "K", "M", "G", "P", "E" }; local
38 while (post_index < sizeof(postfix)) {
51 if (post_index >= ARRAY_LENGTH(postfix))
54 sprintf(buf, "%lu%s%s", num, postfix[post_index],
75 sprintf(buf, "%lu.%u%s%s", num, modulo, postfix[post_index],
/external/chromium_org/v8/test/mjsunit/
H A Dwhitespaces.js56 var postfix = str[1];
59 assertEquals(postfix, neg_match[0]);
75 function test_parseInt(c, postfix) {
78 var str = c + c + "123" + postfix;
92 function test_stringtonumber(c, postfix) {
95 var result = 1 + Number(c + "123" + c + postfix);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
H A DParsedURL.js151 var postfix = "";
153 postfix = path.substring(query);
158 postfix = path.substring(fragment);
163 if (!path) { // empty path, must be postfix
165 if (postfix.charAt(0) === "?") {
172 return parsedURL.scheme + "://" + parsedURL.host + (parsedURL.port ? (":" + parsedURL.port) : "") + basePath + postfix;
182 return parsedURL.scheme + ":" + path + postfix;
184 return parsedURL.scheme + "://" + parsedURL.host + (parsedURL.port ? (":" + parsedURL.port) : "") + normalizePath(path) + postfix;
/external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/inspectedWindow/chrome-preprocessor/Panel/
H A DPreprocessorPanel.js13 var postfix = '\n//# sourceURL=' + url + '.js\n'; variable
14 return prefix + source + postfix;
/external/chromium_org/third_party/brotli/src/brotli/enc/
H A Dprefix.cc139 int postfix = distance_code & postfix_mask; local
144 ((2 * (*nbits - 1) + prefix) << postfix_bits) + postfix;
/external/chromium_org/third_party/cython/src/Cython/Debugger/Tests/
H A Dtest_libpython_in_gdb.py68 postfix = libpython.get_inferior_unicode_postfix()
69 funcname = 'PyUnicode%s_FromEncodedObject' % (postfix,)
/external/chromium_org/url/
H A Durl_canon_icu.cc47 const static char postfix[postfix_len + 1] = "%3B"; // ";" percent-escaped
48 ucnv_cbFromUWriteBytes(from_args, postfix, postfix_len, 0, err);
/external/chromium_org/third_party/re2/re2/testing/
H A Dregexp_generator.cc9 // 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/
H A Dregexp_generator.cc9 // 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/boringssl/src/crypto/x509/
H A Dby_dir.c284 const char *postfix=""; local
294 postfix="";
301 postfix="r";
381 postfix,k);
387 postfix,k);
/external/openssl/crypto/x509/
H A Dby_dir.c290 const char *postfix=""; local
300 postfix="";
307 postfix="r";
384 postfix,k);
390 postfix,k);
/external/chromium_org/chrome/test/chromedriver/test/
H A Dwebserver.py97 postfix = '://127.0.0.1:%s' % self.server_port
99 return 'https' + postfix
100 return 'http' + postfix
/external/qemu/util/
H A Dqemu-option.c190 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_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dmath_semantic_attr.js1311 POSTFIXFUNC: 'postfix function',
/external/clang/test/SemaCXX/
H A Doverloaded-operator.cpp472 C<int> postfix; local
474 postfix--; // ok
/external/deqp/modules/glshared/
H A DglsShaderLibrary.cpp1027 std::string postfix = ""; local
1035 postfix = m_curTokenStr;
1039 if (versionNum == 100 && postfix == "es") version = glu::GLSL_VERSION_100_ES;
1040 else if (versionNum == 300 && postfix == "es") version = glu::GLSL_VERSION_300_ES;
1041 else if (versionNum == 310 && postfix == "es") version = glu::GLSL_VERSION_310_ES;
/external/valgrind/main/coregrind/m_gdbserver/
H A Dtarget.c105 static const char *postfix[3] = { "", "s1", "s2" }; local
112 + strlen (postfix[i]) + 1);
114 strcat (regname, postfix[i]);
/external/fio/
H A Dparse.c97 "string with possible k/m/g postfix (opt=4k)",
98 "string with time postfix (opt=10s)",
385 char *postfix; local
387 postfix = strchr(str, ':');
388 if (!postfix)
391 return (int)(postfix - str);
H A Diolog.c608 const char *prefix, const char *postfix,
613 snprintf(file_name, sizeof(file_name), "%s_%s.log", prefix, postfix);
607 finish_log_named(struct thread_data *td, struct io_log *log, const char *prefix, const char *postfix, int trylock) argument
/external/chromium_org/third_party/brotli/src/brotli/dec/
H A Ddecode.c958 int postfix; local
961 postfix = distance_code & distance_postfix_mask;
967 distance_postfix_bits) + postfix;

Completed in 728 milliseconds

12