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

<<11121314151617181920>>

  /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 71 fallback_interface = self.tags_in_file.parameters['fallbackInterfaceName'].strip('"')
72 fallback_js_interface = self.tags_in_file.parameters['fallbackJSInterfaceName'].strip('"') or fallback_interface
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()]
wikilinks.py 154 if m.group(2).strip():
156 label = m.group(2).strip()
  /external/chromium_org/third_party/mesa/src/
Android.mk 42 MESA_GPU_DRIVERS := $(strip $(BOARD_GPU_DRIVERS))
73 ifneq ($(strip $(MESA_GPU_DRIVERS)),)
81 ifeq ($(strip $(MESA_BUILD_CLASSIC)),true)
87 ifeq ($(strip $(MESA_BUILD_GALLIUM)),true)
  /external/chromium_org/third_party/mesa/src/scons/
source_list.py 73 sym = line[:op_pos].strip()
90 self.line_cont += line[:-1].strip() + ' '
  /external/chromium_org/tools/checklicenses/
checklicenses.py 425 filename = os.path.relpath(filename.strip(), options.base_directory)
433 license = license.replace('*No copyright*', '').strip()
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
json_writer_unittest.py 47 output.strip(),
48 expected_output.strip())
reg_writer_unittest.py 36 output.strip(),
37 expected_output.strip())
  /external/chromium_org/tools/grit/grit/tool/
transl2tc_unittest.py 40 self.failUnless(output.strip() == '''
49 '''.strip())

Completed in 1705 milliseconds

<<11121314151617181920>>