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

1 2 3 4 5 6 7 891011>>

  /external/tensorflow/tensorflow/python/keras/_impl/keras/preprocessing/
text.py 44 split=' '):
51 split: Sentence split marker (string).
60 translate_map = dict((ord(c), unicode(split)) for c in filters)
62 translate_map = maketrans(filters, split * len(filters))
65 seq = text.split(split)
74 split=' '):
85 split: Sentence split marker (string)
    [all...]
  /external/toolchain-utils/mem_tests/
clean_data.py 25 new_time = int(line.split(',')[0])
  /external/v4l2_codec2/vda/
vp9_bool_decoder.cc 99 unsigned int split = (bool_range_ * prob + (256 - prob)) >> kBoolSize; local
100 BigBool big_split = static_cast<BigBool>(split)
105 bool_range_ = split;
108 bool_range_ -= split;
  /external/v8/tools/
find-commit-for-patch.py 37 words = line.split()
42 hashes = line.split()[1]
43 old_hash = hashes.split("..")[0]
62 _, _, actual_hash, filename = line.split()
  /external/v8/tools/testrunner/utils/
dump_build_config.py 22 k, v = kv.split('=', 1)
  /frameworks/base/cmds/statsd/tools/loadtest/src/com/android/statsd/loadtest/
BatteryStatsParser.java 86 String[] matches = group.split("ms", -1);
92 matches = group.split("h");
97 matches = group.split("m");
102 matches = group.split("s");
  /frameworks/base/libs/hwui/utils/
StringUtils.cpp 22 unordered_string_set StringUtils::split(const char* spacedList) { function in class:android::uirenderer::StringUtils
  /frameworks/base/tests/FeatureSplit/base/src/com/android/test/split/feature/
ActivityMain.java 16 package com.android.test.split.feature;
  /frameworks/base/tests/FeatureSplit/feature1/
Android.mk 30 LOCAL_AAPT_FLAGS += --custom-package com.android.test.split.feature.one
  /frameworks/base/tests/FeatureSplit/feature1/src/com/android/test/split/feature/one/
One.java 16 package com.android.test.split.feature.one;
  /frameworks/base/tests/FeatureSplit/feature2/
Android.mk 30 LOCAL_AAPT_FLAGS += --custom-package com.android.test.split.feature.two
  /frameworks/base/tools/split-select/
Abi.h 22 namespace split { namespace
48 } // namespace split
RuleGenerator.h 27 namespace split { namespace
30 // Generate rules for a Split given the group of mutually exclusive splits it belongs to
37 } // namespace split
SplitSelector.h 27 namespace split { namespace
42 } // namespace split
SplitSelector_test.cpp 25 namespace split { namespace
30 SplitDescription split; local
31 if (!SplitDescription::parse(String8(str), &split)) {
34 splits.add(split);
72 } // namespace split
  /frameworks/base/tools/streaming_proto/
string_utils.h 36 vector<string> split(const string& str, const char delimiter);
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/
ParserHelper.java 22 for (String item : name.split("[_-]")) {
  /frameworks/support/jetifier/jetifier/core/src/main/kotlin/com/android/tools/build/jetifier/core/type/
JavaType.kt 56 return JavaType(fullName.split('$').first())
67 val tokens = fullName.split('$').toMutableList()
  /frameworks/support/lifecycle/compiler/src/tests/kotlin/androidx/lifecycle/utils/
TestUtils.kt 29 val split = fullClassName.split(".")
30 val code = File("$folderPath/${split.last()}.java").readText(Charset.defaultCharset())
  /libcore/ojluni/src/main/java/sun/nio/fs/
AbstractFileSystemProvider.java 45 private static String[] split(String attribute) { method in class:AbstractFileSystemProvider
73 String[] s = split(attribute);
86 String[] s = split(attributes);
92 return view.readAttributes(s[1].split(","));
  /platform_testing/tests/perf/PerformanceLaunch/
gen_locales.py 24 locales = [locale.replace("_", "-r") for locale in localeStr.split(" ")]
  /test/framework/harnesses/host_controller/command_processor/
command_copy.py 39 src, dst = arg_line.split()
  /test/suite_harness/common/util/src/com/android/compatibility/common/util/
AbiUtils.java 50 return id.split(" ");
  /test/vts/script/
diagnose.py 33 returnCode = subprocess.call(cmd.split(' '))
  /test/vts-testcase/kernel/api/proc/
ProcVersionTest.py 28 if parse_result[0] != 'Linux' or len(parse_result[1].split('.')) != 3:

Completed in 1020 milliseconds

1 2 3 4 5 6 7 891011>>