HomeSort by relevance Sort by last modified time
    Searched refs:strip (Results 751 - 775 of 2233) sorted by null

<<31323334353637383940>>

  /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/test/cctest/
testcfg.py 67 for test_desc in output.stdout.strip().split():
  /external/v8/tools/release/
check_clusterfuzz.py 118 # Strip security header and load json.
182 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)
  /ndk/build/core/
add-toolchain.mk 64 $(if $(strip $($(_toolchain).defined)),\
73 $(if $(strip $($(_toolchain).setup)),,\
  /ndk/sources/cxx-stl/llvm-libc++/
Android.mk 10 LIBCXX_FORCE_REBUILD := $(strip $(LIBCXX_FORCE_REBUILD))
12 ifeq (,$(strip $(wildcard $(LOCAL_PATH)/libs/$(TARGET_ARCH_ABI)/libc++_static$(TARGET_LIB_EXTENSION))))
  /ndk/sources/host-tools/ndk-stack/regex/
regex2.h 44 * The internal representation is a *strip*, a sequence of
62 typedef unsigned long sop; /* strip operator */
129 sop *strip; /* malloced area for strip */ member in struct:re_guts
  /prebuilts/clang/linux-x86/host/3.6/
update.sh 12 strip $b
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
IdleHistory.py 79 source = source.strip()
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_next.py 69 if "".join([str(n) for n in head]).strip() == u'__builtin__':
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
IdleHistory.py 79 source = source.strip()
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_next.py 69 if "".join([str(n) for n in head]).strip() == u'__builtin__':
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_file_util.py 66 content = [line.strip() for line in open(foo).readlines()]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
IdleHistory.py 79 source = source.strip()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_next.py 69 if "".join([str(n) for n in head]).strip() == u'__builtin__':
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_file_util.py 66 content = [line.strip() for line in open(foo).readlines()]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
IdleHistory.py 79 source = source.strip()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_next.py 69 if "".join([str(n) for n in head]).strip() == u'__builtin__':
  /system/sepolicy/tools/
post_process_mac_perms 48 if err and err.strip():
  /tools/test/connectivity/acts/framework/acts/controllers/
adb.py 80 clean_lines = str(out, 'utf-8').strip().split('\n')

Completed in 938 milliseconds

<<31323334353637383940>>