HomeSort by relevance Sort by last modified time
    Searched defs:postfix (Results 1 - 20 of 20) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
RegExpPrototype.cpp 130 char postfix[5] = { '/', 0, 0, 0, 0 }; local
133 postfix[index++] = 'g';
135 postfix[index++] = 'i';
137 postfix[index] = 'm';
140 return JSValue::encode(jsMakeNontrivialString(exec, "/", source.length() ? source : UString("(?:)"), 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);
  /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/openssl/crypto/x509/
by_dir.c 292 const char *postfix=""; local
302 postfix="";
309 postfix="r";
386 postfix,k);
392 postfix,k);
  /frameworks/base/core/java/android/content/
DefaultDataHandler.java 53 * &lt;row postfix="phones">
56 * &lt;row postfix="phones">
78 private final static String POSTFIX = "postfix";
112 String postfix = atts.getValue(POSTFIX); local
113 if (postfix != null) {
115 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.";
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
OMX_Core.c 171 static const char postfix[] = ".so"; local
236 char buf[sizeof(prefix) + MAXNAMESIZE + sizeof(postfix)];
239 strcat(buf, postfix);
  /hardware/ti/omap4xxx/domx/omx_core/src/
OMX_Core.c 186 static const char postfix[] = ".so"; local
191 char buf[sizeof(prefix) + MAXNAMESIZE + sizeof(postfix)];
238 strcat(buf, postfix); /* are safe to use in this context. */
  /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/valgrind/main/coregrind/m_gdbserver/
target.c 105 static char *postfix[3] = { "", "s1", "s2" }; local
112 + strlen (postfix[i]) + 1);
114 strcat (new_regs[i*n + r].name, postfix[i]);
  /external/webkit/Source/JavaScriptCore/bytecode/
CodeBlock.cpp 96 char postfix[5] = { '/', 0, 0, 0, 0 }; local
99 postfix[index++] = 'g';
101 postfix[index++] = 'i';
103 postfix[index] = 'm';
105 return makeUString("/", regExp->pattern(), postfix);
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
process.js 168 "unary-postfix": function(op, expr) {
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c 807 /* SSID Postfix */
952 char *postfix; local
957 postfix = os_strdup(entry.str_value);
958 if (!postfix)
962 wpa_s->conf->p2p_ssid_postfix = postfix;
    [all...]
  /external/chromium/third_party/libevent/
evdns.c 2502 const u8 *const postfix = ((u8 *) dom) + sizeof(struct search_domain); local
    [all...]
  /external/v8/src/
api.cc 2974 const char* postfix = "]"; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 1191 milliseconds