Searched refs:sep (Results 276 - 300 of 331) sorted by relevance

<<11121314

/external/chromium_org/chrome/third_party/mozilla_security_manager/
H A DnsNSSCertHelper.cpp954 std::string ProcessKeyUsageBitString(SECItem* bitstring, char sep) { argument
956 arraysize(key_usage_string_map), sep);
/external/chromium_org/third_party/mesa/src/src/mapi/mapi/
H A Dmapi_abi.py69 sep = '' if t.endswith('*') else ' '
71 c_params.append(t + sep + n + arr)
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlstrlib.c112 const char *sep = luaL_optlstring(L, 3, "", &lsep); local
123 memcpy(p, sep, lsep * sizeof(char)); p += lsep;
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h408 const char *sep = "") const;
411 const char *sep = "") const;
/external/mesa3d/src/mapi/mapi/
H A Dmapi_abi.py69 sep = '' if t.endswith('*') else ' '
71 c_params.append(t + sep + n + arr)
/external/sonivox/jet_tools/JetCreator/
H A DJetUtils.py173 base_list = (os.path.abspath(base)).split(os.sep)
174 target_list = (os.path.abspath(target)).split(os.sep)
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCDatabaseMetaData.java532 String sep = "";
534 sb.append(sep);
537 sep = " or ";
/external/tcpdump/
H A Dprint-openflow-1.0.c600 const char *sep = " ("; local
607 printf("%s%s", sep, t->s);
608 sep = ", ";
/external/chromium_org/ppapi/generators/
H A Didl_thunk.py451 filenode.GetProperty('NAME').replace(os.sep,'/'))
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
H A Dtest_importer.py429 directory_parts = self.dir_to_import.split(os.path.sep)
/external/chromium_org/ui/gl/
H A Dgenerate_bindings.py1976 return result.replace(os.path.sep, '/')
/external/chromium_org/base/android/jni_generator/
H A Djni_generator.py1416 script_components = os.path.abspath(sys.argv[0]).split(os.path.sep)
1422 return os.sep.join(script_components[base_index:])
/external/clang/tools/c-index-test/
H A Dc-index-test.c173 const char *sep = strchr(arg_string, ','); local
174 if (!sep) {
184 to_file = fopen(sep + 1, "rb");
187 sep + 1);
203 (feof(to_file) ? "EOF" : "error"), sep + 1);
218 filename_len = sep - arg_string;
/external/robolectric/lib/main/
H A Dcommons-codec-1.6.jar ... 0_r2/s?defs= " (int, byte[], boolean) String sep int lineLength byte[] lineSeparator boolean useHex void decode (byte[], int ...
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c1193 char *sep, *str = NULL; local
1205 sep = os_strchr(pos, ':');
1206 if (sep == NULL)
1208 *sep++ = '\0';
1213 nlen = os_strlen(sep);
1229 os_memcpy(ls->name, sep, nlen);
/external/chromium_org/third_party/libxml/src/
H A Dtree.c4537 const char *sep; local
4562 sep = "?";
4568 sep = "/";
4572 sep = "/";
4623 sep = "/";
4649 sep = "/";
4681 sep = "/";
4713 sep = "/@";
4755 sep, name, (char *) buffer);
4758 sep, nam
[all...]
/external/libxml2/
H A Dtree.c4622 const char *sep; local
4647 sep = "?";
4653 sep = "/";
4657 sep = "/";
4708 sep = "/";
4734 sep = "/";
4766 sep = "/";
4798 sep = "/@";
4840 sep, name, (char *) buffer);
4843 sep, nam
[all...]
/external/chromium_org/third_party/lcov/bin/
H A Dlcov3575 my $sep = "";
3577 $sep = '/' if (!/^\//);
3580 if ($filename =~ /^\Q$diff_path$sep$_\E$/)
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_media_task.c2163 void btif_a2dp_set_peer_sep(UINT8 sep) { argument
2164 btif_media_cb.peer_sep = sep;
/external/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp585 const char *sep) override;
2352 const char* nl, const char *sep) {
2351 print(Store store, raw_ostream &OS, const char* nl, const char *sep) argument
/external/deqp/modules/gles3/functional/
H A Des3fFboRenderTest.cpp222 static std::string join (const std::vector<T>& list, const std::string& sep) argument
229 out << sep; local
/external/owasp/sanitizer/lib/commons-codec-1.4/
H A Dcommons-codec-1.4.jar ... 0_r2/s?defs= " (int, byte[], boolean) String sep int lineLength byte[] lineSeparator boolean urlSafe public boolean isUrlSafe () boolean ...
/external/qemu/net/
H A Dnet-android.c201 static int get_str_sep(char *buf, int buf_size, const char **pp, int sep) argument
206 p1 = strchr(p, sep);
H A Dnet.c193 static int get_str_sep(char *buf, int buf_size, const char **pp, int sep) argument
198 p1 = strchr(p, sep);
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
H A Ddojo-1.6.1.js4260 var sep = prettyPrint ? " " : "";
4272 return "[" + res.join("," + sep) + newLine + _indentStr + "]";
4307 output.push(newLine + nextIndent + keyStr + ":" + sep + val);
4309 return "{" + output.join("," + sep) + newLine + _indentStr + "}"; // String

Completed in 887 milliseconds

<<11121314