Home
last modified time | relevance | path

Searched full:split (Results 1 – 25 of 11132) sorted by relevance

12345678910>>...446

/external/llvm/test/Transforms/LoopUnswitch/
D2011-11-18-TwoSwitches.ll9 ; CHECK-NEXT: br i1 %1, label %.split.us, label %..split_crit_edge
12 ; CHECK-NEXT: br label %.split
14 ; CHECK: .split.us: ; preds = %0
16 ; CHECK-NEXT: br i1 %2, label %.split.us.split.us, label %.split.us..split.us.split_crit_edge
18 ; CHECK: .split.us..split.us.split_crit_edge: ; preds = %.split.us
19 ; CHECK-NEXT: br label %.split.us.split
21 ; CHECK: .split.us.split.us: ; preds = %.split.us
24 …in.us.us: ; preds = %loop_begin.backedge.us.us, %.split.us.split.us
37 ; CHECK: .split.us.split: ; preds = %.split.us..split.us.spli…
40 …op_begin.us: ; preds = %loop_begin.backedge.us, %.split.us.split
[all …]
D2011-11-18-SimpleSwitch.ll9 ; CHECK-NEXT: br i1 %1, label %.split.us, label %..split_crit_edge
12 ; CHECK-NEXT: br label %.split
14 ; CHECK: .split.us: ; preds = %0
17 … loop_begin.us: ; preds = %loop_begin.backedge.us, %.split.us
26 ; CHECK: .split: ; preds = %..split_crit_edge
28 ; CHECK-NEXT: br i1 %2, label %.split.split.us, label %.split..split.split_crit_edge
30 ; CHECK: .split..split.split_crit_edge: ; preds = %.split
31 ; CHECK-NEXT: br label %.split.split
33 ; CHECK: .split.split.us: ; preds = %.split
36 …p_begin.us1: ; preds = %loop_begin.backedge.us5, %.split.split.us
[all …]
Dtrivial-unswitch.ll11 ; CHECK: br label %.split
13 ; CHECK: .split: ; preds = %..split_crit_edge
14 ; CHECK: br i1 %cond2, label %.split..split.split_crit_edge, label %.split.loop_exit.split1_crit…
16 ; CHECK: .split..split.split_crit_edge: ; preds = %.split
17 ; CHECK: br label %.split.split
19 ; CHECK: .split.split: ; preds = %.split..split.split_crit_edge
22 ; CHECK: loop_begin: ; preds = %do_something, %.split.split
/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/
Diso-639-3_Retirements.tab11 bvs Belgian Sign Language S Split into Langue des signes de Belgique Francophone [sfb], and Vlaams…
12 ccy Southern Zhuang S Split into five languages: Nong Zhuang [zhn]; Yang Zhuang [zyg]; Yongnan Zh…
13 cit Chittagonian S Split into Rohingya [rhg], and Chittagonian (new identifier [ctg]) 2007-07-18
14 flm Falam Chin S Split into Ranglong [rnl], and Falam Chin (new identifier [cfm]). 2007-07-18
17 mob Moinba S Split into five languages: Chug [cvg]; Lish [lsh]; Kalaktang Monpa [kkf]; Tawang Mon…
18 mzf Aiku S Split into four languages: Ambrak [aag]; Yangum Dey [yde]; Yangum Gel [ygl]; Yangum Mon…
20 nhs Southeastern Puebla Nahuatl S Split into Sierra Negra Nahuatl [nsu] and Southeastern Puebla Na…
23 tot Patla-Chicontla Totonac S Split into Upper Necaxa Totonac [tku] and Tecpatlán Totonac [tcw] 20…
32 aiz Aari S Split into Aari [aiw] (new identifier) and Gayil [gyl] 2008-01-14
34 arf Arafundi S Split into three languages: Andai [afd]; Nanubae [afk]; Tapei [afp] 2008-01-14
[all …]
/external/llvm/test/CodeGen/X86/
D2007-10-30-LSRCrash.ll16 bb76.split: ; preds = %bb69.outer.split.split, %bb69.us208
19 bb69.outer: ; preds = %bb76.split, %bb98.preheader
20 …%from.0.reg2mem.0.ph.rec = phi i32 [ %tmp75.rec, %bb76.split ], [ 0, %bb98.preheader ] ; <i32> [#…
23 br i1 false, label %bb69.us208, label %bb69.outer.split.split
26 switch i32 0, label %bb76.split [
32 bb69.outer.split.split: ; preds = %bb69.outer
33 switch i8 0, label %bb76.split [
39 bb89: ; preds = %bb69.outer.split.split, %bb69.outer.split.split, %bb69.outer.split.split, %bb69.u…
40 …69.us208 ], [ %tmp75, %bb69.outer.split.split ], [ %tmp75, %bb69.outer.split.split ], [ %tmp75, %b…
43 bb103: ; preds = %bb76.split, %bb98.preheader
/external/clang/test/Driver/
Dsplit-debug.c1 // Check that we split debug output properly
6 // CHECK-ACTIONS: objcopy{{.*}}--extract-dwo{{.*}}"split-debug.dwo"
7 // CHECK-ACTIONS: objcopy{{.*}}--strip-dwo{{.*}}"split-debug.o"
13 // CHECK-NO-ACTIONS-NOT: -split-dwarf
24 // CHECK-OPTION: "-split-dwarf-file" "split-debug.dwo"
37 // RUN: FileCheck -check-prefix=CHECK-GMLT-OVER-SPLIT < %t %s
39 // CHECK-GMLT-OVER-SPLIT: "-debug-info-kind=line-tables-only"
40 // CHECK-GMLT-OVER-SPLIT-NOT: "-split-dwarf=Enable"
41 // CHECK-GMLT-OVER-SPLIT-NOT: "-split-dwarf-file"
44 // RUN: FileCheck -check-prefix=CHECK-SPLIT-OVER-GMLT < %t %s
[all …]
/external/guava/android/guava-tests/test/com/google/common/base/
DSplitterTest.java44 assertThrows(NullPointerException.class, () -> COMMA_SPLITTER.split(null)); in testSplitNullString()
49 Iterable<String> letters = COMMA_SPLITTER.split(simple); in testCharacterSimpleSplit()
54 * All of the infrastructure of split and splitToString is identical, so we do one test of
55 * splitToString. All other cases should be covered by testing of split.
57 * <p>TODO(user): It would be good to make all the relevant tests run on both split and
67 assertEquals("[]", COMMA_SPLITTER.split("").toString()); in testToString()
68 assertEquals("[a, b, c]", COMMA_SPLITTER.split("a,b,c").toString()); in testToString()
69 assertEquals("[yam, bam, jam, ham]", Splitter.on(", ").split("yam, bam, jam, ham").toString()); in testToString()
74 Iterable<String> letters = Splitter.on('.').split(simple); in testCharacterSimpleSplitWithNoDelimiter()
80 Iterable<String> letters = COMMA_SPLITTER.split(doubled); in testCharacterSplitWithDoubleDelimiter()
[all …]
/external/executorch/backends/arm/test/ops/
Dtest_split.py20 class Split(torch.nn.Module): class in TestSimpleSplit
34 return x.split(split_size=split_size_or_sections, dim=dim)
44 return x.split(split_size=split_size_or_sections, dim=dim)[1]
50 return x.split(split_size=split_size_or_sections, dim=dim)[1:3]
104 .check(["torch.ops.aten.split.Tensor"])
111 @parameterized.expand(Split.test_data)
113 self._test_split_tosa_MI_pipeline(self.Split(), test_data)
115 @parameterized.expand([Split.test_data[3], Split.test_data[5]])
120 @parameterized.expand(Split.test_data)
124 @parameterized.expand(Split.test_data)
[all …]
/external/guava/guava-tests/test/com/google/common/base/
DSplitterTest.java45 assertThrows(NullPointerException.class, () -> COMMA_SPLITTER.split(null)); in testSplitNullString()
50 Iterable<String> letters = COMMA_SPLITTER.split(simple); in testCharacterSimpleSplit()
55 * All of the infrastructure of split and splitToString is identical, so we do one test of
56 * splitToString. All other cases should be covered by testing of split.
58 * <p>TODO(user): It would be good to make all the relevant tests run on both split and
74 assertEquals("[]", COMMA_SPLITTER.split("").toString()); in testToString()
75 assertEquals("[a, b, c]", COMMA_SPLITTER.split("a,b,c").toString()); in testToString()
76 assertEquals("[yam, bam, jam, ham]", Splitter.on(", ").split("yam, bam, jam, ham").toString()); in testToString()
81 Iterable<String> letters = Splitter.on('.').split(simple); in testCharacterSimpleSplitWithNoDelimiter()
87 Iterable<String> letters = COMMA_SPLITTER.split(doubled); in testCharacterSplitWithDoubleDelimiter()
[all …]
/external/cronet/stable/third_party/libc++/src/test/std/ranges/range.adaptors/range.split/
Dadaptor.pass.cpp11 // std::views::split
33 static_assert(!std::is_invocable_v<decltype(std::views::split)>);
34 static_assert(!std::is_invocable_v<decltype(std::views::split), SomeView, NotAView>);
35 static_assert(!std::is_invocable_v<decltype(std::views::split), NotAView, SomeView>);
36 static_assert( std::is_invocable_v<decltype(std::views::split), SomeView, SomeView>);
38 // Regression test for #75002, views::split shouldn't be a range adaptor closure
39 static_assert(!CanBePiped<SomeView&, decltype(std::views::split)>);
40 static_assert(!CanBePiped<char (&)[10], decltype(std::views::split)>);
41 static_assert(!CanBePiped<char (&&)[10], decltype(std::views::split)>);
42 static_assert(!CanBePiped<NotAView, decltype(std::views::split)>);
[all …]
/external/cronet/tot/third_party/libc++/src/test/std/ranges/range.adaptors/range.split/
Dadaptor.pass.cpp11 // std::views::split
33 static_assert(!std::is_invocable_v<decltype(std::views::split)>);
34 static_assert(!std::is_invocable_v<decltype(std::views::split), SomeView, NotAView>);
35 static_assert(!std::is_invocable_v<decltype(std::views::split), NotAView, SomeView>);
36 static_assert( std::is_invocable_v<decltype(std::views::split), SomeView, SomeView>);
38 // Regression test for #75002, views::split shouldn't be a range adaptor closure
39 static_assert(!CanBePiped<SomeView&, decltype(std::views::split)>);
40 static_assert(!CanBePiped<char (&)[10], decltype(std::views::split)>);
41 static_assert(!CanBePiped<char (&&)[10], decltype(std::views::split)>);
42 static_assert(!CanBePiped<NotAView, decltype(std::views::split)>);
[all …]
/external/llvm/test/CodeGen/PowerPC/
Dpr24636.ll18 br i1 undef, label %.lr.ph.split, label %.preheader
21 br i1 undef, label %.lr.ph.split, label %.preheader
23 .lr.ph.split: ; preds = %.preheader, %.lr.ph
24 br i1 undef, label %._crit_edge, label %.lr.ph.split.split
26 .lr.ph.split.split: ; preds = %.lr.ph.split.split, %.lr.ph.split
27 %1 = phi i32 [ %2, %.lr.ph.split.split ], [ undef, %.lr.ph.split ]
30 br i1 %3, label %.lr.ph.split.split, label %._crit_edge
32 ._crit_edge: ; preds = %.lr.ph.split.split, %.lr.ph.split
33 %.lcssa = phi i32 [ undef, %.lr.ph.split ], [ %2, %.lr.ph.split.split ]
/external/jsilver/src/com/google/clearsilver/jsilver/data/
DDefaultHdfParser.java54 Split split; in parseLine() local
55 if ((split = split(line, "=")) != null) { in parseLine()
57 output.setValue(createFullPath(context, split.left), split.right); in parseLine()
58 } else if ((split = split(line, "<<")) != null) { in parseLine()
63 output.setValue(createFullPath(context, split.left), readToToken(lineReader, split.right)); in parseLine()
64 } else if ((split = split(line, "{")) != null) { in parseLine()
67 context.add(split.left); in parseLine()
68 } else if (split(line, "}") != null) { in parseLine()
72 } else if ((split = split(line, ":")) != null) { in parseLine()
74 output.setSymlink(createFullPath(context, split.left), split.right); in parseLine()
[all …]
/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/utils/
DFileUtils.java52 String[] split = line.split("#"); in loadEntriesFromFile() local
54 if (split.length <= 2) { in loadEntriesFromFile()
55 entries.add(new Entry(Float.parseFloat(split[0]), Integer.parseInt(split[1]))); in loadEntriesFromFile()
58 float[] vals = new float[split.length - 1]; in loadEntriesFromFile()
61 vals[i] = Float.parseFloat(split[i]); in loadEntriesFromFile()
64 entries.add(new BarEntry(Integer.parseInt(split[split.length - 1]), vals)); in loadEntriesFromFile()
90 // String[] split = line.split("#"); in loadEntriesFromFile()
91 // entries.add(new Entry(Float.parseFloat(split[0]), in loadEntriesFromFile()
92 // Integer.parseInt(split[1]))); in loadEntriesFromFile()
122 String[] split = line.split("#"); in loadEntriesFromAssets() local
[all …]
/external/yapf/
DCHANGELOG.md11 Before, we split a list containing a comment just like we split a list
43 - Split a list that has a trailing comma.
44 - Split a list that contains a comment.
46 - Don't split on trailing comma.
47 - Don't split on comment.
52 - Split a list that has a trailing comma.
53 - Split a list that contains a comment.
56 - Don't split on trailing comma.
57 - Do split on comment. **This is a change in behavior from before.**
59 - Split on trailing comma.
[all …]
/external/rust/android-crates-io/crates/tokio-stream/src/wrappers/
Dsplit.rs6 use tokio::io::{AsyncBufRead, Split};
9 /// A wrapper around [`tokio::io::Split`] that implements [`Stream`].
11 /// [`tokio::io::Split`]: struct@tokio::io::Split
17 inner: Split<R>,
23 pub fn new(split: Split<R>) -> Self { in new()
24 Self { inner: split } in new()
27 /// Get back the inner `Split`.
28 pub fn into_inner(self) -> Split<R> { in into_inner()
32 /// Obtain a pinned reference to the inner `Split<R>`.
33 pub fn as_pin_mut(self: Pin<&mut Self>) -> Pin<&mut Split<R>> { in as_pin_mut()
[all …]
/external/pytorch/test/inductor/
Dtest_split_cat_fx_passes.py33 return [torch.relu(s) for s in torch.split(x, 2, 1)]
36 return [torch.relu(s) for s in torch.split(x, 2, 0)]
39 return [torch.relu(s) for s in torch.split(x, 2, dim=1)]
43 torch.relu(s) for s in torch.split(x, split_size_or_sections=2, dim=1)
49 for s in torch.split(tensor=x, split_size_or_sections=2, dim=-1)
53 return [torch.relu(s) for s in torch.split(x, [16, 16], dim=1)]
56 return [torch.split(s, 2, 1) for s in torch.split(x, 2, 1)]
59 return [torch.relu(s) for s in torch.split(x, 3, 1)]
62 return [torch.relu(s) for s in x.split(2, 1)]
65 return [torch.relu(s) for s in x.split(2, dim=1)]
[all …]
/external/one-true-awk/testdir/
DT.split18 echo T.split: misc tests of field splitting and split command
35 diff $TEMP1 $TEMP2 || fail 'BAD: T.split 0.1'
45 diff $TEMP1 $TEMP2 || fail 'BAD: T.split 0.2'
62 diff $TEMP1 $TEMP2 || fail 'BAD: T.split 0.3'
73 diff $TEMP1 $TEMP2 || fail 'BAD: T.split 0.4'
87 diff $TEMP1 $TEMP2 || fail 'BAD: T.split 0.5'
96 diff $TEMP1 $TEMP2 || fail 'BAD: T.split (record assignment 1)'
108 diff $TEMP1 $TEMP2 || fail 'BAD: T.split (record assignment 2)'
119 { n = split($0, x, "")
129 diff $TEMP0 $TEMP1 || fail 'BAD: T.split 1'
[all …]
/external/linux-kselftest/tools/testing/selftests/net/
Ddevlink_port_split.py12 # Test port split configuration using devlink-port lanes attribute.
15 # First, check that all the ports with 1 lane fail to split.
16 # Second, check that all the ports with more than 1 lane can be split
17 # to all valid configurations (e.g., split to 2, split to 4 etc.)
93 Get the $port split ability.
94 Return: split ability, true or false.
105 def split(k, port, should_fail=False): function
107 Split $port into $k ports.
108 If should_fail == True, the split should fail. Otherwise, should pass.
110 If the $port wasn't split, the array will be empty.
[all …]
/external/elfutils/tests/
Drun-get-units-split.sh23 testrun ${abs_builddir}/get-units-split testfile-debug-types
28 testrun ${abs_builddir}/get-units-split testfile_multi_main
33 testrun ${abs_builddir}/get-units-split testfilebazdbgppc64.debug
40 testrun ${abs_builddir}/get-units-split testfile-dwarf-4
41 testrun ${abs_builddir}/get-units-split testfile-dwarf-5
44 testrun_compare ${abs_builddir}/get-units-split testfile-splitdwarf-4 << \EOF
47 Found a skeleton unit, with split die: hello.c
49 Found a skeleton unit, with split die: world.c
53 testrun_compare ${abs_builddir}/get-units-split testfile-splitdwarf-5 << \EOF
56 Found a skeleton unit, with split die: hello.c
[all …]
/external/trace-cmd/Documentation/trace-cmd/
Dtrace-cmd-split.1.txt1 TRACE-CMD-SPLIT(1)
6 trace-cmd-split - split a trace.dat file into smaller files
10 *trace-cmd split* ['OPTIONS'] ['start-time' ['end-time']]
14 The trace-cmd(1) split is used to break up a trace.dat into small files.
17 can be used as input for either 'start-time' or 'end-time'. The split will
21 If start-time is left out, then the split will start at the beginning of the
22 file. If end-time is left out, then split will continue to the end unless it
28 If this option is not specified, then the split command will look for the
33 By default, the split command will use the input file name as a basis of
34 where to write the split files. The output file will be the input file
[all …]
/external/llvm/test/Transforms/IndVarSimplify/
Dpr20680.ll36 …br i1 %tobool5, label %for.body3.lr.ph.split.us, label %for.body3.lr.ph.for.body3.lr.ph.split_crit…
39 br label %for.body3.lr.ph.split
41 for.body3.lr.ph.split.us: ; preds = %for.body3.lr.ph
42 …br i1 %tobool, label %for.body3.lr.ph.split.us.split.us, label %for.body3.lr.ph.split.us.for.body3…
44 for.body3.lr.ph.split.us.for.body3.lr.ph.split.us.split_crit_edge: ; preds = %for.body3.lr.ph.split
45 br label %for.body3.lr.ph.split.us.split
47 for.body3.lr.ph.split.us.split.us: ; preds = %for.body3.lr.ph.split.us
50 … ; preds = %for.cond2.loopexit.us.us, %for.body3.lr.ph.split.us.split.us
83 for.body3.lr.ph.split.us.split: ; preds = %for.body3.lr.ph.split.us.for.body3.lr.…
86 … ; preds = %for.cond2.loopexit.us, %for.body3.lr.ph.split.us.split
[all …]
/external/elfutils/libdw/
Dlibdw_find_split_unit.c1 /* Find the split (or skeleton) unit for a given unit.
53 Dwarf_CU *split = NULL; in try_split_file() local
54 while (INTUSE(dwarf_get_units) (split_dwarf, split, &split, in try_split_file()
57 if (split->unit_type == DW_UT_split_compile in try_split_file()
58 && cu->unit_id8 == split->unit_id8) in try_split_file()
60 if (tsearch (split->dbg, &cu->dbg->split_tree, in try_split_file()
68 /* Link skeleton and split compile units. */ in try_split_file()
69 __libdw_link_skel_split (cu, split); in try_split_file()
78 if (cu->split == (Dwarf_CU *) -1) in try_split_file()
131 Dwarf_CU *split = __libdw_dwp_findcu_id (cu->dbg->dwp_dwarf, in try_dwp_file() local
[all …]
/external/cronet/stable/third_party/boringssl/src/decrepit/des/
Ddes_test.cc85 for (size_t split = 0; split < sizeof(plain); split += offset) { in TEST() local
86 SCOPED_TRACE(split); in TEST()
89 DES_ede3_cfb_encrypt(plain, out, t.numbits, split, &ks, &ks, &ks, &iv, in TEST()
91 DES_ede3_cfb_encrypt(plain + split, out + split, t.numbits, in TEST()
92 sizeof(plain) - split, &ks, &ks, &ks, &iv, in TEST()
97 DES_ede3_cfb_encrypt(t.ciphertext, out, t.numbits, split, &ks, &ks, &ks, in TEST()
99 DES_ede3_cfb_encrypt(t.ciphertext + split, out + split, t.numbits, in TEST()
100 sizeof(plain) - split, &ks, &ks, &ks, &iv, in TEST()
111 // Unlike the generic CFB API, the CFB64 API can be split within a block in TEST()
113 for (size_t split = 0; split <= sizeof(plain); split++) { in TEST() local
[all …]
/external/boringssl/src/decrepit/des/
Ddes_test.cc85 for (size_t split = 0; split < sizeof(plain); split += offset) { in TEST() local
86 SCOPED_TRACE(split); in TEST()
89 DES_ede3_cfb_encrypt(plain, out, t.numbits, split, &ks, &ks, &ks, &iv, in TEST()
91 DES_ede3_cfb_encrypt(plain + split, out + split, t.numbits, in TEST()
92 sizeof(plain) - split, &ks, &ks, &ks, &iv, in TEST()
97 DES_ede3_cfb_encrypt(t.ciphertext, out, t.numbits, split, &ks, &ks, &ks, in TEST()
99 DES_ede3_cfb_encrypt(t.ciphertext + split, out + split, t.numbits, in TEST()
100 sizeof(plain) - split, &ks, &ks, &ks, &iv, in TEST()
111 // Unlike the generic CFB API, the CFB64 API can be split within a block in TEST()
113 for (size_t split = 0; split <= sizeof(plain); split++) { in TEST() local
[all …]

12345678910>>...446