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

<<11121314151617181920>>

  /external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/apollo3/
captured_data_to_wav.py 32 vals.extend([int(v, 16) for v in line.split()])
  /external/tensorflow/tensorflow/python/tools/
component_api_helper.py 82 child_pkg_attr_name = child_pkg.__name__.split(".")[-1]
  /external/tensorflow/tensorflow/tools/test/
file_name_test.py 34 if os.path.split(BASE_DIR)[-1] != 'tensorflow':
  /external/toolchain-utils/cwp/interpreter/
symbolizer.py 55 key, time, board, vers = filename.split('~')
89 ret = call(download_cmd.split())
103 ret = call(extract_cmd.split())
122 report_proc = Popen(report_cmd.split(), stdout=PIPE)
  /external/toolchain-utils/mem_tests/
total_mem_actual.py 35 memory_used = int(line.strip().split()[1])
  /external/v8/tools/
generate-header-include-checks.py 105 split = os.path.split(header)
106 header_dir = os.path.relpath(split[0], V8_DIR)
109 cc_file_name = 'test-include-' + prefix + '-' + split[1][:-1] + 'cc'
  /external/v8/tools/testrunner/utils/
dump_build_config_gyp.py 45 k, v = kv.split('=', 1)
  /external/vixl/tools/
git.py 54 untracked_files = filter(files_in_watched_folder, output.split('\n'))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
urlparse.py 82 userinfo = userinfo.split(":", 1)[0]
92 return userinfo.split(":", 1)[1]
97 netloc = self.netloc.split('@')[-1]
99 return netloc.split(']')[0][1:].lower()
101 return netloc.split(':')[0].lower()
109 netloc = self.netloc.split('@')[-1].split(']')[-1]
111 port = netloc.split(':')[1]
193 url, fragment = url.split('#', 1)
195 url, query = url.split('?', 1)
    [all...]
  /external/python/cpython2/Lib/
urlparse.py 82 userinfo = userinfo.split(":", 1)[0]
92 return userinfo.split(":", 1)[1]
97 netloc = self.netloc.split('@')[-1]
99 return netloc.split(']')[0][1:].lower()
101 return netloc.split(':')[0].lower()
109 netloc = self.netloc.split('@')[-1].split(']')[-1]
111 port = netloc.split(':')[1]
193 url, fragment = url.split('#', 1)
195 url, query = url.split('?', 1
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
Triple.cpp 554 return StringRef(Data).split('-').first; // Isolate first component
558 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component
559 return Tmp.split('-').first; // Isolate second component
563 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component
564 Tmp = Tmp.split('-').second; // Strip second component
565 return Tmp.split('-').first; // Isolate third component
569 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component
570 Tmp = Tmp.split('-').second; // Strip second component
571 return Tmp.split('-').second; // Strip third component
575 StringRef Tmp = StringRef(Data).split('-').second; // Strip first componen
    [all...]
  /external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
grow_stats_test.cc 44 BinaryNode split; local
45 InequalityTest* test = split.mutable_inequality_left_child_test();
52 return split;
104 float test_left_sum(int split) { return get_left_gini()->sum(split); }
105 float test_left_square(int split) { return get_left_gini()->square(split); }
106 float test_right_sum(int split) { return get_right_gini()->sum(split); }
107 float test_right_square(int split) { return get_right_gini()->square(split);
    [all...]
  /bionic/libc/tools/
check-symbols.py 57 for line in subprocess.check_output(['readelf', '-W', '--dyn-syms', so_file]).split('\n'):
60 symbol = string.split(m.group(2), '@')[0]
  /build/make/core/tasks/
find-shareduid-violation.py 50 for l in manifest.split('\n'):
52 return l.split('"')[-2]
  /build/make/tools/
compare_fileslist.py 39 lines = map(string.split, lines)
85 combo = input.split(os.path.sep)[1]
  /cts/suite/audio_quality/test/
StringUtilTest.cpp 56 std::vector<android::String8>* tokens = StringUtil::split(str, ':');
66 std::vector<android::String8>* tokens2 = StringUtil::split(str2, ':');
  /cts/tests/tests/os/src/android/os/cts/
EnvironmentTest.java 62 final String[] fields = line.split(" ");
82 final String[] fields = line.split(" ");
  /dalvik/opcode-gen/
opcode-gen.awk 263 count = split(line, parts);
288 count = split(line, parts);
306 split(name[idx], parts, "/");
312 split(format[idx], parts, ""); # Width is the first format char.
341 count = split(line, parts);
462 count = split(hex, chars, "");
509 count = split(f, parts, /\|/); # Split input at pipe characters.
532 split(flags[idx], parts, /\|/); # Split flags[idx] at pipes
    [all...]
  /development/samples/IntentPlayground/src/com/example/android/intentplayground/
AMControl.java 53 ProcessBuilder factory = new ProcessBuilder(cmd.split(" "));
76 lineCount, cmd.split(" ")[0], output.toString()));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/
__init__.py 63 default_parser_list = os.environ["PY_SAX_PARSER"].split(",")
68 default_parser_list = sys.registry.getProperty(_key).split(",")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/
__init__.py 63 default_parser_list = os.environ["PY_SAX_PARSER"].split(",")
68 default_parser_list = sys.registry.getProperty(_key).split(",")
  /external/ImageMagick/coders/
caption.c 115 split,
172 split=MagickFalse;
178 i=FormatMagickCaption(image,draw_info,split,&metrics,&text,
192 split=MagickTrue;
194 i=FormatMagickCaption(image,draw_info,split,&metrics,&text,exception);
235 i=FormatMagickCaption(image,draw_info,split,&metrics,&text,
263 i=FormatMagickCaption(image,draw_info,split,&metrics,&text,
295 i=FormatMagickCaption(image,draw_info,split,&metrics,&caption,exception);
113 split, local
  /external/autotest/client/bin/
os_dep.py 12 for dir in os.environ['PATH'].split(':'):
30 glob_pattern = line.split('include ')[1]
  /external/autotest/client/common_lib/cros/
chip_utils.py 48 fname = basename.split('.')[0]
50 rev = fname.split('_')[-1]
  /external/autotest/client/common_lib/cros/manual/
video_helper.py 34 video4linux_list = dut.run(cmd, ignore_status=True).stdout.split()
55 lsof_output = dut.run(cmd, ignore_status=True).stdout.strip().split('\n')

Completed in 2473 milliseconds

<<11121314151617181920>>