HomeSort by relevance Sort by last modified time
    Searched refs:strip (Results 251 - 275 of 1457) sorted by null

<<11121314151617181920>>

  /build/core/clang/
HOST_x86_64.mk 48 $(strip \
TARGET_arm.mk 37 $(strip \
TARGET_arm64.mk 35 $(strip \
TARGET_mips.mk 35 $(strip \
TARGET_mips64.mk 35 $(strip \
TARGET_x86_64.mk 35 $(strip \
  /build/core/
static_java_library.mk 33 all_resources := $(strip \
72 LOCAL_SDK_RES_VERSION:=$(strip $(LOCAL_SDK_RES_VERSION))
  /build/tools/
product_debug.py 40 return [split_line(line) for line in lines if line.strip()]
59 href = s.split(",", 1)[1].strip()[:-1]
  /development/testrunner/
android_mk.py 59 self._variables[parts[0].strip()] = parts[1].strip()
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/
Android.mk 14 ifeq ($(strip $(TARGET_USES_ION)),true)
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/
Android.mk 14 ifeq ($(strip $(TARGET_USES_ION)),true)
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/
Android.mk 27 ifneq ($(strip $(USE_BIONIC_HEADER)),true)
  /device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/
Android.mk 22 ifeq ($(strip $(TARGET_USES_ION)),true)
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/
Android.mk 21 ifeq ($(strip $(TARGET_USES_ION)),true)
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
calc.rb 80 ].strip!.split( /\n/ ).map { |line|
81 expr, val = line.strip.split( /\s+=\s+/, 2 )
  /external/chromium_org/build/android/pylib/device/
adb_wrapper_test.py 41 self.assertEqual(output.strip(), 'test')
43 self.assertEqual(output.strip(), 'test')
  /external/chromium_org/chrome/browser/resources/options/
font_settings.css 18 #font-settings .button-strip {
  /external/chromium_org/mojo/tools/
test_runner.py 32 gtest_list = [y for y in [x.strip() for x in f.readlines()] \
53 successes = set([x.strip() for x in f.readlines()])
  /external/chromium_org/native_client_sdk/src/tools/
fix_deps.py 38 line = line.strip()
43 line = line.strip()
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
make_element_factory.py 68 fallback_interface = self.tags_in_file.parameters['fallbackInterfaceName'].strip('"')
69 fallback_js_interface = self.tags_in_file.parameters['fallbackJSInterfaceName'].strip('"') or fallback_interface
make_event_factory.py 79 self.namespace = self.in_file.parameters['namespace'].strip('"')
80 self.suffix = self.in_file.parameters['suffix'].strip('"')
make_qualified_names.py 95 parameter = self.attrs_in_file.parameters[name].strip('"')
97 assert parameter == self.tags_in_file.parameters[name].strip('"'), 'Both in files must have the same %s.' % name
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
check_injected_webgl_calls_info.py 54 return_type = match.group(1).strip()
64 argument_types.append(match.group(1).strip())
  /external/chromium_org/third_party/binutils/
download.py 31 return f.read().strip()
51 return subprocess.check_output(['python', DETECT_HOST_ARCH]).strip()
  /external/chromium_org/third_party/markdown/extensions/
def_list.py 74 terms = [l.strip() for l in raw_block[:m.start()].split('\n') if l.strip()]

Completed in 1367 milliseconds

<<11121314151617181920>>