HomeSort by relevance Sort by last modified time
    Searched refs:split (Results 26 - 50 of 1551) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/llvm/utils/Target/ARM/
analyze-match-table.py 8 lines = data[start:end].split("\n")[1:]
13 ln = ln.split("{", 1)[1]
15 a,bc = ln.split("{", 1)
16 b,c = bc.split("}", 1)
18 for s in a.split(",")]
19 items = [s.strip() for s in b.split(",")]
20 _,features = [s.strip() for s in c.split(",")]
  /external/guava/guava-tests/test/com/google/common/base/
SplitterTest.java 45 COMMA_SPLITTER.split(null);
53 Iterable<String> letters = COMMA_SPLITTER.split(simple);
59 Iterable<String> letters = Splitter.on('.').split(simple);
65 Iterable<String> letters = COMMA_SPLITTER.split(doubled);
71 Iterable<String> letters = COMMA_SPLITTER.split(doubled);
77 Iterable<String> letters = COMMA_SPLITTER.split(trailing);
83 Iterable<String> letters = COMMA_SPLITTER.split(leading);
88 Iterable<String> testCharacteringMotto = Splitter.on('-').split(
97 .split("Testing\nrocks\tDebugging sucks");
105 .omitEmptyStrings().split(doubled)
    [all...]
  /external/dropbear/libtomcrypt/
parsenames.pl 7 @a = split(" ", $ARGV[1]);
  /external/e2fsprogs/
wordwrap.pl 12 split;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.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
53 base_type::split(pred, other);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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
53 base_type::split(pred, other);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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
53 base_type::split(pred, other);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/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
53 base_type::split(pred, other);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/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
53 base_type::split(pred, other);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/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
53 base_type::split(pred, other);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/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
53 base_type::split(pred, other);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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
53 base_type::split(pred, other);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/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);
  /cts/libs/vogar-expect/src/vogar/
Outcome.java 95 return Arrays.asList(output.split("\n"));
102 return Arrays.asList(writer.toString().split("\\n"));
110 int split = split(outcomeName); local
111 return split == -1 ? "defaultpackage" : outcomeName.substring(0, split);
118 int split = split(outcomeName); local
119 return split == -1 ? outcomeName : outcomeName.substring(split + 1)
122 private static int split(String name) { method in class:Outcome
    [all...]
  /external/webkit/Tools/CodeCoverage/
run-generate-coverage-data 75 ar = file.split(':', 1)
78 deps = ar[1].split(' ')
102 ## normal split file in the same directory
105 split = cov_file.split('###')
106 if not len(split) == 2:
107 raise "Unexpected split result"
108 filepath = split[1][:-5].replace('#',os.path.sep)
111 split = cov_file.split('##..#^#'
    [all...]
  /external/linux-tools-perf/util/
setup.py 7 cflags += getenv('CFLAGS', '').split()
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
TextUtilsTest.java 54 assertThat(TextUtils.split("", ",").length, equalTo(0));
57 assertArrayEquals(TextUtils.split("abc", ","), new String[]{"abc"});
60 assertArrayEquals(TextUtils.split("abc,def", ","), new String[]{"abc", "def"});
63 assertArrayEquals(TextUtils.split("abc, def", ","), new String[]{"abc", " def"});
  /external/sonivox/jet_tools/JetCreator/
JetSystemInfo.py 38 for dir in string.split(os.environ['PYTHONPATH'], os.pathsep):
  /external/webp/src/utils/
bit_reader.h 184 static WEBP_INLINE int VP8BitUpdate(VP8BitReader* const br, range_t split) {
189 split |= (MASK);
190 if (br->value_ > split) {
191 br->range_ -= split + 1;
192 br->value_ -= split + 1;
195 br->range_ = split;
202 if (value > split) {
203 br->range_ -= split + 1;
204 br->value_ -= (bit_t)(split + 1) << pos;
207 br->range_ = split;
233 const range_t split = local
251 const bit_t split = (br->range_ >> 1); local
    [all...]
  /build/tools/
check_radio_versions.py 33 key, value = line.split()[1].split("=", 1)
40 key, fn = item.split(":", 1)
45 values = values.split("|")
62 h, v = line.split()
  /external/libvpx/libvpx/vp8/decoder/
dboolhuff.h 79 unsigned int split; local
84 split = 1 + (((br->range - 1) * probability) >> 8);
92 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8);
94 range = split;
98 range = br->range - split;
  /external/libvpx/libvpx/vp8/encoder/
boolhuff.h 64 unsigned int split; local
81 split = 1 + (((range - 1) * probability) >> 8);
83 range = split;
87 lowvalue += split;
88 range = br->range - split;
  /external/harfbuzz/contrib/tables/
mirroring-parse.py 18 (data, _) = line.split('#', 1)
23 (a, b) = data.split(';', 1)
  /external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/matext/
MaterialExtensionLoader.java 70 String[] split = statement.getLine().split(" ", 3); local
71 String aliasName = split[1];
72 String texturePath = split[2];
94 String[] split = statement.getLine().split(" ", 2); local
95 String[] subsplit = split[1].split(":");
  /external/webkit/LayoutTests/http/tests/resources/
post-and-verify-hybrid.cgi 14 @list = split(/&/, $ENV{'QUERY_STRING'});
20 ($key, $value) = split(/=/, $element);
29 @items = split(/,/, $values{'items'});
34 my ($type, $data) = split(/:/, $item);

Completed in 1019 milliseconds

12 3 4 5 6 7 8 91011>>