/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | TextFormatParseInfoTreeTest.java | 75 TextFormatParseInfoTree root = rootBuilder.build(); in testGetLocationReturnsSingleLocation() local 83 TextFormatParseInfoTree root = rootBuilder.build(); in testGetLocationsReturnsNoParseLocationsForUnknownField() local 90 TextFormatParseInfoTree root = rootBuilder.build(); in testGetLocationThrowsIllegalArgumentExceptionForUnknownField() local 100 TextFormatParseInfoTree root = rootBuilder.setLocation(OPTIONAL_INT32, LOC0).build(); in testGetLocationThrowsIllegalArgumentExceptionForInvalidIndex() local 118 TextFormatParseInfoTree root = rootBuilder.build(); in testGetLocationsReturnsMultipleLocations() local 126 TextFormatParseInfoTree root = rootBuilder.build(); in testGetNestedTreeThrowsIllegalArgumentExceptionForUnknownField() local 137 TextFormatParseInfoTree root = rootBuilder.build(); in testGetNestedTreesReturnsNoParseInfoTreesForUnknownField() local 144 TextFormatParseInfoTree root = rootBuilder.build(); in testGetNestedTreeThrowsIllegalArgumentExceptionForInvalidIndex() local 161 TextFormatParseInfoTree root = rootBuilder.build(); in testGetNestedTreesReturnsSingleTree() local 175 TextFormatParseInfoTree root = rootBuilder.build(); in testGetNestedTreesReturnsMultipleTrees() local
|
/external/libcxx/test/libcxx/containers/associative/ |
D | tree_remove.pass.cpp | 39 Node root; in test1() local 104 Node root; in test1() local 169 Node root; in test1() local 245 Node root; in test1() local 324 Node root; in test2() local 389 Node root; in test2() local 454 Node root; in test2() local 519 Node root; in test2() local 584 Node root; in test2() local 649 Node root; in test2() local [all …]
|
D | tree_balance_after_insert.pass.cpp | 37 Node root; in test1() local 92 Node root; in test1() local 147 Node root; in test1() local 202 Node root; in test1() local 257 Node root; in test1() local 332 Node root; in test1() local 407 Node root; in test1() local 482 Node root; in test1() local 562 Node root; in test2() local 606 Node root; in test2() local [all …]
|
/external/python/cpython2/Lib/idlelib/ |
D | macosxSupport.py | 16 def isCarbonAquaTk(root): argument 23 def _initializeTkVariantTests(root): argument 71 def tkVersionWarning(root): argument 91 def addOpenEventSupport(root, flist): argument 105 def hideTkConsole(root): argument 112 def overrideRootMenu(root, flist): argument 217 def setupApp(root, flist): argument
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | cudnn_conv_pad_for_tensor_cores_test.cc | 47 auto* root = module->entry_computation()->root_instruction(); in TEST_F() local 72 auto* root = module->entry_computation()->root_instruction(); in TEST_F() local 95 auto* root = module->entry_computation()->root_instruction(); in TEST_F() local 116 auto* root = module->entry_computation()->root_instruction(); in TEST_F() local 138 auto* root = module->entry_computation()->root_instruction(); in TEST_F() local 160 auto* root = module->entry_computation()->root_instruction(); in TEST_F() local 181 auto* root = module->entry_computation()->root_instruction(); in TEST_F() local
|
/external/u-boot/lib/ |
D | rbtree.c | 54 struct rb_root *root, int color) in __rb_rotate_set_parents() 63 __rb_insert(struct rb_node *node, struct rb_root *root, in __rb_insert() 192 ____rb_erase_color(struct rb_node *parent, struct rb_root *root, in ____rb_erase_color() 354 void __rb_erase_color(struct rb_node *parent, struct rb_root *root, in __rb_erase_color() 376 void rb_insert_color(struct rb_node *node, struct rb_root *root) in rb_insert_color() 382 void rb_erase(struct rb_node *node, struct rb_root *root) in rb_erase() 398 void __rb_insert_augmented(struct rb_node *node, struct rb_root *root, in __rb_insert_augmented() 408 struct rb_node *rb_first(const struct rb_root *root) in rb_first() 421 struct rb_node *rb_last(const struct rb_root *root) in rb_last() 496 struct rb_root *root) in rb_replace_node() [all …]
|
/external/perfetto/protos/perfetto/trace/ftrace/ |
D | cgroup.proto | 17 optional int32 root = 1; field 22 optional int32 root = 1; field 27 optional int32 root = 1; field 39 optional int32 root = 1; field 44 optional int32 root = 1; field 49 optional int32 root = 1; field 54 optional int32 root = 1; field
|
/external/blktrace/ |
D | rbtree.c | 25 static void __rb_rotate_left(struct rb_node *node, struct rb_root *root) in __rb_rotate_left() 48 static void __rb_rotate_right(struct rb_node *node, struct rb_root *root) in __rb_rotate_right() 71 void rb_insert_color(struct rb_node *node, struct rb_root *root) in rb_insert_color() 137 struct rb_root *root) in __rb_erase_color() 222 void rb_erase(struct rb_node *node, struct rb_root *root) in rb_erase() 292 struct rb_node *rb_first(struct rb_root *root) in rb_first() 304 struct rb_node *rb_last(struct rb_root *root) in rb_last() 369 struct rb_root *root) in rb_replace_node()
|
/external/python/cpython3/Lib/idlelib/ |
D | macosx.py | 71 def tkVersionWarning(root): argument 127 def addOpenEventSupport(root, flist): argument 141 def hideTkConsole(root): argument 148 def overrideRootMenu(root, flist): argument 252 def fixb2context(root): argument 262 def setupApp(root, flist): argument
|
/external/linux-kselftest/tools/testing/selftests/cgroup/ |
D | test_core.c | 22 static int test_cgcore_populated(const char *root) in test_cgcore_populated() 104 static int test_cgcore_invalid_domain(const char *root) in test_cgcore_invalid_domain() 156 static int test_cgcore_parent_becomes_threaded(const char *root) in test_cgcore_parent_becomes_threaded() 195 static int test_cgcore_no_internal_process_constraint_on_threads(const char *root) in test_cgcore_no_internal_process_constraint_on_threads() 247 static int test_cgcore_top_down_constraint_enable(const char *root) in test_cgcore_top_down_constraint_enable() 282 static int test_cgcore_top_down_constraint_disable(const char *root) in test_cgcore_top_down_constraint_disable() 323 static int test_cgcore_internal_process_constraint(const char *root) in test_cgcore_internal_process_constraint() 374 char root[PATH_MAX]; in main() local
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/tls/ |
D | CertificateChainCleanerTest.java | 32 HeldCertificate root = new HeldCertificate.Builder() in normalizeSingleSelfSignedCertificate() local 41 HeldCertificate root = new HeldCertificate.Builder() in normalizeUnknownSelfSignedCertificate() local 54 HeldCertificate root = new HeldCertificate.Builder() in orderedChainOfCertificatesWithRoot() local 72 HeldCertificate root = new HeldCertificate.Builder() in orderedChainOfCertificatesWithoutRoot() local 90 HeldCertificate root = new HeldCertificate.Builder() in unorderedChainOfCertificatesWithRoot() local 112 HeldCertificate root = new HeldCertificate.Builder() in unorderedChainOfCertificatesWithoutRoot() local 134 HeldCertificate root = new HeldCertificate.Builder() in unrelatedCertificatesAreOmitted() local 214 X509Certificate root = heldCertificates.get(heldCertificates.size() - 1).certificate; in chainMaxLength() local 227 X509Certificate root = heldCertificates.get(heldCertificates.size() - 1).certificate; in chainTooLong() local
|
/external/tensorflow/tensorflow/core/grappler/graph_analyzer/ |
D | graph_analyzer_test.cc | 153 auto root = in TEST_F() local 176 auto root = in TEST_F() local 198 auto root = in TEST_F() local 220 auto root = in TEST_F() local 238 auto root = absl::make_unique<Subgraph>( in TEST_F() local 257 auto root = in TEST_F() local 278 auto root = in TEST_F() local 300 auto root = in TEST_F() local 365 auto root = in TEST_F() local 387 auto root = in TEST_F() local [all …]
|
/external/tensorflow/tensorflow/cc/framework/ |
D | cc_ops_test.cc | 42 Scope root = Scope::NewRootScope(); in TEST() local 58 Scope root = Scope::NewRootScope(); in TEST() local 67 Scope root = Scope::NewRootScope(); in TEST() local 77 Scope root = Scope::NewRootScope(); in TEST() local 88 Scope root = Scope::NewRootScope(); in TEST() local 98 Scope root = Scope::NewRootScope(); in TEST() local 120 Scope root = Scope::NewRootScope(); in TEST() local 127 Scope root = Scope::NewRootScope(); in TEST() local 156 Scope root = Scope::NewRootScope(); in TEST() local 167 Scope root = Scope::NewRootScope(); in TEST() local [all …]
|
D | scope_test.cc | 22 Scope root = Scope::NewRootScope(); in TEST() local 30 Scope root = Scope::NewRootScope(); in TEST() local 40 Scope root = Scope::NewRootScope(); in TEST() local 67 Scope root = Scope::NewRootScope(); in TEST() local 100 Scope root = Scope::NewRootScope(); in TEST() local 129 Scope root = Scope::NewRootScope(); in TEST() local 139 Scope root = Scope::NewRootScope(); in TEST() local
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | stable_sort_expander_test.cc | 60 void CheckComputationHasTieBreaker(const HloInstruction* root, in CheckComputationHasTieBreaker() 107 auto root = module->entry_computation()->root_instruction(); in TEST_F() local 153 auto root = module->entry_computation()->root_instruction(); in TEST_F() local 183 auto root = module->entry_computation()->root_instruction(); in TEST_F() local 251 auto root = module->entry_computation()->root_instruction(); in TEST_F() local 288 auto root = module->entry_computation()->root_instruction(); in TEST_F() local 319 auto root = module->entry_computation()->root_instruction(); in TEST_F() local 350 auto root = module->entry_computation()->root_instruction(); in TEST_F() local
|
D | batch_dot_simplification_test.cc | 45 HloInstruction* root = m->entry_computation()->root_instruction(); in TEST_F() local 69 HloInstruction* root = m->entry_computation()->root_instruction(); in TEST_F() local 93 HloInstruction* root = m->entry_computation()->root_instruction(); in TEST_F() local 117 HloInstruction* root = m->entry_computation()->root_instruction(); in TEST_F() local 141 HloInstruction* root = m->entry_computation()->root_instruction(); in TEST_F() local 165 HloInstruction* root = m->entry_computation()->root_instruction(); in TEST_F() local
|
/external/e2fsprogs/lib/ext2fs/ |
D | rbtree.c | 25 static void __rb_rotate_left(struct rb_node *node, struct rb_root *root) in __rb_rotate_left() 48 static void __rb_rotate_right(struct rb_node *node, struct rb_root *root) in __rb_rotate_right() 71 void ext2fs_rb_insert_color(struct rb_node *node, struct rb_root *root) in ext2fs_rb_insert_color() 137 struct rb_root *root) in __rb_erase_color() 216 void ext2fs_rb_erase(struct rb_node *node, struct rb_root *root) in ext2fs_rb_erase() 354 struct rb_node *ext2fs_rb_first(const struct rb_root *root) in ext2fs_rb_first() 366 struct rb_node *ext2fs_rb_last(const struct rb_root *root) in ext2fs_rb_last() 431 struct rb_root *root) in ext2fs_rb_replace_node()
|
/external/tensorflow/tensorflow/cc/ops/ |
D | const_op_test.cc | 52 Scope root = Scope::NewRootScope(); in TEST() local 60 Scope root = Scope::NewRootScope(); in TEST() local 68 Scope root = Scope::NewRootScope(); in TEST() local 91 Scope root = Scope::NewRootScope(); in TEST() local 104 Scope root = Scope::NewRootScope(); in TEST() local 118 Scope root = Scope::NewRootScope(); in TEST() local 124 Scope root = Scope::NewRootScope(); in TEST() local 143 Scope root = Scope::NewRootScope(); in TEST() local
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | node_matchers_test.cc | 50 Scope root = Scope::NewRootScope().ExitOnError(); in TEST() local 73 Scope root = Scope::NewRootScope().ExitOnError(); in TEST() local 99 Scope root = Scope::NewRootScope().ExitOnError(); in TEST() local 129 Scope root = Scope::NewRootScope().ExitOnError(); in TEST() local 155 Scope root = Scope::NewRootScope().ExitOnError(); in TEST() local 183 Scope root = Scope::NewRootScope().ExitOnError(); in TEST() local 199 Scope root = Scope::NewRootScope().ExitOnError(); in TEST() local
|
D | deadness_analysis_test.cc | 49 ops::Switch CreateSwitch(const Scope& root, const string& prefix) { in CreateSwitch() 114 InductionVarInfo CreateInductionVariable(const Scope& root, in CreateInductionVariable() 145 InductionVarInfo CreateInductionVariable(const Scope& root, in CreateInductionVariable() 188 const Scope& root, const string& prefix, const string& frame_name, in CreateDependentLoopInvariantValue() 205 const Scope& root, const string& prefix, const string& frame_name, in CreateDependentLoopInvariantValue() 213 Scope root = Scope::NewRootScope().ExitOnError(); in TEST() local 226 Scope root = Scope::NewRootScope().ExitOnError(); in TEST() local 239 Scope root = Scope::NewRootScope().ExitOnError(); in TEST() local 271 Scope root = Scope::NewRootScope().ExitOnError(); in TEST() local 294 Scope root = Scope::NewRootScope().ExitOnError(); in TEST() local [all …]
|
/external/guava/guava/src/com/google/common/collect/ |
D | BinaryTreeTraverser.java | 46 public abstract Optional<T> leftChild(T root); in leftChild() 52 public abstract Optional<T> rightChild(T root); in rightChild() 58 public final Iterable<T> children(final T root) { in children()
|
D | TreeMultiset.java | 141 long treeAggregate(@Nullable AvlNode<?> root) { in treeAggregate() 152 long treeAggregate(@Nullable AvlNode<?> root) { in treeAggregate() 158 abstract long treeAggregate(@Nullable AvlNode<?> root); in treeAggregate() 162 AvlNode<E> root = rootReference.get(); in aggregateForEntries() local 232 AvlNode<E> root = rootReference.get(); in count() local 251 AvlNode<E> root = rootReference.get(); in add() local 271 AvlNode<E> root = rootReference.get(); in remove() local 298 AvlNode<E> root = rootReference.get(); in setCount() local 317 AvlNode<E> root = rootReference.get(); in setCount() local
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | BinaryTreeTraverser.java | 39 public abstract Optional<T> leftChild(T root); in leftChild() 45 public abstract Optional<T> rightChild(T root); in rightChild() 51 public final Iterable<T> children(final T root) { in children()
|
D | TreeMultiset.java | 137 long treeAggregate(@Nullable AvlNode<?> root) { in treeAggregate() 148 long treeAggregate(@Nullable AvlNode<?> root) { in treeAggregate() 154 abstract long treeAggregate(@Nullable AvlNode<?> root); in treeAggregate() 158 AvlNode<E> root = rootReference.get(); in aggregateForEntries() local 228 AvlNode<E> root = rootReference.get(); in count() local 247 AvlNode<E> root = rootReference.get(); in add() local 267 AvlNode<E> root = rootReference.get(); in remove() local 294 AvlNode<E> root = rootReference.get(); in setCount() local 313 AvlNode<E> root = rootReference.get(); in setCount() local
|
/external/libchrome/base/json/ |
D | json_reader_unittest.cc | 25 std::unique_ptr<Value> root = JSONReader().ReadToValue(" null "); in TEST() local 35 std::unique_ptr<Value> root = JSONReader().ReadToValue("true "); in TEST() local 41 std::unique_ptr<Value> root = JSONReader().ReadToValue("/* comment */null"); in TEST() local 84 std::unique_ptr<Value> root = JSONReader().ReadToValue("43"); in TEST() local 102 std::unique_ptr<Value> root = JSONReader().ReadToValue("0"); in TEST() local 113 std::unique_ptr<Value> root = JSONReader().ReadToValue("2147483648"); in TEST() local 129 std::unique_ptr<Value> root = JSONReader().ReadToValue("43.1"); in TEST() local 202 std::unique_ptr<Value> root = JSONReader().ReadToValue("\"hello world\""); in TEST() local 211 std::unique_ptr<Value> root = JSONReader().ReadToValue("\"\""); in TEST() local 220 std::unique_ptr<Value> root = in TEST() local [all …]
|