Searched
refs:strip (Results
301 -
325 of
1457) sorted by null
<<11121314151617181920>>
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_modulefinder.py | 217 ofi.write(line.strip() + "\n") 221 ofi = open_file(os.path.join(TEST_DIR, line.strip()))
|
/ndk/sources/host-tools/ndk-stack/regex/ |
regcomp.c | 59 sop *strip; /* malloced strip */ member in struct:parse 60 sopno ssize; /* malloced strip size (allocated) */ 61 sopno slen; /* malloced strip length (used) */ 179 p->strip = (sop *)calloc(p->ssize, sizeof(sop)); 181 if (p->strip == NULL) { 555 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); 556 assert(OP(p->strip[p->pend[i]]) == ORPAREN); 940 sopno start, /* operand from here to end of strip */ 1287 (void) memcpy((char *)(p->strip + p->slen) [all...] |
/build/core/ |
notice_files.mk | 5 notice_file:=$(strip $(wildcard $(LOCAL_PATH)/NOTICE))
|
/build/core/tasks/tools/ |
package-modules.mk | 21 $(eval _pickup_files := $(strip $(ALL_MODULES.$(m).PICKUP_FILES)\ 23 $(eval _built_files := $(strip $(ALL_MODULES.$(m).BUILT_INSTALLED)\
|
/build/tools/ |
diff_package_overlays.py | 52 line = line.strip()
|
/cts/hostsidetests/theme/app/ |
Android.mk | 24 # and because it is in data, do not strip classes.dex 33 #Flags to tell the Android Asset Packaging Tool not to strip for some densities
|
/development/scripts/ |
compare-installed-size.py | 47 line = line.strip()
|
symbol.py | 39 return os.path.join(ANDROID_BUILD_TOP, stream.read().strip()) 199 symbol = child.stdout.readline().strip() 202 location = child.stdout.readline().strip() 325 demangled_symbol = process.stdout.readline().strip()
|
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/test/ |
Android.mk | 14 ifeq ($(strip $(TARGET_USES_ION)),true) 52 ifeq ($(strip $(TARGET_USES_ION)),true)
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t054main.py | 184 stdout = stdout.getvalue().strip() 225 stdout = stdout.getvalue().strip() 268 stdout = stdout.getvalue().strip() 313 stdout = stdout.getvalue().strip()
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/ |
main-scripts.rb | 117 output = output.string.strip 154 output = output.string.strip 192 output = output.string.strip 221 output = output.string.strip
|
/external/bison/ |
Makefile.am | 73 --strip-tab \ 74 --strip-cherry-pick \
|
/external/chromium_org/base/allocator/ |
prep_libc.py | 29 if filter and line.strip() != filter:
|
/external/chromium_org/build/linux/ |
rewrite_dirs.py | 61 parser.add_option('-p', '--strip-prefix', default='', help='prefix to strip') 65 line = RewriteLine(line.strip(), opts)
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
chroot_file_system.py | 24 self._root = root.strip('/')
|
directory_zipper.py | 27 base_dir = base_dir.strip('/')
|
/external/chromium_org/chrome/test/mini_installer/ |
uninstall_chrome.py | 53 if raw_input(prompt).strip() != 'y':
|
/external/chromium_org/components/tools/metrics/ |
count_ifdefs.py | 51 line = line.strip()
|
/external/chromium_org/gpu/gles2_conform_support/ |
generate_gles2_conform_tests.py | 19 line = line.strip()
|
/external/chromium_org/media/tools/layout_tests/ |
test_expectations.py | 68 line = line.strip()
|
/external/chromium_org/native_client_sdk/src/tools/ |
getos.py | 76 version = value.strip() 78 revision = value.strip() 80 commit_position = value.strip() 168 raise Error(output + stderr.strip())
|
/external/chromium_org/printing/ |
cups_config_helper.py | 34 flags = cups.communicate()[0].strip() 83 # Strip "-l" from beginning of libs, quote, and surround in [ ].
|
/external/chromium_org/third_party/angle/tests/deqp_tests/ |
generate_deqp_tests.py | 12 line = line.strip()
|
/external/chromium_org/third_party/icu/source/samples/layout/ |
FontMap.cpp | 56 line = strip(buffer); 64 fontName = strip(&c[1]); 65 scriptName = strip(line); 171 char *FontMap::strip(char *s) function in class:FontMap
|
/external/chromium_org/third_party/icu/source/samples/udata/ |
Makefile | 18 ifeq ($(strip $(ICU_PATH)),)
|
Completed in 1551 milliseconds
<<11121314151617181920>>