/external/qemu/android/tools/ |
gen-hw-config.py | 79 self.enum_values = [ s.strip() for s in val.split(',') ] 99 line = line.strip() 105 key = key.strip() 106 value = value.strip()
|
/external/qemu/distrib/googletest/ |
Android.mk | 14 ifeq (,$(strip $(wildcard $(EMULATOR_GTEST_SOURCES_DIR))))
|
/ndk/build/core/ |
clear-vars.mk | 24 # strip LOCAL_PATH 25 LOCAL_PATH := $(strip $(LOCAL_PATH))
|
definitions-utils.mk | 55 remove-duplicates = $(strip \ 88 filter-by = $(strip \ 112 filter-out-by = $(strip \ 161 # Strip any 'lib' prefix in front of a given string. 163 # Function : strip-lib-prefix 166 # Usage : $(call strip-lib-prefix,$(LOCAL_MODULE)) 168 strip-lib-prefix = $(1:lib%=%) 170 -test-strip-lib-prefix = \ 171 $(call test-expect,,$(call strip-lib-prefix,))\ 172 $(call test-expect,foo,$(call strip-lib-prefix,foo)) [all...] |
/build/core/ |
executable_internal.mk | 8 ifeq ($(strip $(LOCAL_MODULE_CLASS)),) 11 ifeq ($(strip $(LOCAL_MODULE_SUFFIX)),)
|
/build/tools/ |
check_radio_versions.py | 31 line = line.strip() 60 line = line.strip()
|
/development/scripts/ |
add-accounts | 97 hosted_account = GetProp(adb_flags, "ro.config.hosted_account").strip() 98 google_account = GetProp(adb_flags, "ro.config.google_account").strip()
|
add-accounts-sdk | 94 hosted_account = GetProp(adb_flags, "ro.config.hosted_account").strip() 95 google_account = GetProp(adb_flags, "ro.config.google_account").strip()
|
/development/tools/etc1tool/ |
Android.mk | 30 ifneq ($(strip $(USE_MINGW)),)
|
/device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/test/ |
Android.mk | 13 ifeq ($(strip $(TARGET_USES_ION)),true)
|
/device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/test/ |
Android.mk | 13 ifeq ($(strip $(TARGET_USES_ION)),true)
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
set_time.css | 14 .button-strip {
|
/external/chromium_org/third_party/WebKit/Source/build/scripts/ |
make_element_type_helpers.py | 52 self.namespace = self.in_file.parameters['namespace'].strip('"') 53 self.fallbackInterface = self.in_file.parameters['fallbackInterfaceName'].strip('"')
|
/external/chromium_org/third_party/cython/src/Cython/Tests/ |
TestStringIOTree.py | 56 self.assertEqual(code.strip(), self.tree.getvalue().strip())
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/ |
setup.py | 83 sources = ParseSources(opts["sources"], opts["srcdir"].strip()) 85 if opts["gcc"].strip() == "yes":
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/examples/rexx/ |
rexx.l | 274 strip: 282 { goto strip; } 286 goto strip; 297 goto strip;
|
/external/chromium_org/tools/grit/grit/gather/ |
policy_json.py | 53 ''.join(text).strip(), 54 ''.join(example_text).strip()))
|
/external/clang/docs/tools/ |
dump_ast_matchers.py | 133 if declaration.strip(): 170 result_types = [r.strip() for r in results.split(',')] 196 result_types = [r.strip() for r in results.split(',')] 285 args = ', '.join(p.strip() for p in args.split(',')) 328 if line.strip() and line[0] == '}': 340 if line.strip() and line.lstrip()[0] == '/': 344 if ((not line.strip()) or 347 if line.strip() and line.rstrip()[-1] == '{':
|
/external/deqp/scripts/ |
check_resolution_list.py | 17 cases.append(line[6:].strip()) 26 line = line.strip()
|
/external/lldb/test/lang/cpp/unique-types/ |
TestUniqueTypes.py | 56 for x in [line.strip() for line in output.split(os.linesep)]: 66 for x in [line.strip() for line in output.split(os.linesep)]:
|
/external/oprofile/ |
opev.py | 67 lines = [s.strip() for s in all_lines if s.strip()] # strip blanks 68 lines = [s for s in lines if not s.startswith('#')] # strip comments
|
/ndk/tests/device/whole-static-libs/jni/ |
Android.mk | 8 # The GNU linker will strip un-needed object files from executables even whe
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
text_file.py | 16 line-by-line syntax: strip comments (as long as "#" is your 18 escaping the newline (ie. backslash at end of line), strip 41 strip from "#" to end-of-line, as well as any whitespace 44 strip leading whitespace from each line before returning it 46 strip trailing whitespace (including line terminator!) from 60 strip leading whitespace from lines that are joined to their 63 Note that since 'rstrip_ws' can strip the trailing newline, the 193 # strip the comment, strip whitespace before it, and 221 if line.strip() == "" [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
text_file.py | 16 line-by-line syntax: strip comments (as long as "#" is your 18 escaping the newline (ie. backslash at end of line), strip 41 strip from "#" to end-of-line, as well as any whitespace 44 strip leading whitespace from each line before returning it 46 strip trailing whitespace (including line terminator!) from 60 strip leading whitespace from lines that are joined to their 63 Note that since 'rstrip_ws' can strip the trailing newline, the 193 # strip the comment, strip whitespace before it, and 221 if line.strip() == "" [all...] |
/system/core/fastbootd/ |
config.c | 66 key = strip(key); 67 value = strip(value);
|