| /external/cldr/tools/cldr-rdf/external/ |
| D | RawLanguageContainment.txt | 1 root > Austro-Asiatic languages (aav) > Bugan (bbh) 2 root > Austro-Asiatic languages (aav) > Bondo (bfw) 3 root > Austro-Asiatic languages (aav) > Eastern Bru (bru) 4 root > Austro-Asiatic languages (aav) > Western Bru (brv) 5 root > Austro-Asiatic languages (aav) > Hre (hre) 6 root > Austro-Asiatic languages (aav) > Ir (irr) 7 root > Austro-Asiatic languages (aav) > Kuy (kdt) 8 root > Austro-Asiatic languages (aav) > Eastern Katu (ktv) 9 root > Austro-Asiatic languages (aav) > Western Katu (kuf) 10 root > Austro-Asiatic languages (aav) > Mon-Khmer [Other] (mkh) > Arem (aem) [all …]
|
| /external/libcups/packaging/ |
| D | cups.list.in | 4 # Copyright © 2007-2019 by Apple Inc. 5 # Copyright © 1997-2007 by Easy Software Products, all rights reserved. 13 %copyright 2007-2019 by Apple Inc. 23 %description CUPS is the standards-based, open source printing system developed by 24 %description Apple Inc. for macOS® and other UNIX®-like operating systems. 33 %requires cups-libs 1:@CUPS_VERSION@ 36 %replaces cups-da 37 %replaces cups-de 38 %replaces cups-es 39 %replaces cups-et [all …]
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Target/GlobalISel/ |
| D | Combine.td | 1 //===- Combine.td - Combine rule definitions ---------------*- tablegen -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // Declare GlobalISel combine rules and provide mechanisms to opt-out. 11 //===----------------------------------------------------------------------===// 24 // they will never be re-ordered such that behaviour differs from the 40 // The name of a run-time compiler option that will be generated to disable 52 /// * The names of the root nodes (requires at least one) 71 /// The operator at the root of a GICombineRule.Defs dag. 75 /// sub-dags whose operator is GIDefKindWithArgs. [all …]
|
| /external/cronet/third_party/libc++/src/test/libcxx/containers/associative/ |
| D | tree_remove.pass.cpp | 1 //===----------------------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 39 // Case 1 -> Case 2 -> x is red turned to black in test1() 40 Node root; in test1() local 47 root.__left_ = &b; in test1() 49 b.__parent_ = &root; in test1() 74 std::__tree_remove(root.__left_, &y); in test1() 75 assert(std::__tree_invariant(root.__left_)); in test1() 77 assert(root.__parent_ == 0); in test1() [all …]
|
| D | tree_balance_after_insert.pass.cpp | 1 //===----------------------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 // Precondition: __root->__is_black_ == true 38 Node root; in test1() local 44 root.__left_ = &c; in test1() 46 c.__parent_ = &root; in test1() 66 std::__tree_balance_after_insert(root.__left_, &a); in test1() 68 assert(std::__tree_invariant(root.__left_)); in test1() 70 assert(root.__left_ == &c); in test1() [all …]
|
| /external/libcxx/test/libcxx/containers/associative/ |
| D | tree_remove.pass.cpp | 1 //===----------------------------------------------------------------------===// 8 //===----------------------------------------------------------------------===// 38 // Case 1 -> Case 2 -> x is red turned to black in test1() 39 Node root; in test1() local 46 root.__left_ = &b; in test1() 48 b.__parent_ = &root; in test1() 73 std::__tree_remove(root.__left_, &y); in test1() 74 assert(std::__tree_invariant(root.__left_)); in test1() 76 assert(root.__parent_ == 0); in test1() 77 assert(root.__left_ == &d); in test1() [all …]
|
| D | tree_balance_after_insert.pass.cpp | 1 //===----------------------------------------------------------------------===// 8 //===----------------------------------------------------------------------===// 12 // Precondition: __root->__is_black_ == true 37 Node root; in test1() local 43 root.__left_ = &c; in test1() 45 c.__parent_ = &root; in test1() 65 std::__tree_balance_after_insert(root.__left_, &a); in test1() 67 assert(std::__tree_invariant(root.__left_)); in test1() 69 assert(root.__left_ == &c); in test1() 71 assert(c.__parent_ == &root); in test1() [all …]
|
| /external/toybox/tests/ |
| D | chgrp.test | 3 [ -f testing.sh ] && . testing.sh 5 if [ "$(id -u)" -ne 0 ] 7 echo "$SHOWSKIP: chgrp (not root)" 12 # We chgrp between "root" and the last group in /etc/group. 13 GRP="$(sed -n '$s/:.*//p' /etc/group)" 14 # Or if that fails, assume we're on Android and pick a well-known group. 19 rm -rf testdir && 20 mkdir -p testdir/dir/dir/dir testdir/dir2 && 22 ln -s ../dir/dir testdir/dir2/dir && 23 ln -s ../dir/file testdir/dir2/file || exit 1 [all …]
|
| D | id.test | 3 [ -f testing.sh ] && . testing.sh 8 # BSDs call the root group "wheel" instead, 9 # and Raspberry Pi OS has root also in the 117(lpadmin) group. 10 CLEAN="sed 's/ context=.*//g' | sed 's/wheel/root/g' | \ 11 sed 's/117//g' | sed -E 's/\(?lpadmin\)?//g' | sed 's/[ ,]$//'" 13 testing "0" "id 0 | $CLEAN" "uid=0(root) gid=0(root) groups=0(root)\n" "" "" 14 testing "root" "id root | $CLEAN" \ 15 "uid=0(root) gid=0(root) groups=0(root)\n" "" "" 16 testing "-G root" "id -G root | $CLEAN" "0\n" "" "" 17 testing "-nG root" "id -nG root | $CLEAN" "root\n" "" "" [all …]
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
| D | AArch64Combine.td | 1 //=- AArch64.td - Define AArch64 Combine Rules ---------------*- tablegen -*-=// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 //===----------------------------------------------------------------------===// 15 (defs root:$root), 16 (match (wip_match_opcode G_FCONSTANT):$root, 17 [{ return matchFConstantToConstant(*${root}, MRI); }]), 18 (apply [{ applyFConstantToConstant(*${root}); }])>; 22 (defs root:$root, icmp_redundant_trunc_matchdata:$matchinfo), 23 (match (wip_match_opcode G_ICMP):$root, [all …]
|
| /external/perfetto/test/trace_processor/diff_tests/parser/android/ |
| D | android_bugreport_dumpstate_test.out | 3 "ANR FILES (ls -lt /data/anr/)","[NULL]",1 4 "APP ACTIVITIES (/system/bin/dumpsys -T 60000 activity -v all)","[NULL]",407 5 "APP PROVIDERS NON-PLATFORM (/system/bin/dumpsys -T 60000 activity provider all-non-platform)","[NU… 6 "APP PROVIDERS PLATFORM (/system/bin/dumpsys -T 60000 activity provider all-platform)","[NULL]",174 7 "APP SERVICES NON-PLATFORM (/system/bin/dumpsys -T 60000 activity service all-non-platform)","[NULL… 8 "APP SERVICES PLATFORM (/system/bin/dumpsys -T 60000 activity service all-platform-non-critical)","… 15 "BLOCKED PROCESS WAIT-CHANNELS","[NULL]",2782 17 "CHECKIN BATTERYSTATS (/system/bin/dumpsys -T 30000 batterystats -c)","[NULL]",24268 18 "CHECKIN MEMINFO (/system/bin/dumpsys -T 30000 meminfo --checkin)","[NULL]",50 19 "CHECKIN NETSTATS (/system/bin/dumpsys -T 30000 netstats --checkin)","[NULL]",2 [all …]
|
| /external/tensorflow/tensorflow/compiler/jit/ |
| D | deadness_analysis_test.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 45 deadness_analysis.GetPredicateFor(edge->src(), edge->src_output())); in HasInputsWithMismatchingDeadness() 64 ops::Switch CreateSwitch(const Scope& root, const string& prefix) { in CreateSwitch() argument 65 Output value = ops::Placeholder(root.WithOpName(prefix + "/value"), DT_FLOAT); in CreateSwitch() 67 ops::Placeholder(root.WithOpName(prefix + "/pred"), DT_BOOL); in CreateSwitch() 68 return ops::Switch(root.WithOpName(prefix + "/switch"), value, predicate); in CreateSwitch() 72 return {o.node()->name(), Graph::kControlSlot}; in ControlOutputFor() 93 // +---------------+ 95 // +---------------+ 99 // +---------------+ [all …]
|
| D | resource_operation_safety_analysis_test.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 75 return ComputeIncompatibleResourceOperationPairs(*g, &g->flib_def(), {}, in ComputeIncompatiblePairs() 80 Scope root = Scope::NewRootScope().ExitOnError(); in TEST() local 82 Node* read = MakeRead(root, "R"); in TEST() 83 Node* write = MakeWrite(root, "W"); in TEST() 85 root.graph()->AddControlEdge(write, read); in TEST() 88 TF_ASSERT_OK(ComputeIncompatiblePairs(root.graph(), &incompatible_pairs)); in TEST() 91 std::pair<int, int> write_read_pair = {write->id(), read->id()}; in TEST() 96 Scope root = Scope::NewRootScope().ExitOnError(); in TEST() local 98 Node* read = MakeRead(root, "R"); in TEST() [all …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | ImmutableMap.h | 1 //===--- ImmutableMap.h - Immutable (functional) map interface --*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 23 /// ImutKeyValueInfo -Traits class used by ImmutableMap. While both the first 73 TreeTy* Root; 76 /// Constructs a map from a pointer to a tree root. In general one 80 explicit ImmutableMap(const TreeTy* R) : Root(const_cast<TreeTy*>(R)) { in ImmutableMap() 81 if (Root) { Root->retain(); } in ImmutableMap() 84 ImmutableMap(const ImmutableMap &X) : Root(X.Root) { in ImmutableMap() [all …]
|
| /external/llvm/include/llvm/ADT/ |
| D | ImmutableMap.h | 1 //===--- ImmutableMap.h - Immutable (functional) map interface --*- C++ -*-===// 8 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 21 /// ImutKeyValueInfo -Traits class used by ImmutableMap. While both the first 71 TreeTy* Root; 74 /// Constructs a map from a pointer to a tree root. In general one 78 explicit ImmutableMap(const TreeTy* R) : Root(const_cast<TreeTy*>(R)) { in ImmutableMap() 79 if (Root) { Root->retain(); } in ImmutableMap() 82 ImmutableMap(const ImmutableMap &X) : Root(X.Root) { in ImmutableMap() 83 if (Root) { Root->retain(); } in ImmutableMap() [all …]
|
| /external/trusty/lk/lib/binary_search_tree/hosttest/ |
| D | binary_search_tree_test.cpp | 41 return a > b ? 1 : a < b ? -1 : 0; in bst_test_compare() 43 return a < b ? 1 : a > b ? -1 : 0; in bst_test_compare() 47 static struct bst_node *bst_test_search(struct bst_root *root, in bst_test_search() argument 49 return bst_search(root, node, bst_test_compare); in bst_test_search() 55 i = i_size - 1 - i; in bst_node() 66 " Parent:" << (void*)node->parent << "\n" << in operator <<() 67 " Rank: " << node->rank << "\n" << in operator <<() 68 " Left child: " << (void*)node->child[0] << "\n" << in operator <<() 69 " Right child: " << (void*)node->child[1] << "\n"; in operator <<() 72 std::ostream& operator<<(std::ostream& os, const struct bst_root* root) { in operator <<() argument [all …]
|
| /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/xml/ |
| D | XMLElementTest.java | 5 * http://www.eclipse.org/legal/epl-2.0 7 * SPDX-License-Identifier: EPL-2.0 10 * Marc R. Hoffmann - initial API and implementation 28 private static final String DECL = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>"; 32 private XMLElement root; field in XMLElementTest 37 root = new XMLElement("root", null, null, false, "UTF-8", buffer); in setup() 42 root = new XMLElement("root", "-//JACOCO//TEST", "test.dtd", false, in init_should_write_doctype_when_given() 43 "UTF-8", buffer); in init_should_write_doctype_when_given() 45 + "<!DOCTYPE root PUBLIC \"-//JACOCO//TEST\" \"test.dtd\"><root/>", in init_should_write_doctype_when_given() 51 root = new XMLElement("root", null, null, true, "UTF-8", buffer); in init_should_write_standalone_when_given() [all …]
|
| /external/tcpdump/tests/ |
| D | mstp-v.out | 2 port-role Root, CIST root-id 0000.00:1f:27:b4:7d:80, CIST ext-pathcost 200000 3 CIST regional-root-id 8000.00:16:46:b5:8c:80, CIST port-id 8012, 4 message-age 1.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 6 digest 9357ebb7a8d74dd5fef4f2bab50531aa, CIST int-root-pathcost 200000, 7 CIST bridge-id 8000.00:1e:f7:05:a8:80, CIST remaining-hops 20 8 MSTI 1, Flags [Learn, Forward, Agreement, Topology change ACK], port-role Designated 9 MSTI regional-root-id 6001.00:1e:f7:05:a8:80, pathcost 0 10 MSTI bridge-prio 6, port-prio 8, hops 20 11 MSTI 2, Flags [Learn, Forward, Agreement, Topology change ACK], port-role Root 12 MSTI regional-root-id 8002.00:16:46:b5:8c:80, pathcost 200000 [all …]
|
| D | rstp-v.out | 1 …1 11:50:35.352170 STP 802.1w, Rapid STP, Flags [Proposal], bridge-id 8001.00:19:06:ea:b8:80.800c,… 2 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 3 root-id 8001.00:19:06:ea:b8:80, root-pathcost 0, port-role Designated 4 …2 11:50:37.214151 STP 802.1w, Rapid STP, Flags [Proposal], bridge-id 8001.00:19:06:ea:b8:80.800c,… 5 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 6 root-id 8001.00:19:06:ea:b8:80, root-pathcost 0, port-role Designated 7 …3 11:50:39.227534 STP 802.1w, Rapid STP, Flags [Proposal], bridge-id 8001.00:19:06:ea:b8:80.800c,… 8 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 9 root-id 8001.00:19:06:ea:b8:80, root-pathcost 0, port-role Designated 10 …4 11:50:41.240343 STP 802.1w, Rapid STP, Flags [Proposal], bridge-id 8001.00:19:06:ea:b8:80.800c,… [all …]
|
| /external/cronet/base/allocator/partition_allocator/src/partition_alloc/ |
| D | partition_alloc_unittest.cc | 2 // Use of this source code is governed by a BSD-style license that can be 64 // it's actually Linux-specific and other Linux libcs define it in linux/mman.h. 168 void AllocateRandomly(partition_alloc::PartitionRoot* root, size_t count) { in AllocateRandomly() argument 174 allocations[i] = root->Alloc<alloc_flags>(size); in AllocateRandomly() 180 root->Free(allocations[i]); in AllocateRandomly() 244 void SetDistributionForPartitionRoot(PartitionRoot* root, in SetDistributionForPartitionRoot() argument 248 root->ResetBucketDistributionForTesting(); in SetDistributionForPartitionRoot() 251 root->SwitchToDenserBucketDistribution(); in SetDistributionForPartitionRoot() 302 ptr_(static_cast<char*>(allocator_.root()->Alloc( in ScopedPageAllocation() 303 (npages * SystemPageSize() - ExtraAllocSize(allocator_)) in ScopedPageAllocation() [all …]
|
| /external/cronet/base/json/ |
| D | json_reader_unittest.cc | 2 // Use of this source code is governed by a BSD-style license that can be 28 #include "third_party/abseil-cpp/absl/types/optional.h" 32 // MSan will do a better job detecting over-read errors if the input is not 33 // nul-terminated on the heap. This will copy |input| to a new buffer owned by 38 owner->reset(new char[str_len]); in MakeNotNullTerminatedInput() 39 memcpy(owner->get(), input, str_len); in MakeNotNullTerminatedInput() 40 return base::StringPiece(owner->get(), str_len); in MakeNotNullTerminatedInput() 60 absl::optional<Value> root = JSONReader::Read(" null "); in TEST_P() local 61 ASSERT_TRUE(root); in TEST_P() 62 EXPECT_TRUE(root->is_none()); in TEST_P() [all …]
|
| /external/libchrome/base/json/ |
| D | json_reader_unittest.cc | 2 // Use of this source code is governed by a BSD-style license that can be 25 std::unique_ptr<Value> root = JSONReader().ReadToValue(" null "); in TEST() local 26 ASSERT_TRUE(root); in TEST() 27 EXPECT_TRUE(root->is_none()); in TEST() 35 std::unique_ptr<Value> root = JSONReader().ReadToValue("true "); in TEST() local 36 ASSERT_TRUE(root); in TEST() 37 EXPECT_TRUE(root->is_bool()); in TEST() 41 std::unique_ptr<Value> root = JSONReader().ReadToValue("/* comment */null"); in TEST() local 42 ASSERT_TRUE(root); in TEST() 43 EXPECT_TRUE(root->is_none()); in TEST() [all …]
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
| D | ImmutableMap.h | 1 //===--- ImmutableMap.h - Immutable (functional) map interface --*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 24 /// ImutKeyValueInfo -Traits class used by ImmutableMap. While both the first 74 IntrusiveRefCntPtr<TreeTy> Root; 77 /// Constructs a map from a pointer to a tree root. In general one 81 explicit ImmutableMap(const TreeTy *R) : Root(const_cast<TreeTy *>(R)) {} in ImmutableMap() 100 TreeTy *T = F.add(Old.Root.get(), std::pair<key_type, data_type>(K, D)); in add() 105 TreeTy *T = F.remove(Old.Root.get(), K); in remove() [all …]
|
| /external/tensorflow/tensorflow/core/common_runtime/ |
| D | forward_type_inference_test.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 42 FunctionLibraryDefinition flib_def((*graph)->flib_def()); in Rewrite() 55 Scope root = Scope::NewRootScope().ExitOnError(); in TEST() local 57 auto start = ops::Placeholder(root.WithOpName("start"), DT_INT64); in TEST() 58 auto stop = ops::Placeholder(root.WithOpName("stop"), DT_INT64); in TEST() 59 auto step = ops::Placeholder(root.WithOpName("step"), DT_INT64); in TEST() 65 TF_ASSERT_OK(NodeBuilder("ds", "RangeDataset", &root.graph()->flib_def()) in TEST() 71 .Finalize(root.graph(), &ds)); in TEST() 74 TF_ASSERT_OK(NodeBuilder("id", "Identity", &root.graph()->flib_def()) in TEST() 77 .Finalize(root.graph(), &id)); in TEST() [all …]
|
| /external/selinux/libsepol/cil/test/unit/ |
| D | test_cil_copy_ast.c | 50 args->dest = node; in gen_copy_args() 51 args->db = db; in gen_copy_args() 65 cil_set_to_list(test_tree->root->cl_head, cil_l, 1); in test_cil_copy_list() 72 CuAssertStrEquals(tc, copy_list->head->data, cil_l->head->data); in test_cil_copy_list() 73 CuAssertStrEquals(tc, copy_list->head->next->data, cil_l->head->next->data); in test_cil_copy_list() 74 CuAssertIntEquals(tc, copy_list->head->flavor, cil_l->head->flavor); in test_cil_copy_list() 75 CuAssertIntEquals(tc, copy_list->head->next->flavor, cil_l->head->next->flavor); in test_cil_copy_list() 87 cil_set_to_list(test_tree->root->cl_head, cil_l, 1); in test_cil_copy_list_sublist() 94 CuAssertStrEquals(tc, copy_list->head->data, cil_l->head->data); in test_cil_copy_list_sublist() 95 CuAssertStrEquals(tc, copy_list->head->next->data, cil_l->head->next->data); in test_cil_copy_list_sublist() [all …]
|