HomeSort by relevance Sort by last modified time
    Searched full:strip (Results 826 - 850 of 6288) sorted by null

<<31323334353637383940>>

  /external/curl/tests/data/
test9 42 <strip>
44 </strip>
  /external/drm_hwcomposer/
Android.mk 15 ifeq ($(strip $(BOARD_USES_DRM_HWCOMPOSER)),true)
77 ifeq ($(strip $(BOARD_DRM_HWCOMPOSER_BUFFER_IMPORTER)),nvidia-gralloc)
  /external/icu/icu4c/source/tools/genrb/
rbutil.c 48 /* strip off any leading directory portions */
58 /* strip off any suffix */
  /external/jsoncpp/test/
rununittests.py 34 test_names = [name.strip() for name in test_names.strip().split('\n')]
  /external/libcxx/utils/libcxx/android/
executors.py 21 temp_path = temp_path.strip()
59 out = out.strip()
  /external/llvm/cmake/modules/
VersionFromVCS.cmake 59 string(STRIP "${git_output}" git_head_svn_rev_number)
75 string(STRIP "${git_output}" git_ref_id)
  /external/llvm/lib/Support/
regfree.c 63 if (g->strip != NULL)
64 free((char *)g->strip);
  /external/llvm/
llvm-host-build.mk 82 $(if $(strip $(CLANG_ROOT_PATH)),-I $(CLANG_ROOT_PATH)/include,) \
83 -gen-$(strip $(1)) \
  /external/llvm/utils/
update_llc_test_checks.py 67 # Strip kill operands inserted into the asm.
69 # Strip trailing whitespace.
125 if input_line.strip() == ';':
128 #if input_line.strip() == '':
167 (llc_cmd, filecheck_cmd) = tuple([cmd.strip() for cmd in l.split('|', 1)])
176 llc_cmd_args = llc_cmd[len('llc'):].strip()
177 llc_cmd_args = llc_cmd_args.replace('< %s', '').replace('%s', '').strip()
228 if input_line.strip() == '}':
  /external/ltp/include/mk/
config.mk.default 31 STRIP := $(CROSS_COMPILE)strip
  /external/mesa3d/src/egl/
Android.mk 60 ifeq ($(strip $(MESA_BUILD_CLASSIC)),true)
66 ifeq ($(strip $(MESA_BUILD_GALLIUM)),true)
  /external/minijail/
libminijail-private.h 81 * @j jail to strip
86 * @j jail to strip
  /external/python/cpython2/Tools/i18n/
makelocalealias.py 20 line = line.strip()
32 # Strip ':'
  /external/swiftshader/third_party/LLVM/lib/Support/
regfree.c 63 if (g->strip != NULL)
64 free((char *)g->strip);
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regfree.c 63 if (g->strip != NULL)
64 free((char *)g->strip);
  /external/vulkan-validation-layers/
vk_layer_documentation_generate.py 151 if True in [line.strip().startswith(comment) for comment in ['//', '/*']]:
157 testname = testname.strip().strip(' {)')
165 testname = testname.strip().strip(' {)')
188 if True in [line.strip().startswith(comment) for comment in ['//', '/*']]:
203 enum_name = line.split(',')[0].strip()
252 if '.' in line and line.strip()[0].isdigit():
253 todo_item = line.split('.')[1].strip()
265 check_name = '%s%s' % (enum_prefix, detail_sections[3].strip())
    [all...]
  /external/webrtc/tools/cpu/
cpu_mon.py 42 label = raw_input().strip()
54 sample_count = raw_input().strip()
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/test/
Android.mk 14 ifeq ($(strip $(TARGET_USES_ION)),true)
66 ifeq ($(strip $(TARGET_USES_ION)),true)
  /packages/apps/Launcher3/
proguard.flags 79 # Proguard will strip new callbacks in LauncherApps.Callback from
89 # Proguard will strip methods required for talkback to properly scroll to
  /packages/apps/ManagedProvisioning/res/layout/
intro_animation_captions.xml 20 <!--Visible part of the text strip acting as a viewport.-->
27 <!--Wider strip containing all titles. Only partially visible.-->
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/android/
executors.py 21 temp_path = temp_path.strip()
59 out = out.strip()
  /test/vts/utils/python/controllers/attenuator_lib/
_tnhelper.py 67 cmd_str.strip(self.tx_cmd_separator)
82 ret_text = ret_text.strip(self.tx_cmd_separator + self.rx_cmd_separator
  /tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/
_tnhelper.py 66 cmd_str.strip(self.tx_cmd_separator)
80 ret_text = ret_text.strip(self.tx_cmd_separator + self.rx_cmd_separator + self.prompt)
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
objcopy.exp 400 global STRIP
408 set test "strip"
446 set exec_output [binutils_run $STRIP "-g $archive"]
453 set exec_output [binutils_run $STRIP "$STRIPFLAGS $archive"]
487 set exec_output [binutils_run $STRIP "$STRIPFLAGS $objfile"]
508 global STRIP
515 set test "strip with saving a symbol"
528 set exec_output [binutils_run $STRIP "$STRIPFLAGS -K main -K _main $objfile"]
861 strip_executable "$STRIP" "$STRIPFLAGS" "$test3"
862 strip_executable_with_saving_a_symbol "$STRIP" "-K main -K _main $STRIPFLAGS" "$test4
    [all...]
  /external/libmojo/mojo/public/tools/chrome_ipc/
generate_mojom.py 32 result = subprocess.check_output(args).strip().splitlines()
77 'mojom': typemap['mojom'].strip('/')}
142 return 'array<%s>' % self.lookup_type(vector_match.groups()[1].strip())
145 return 'map<%s, %s>' % tuple(self.lookup_type(t.strip())
229 self.typename = typename.strip()
230 self.name = name.strip().replace('\n', '').replace(' ', '_').lower()
254 name = body[0].strip()
271 args_str = args_str.strip()
385 output_mojom, input_filename, self._namespace)).strip()
390 ['git', 'ls-files', '*.typemap']).strip().split('\n'
    [all...]

Completed in 430 milliseconds

<<31323334353637383940>>