HomeSort by relevance Sort by last modified time
    Searched refs:strip (Results 776 - 800 of 2341) sorted by null

<<31323334353637383940>>

  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/common/
filetestcase.py 99 messages.append((line, self._converter(msg_id.strip())))
  /external/chromium-trace/catapult/third_party/gsutil/
setup.py 65 VERSION = f.read().strip()
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
cfadmin 55 path = path.strip()
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
buyreservation.py 82 if answer.strip().lower() == 'yes':
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/filters/
lint.py 72 data = data.strip(spaceCharacters)
  /external/chromium-trace/catapult/third_party/html5lib-python/utils/
entities.py 15 return inp.strip()
  /external/chromium-trace/catapult/tracing/tracing_build/
html2trace.py 66 encoded_data = '\n'.join(lines[start_index + 1:end_index]).strip()
  /external/compiler-rt/make/
util.mk 21 contains = $(if $(strip $(foreach i,$(1),$(if $(call streq,$(2),$(i)),T,))),true,)
25 is_subset = $(if $(strip $(set_difference $(1),$(2))),,true)
  /external/deqp/external/vulkancts/
gen_framework.py 296 value = definition.group(1).strip()
323 members = [Variable(fixupType(t.strip()), n.strip()) for t, n, a in matches]
354 args.append(Variable(m.group(1).strip(), m.group(2).strip(), m.group(3)))
364 functions.append(Function(name.strip(), returnType.strip(), parseArgList(argList)))
676 objectType = function.arguments[-1].type.replace("*", "").strip()
770 objectType = function.arguments[-1].type.replace("*", "").strip()
  /external/jarjar/src/main/com/tonicsystems/jarjar/
Main.java 95 proc.strip(outJar);
MainProcessor.java 60 public void strip(File file) throws IOException { method in class:MainProcessor
  /external/llvm/lib/Support/
regex2.h 47 * The internal representation is a *strip*, a sequence of
65 typedef unsigned long sop; /* strip operator */
132 sop *strip; /* malloced area for strip */ member in struct:re_guts
  /external/llvm/utils/
sort_includes.py 36 if l.strip() == '':
  /external/markdown/markdown/extensions/
tables.py 70 c.text = cells[i].strip()
  /external/mesa3d/src/egl/main/
Android.mk 75 ifeq ($(strip $(MESA_BUILD_CLASSIC)),true)
84 ifeq ($(strip $(MESA_BUILD_GALLIUM)),true)
  /external/minijail/
util.c 129 char *strip(char *s) function
  /external/opencv3/modules/core/src/opencl/runtime/generator/
parser_cl.py 35 nl = nl.strip()
  /external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/testGenerator/
SubprocessLogger.py 76 self.__logger.log(self.__level, line.strip('\n'))
  /external/strace/debian/
rules 28 HOST64 = $(strip $(patsubst $(DEB_HOST_ARCH)=%, %, \
  /external/v8/build/mac/
find_sdk.py 89 'macosx' + best_sdk, 'Path']).strip()
  /external/v8/test/intl/
testcfg.py 64 flags += match.strip().split()
  /external/v8/tools/release/
check_clusterfuzz.py 136 # Strip security header and load json.
200 key = f.read().strip()
  /external/vulkan-validation-layers/
vk-layer-generate.py 144 base_type = p.ty.replace('const ', '').strip('*')
253 return ("%s", "string_%s(%s)" % (vk_type.replace('const ', '').strip('*'), name))
260 if vk_type.strip('*') in vulkan.object_non_dispatch_list:
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/
Android.mk 14 ifeq ($(strip $(TARGET_USES_ION)),true)
108 ifeq ($(strip $(TARGET_USES_ION)),true)
  /hardware/qcom/camera/msmcobalt/QCamera2/stack/mm-camera-test/
Android.mk 14 ifeq ($(strip $(TARGET_USES_ION)),true)
108 ifeq ($(strip $(TARGET_USES_ION)),true)

Completed in 609 milliseconds

<<31323334353637383940>>