Searched defs:opstr (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dputiltst.c314 const char *opstr; local
322 opstr = testCases[j+1];
324 switch(opstr[0]) {
339 log_verbose("%d: %s %s %s, OK\n", (j/3), v1str, opstr, v2str);
341 log_err("%d: %s %s %s: wanted values of the same sign, %d got %d\n", (j/3), v1str, opstr, v2str, op, got);
/external/icu/icu4c/source/test/cintltst/
H A Dputiltst.c314 const char *opstr; local
322 opstr = testCases[j+1];
324 switch(opstr[0]) {
339 log_verbose("%d: %s %s %s, OK\n", (j/3), v1str, opstr, v2str);
341 log_err("%d: %s %s %s: wanted values of the same sign, %d got %d\n", (j/3), v1str, opstr, v2str, op, got);
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dexpr.c1301 char opstr[8]; local
1311 strcpy(opstr, "+");
1314 strcpy(opstr, "-");
1317 strcpy(opstr, "*");
1320 strcpy(opstr, "/");
1323 strcpy(opstr, "//");
1326 strcpy(opstr, "%");
1329 strcpy(opstr, "%%");
1333 opstr[0] = 0;
1337 opstr[
[all...]
/external/bluetooth/bluedroid/bta/hf_client/
H A Dbta_hf_client_at.c528 static void bta_hf_client_handle_cops(char *opstr, UINT32 mode) argument
530 APPL_TRACE_DEBUG("%s %u %s", __FUNCTION__, mode, opstr);
532 bta_hf_client_operator_name(opstr);
936 char opstr[17]; local
943 res = sscanf(buffer, "%hhi,0,\"%16[^\"]\"%n", &mode, opstr, &offset);
955 bta_hf_client_handle_cops(opstr, mode);
/external/chromium_org/third_party/re2/re2/
H A Dparse.cc2065 StringPiece opstr = t; local
2083 opstr.set(opstr.data(), t.data() - opstr.data());
2084 if (!ps.PushRepeatOp(op, opstr, nongreedy))
2086 isunary = opstr;
2092 StringPiece opstr = t; local
2114 opstr.set(opstr.data(), t.data() - opstr
[all...]
/external/regex-re2/re2/
H A Dparse.cc2065 StringPiece opstr = t; local
2083 opstr.set(opstr.data(), t.data() - opstr.data());
2084 if (!ps.PushRepeatOp(op, opstr, nongreedy))
2086 isunary = opstr;
2092 StringPiece opstr = t; local
2114 opstr.set(opstr.data(), t.data() - opstr
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 252 milliseconds