Searched defs:postfix (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dnfrs.h46 UnicodeString postfix = UNICODE_STRING_SIMPLE("-postfix"); local
49 return ( name.indexOf(prefixpart) == -1 && name.indexOf(postfix) == -1 && name.indexOf(postfx) == -1 );
/external/chromium/chrome/browser/metrics/
H A Dmetrics_log_unittest.cc29 const char postfix = '\"'; local
33 size_t postfix_position = xml_encoded->find(postfix, offset);
/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/icu/source/tools/toolutil/
H A Dwritesrc.c99 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,
96 usrc_writeArray(FILE *f, const char *prefix, const void *p, int32_t width, int32_t length, const char *postfix) argument
157 usrc_writeUTrie2Arrays(FILE *f, const char *indexPrefix, const char *data32Prefix, const UTrie2 *pTrie, const char *postfix) argument
172 usrc_writeUTrie2Struct(FILE *f, const char *prefix, const UTrie2 *pTrie, const char *indexName, const char *data32Name, const char *postfix) argument
[all...]
/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/icu4c/tools/toolutil/
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/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/openssl/openssl/crypto/x509/
H A Dby_dir.c294 const char *postfix=""; local
304 postfix="";
311 postfix="r";
392 postfix,k);
398 postfix,k);
/external/openssl/crypto/x509/
H A Dby_dir.c292 const char *postfix=""; local
302 postfix="";
309 postfix="r";
386 postfix,k);
392 postfix,k);
/external/qemu/
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/valgrind/main/coregrind/m_gdbserver/
H A Dtarget.c105 static char *postfix[3] = { "", "s1", "s2" }; local
112 + strlen (postfix[i]) + 1);
114 strcat (new_regs[i*n + r].name, postfix[i]);
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c952 char *postfix; local
957 postfix = os_strdup(entry.str_value);
958 if (!postfix)
962 wpa_s->conf->p2p_ssid_postfix = postfix;
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p.c3996 int p2p_set_ssid_postfix(struct p2p_data *p2p, const u8 *postfix, size_t len) argument
3998 p2p_dbg(p2p, "New SSID postfix: %s", wpa_ssid_txt(postfix, len));
3999 if (postfix == NULL) {
4005 os_memcpy(p2p->cfg->ssid_postfix, postfix, len);
/external/wpa_supplicant_8/src/p2p/
H A Dp2p.c3996 int p2p_set_ssid_postfix(struct p2p_data *p2p, const u8 *postfix, size_t len) argument
3998 p2p_dbg(p2p, "New SSID postfix: %s", wpa_ssid_txt(postfix, len));
3999 if (postfix == NULL) {
4005 os_memcpy(p2p->cfg->ssid_postfix, postfix, len);
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p.c3996 int p2p_set_ssid_postfix(struct p2p_data *p2p, const u8 *postfix, size_t len) argument
3998 p2p_dbg(p2p, "New SSID postfix: %s", wpa_ssid_txt(postfix, len));
3999 if (postfix == NULL) {
4005 os_memcpy(p2p->cfg->ssid_postfix, postfix, len);
/external/chromium/third_party/libevent/
H A Devdns.c2450 /* reverse the order of members in the postfix list. This is needed because, */
2500 /* this is the postfix we want */
2501 /* the actual postfix string is kept at the end of the structure */
2502 const u8 *const postfix = ((u8 *) dom) + sizeof(struct search_domain); local
2508 memcpy(newname + base_len + need_to_append_dot, postfix, postfix_len);
2567 /* this name without a postfix */
/external/chromium_org/third_party/libevent/
H A Devdns.c2450 /* reverse the order of members in the postfix list. This is needed because, */
2500 /* this is the postfix we want */
2501 /* the actual postfix string is kept at the end of the structure */
2502 const u8 *const postfix = ((u8 *) dom) + sizeof(struct search_domain); local
2508 memcpy(newname + base_len + need_to_append_dot, postfix, postfix_len);
2567 /* this name without a postfix */
/external/chromium_org/v8/src/
H A Dapi.cc3469 const char* postfix = "]"; local
3473 int postfix_len = i::StrLength(postfix);
3487 // Write postfix.
3488 i::OS::MemCopy(ptr, postfix, postfix_len * v8::internal::kCharSize);
/external/v8/src/
H A Dapi.cc2974 const char* postfix = "]"; local
2978 int postfix_len = i::StrLength(postfix);
2992 // Write postfix.
2993 memcpy(ptr, postfix, postfix_len * v8::internal::kCharSize);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 536 milliseconds