Searched refs:sep (Results 226 - 250 of 340) sorted by relevance

1234567891011>>

/external/javassist/src/main/javassist/
H A DClassPool.java947 char sep = File.pathSeparatorChar;
950 int j = pathlist.indexOf(sep, i);
/external/openssl/crypto/conf/
H A Dconf_mod.c574 /* This function takes a list separated by 'sep' and calls the
580 int CONF_parse_list(const char *list_, int sep, int nospc, argument
600 p = strchr(lstart, sep);
H A Dconf.h205 int CONF_parse_list(const char *list, int sep, int nospc,
/external/strace/
H A Dprocess.c340 const char *sep = "|"; local
350 sep = "";
352 tprintf("%s%s", sep, signame(flags & CSIGNAL));
728 const char *sep; local
733 for (sep = ""; !abbrev(tcp) || n < max_strlen / 2; sep = ", ", ++n) {
742 tprints(sep);
747 tprintf("%s...", sep);
H A Dfile.c255 char sep; local
259 sep = ' ';
263 *p++ = sep;
268 sep = '|';
273 *p++ = sep;
278 sep = '|';
282 *p++ = sep;
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A Ddispatch.py80 path = path.replace('\\', os.path.sep)
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGRenderTreeAsText.cpp93 TextStream& operator<<(TextStream& ts, TextStreamSeparator& sep) argument
95 if (sep.m_needToSeparate)
96 ts << sep.m_separator;
98 sep.m_needToSeparate = true;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
H A Ddispatch.py80 path = path.replace('\\', os.path.sep)
/external/chromium_org/third_party/cython/src/Cython/
H A DTestUtils.py188 filename = line.strip().strip('#').strip().replace('/', os.path.sep)
/external/chromium_org/third_party/skia/
H A DPRESUBMIT.py197 if file_ext == '.h' and 'include' == file_path.split(os.path.sep)[0]:
/external/chromium_org/third_party/skia/include/device/xps/
H A DSkXPSDevice.h184 HRESULT createId(wchar_t* buffer, size_t bufferSize, wchar_t sep = '-');
/external/chromium_org/third_party/webrtc/base/
H A Dproxydetect.cc239 char sep) {
252 if (const char * end = ::strchr(list, sep)) {
293 if (const char * sep = strchr(address, kAddressSeparator)) {
294 len = (sep - address);
238 ProxyListMatch(const Url<char>& url, const std::string& proxy_list, char sep) argument
/external/chromium_org/tools/grit/grit/node/
H A Dmessage.py94 name, sep, val = item.partition('=')
/external/chromium_org/tools/telemetry/telemetry/page/
H A Dpage_unittest.py41 self.assertTrue(apage.file_path_url.endswith(os.sep) or
/external/chromium_org/v8/test/test262-es6/
H A Dtestcfg.py61 return testcase.path.split(os.path.sep)[-1]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h207 const char* nl, const char *sep) = 0;
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dhist.h140 const char *sep; member in struct:perf_hpp
/external/openssl/include/openssl/
H A Dconf.h205 int CONF_parse_list(const char *list, int sep, int nospc,
/external/qemu/android/
H A Dconsole.c357 const char* sep; local
362 sep = strchr( name, '|' );
363 if (sep)
364 len = sep - name;
375 if (sep)
376 name = sep + 1;
378 } while (sep != NULL && *name);
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_aact.c255 ** Description gives the sep type by cross-checking with AVDT handle
269 return 3; /* return invalid sep type */
576 /* Get SCB and correct sep type*/
868 av_open.sep = AVDT_TSEP_SNK;
870 av_open.sep = AVDT_TSEP_SRC;
1118 UINT8 local_sep; /* sep type of local handle on which connection was received */
1150 /* Sep type of Peer will be oppsite role to our local sep */
1339 /* only in case of local sep as SRC we need to look for other SEPs, In case of SINK we don't */
1420 open.sep = AVDT_TSEP_SNK;
1422 open.sep
[all...]
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_av.c81 UINT8 peer_sep; /* sep type of peer device */
401 btif_av_cb.peer_sep = p_bta_data->open.sep;
402 btif_a2dp_set_peer_sep(p_bta_data->open.sep);
/external/chromium_org/third_party/boringssl/src/crypto/conf/
H A Dconf.c704 int CONF_parse_list(const char *list, char sep, int remove_whitespace, argument
721 p = strchr(lstart, sep);
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DMain.py163 rel_path = module_name.replace('.', os.sep) + os.path.splitext(pxd_pathname)[1]
407 rel_path = full_module_name.replace('.', os.sep) + source_ext
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A DAPIspec.py265 sep = "" if param.type.endswith("*") else " "
266 args.append("%s%s%s" % (param.type, sep, param.name))
/external/chromium_org/tools/memory_inspector/memory_inspector/frontends/
H A Dwww_server.py351 os.sep + '*' + os.sep + '*.py')

Completed in 756 milliseconds

1234567891011>>