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

<<11121314151617181920>>

  /external/chromium_org/third_party/icu/source/samples/uresb/
Makefile 15 ifeq ($(strip $(ICU_PATH)),)
  /external/chromium_org/third_party/mesa/src/
Android.common.mk 47 ifeq ($(strip $(MESA_ENABLE_ASM)),true)
63 ifeq ($(strip $(LOCAL_MODULE_TAGS)),)
  /external/chromium_org/third_party/webrtc/tools/barcode_tools/
helper_functions.py 59 return output.strip()
  /external/chromium_org/tools/android/
remove_strings.py 43 strings_to_remove = filter(None, map(str.strip, sys.stdin.readlines()))
  /external/chromium_org/tools/find_runtime_symbols/
reduce_debugline.py 29 line = line.strip()
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
writer_unittest_common.py 46 f.write(policy_json.strip())
  /external/chromium_org/tools/gyp/tools/
pretty_vcproj.py 63 if node.data.strip():
64 print '%s%s' % (' '*indent, node.data.strip())
120 filename = filename.strip('"\' ')
305 vsprops_list = FixFilenames(vsprops.strip().split(';'),
  /external/chromium_org/tools/
include_tracer.py 181 line = line.strip()
  /external/chromium_org/tools/security/
check_message_owners.py 37 result.add(match.group(1).strip())
  /external/chromium_org/tools/telemetry/telemetry/core/
memory_cache_http_server_unittest.py 21 x = x.strip()
  /external/chromium_org/tools/win/split_link/
graph_dependencies.py 42 line = line.strip('\r\n ;')
  /external/chromium_org/v8/test/fuzz-natives/
testcfg.py 33 for line in output.stdout.strip().split():
  /external/deqp/scripts/build/
common.py 48 path = path.strip('"')
  /external/fonttools/Lib/fontTools/ttLib/tables/
_n_a_m_e.py 109 writer.write16bit(self.string + b"\0", strip=True)
111 writer.write16bit(self.string, strip=True)
113 writer.write8bit(self.string, strip=True)
123 s = strjoin(content).strip()
  /external/fonttools/MetaTools/
buildTableList.py 26 tables.append(tag.strip())
  /external/google-tv-pairing-protocol/java/
Makefile 32 JAVA_CLASSPATH := $(subst jar ,jar:,$(strip "bin:$(wildcard jar/*.jar)"))
  /external/icu/icu4c/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/icu/icu4c/source/samples/udata/
Makefile 18 ifeq ($(strip $(ICU_PATH)),)
  /external/icu/icu4c/source/samples/uresb/
Makefile 15 ifeq ($(strip $(ICU_PATH)),)
  /external/libunwind/tests/
run-coredump-unwind 31 strip "$binary" ## throw away the symbol table
  /external/lldb/examples/customization/pwd-cd-and-system/
utils.py 21 new_dir = args.strip()
  /external/lldb/examples/python/
crashlog.py 254 (self.process_name, pid_with_brackets) = line[8:].strip().split(' [')
255 self.process_id = pid_with_brackets.strip('[]')
257 self.process_path = line[5:].strip()
259 self.process_identifier = line[11:].strip()
261 version_string = line[8:].strip()
274 self.thread_exception = line[15:].strip()
277 self.thread_exception_data = line[16:].strip()
280 self.crashed_thread_idx = int(line[15:].strip().split()[0])
283 self.version = int(line[15:].strip())
314 self.info_lines.append(line.strip())
    [all...]
  /external/lldb/test/pexpect-2.4/examples/
bd_serv.py 216 arg = data.strip()
220 cmd = request[0].strip()
221 arg = request[1].strip()
223 cmd = request[0].strip()
  /external/llvm/utils/git/
find-rev 33 _,repo,_ = ln.strip().split(' ')
  /external/mesa3d/
Android.common.mk 47 ifeq ($(strip $(MESA_ENABLE_ASM)),true)
63 ifeq ($(strip $(LOCAL_MODULE_TAGS)),)

Completed in 2097 milliseconds

<<11121314151617181920>>