HomeSort by relevance Sort by last modified time
    Searched refs:split (Results 451 - 475 of 7669) sorted by null

<<11121314151617181920>>

  /development/vndk/snapshot/
utils.py 86 return path.split('/')[1].split('-')[1]
98 return path.split('/')[0]
  /development/vndk/tools/sourcedr/sourcedr/
map.py 21 if key.split('.')[-1] == 'so':
24 if v.split('.')[-1] == 'so':
73 table[key.split(':')[0]] += item[0]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/Ds5/
profile.py 173 module_name = line.split("\"")[1].split("/")[-1]
180 modules[module_name]['start'] = get_address_from_string(line.split()[0])
181 modules[module_name]['end'] = get_address_from_string(line.split()[2])
185 modules[module_name]['start'] = get_address_from_string(line.split()[0])
186 modules[module_name]['end'] = get_address_from_string(line.split()[2])
219 func_name = line.split()[1]
220 func_start = get_address_from_string(line.split()[0])
273 columns = trace_read().split()
283 func_name = line.split('\t')[column_function].strip(
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
c.py 84 MsgPartList = Msg.split()
102 List = Str.split()
146 DeclSplitList = var.Declarator.split('(')
148 FuncNamePartList = FuncName.split()
161 for decl in var.Declarator.split(','):
162 DeclList = decl.split('=')
172 DeclList = var.Declarator.split('=')
246 DeclSplitList = FuncDeclarator.split('(')
263 for p in ParamStr.split(','):
264 ListP = p.split()
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
util.rb 18 version_string.split( '.' ).map! do | segment |
52 file, line, = caller[ 1 ].split( ':', 3 )
68 file, line, = caller[ 1 ].split( ':', 3 )
  /external/autotest/client/site_tests/camera_HAL3Perf/
camera_HAL3Perf.py 53 key, value = line.split(':')
59 value.strip().split(' ')[0],
60 value.strip().split(' ')[1])
  /external/autotest/client/site_tests/hardware_Smartctl/
hardware_Smartctl.py 61 result_lines = result_text.split('\n')
67 last_result_lines = last_result.split('\n')
109 field = line.split()
  /external/autotest/client/site_tests/security_NetworkListeners/
security_NetworkListeners.py 68 fields = line.split()
79 fields = line.split()
111 fields = line.split()
  /external/chromium-trace/catapult/common/py_utils/py_utils/
expectations_parser.py 90 for word in line[len(self.TAG_TOKEN):].split():
109 conditions = [c for c in raw_conditions.split()] if raw_conditions else []
116 return Expectation(reason, test, conditions, [r for r in results.split()])
  /external/dtc/pylibfdt/
setup.py 85 files = makevars['LIBFDT_SRCS'].split()
94 files = os.environ.get('SOURCES', '').split()
95 cflags = os.environ.get('CPPFLAGS', '').split()
  /external/harfbuzz_ng/test/shaping/
run-tests.py 65 fontfile, options, unicodes, glyphs_expected = line.split (":")
78 unicodes] + (options.split (' ') if len(options) else []))
87 unicodes] + (options.split (' ') if len(options) else []))
  /external/libmojo/mojo/public/tools/bindings/
generate_type_mappings.py 72 typemaps = [s for s in '\n'.join(args).split('--start-typemap\n') if s]
81 for line in typemap.split('\n'):
102 attributes = match_result.group(3).split(',')
  /external/lisa/experiments/
run_binder_transaction_tracing.py 69 proc_dump = re.split("\nproc ", ss)[1:]
72 lines = proc.split("\n ")
75 active, lru, free = map(int, page.group(1).split(":"))
  /external/llvm/utils/release/
findRegressions-nightly.py 27 tmp = t[2].split(testDirName)
47 n = t[0].split('RESULT-')[1]
53 test[fname][tp + n] = float(t[2].split(' ')[2])
  /external/markdown/markdown/extensions/
rss.py 24 heading = heading.split("-")[0]
27 month, date, year = heading.split()
36 time = time.split()
tables.py 25 rows = block.split('\n')
32 block = blocks.pop(0).split('\n')
77 """ split a row of text into list of cells. """
83 return row.split('|')
  /external/minijail/tools/
generate_seccomp_policy.py 112 syscall, args = line.strip().split('(', 1)
121 args = [arg.strip() for arg in args.split(')', 1)[0].split(',')]
  /external/python/cpython3/Tools/scripts/
svneol.py 74 L = int(line.split()[1])
80 L = int(line.split()[1])
99 root, fn = os.path.split(arg)
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Splitter.cpp 33 "Split virtual regists across loop boundaries.", false, false)
39 "Split virtual regists across loop boundaries.", false, false)
59 "Cannot split physical registers.");
79 assert(valid && "Attempt to apply invalid split.");
574 assert(splitBlock != 0 && "Failed to create split block.");
599 "Split-block parent doesn't contain original loop?");
705 void LoopSplitter::processHeader(LoopSplit &split) {
706 MachineBasicBlock &header = *split.getLoop().getHeader();
709 if (!lis->isLiveInToMBB(split.getLI(), &header))
712 MachineBasicBlock *preHeader = split.getLoop().getLoopPreheader()
    [all...]
  /external/tensorflow/tensorflow/python/tools/
selective_registration_header_lib.py 66 for s in default_ops_str.split(','):
67 op, kernel = s.split(':')
93 _, script_name = os.path.split(sys.argv[0])
  /external/v8/tools/ignition/
linux_perf_bytecode_annotate.py 54 symbol_and_offset = line.split(" ", 1)[1]
60 yield int(symbol_and_offset.split("+", 1)[1], 16)
100 disassembly_offset = int(line.split()[1])
  /libcore/ojluni/src/test/java/util/stream/boottest/java/util/stream/
SpinedBufferTest.java 98 Spliterator<Integer> split = spliterator.trySplit(); local
99 long splitSizes = (split == null) ? 0 : split.getExactSizeIfKnown();
173 Spliterator.OfInt split = spliterator.trySplit(); local
174 long splitSizes = (split == null) ? 0 : split.getExactSizeIfKnown();
248 Spliterator.OfLong split = spliterator.trySplit(); local
249 long splitSizes = (split == null) ? 0 : split.getExactSizeIfKnown();
324 Spliterator.OfDouble split = spliterator.trySplit() local
    [all...]
  /packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
LocaleUtils.java 113 final String[] referenceParams = referenceLocale.split("_", 3);
114 final String[] testedParams = testedLocale.split("_", 3);
115 // By spec of String#split, [0] cannot be null and length cannot be 0.
177 final String[] elements = localeString.split("_", 3);
  /prebuilts/checkstyle/gitlint/
git.py 70 # Convert to unicode and split
73 '--ignore-submodules=all']).decode('utf-8').split(os.linesep)
90 # Convert to unicode and split
93 commit]).decode('utf-8').split(os.linesep)
127 # Split as bytes, as the output may have some non unicode characters.
129 ['git', 'blame', commit, '--porcelain', '--', filename]).split(
  /test/vts-testcase/kernel/ltp/
test_case.py 102 executables = (command.strip().split()[0]
103 for command in self._command.split('&&'))
108 return (pattern.sub('', executable.split('=')[1])

Completed in 1126 milliseconds

<<11121314151617181920>>