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

1 2 3 45 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
TypeName.h 37 assert(Name.endswith("]") && "Name doesn't end in the substitution key!");
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
TypeName.h 37 assert(Name.endswith("]") && "Name doesn't end in the substitution key!");
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
TypeName.h 37 assert(Name.endswith("]") && "Name doesn't end in the substitution key!");
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_macholib.py 56 self.assertTrue(result.endswith('.dylib'))
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_macholib.py 56 self.assertTrue(result.endswith('.dylib'))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_macholib.py 56 self.assertTrue(result.endswith('.dylib'))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_macholib.py 56 self.assertTrue(result.endswith('.dylib'))
  /external/lisa/libs/utils/android/
gfxinfo.py 57 if not ':' in line or line.endswith(':'):
73 if tokens[1].endswith('ms'):
  /external/python/cpython3/Tools/freeze/
parsesetup.py 24 if line.endswith('\\\n'):
65 if line.endswith('\\\n'):
  /external/v8/gypfiles/
landmine_utils.py 104 if generator.endswith('-android'):
106 elif generator.endswith('-ninja'):
  /external/perfetto/tools/
install-build-deps 220 min_acls = 0o755 if info.filename.endswith('/') else 0o644
253 if url.endswith('.git'):
256 is_zip = local_path.endswith('.zip') or local_path.endswith('.tgz')
284 if local_path.endswith('.tgz'):
287 elif local_path.endswith('.zip'):
  /external/protobuf/python/
setup.py 115 if filepath.endswith("_pb2.py") or filepath.endswith(".pyc") or \
116 filepath.endswith(".so") or filepath.endswith(".o") or \
117 filepath.endswith('google/protobuf/compiler/__init__.py') or \
118 filepath.endswith('google/protobuf/util/__init__.py'):
  /frameworks/base/tools/apilint/
apilint.py 200 elif raw.startswith(" ") and raw.endswith("{"):
315 if clazz.name.endswith("Impl"):
338 if clazz.name.endswith("Callbacks"):
340 if clazz.name.endswith("Observer"):
343 if clazz.name.endswith("Callback"):
359 if clazz.name.endswith("Listener"):
501 elif clazz.fullname.endswith("LayoutParams"):
566 if m.name.startswith("create") and m.name.endswith("Intent"):
578 if not clazz.name.endswith("Service"):
590 if not clazz.name.endswith("Provider")
    [all...]
  /external/sl4a/Docs/
generate_api_reference_md.py 114 if f.endswith('Facade.java'):
141 if not line.endswith(')'):
146 if not line.endswith('{'):
156 if line.endswith(')'):
166 if line.endswith('{'):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
patchcheck.py 76 for path in (x for x in file_paths if x.endswith('.py')):
135 python_files = [fn for fn in file_paths if fn.endswith('.py')]
136 c_files = [fn for fn in file_paths if fn.endswith(('.c', '.h'))]
  /external/mesa3d/src/mesa/main/
format_info.py 117 if fmat.name.endswith('_ALPHA1') and chan_name == 'a':
120 bits = 11 if fmat.name.endswith('11_EAC') else 8
123 bits = 16 if fmat.name.endswith('_FLOAT') else 8
  /external/python/cpython3/Lib/
linecache.py 90 if not filename or (filename.startswith('<') and filename.endswith('>')):
140 if lines and not lines[-1].endswith('\n'):
165 if not filename or (filename.startswith('<') and filename.endswith('>')):
  /external/skia/gn/
gn_to_bp.py 249 srcs = {s for s in srcs if not s.endswith('.h')}
250 dm_srcs = {s for s in dm_srcs if not s.endswith('.h')}
251 nanobench_srcs = {s for s in nanobench_srcs if not s.endswith('.h')}
  /external/skqp/gn/
gn_to_bp.py 244 srcs = {s for s in srcs if not s.endswith('.h')}
245 dm_srcs = {s for s in dm_srcs if not s.endswith('.h')}
246 nanobench_srcs = {s for s in nanobench_srcs if not s.endswith('.h')}
  /external/tensorflow/tensorflow/examples/label_image/
label_image.py 46 if file_name.endswith(".png"):
49 elif file_name.endswith(".gif"):
52 elif file_name.endswith(".bmp"):
  /external/tensorflow/tensorflow/tools/test/
run_and_gather_logs_lib.py 122 not test_name.endswith(":") and not test_name.endswith(":all") and
123 not test_name.endswith("...") and len(test_name.split(":")) == 2):
  /pdk/util/
diff_products.py 38 if path.endswith(")"):
90 if line_.endswith("\\"):
97 if line_.endswith("\\"):
  /development/vndk/tools/sourcedr/sourcedr/
map.py 38 if x not in visited and not x.endswith('.so')
39 and not x.endswith('.toc'))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
linecache.py 79 if not filename or (filename.startswith('<') and filename.endswith('>')):
135 if lines and not lines[-1].endswith('\n'):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
base64mime.py 113 if line.endswith(NL):
151 if enc.endswith(NL) and eol != NL:

Completed in 878 milliseconds

1 2 3 45 6 7 8 91011>>