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

1 2 34 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
nturl2path.py 34 if path.endswith(':') and url.endswith('/'):
  /build/make/tools/
post_process_props.py 120 if filename.endswith("/build.prop"):
122 elif (filename.endswith("/vendor/default.prop") or
123 filename.endswith("/odm/default.prop")):
125 elif (filename.endswith("/default.prop") or # legacy
126 filename.endswith("/prop.default")):
  /external/libcxx/utils/libcxx/test/
format.py 71 if any([filename.endswith(ext)
89 is_sh_test = name_root.endswith('.sh')
90 is_pass_test = name.endswith('.pass.cpp') or name.endswith('.pass.mm')
91 is_fail_test = name.endswith('.fail.cpp') or name.endswith('.fail.mm')
92 is_objcxx_test = name.endswith('.mm')
93 is_objcxx_arc_test = name.endswith('.arc.pass.mm') or \
94 name.endswith('.arc.fail.mm')
202 for f in os.listdir(local_cwd) if f.endswith('.dat')
    [all...]
  /external/v8/
genmakefiles.py 56 sources = [x for x in target['sources'] if x.endswith('.cc')]
90 sources = [x for x in target['sources'] if x.endswith('.cc')]
103 arm_src = [x for x in condition[1]['sources'] if x.endswith('.cc')]
105 arm64_src = [x for x in condition[1]['sources'] if x.endswith('.cc')]
107 x86_src = [x for x in condition[1]['sources'] if x.endswith('.cc')]
110 mips_src = [x for x in condition[1]['sources'] if x.endswith('.cc')]
113 mips64_src = [x for x in condition[1]['sources'] if x.endswith('.cc')]
115 x86_64_src = [x for x in condition[1]['sources'] if x.endswith('.cc')]
239 sources = [x for x in target['sources'] if x.endswith('.cc')]
287 sources = [x for x in target['sources'] if x.endswith('.cc')
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/libcxx/test/
format.py 71 if any([filename.endswith(ext)
89 is_sh_test = name_root.endswith('.sh')
90 is_pass_test = name.endswith('.pass.cpp') or name.endswith('.pass.mm')
91 is_fail_test = name.endswith('.fail.cpp') or name.endswith('.fail.mm')
92 is_objcxx_test = name.endswith('.mm')
93 is_objcxx_arc_test = name.endswith('.arc.pass.mm') or \
94 name.endswith('.arc.fail.mm')
202 for f in os.listdir(local_cwd) if f.endswith('.dat')
    [all...]
  /external/tensorflow/tensorflow/python/debug/cli/
command_parser.py 95 if (argument.startswith("\"") and argument.endswith("\"") or
96 argument.startswith("'") and argument.endswith("'")):
118 if args and args[-1].endswith(">"):
141 elif len(args) > 1 and args[-2].endswith(">"):
164 if in_str.count("[") == 1 and in_str.endswith("]"):
237 if indices_string.startswith("[") and indices_string.endswith("]"):
386 or not interval_str.endswith(("]", ")"))):
427 if size_str.endswith("B"):
432 elif size_str.endswith("k"):
434 elif size_str.endswith("M")
    [all...]
  /external/markdown/markdown/extensions/
tables.py 42 if c.startswith(':') and c.endswith(':'):
46 elif c.endswith(':'):
81 if row.endswith('|'):
  /external/python/cpython3/Lib/lib2to3/tests/
pytree_idempotency.py 45 if fn.endswith(".pyc"):
47 if not fn.endswith(".py"):
62 if not name.endswith(".py"):
  /external/webrtc/talk/build/
merge_ios_libs 56 if dirpath.endswith(output_dir_name):
59 if not filename.endswith('.a'):
119 if cmd_list[i] == '-o' and cmd_list[i+1].endswith('.a'):
  /development/gsi/gsi_util/
run_test.py 29 for f in filenames if f.endswith('_unittest.py'))
  /development/vndk/tools/sourcedr/sourcedr/blueprint/
check_vndk_dep.py 101 if rule.endswith('_library') or \
102 rule.endswith('_library_shared') or \
103 rule.endswith('_library_static') or \
104 rule.endswith('_headers'):
  /external/autotest/server/cros/chaos_lib/
chaos_analyzer.py 38 if file_name.endswith('.trc'):
46 if root.endswith(self.SYSINFO_FOLDER_NAME_END):
56 if root.endswith(self.TEST_DEBUG_FOLDER_NAME_END):
59 if file_name.endswith(self.TEST_DEBUG_LOG_FILE_END):
  /external/llvm/include/llvm/Support/
TypeName.h 37 assert(Name.endswith("]") && "Name doesn't end in the substitution key!");
  /external/python/cpython3/Lib/test/test_tools/
test_sundry.py 35 if fn.endswith('.py') and name not in self.skiplist:
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
TypeName.h 37 assert(Name.endswith("]") && "Name doesn't end in the substitution key!");
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
TypeName.h 37 assert(Name.endswith("]") && "Name doesn't end in the substitution key!");
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
TypeName.h 37 assert(Name.endswith("]") && "Name doesn't end in the substitution key!");
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
TypeName.h 37 assert(Name.endswith("]") && "Name doesn't end in the substitution key!");
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
TypeName.h 37 assert(Name.endswith("]") && "Name doesn't end in the substitution key!");
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
TypeName.h 37 assert(Name.endswith("]") && "Name doesn't end in the substitution key!");
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
TypeName.h 37 assert(Name.endswith("]") && "Name doesn't end in the substitution key!");
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
TypeName.h 37 assert(Name.endswith("]") && "Name doesn't end in the substitution key!");
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
TypeName.h 37 assert(Name.endswith("]") && "Name doesn't end in the substitution key!");
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
TypeName.h 37 assert(Name.endswith("]") && "Name doesn't end in the substitution key!");
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
TypeName.h 37 assert(Name.endswith("]") && "Name doesn't end in the substitution key!");

Completed in 418 milliseconds

1 2 34 5 6 7 8 91011>>