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

1 2 34 5 6 7 8 91011>>

  /external/webp/src/utils/
bit_reader_inl_utils.h 117 const range_t split = (range * prob) >> 8; local
119 const int bit = (value > split);
121 range -= split;
122 br->value_ -= (bit_t)(split + 1) << pos;
124 range = split + 1;
144 const range_t split = br->range_ >> 1; local
146 const int32_t mask = (int32_t)(split - value) >> 31; // -1 or 0
150 br->value_ -= (bit_t)((split + 1) & mask) << pos;
165 const range_t split = (range * prob) >> 8; local
167 int bit; // Don't use 'const int bit = (value > split);", it's slower
    [all...]
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/expr/
NameExpr.java 77 String[] split = qualifiedName.split("\\."); local
78 NameExpr ret = new NameExpr(split[0]);
79 for (int i = 1; i < split.length; i++) {
80 ret = new QualifiedNameExpr(ret, split[i]);
  /external/libvpx/libvpx/vp8/decoder/
dboolhuff.h 56 unsigned int split; local
61 split = 1 + (((br->range - 1) * probability) >> 8);
68 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8);
70 range = split;
73 range = br->range - split;
  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/testutil/
random_tree_gen.cc 97 // Original node is a split. Re-generate it's type but retain the split node
99 DenseFloatBinarySplit* split = GetSplit(&node); local
100 const int left_id = split->left_id();
101 const int right_id = split->right_id();
153 DenseFloatBinarySplit* split = nullptr; local
158 split = node.mutable_sparse_float_binary_split_default_left()
162 split = node.mutable_sparse_float_binary_split_default_right()
166 split = node.mutable_dense_float_binary_split();
171 if (split) {
188 DenseFloatBinarySplit* split; local
    [all...]
  /external/vulkan-validation-layers/scripts/
determine_vs_version.py 32 fPath, fName = os.path.split(program)
37 for path in os.environ["PATH"].split(os.pathsep):
84 # Split around any spaces first
85 spaceList = sysCallOut.split(' ')
92 # Now split around line feeds
93 lineList = spaceString.split('\n')
106 splitAroundPeriod = curLine.split('.')
  /frameworks/base/core/java/android/content/pm/
FallbackCategoryProvider.java 55 final String[] split = line.split(","); local
56 if (split.length == 2) {
57 sFallbacks.put(split[0], Integer.parseInt(split[1]));
  /external/tensorflow/tensorflow/python/debug/cli/
cli_test_utils.py 39 test.assertEqual("".join(expected_line.split()),
40 "".join(actual_line.split()))
64 elements.extend(float(s) for s in line.split())
  /frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/
Utils.java 30 String[] classes = classList.split(",");
31 String[] requests = requestList.split(",");
32 String[] resets = resetList.split(",");
  /external/ltp/testcases/kernel/hotplug/cpu_hotplug/tools/
cpuhotplug_report_proc_interrupts 32 foreach my $line (split /\n/, $content) {
37 @cpus = split /\s+/, $line;
39 my @items = split /\s+/, $line;
  /external/pdfium/testing/tools/
suppressor.py 12 feature_vector = feature_string.strip().split(",")
28 return [y.split(' ') for y in
29 [x.split('#')[0].strip() for x in
37 os_column = item[1].split(",");
38 js_column = item[2].split(",");
39 xfa_column = item[3].split(",");
  /external/v8/gypfiles/
landmine_utils.py 47 return dict(arg.split('=', 1)
48 for arg in shlex.split(os.environ.get('GYP_DEFINES', '')))
54 return dict(arg.split('=', 1)
55 for arg in shlex.split(os.environ.get('GYP_GENERATOR_FLAGS', '')))
103 generator = os.environ['GYP_GENERATORS'].split(',')[0]
105 return generator.split('-')[0]
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
UserActivityEmulator.java 34 final String[] sizes = output.split(" ")[2].split("x");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/
util.py 7 for l in s.split("\n"):
21 lines = s.split("\n")
  /external/e2fsprogs/
wordwrap.pl 12 @words = split;
  /external/python/cpython2/Misc/
python-config.in 43 flags.extend(getvar('CFLAGS').split())
48 libs += getvar('LIBS').split()
49 libs += getvar('SYSLIBS').split()
56 libs.extend(getvar('LINKFORSHARED').split())
  /external/python/cpython2/Tools/framer/framer/
util.py 7 for l in s.split("\n"):
21 lines = s.split("\n")
  /external/skia/gn/
gen_plist_ios.py 15 out, app = os.path.split(app)
  /external/skqp/gn/
gen_plist_ios.py 15 out, app = os.path.split(app)
  /external/sonivox/jet_tools/JetCreator/
JetSystemInfo.py 38 for dir in string.split(os.environ['PYTHONPATH'], os.pathsep):
  /external/toolchain-utils/mem_tests/
total_mem_sampled.py 29 memory_used = line.strip().split(':')[-1].strip().split(']')[0].strip()
  /frameworks/support/core/ktx/src/main/java/androidx/core/util/
TimingLogger.kt 32 * Times the given work and subsequently adds a split to the timing logger instance.
34 inline fun TimingLogger.split(splitLabel: String, work: () -> Unit) {
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
SpannableStringUtilsTests.java 105 final CharSequence[] charSequencesFromSpanned = SpannableStringUtils.split(
107 final CharSequence[] charSequencesFromString = SpannableStringUtils.split(
186 assertEquals(1, SpannableStringUtils.split("", " ",
188 assertEquals(1, SpannableStringUtils.split(new SpannedString(""), " ",
191 assertEquals(1, SpannableStringUtils.split("", " ",
193 assertEquals(1, SpannableStringUtils.split(new SpannedString(""), " ",
196 assertEquals(0, SpannableStringUtils.split(" ", " ",
198 assertEquals(0, SpannableStringUtils.split(new SpannedString(" "), " ",
201 assertEquals(2, SpannableStringUtils.split(" ", " ",
203 assertEquals(2, SpannableStringUtils.split(new SpannedString(" "), " "
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/rc_binomial_heap_/
split_join_fn_imps.hpp 45 split(Pred pred, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
52 base_type::split(pred, other);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/rc_binomial_heap_/
split_join_fn_imps.hpp 45 split(Pred pred, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
52 base_type::split(pred, other);
  /prebuilts/gdb/darwin-x86/bin/
python-config 43 flags.extend(getvar('CFLAGS').split())
47 libs = getvar('LIBS').split() + getvar('SYSLIBS').split()
55 libs.extend(getvar('LINKFORSHARED').split())

Completed in 956 milliseconds

1 2 34 5 6 7 8 91011>>