/ndk/ |
ndk-gdb.py | 49 full = path + os.sep + program + ext 57 return ndk+os.sep+'prebuilt/linux-x86/bin' 59 return ndk+os.sep+'prebuilt/darwin-x86/bin' 61 return ndk+os.sep+'prebuilt/windows/bin' 62 return ndk+os.sep+'prebuilt/UNKNOWN/bin' 523 if not os.path.isfile(PROJECT+os.sep+MANIFEST): 535 if os.path.isfile(CURDIR+os.sep+MANIFEST): 544 PACKAGE_NAME = extract_package_name(PROJECT+os.sep+MANIFEST) 550 Please check that the file is well-formed!''' % (PROJECT+os.sep+MANIFEST)) 553 print(' '.join(extract_launchable(PROJECT+os.sep+MANIFEST)) [all...] |
/ndk/sources/host-tools/ndk-depends/ |
ndk-depends.cc | 203 size_t sep; local 205 sep = sep_backslash; 207 sep = sep_slash; 209 sep = std::max(sep_slash, sep_backslash); 211 size_t sep = filepath.rfind(_T('/')); 213 return sep; 218 size_t sep = path_last_dirsep(filepath); local 219 if (sep == std::string::npos) 221 else if (sep == 0) 224 return filepath.substr(0, sep); 229 size_t sep = path_last_dirsep(filepath); local [all...] |
/external/chromium_org/sandbox/win/src/ |
sandbox_nt_util.cc | 435 wchar_t* sep = NULL; local 441 sep = &module_path->Buffer[ix]; 447 if ((ix == start_pos) && sep) 451 if (!sep) { 452 sep = &module_path->Buffer[-1]; 470 NTSTATUS ret = CopyData(out_string->Buffer, &sep[1], out_string->Length);
|
/external/chromium_org/tools/grit/grit/ |
util.py | 73 normalized_path = os.path.normpath(path_without_prefix.strip(os.path.sep)) 89 if len(prefix) > 0 and prefix[-1] == os.path.sep: 108 if path[len(prefix)] == os.path.sep: 112 index_sep = prefix.rfind(os.path.sep) 113 # The use "index_sep + 1" because it includes the final sep 134 path_pieces = remaining_base_path.split(os.path.sep) 136 base_to_prefix = (".." + os.path.sep) * base_depth_from_prefix
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
RichInputConnection.java | 502 private static boolean isSeparator(int code, String sep) { 503 return sep.indexOf(code) != -1; 555 * @param sep a string of characters that split words. 560 public TextRange getWordRangeAtCursor(final String sep, 563 if (mIC == null || sep == null) { 582 if (isStoppingAtWhitespace == isSeparator(codePoint, sep)) { 603 if (isSeparator(codePoint, sep)) { [all...] |
/external/ant-glob/src/org/apache/tools/ant/types/selectors/ |
SelectorUtils.java | 552 char sep = File.separatorChar; local 557 if (path.charAt(pos) == sep) { 577 if (path.charAt(pos) == sep) {
|
/external/bison/src/ |
state.c | 264 char const *sep = ""; local 268 fprintf (out, "%s%s", sep, symbols[k]->tag); 269 sep = ", ";
|
/packages/apps/Browser/src/com/android/browser/ |
BreadCrumbView.java | 198 View sep = makeDividerView(); local 199 sep.setLayoutParams(makeDividerLayoutParams()); 200 addView(sep);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
ntpath.py | 20 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep", 27 sep = '\\' variable 190 return genericpath._splitext(p, sep, altsep, extsep) 492 return is_unc, prefix, [x for x in rest.split(sep) if x]
|
tabnanny.py | 36 sep = "" 38 sys.stderr.write(sep + str(arg)) 39 sep = " "
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
ntpath.py | 20 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep", 27 sep = '\\' variable 190 return genericpath._splitext(p, sep, altsep, extsep) 492 return is_unc, prefix, [x for x in rest.split(sep) if x]
|
tabnanny.py | 36 sep = "" 38 sys.stderr.write(sep + str(arg)) 39 sep = " "
|
/sdk/find_java/ |
utils.h | 174 CArray<CString> * split(char sep) const {
181 if (*s == sep && s != mStr && (last == NULL || s > last+1)) {
191 if (*s == sep) {
|
/development/testrunner/ |
make_tree.py | 102 path_segs = path.split(os.sep)
|
/development/testrunner/test_defs/ |
native_test.py | 85 full_path = os.path.join(os.sep, "system", "bin", f)
|
/docs/source.android.com/scripts/ |
build.py | 68 outdir = curdir.split(os.path.sep)
|
/external/chromium_org/build/android/pylib/host_driven/ |
test_case.py | 33 BASE_ROOT = 'src' + os.sep
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
link_converter.py | 37 page = '%s.html' % SanitizeAPIName(filename.rsplit(os.sep, 1)[-1])
|
/external/chromium_org/native_client_sdk/src/build_tools/tests/ |
verify_filelist_test.py | 116 if os.path.sep != '/':
|
/external/chromium_org/third_party/ |
PRESUBMIT.py | 17 if local_path.startswith('third_party' + input_api.os_path.sep):
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/ |
baselineoptimizer.py | 197 platform_dir = self.ROOT_LAYOUT_TESTS_DIRECTORY + self._filesystem.sep + 'platform' + self._filesystem.sep 199 return filename.replace(platform_dir, '').split(self._filesystem.sep)[0] 202 return filename.replace(platform_dir, '').split(self._filesystem.sep)[0]
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/ |
webkit_finder.py | 36 self._dirsep = filesystem.sep
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
dgst.c | 77 int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout, 558 int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout, 620 else if (sep == 2) 636 if (sep && (i != 0))
|
/external/chromium_org/tools/checkdeps/ |
java_checker.py | 98 include_path = include_path.replace(os.path.sep, '/')
|
/external/libppp/src/ |
datalink.c | 1171 const char *sep, *osep; local [all...] |