Searched refs:sep (Results 1 - 13 of 13) sorted by relevance

/system/core/toolbox/upstream-netbsd/lib/libc/gen/
H A Dhumanize_number.c50 const char *prefixes, *sep; local
111 sep = "";
113 sep = " ";
154 sep, SCALE2PREFIX(i), suffix);
158 sep, SCALE2PREFIX(i), suffix);
/system/core/adb/
H A Dadbd_auth.cpp64 char* sep = strpbrk(const_cast<char*>(line.c_str()), " \t"); local
65 if (sep) *sep = '\0';
/system/core/toolbox/upstream-netbsd/usr.bin/grep/
H A Dgrep.h147 void printline(struct str *line, int sep, regmatch_t *matches, int m);
H A Dutil.c444 printline(struct str *line, int sep, regmatch_t *matches, int m) argument
460 putchar(sep);
466 putchar(sep);
471 putchar(sep);
/system/extras/simpleperf/scripts/
H A Dbinary_cache_builder.py132 target_file = target_file.replace('/', os.sep)
153 binary_cache_file = binary[1:].replace('/', os.sep)
H A Dannotate.py160 index = max(file.rfind('/'), file.rfind(os.sep))
537 filename = file[file.rfind(os.sep)+1:]
563 path = os.sep.join(items)
577 path = os.sep.join(path.split('/'))
H A Dutils.py159 path = path.replace('/', os.sep)
/system/core/liblog/
H A Dproperties.c412 static const char sep[] = ",:;|+ \t\f"; local
413 if ((cp != prop) && !strchr(sep, cp[-1])) {
417 return !*cp || !!strchr(sep, *cp);
/system/core/logd/
H A Dmain.cpp183 static const char sep[] = ",:;|+ \t\f"; local
184 if ((cp != prop) && !strchr(sep, cp[-1])) {
188 return !*cp || !!strchr(sep, *cp);
/system/security/keystore/
H A Dkeystore.cpp427 auto sep = filename.find('_');
428 if (sep == std::string::npos) return {};
430 std::stringstream s(filename.substr(0, sep));
435 auto alias = filename.substr(sep + 1);
/system/bt/bta/av/
H A Dbta_av_aact.cc270 * Description gives the sep type by cross-checking with AVDT handle
581 /* Get SCB and correct sep type */
853 av_open.sep = AVDT_TSEP_SNK;
855 av_open.sep = AVDT_TSEP_SRC;
1107 local_sep; /* sep type of local handle on which connection was received */
1138 /* Sep type of Peer will be oppsite role to our local sep */
1312 /* only in case of local sep as SRC we need to look for other SEPs, In case
1393 open.sep = AVDT_TSEP_SNK;
1395 open.sep = AVDT_TSEP_SRC;
1773 open.sep
[all...]
/system/bt/bta/include/
H A Dbta_av_api.h270 uint8_t sep; /* sep type of peer device */ member in struct:__anon292
/system/bt/btif/src/
H A Dbtif_av.cc81 uint8_t peer_sep; /* sep type of peer device */
445 btif_av_cb.peer_sep = p_bta_data->open.sep;
547 btif_av_cb.peer_sep = p_bta_data->open.sep;

Completed in 6101 milliseconds