HomeSort by relevance Sort by last modified time
    Searched refs:sep (Results 76 - 100 of 1514) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/python/cpython3/Lib/
ntpath.py 18 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
27 sep = '\\' variable
77 sep = b'\\'
81 sep = '\\'
86 path[:0] + sep #23780: Ensure compatible data type even if p is null.
106 result_path = result_path + sep
111 return result_drive + sep + result_path
143 sep = b'\\'
147 sep = '\\'
150 normp = p.replace(altsep, sep)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
getbuildinfo.c 49 const char *sep = *revision ? ":" : ""; local
54 "%s%s%s, %.20s, %.9s", hgid, sep, revision,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
getbuildinfo.c 49 const char *sep = *revision ? ":" : ""; local
54 "%s%s%s, %.20s, %.9s", hgid, sep, revision,
  /external/autotest/server/site_tests/video_VDAStress/
video_VDAStress.py 25 file_name, sep, video_arg = video.partition(':')
33 (file_path_at_client, sep, video_arg)],
  /external/libpcap/tests/
findalldevstest.c 70 const char *sep; local
77 sep = "";
79 printf("%sUP", sep);
80 sep = ", ";
83 printf("%sRUNNING", sep);
84 sep = ", ";
87 printf("%sLOOPBACK", sep);
88 sep = ", ";
  /external/python/cpython2/Modules/
getbuildinfo.c 49 const char *sep = *revision ? ":" : ""; local
54 "%s%s%s, %.20s, %.9s", hgid, sep, revision,
  /external/python/cpython3/Modules/
getbuildinfo.c 41 const char *sep = *revision ? ":" : ""; local
46 "%s%s%s, %.20s, %.9s", gitid, sep, revision,
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/test/
ipa_nat_test003.c 48 int ipa_nat_test003(int total_entries, u32 tbl_hdl, u8 sep)
66 if(sep)
ipa_nat_test005.c 48 int ipa_nat_test005(int total_entries, u32 tbl_hdl, u8 sep)
64 if (sep)
ipa_nat_test.h 48 if(sep) {\
55 if(sep) {\
69 if(sep) {\
ipa_nat_test008.c 47 int ipa_nat_test008(int total_entries, u32 tbl_hdl, u8 sep)
70 if(sep)
88 if(sep)
ipa_nat_test009.c 47 int ipa_nat_test009(int total_entries, u32 tbl_hdl, u8 sep)
71 if(sep)
89 if(sep)
ipa_nat_test010.c 47 int ipa_nat_test010(int total_entries, u32 tbl_hdl, u8 sep)
77 if(sep)
101 if(sep)
ipa_nat_test011.c 47 int ipa_nat_test011(int total_entries, u32 tbl_hdl, u8 sep)
77 if(sep)
101 if(sep)
ipa_nat_test012.c 48 int ipa_nat_test012(int totoal_entries, u32 tbl_hdl, u8 sep)
78 if(sep)
102 if(sep)
  /build/kati/
parser.h 35 size_t sep,
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedQemuCamera.cpp 89 char* sep = strchr(first_dim, 'x'); local
90 if (sep == NULL) {
95 *sep = '\0';
97 const int y = atoi(sep + 1);
  /external/autotest/client/tests/monotonic_time/src/
cpuset.c 115 char *sep = ""; local
125 if ((n = show_range(bufp, len, sep, start, end)) < 0)
129 sep = ",";
136 if ((n = show_range(bufp, len, sep, start, end)) < 0)
  /external/e2fsprogs/contrib/android/
block_range.h 16 int write_block_ranges(FILE *f, struct block_range *range, char *sep);
  /external/libgsm/tls/
taste.c 67 char * strtek P2((str, sep), char * str, char * sep) {
79 for (c = sep; *c && *c != *S; c++) ;
90 for (c = sep; *c; c++)
  /external/python/cpython3/Objects/
accu.c 10 PyObject *sep, *ret; local
11 sep = PyUnicode_FromStringAndSize("", 0);
12 ret = PyUnicode_Join(sep, lst);
13 Py_DECREF(sep);
  /external/tensorflow/tensorflow/compiler/xla/service/interpreter/
compiler.cc 45 namespace sep = ::perftools::gputools::interpreter;
99 return sep::kInterpreterPlatformId;
112 xla::Compiler::RegisterCompilerFactory(sep::kInterpreterPlatformId, []() {
115 xla::ComputationPlacer::RegisterComputationPlacer(sep::kInterpreterPlatformId,
  /external/libcxx/test/std/localization/locale.categories/facet.numpunct/locale.numpunct.byname/
thousands_sep.pass.cpp 57 const char sep = ' '; local
60 const char sep = ','; local
66 assert(np.thousands_sep() == sep);
  /external/swiftshader/third_party/subzero/pydir/
utils.py 33 path_list = os.getcwd().split(os.sep)
35 path_list = path_list if nacl in path_list else sys.argv[0].split(os.sep)
40 return os.sep.join(path_list[:last_index])
  /external/v8/tools/
find_depot_tools.py 19 if i.rstrip(os.sep).endswith('depot_tools'):
25 if i.rstrip(os.sep).endswith('depot_tools'):
27 sys.path.insert(0, i.rstrip(os.sep))

Completed in 575 milliseconds

1 2 34 5 6 7 8 91011>>