Home
last modified time | relevance | path

Searched defs:root (Results 1 – 25 of 5591) sorted by relevance

12345678910>>...224

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/spmd/
H A Dspmd_partitioner_test.cc110 HloInstruction* root = module->entry_computation()->root_instruction(); in TEST_F() local
134 HloInstruction* root = module->entry_computation()->root_instruction(); in TEST_F() local
152 HloInstruction* root = module->entry_computation()->root_instruction(); in TEST_F() local
173 HloInstruction* root = module->entry_computation()->root_instruction(); in TEST_F() local
197 HloInstruction* root = module->entry_computation()->root_instruction(); in TEST_F() local
219 HloInstruction* root = module->entry_computation()->root_instruction(); in TEST_F() local
242 HloInstruction* root = module->entry_computation()->root_instruction(); in TEST_F() local
262 HloInstruction* root = module->entry_computation()->root_instruction(); in TEST_F() local
286 HloInstruction* root = module->entry_computation()->root_instruction(); in TEST_F() local
316 HloInstruction* root = module->entry_computation()->root_instruction(); in TEST_F() local
[all …]
/aosp_15_r20/external/trusty/lk/lib/binary_search_tree/hosttest/
Dbinary_search_tree_test.cpp47 static struct bst_node *bst_test_search(struct bst_root *root, in bst_test_search()
72 std::ostream& operator<<(std::ostream& os, const struct bst_root* root) { in operator <<()
100 static size_t bst_depth(struct bst_root *root) { in bst_depth()
111 static void bst_test_check_node(struct bst_root *root, struct bst_node *node) { in bst_test_check_node()
136 static void bst_test_print_node_at(struct bst_root *root, in bst_test_print_node_at()
164 static void bst_test_print_tree(struct bst_root *root, struct bst_node nodes[]) { in bst_test_print_tree()
175 static void bst_test_check_tree_valid(struct bst_root *root) { in bst_test_check_tree_valid()
263 static void _bst_test_check_tree(struct bst_root *root, struct bst_node nodes[], in _bst_test_check_tree()
272 static void bst_test_check_array(struct bst_root *root, in bst_test_check_array()
302 #define bst_test_check(root, nodes, items...) do { \ argument
[all …]
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/select/
H A DEvaluator.java37 public Predicate<Element> asPredicate(Element root) { in asPredicate()
49 public abstract boolean matches(Element root, Element element); in matches()
76 public boolean matches(Element root, Element element) { in matches()
102 public boolean matches(Element root, Element element) { in matches()
123 public boolean matches(Element root, Element element) { in matches()
147 public boolean matches(Element root, Element element) { in matches()
173 public boolean matches(Element root, Element element) { in matches()
199 public boolean matches(Element root, Element element) { in matches()
228 public boolean matches(Element root, Element element) { in matches()
252 public boolean matches(Element root, Element element) { in matches()
[all …]
/aosp_15_r20/external/libcxx/test/libcxx/containers/associative/
H A Dtree_remove.pass.cpp39 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 …]
H A Dtree_balance_after_insert.pass.cpp37 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 …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/containers/associative/
H A Dtree_remove.pass.cpp40 Node root; in test1() local
105 Node root; in test1() local
170 Node root; in test1() local
246 Node root; in test1() local
325 Node root; in test2() local
390 Node root; in test2() local
455 Node root; in test2() local
520 Node root; in test2() local
585 Node root; in test2() local
650 Node root; in test2() local
[all …]
H A Dtree_balance_after_insert.pass.cpp38 Node root; in test1() local
93 Node root; in test1() local
148 Node root; in test1() local
203 Node root; in test1() local
258 Node root; in test1() local
333 Node root; in test1() local
408 Node root; in test1() local
483 Node root; in test1() local
563 Node root; in test2() local
607 Node root; in test2() local
[all …]
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
H A DThreadContextMutableCopiesTest.kt44 val root = MyMutableElement(ArrayList()) in <lambda>() constant
58 val root = MyMutableElement(ArrayList()) in testDataIsNotOverwritten() constant
77 val root = MyMutableElement(ArrayList()) in <lambda>() constant
96 val root = MyMutableElement(ArrayList()) in <lambda>() constant
115 val root = MyMutableElement(ArrayList()) in <lambda>() constant
124 val root = MyMutableElement(ArrayList()) in <lambda>() constant
136 val root = MyMutableElement(ArrayList()) in <lambda>() constant
150 val root = MyMutableElement(ArrayList()) in <lambda>() constant
/aosp_15_r20/external/jsoncpp/src/test_lib_json/
H A Dmain.cpp383 Json::Value root; in JSONTEST_FIXTURE_LOCAL() local
1816 Json::Value root; in JSONTEST_FIXTURE_LOCAL() local
1823 Json::Value root; in JSONTEST_FIXTURE_LOCAL() local
1840 Json::Value root; in JSONTEST_FIXTURE_LOCAL() local
1903 Json::Value root; in JSONTEST_FIXTURE_LOCAL() local
1909 Json::Value root; in JSONTEST_FIXTURE_LOCAL() local
1928 Json::Value root; in JSONTEST_FIXTURE_LOCAL() local
2057 Json::Value root, subroot; in JSONTEST_FIXTURE_LOCAL() local
2152 Json::Value root; in JSONTEST_FIXTURE_LOCAL() local
2181 Json::Value root; in JSONTEST_FIXTURE_LOCAL() local
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Ddeadness_analysis_test.cc64 ops::Switch CreateSwitch(const Scope& root, const string& prefix) { in CreateSwitch()
129 InductionVarInfo CreateInductionVariable(const Scope& root, in CreateInductionVariable()
160 InductionVarInfo CreateInductionVariable(const Scope& root, in CreateInductionVariable()
204 const Scope& root, const string& prefix, const string& frame_name, in CreateDependentLoopInvariantValue()
221 const Scope& root, const string& prefix, const string& frame_name, in CreateDependentLoopInvariantValue()
229 Scope root = Scope::NewRootScope().ExitOnError(); in TEST() local
245 Scope root = Scope::NewRootScope().ExitOnError(); in TEST() local
261 Scope root = Scope::NewRootScope().ExitOnError(); in TEST() local
309 Scope root = Scope::NewRootScope().ExitOnError(); in TEST() local
335 Scope root = Scope::NewRootScope().ExitOnError(); in TEST() local
[all …]
H A Dresource_operation_safety_analysis_test.cc80 Scope root = Scope::NewRootScope().ExitOnError(); in TEST() local
96 Scope root = Scope::NewRootScope().ExitOnError(); in TEST() local
110 Scope root = Scope::NewRootScope().ExitOnError(); in TEST() local
122 Scope root = Scope::NewRootScope().ExitOnError(); in TEST() local
136 Scope root = Scope::NewRootScope().ExitOnError(); in TEST() local
152 Scope root = Scope::NewRootScope().ExitOnError(); in TEST() local
166 Scope root = Scope::NewRootScope().ExitOnError(); in TEST() local
182 Scope root = Scope::NewRootScope().ExitOnError(); in TEST() local
198 Scope root = Scope::NewRootScope().ExitOnError(); in TEST() local
221 Scope root = Scope::NewRootScope().ExitOnError(); in TEST() local
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dcudnn_pad_for_convolutions_test.cc47 auto* root = module->entry_computation()->root_instruction(); in TEST_F() local
72 auto* root = module->entry_computation()->root_instruction(); in TEST_F() local
94 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
161 auto* root = module->entry_computation()->root_instruction(); in TEST_F() local
182 auto* root = module->entry_computation()->root_instruction(); in TEST_F() local
206 auto* root = module->entry_computation()->root_instruction(); in TEST_F() local
230 auto* root = module->entry_computation()->root_instruction(); in TEST_F() local
251 auto* root = module->entry_computation()->root_instruction(); in TEST_F() local
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dshape_refiner_test.cc69 Scope root = Scope::DisabledShapeInferenceScope(); in TestStridedSlice() local
129 Scope root = Scope::NewRootScope(); in TEST_F() local
140 Scope root = Scope::NewRootScope(); in TEST_F() local
156 Scope root = Scope::NewRootScope(); in TEST_F() local
174 Scope root = Scope::NewRootScope(); in TEST_F() local
211 Scope root = Scope::NewRootScope(); in TEST_F() local
228 Scope root = Scope::NewRootScope(); in TEST_F() local
245 Scope root = Scope::NewRootScope(); in TEST_F() local
261 Scope root = Scope::NewRootScope(); in TEST_F() local
283 Scope root = Scope::NewRootScope(); in TEST_F() local
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dconditional_code_motion_test.cc78 HloInstruction* root = module->entry_computation()->root_instruction(); in TEST_F() local
163 HloInstruction* root = module->entry_computation()->root_instruction(); in TEST_F() local
204 HloInstruction* root = module->entry_computation()->root_instruction(); in TEST_F() local
289 HloInstruction* root = module->entry_computation()->root_instruction(); in TEST_F() local
370 HloInstruction* root = module->entry_computation()->root_instruction(); in TEST_F() local
438 HloInstruction* root = module->entry_computation()->root_instruction(); in TEST_F() local
516 HloInstruction* root = module->entry_computation()->root_instruction(); in TEST_F() local
722 HloInstruction* root = module->entry_computation()->root_instruction(); in TEST_F() local
809 HloInstruction* root = module->entry_computation()->root_instruction(); in TEST_F() local
854 HloInstruction* root = module->entry_computation()->root_instruction(); in TEST_F() local
[all …]
H A Dinstruction_fusion_test.cc81 HloInstruction* root = module->entry_computation()->root_instruction(); in TEST_F() local
101 HloInstruction* root = module->entry_computation()->root_instruction(); in TEST_F() local
196 HloInstruction* root = module->entry_computation()->root_instruction(); in TEST_F() local
388 HloInstruction* root = module->entry_computation()->root_instruction(); in TEST_F() local
417 HloInstruction* root = module->entry_computation()->root_instruction(); in TEST_F() local
442 HloInstruction* root = module->entry_computation()->root_instruction(); in TEST_F() local
470 HloInstruction* root = module->entry_computation()->root_instruction(); in TEST_F() local
496 HloInstruction* root = module->entry_computation()->root_instruction(); in TEST_F() local
520 HloInstruction* root = module->entry_computation()->root_instruction(); in TEST_F() local
543 HloInstruction* root = module->entry_computation()->root_instruction(); in TEST_F() local
[all …]
/aosp_15_r20/external/cronet/base/json/
H A Djson_reader_unittest.cc59 std::optional<Value> root = JSONReader::Read(" null "); in TEST_P() local
75 std::optional<Value> root = JSONReader::Read("true "); in TEST_P() local
84 std::optional<Value> root = JSONReader::Read("/* comment */null"); in TEST_P() local
140 std::optional<Value> root = JSONReader::Read("43"); in TEST_P() local
156 std::optional<Value> root = JSONReader::Read("0"); in TEST_P() local
165 std::optional<Value> root = JSONReader::Read("2147483648"); in TEST_P() local
182 std::optional<Value> root = JSONReader::Read(etc807); in TEST_P() local
193 std::optional<Value> root = JSONReader::Read("43.1"); in TEST_P() local
270 std::optional<Value> root = JSONReader::Read("0"); in TEST_P() local
295 std::optional<Value> root = JSONReader::Read("\"hello world\""); in TEST_P() local
[all …]
/aosp_15_r20/out/soong/.intermediates/external/dagger2/hilt_android_processors/linux_glibc_common/kotlin_headers/
Dhilt_android_processors.jar ... ) } dagger/hilt/processor/internal/root/ dagger/hilt/processor/internal/root ...
/aosp_15_r20/external/perfetto/src/trace_processor/tables/
H A Dpy_tables_benchmark.cc70 RootTestTable root(&pool); in BM_TableInsert() local
80 RootTestTable root(&pool); in BM_TableIteratorChild() local
102 RootTestTable root(&pool); in BM_TableFilterRootId() local
118 RootTestTable root(&pool); in BM_TableFilterRootIdAndOther() local
139 RootTestTable root(&pool); in BM_TableFilterChildId() local
158 RootTestTable root(&pool); in BM_TableFilterChildIdAndSortedInRoot() local
182 RootTestTable root(&pool); in BM_TableFilterRootNonNullEqMatchMany() local
203 RootTestTable root(&pool); in BM_TableFilterRootMultipleNonNull() local
226 RootTestTable root(&pool); in BM_TableFilterRootNullableEqMatchMany() local
251 RootTestTable root(&pool); in BM_TableFilterChildNonNullEqMatchMany() local
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
H A Dgraph_analyzer_test.cc153 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 = std::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 …]
/aosp_15_r20/external/trusty/lk/lib/binary_search_tree/
Dbinary_search_tree.c60 static struct bst_node **bst_parent_ptr(struct bst_root *root, in bst_parent_ptr()
96 static void bst_move_node(struct bst_root *root, in bst_move_node()
126 static void bst_rotate(struct bst_root *root, struct bst_node *up, in bst_rotate()
144 static void bst_rotate_insert(struct bst_root *root, struct bst_node *up1, in bst_rotate_insert()
193 void bst_update_rank_insert(struct bst_root *root, struct bst_node *node) { in bst_update_rank_insert()
276 static void bst_rotate_delete(struct bst_root *root, struct bst_node *up1, in bst_rotate_delete()
336 static void bst_update_rank_delete(struct bst_root *root, struct bst_node *node, in bst_update_rank_delete()
430 void bst_delete_all_helper(struct bst_root *root, struct bst_node *node) { in bst_delete_all_helper()
437 void bst_delete(struct bst_root *root, struct bst_node *node) { in bst_delete()
503 static struct bst_node *bst_prev_next(const struct bst_root *root, in bst_prev_next()
[all …]
/aosp_15_r20/test/app_compat/csuite/harness/src/test/java/com/android/csuite/core/
DTestUtilsTest.java66 Path root = mFileSystem.getPath("apk"); in listApks_withSplitApksInSubDirectory_returnsApks() local
84 Path root = mFileSystem.getPath("apk"); in listApks_withSingleSplitApkDirectory_returnsApks() local
101 Path root = mFileSystem.getPath("apk"); in listApks_withSplitApkDirectory_returnsListWithBaseApkAsTheFirstElement() local
115 Path root = mFileSystem.getPath("apk"); in listApks_withSingleApkDirectory_returnsApks() local
131 Path root = mFileSystem.getPath("single.apk"); in listApks_withSingleApkFile_returnsApks() local
146 Path root = mFileSystem.getPath("apk"); in listApks_withApkDirectoryContainingObbFiles_returnsApksWithObb() local
165 Path root = mFileSystem.getPath("apk"); in listApks_withApkDirectoryContainingOtherFileTypes_returnsApksOnly() local
182 Path root = mFileSystem.getPath("apk"); in listApks_withApkDirectoryContainingNoApks_throwException() local
191 Path root = mFileSystem.getPath("apk"); in listApks_withApkDirectoryContainingOnlyObbFiles_throwException() local
200 Path root = mFileSystem.getPath("single.not_apk"); in listApks_withNonApkFile_throwException() local
[all …]
/aosp_15_r20/frameworks/base/core/java/android/view/
H A DFocusFinder.java79 public final View findNextFocus(ViewGroup root, View focused, int direction) { in findNextFocus()
91 public View findNextFocusFromRect(ViewGroup root, Rect focusedRect, int direction) { in findNextFocusFromRect()
96 private View findNextFocus(ViewGroup root, View focused, Rect focusedRect, int direction) { in findNextFocus()
126 private ViewGroup getEffectiveRoot(ViewGroup root, View focused) { in getEffectiveRoot()
157 public View findNextKeyboardNavigationCluster( in findNextKeyboardNavigationCluster()
183 private View findNextUserSpecifiedKeyboardNavigationCluster(View root, View currentCluster, in findNextUserSpecifiedKeyboardNavigationCluster()
193 private View findNextUserSpecifiedFocus(ViewGroup root, View focused, int direction) { in findNextUserSpecifiedFocus()
218 private View findNextFocus(ViewGroup root, View focused, Rect focusedRect, in findNextFocus()
276 View root, in findNextKeyboardNavigationCluster()
303 private View findNextFocusInRelativeDirection(ArrayList<View> focusables, ViewGroup root, in findNextFocusInRelativeDirection()
[all …]
/aosp_15_r20/external/libchrome/base/json/
H A Djson_reader_unittest.cc25 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 …]
/aosp_15_r20/external/protobuf/java/core/src/test/java/com/google/protobuf/
H A DTextFormatParseInfoTreeTest.java81 TextFormatParseInfoTree root = rootBuilder.build(); in testGetLocationReturnsSingleLocation() local
90 TextFormatParseInfoTree root = rootBuilder.build(); in testGetLocationsReturnsNoParseLocationsForUnknownField() local
98 TextFormatParseInfoTree root = rootBuilder.build(); in testGetLocationThrowsIllegalArgumentExceptionForUnknownField() local
109 TextFormatParseInfoTree root = rootBuilder.setLocation(OPTIONAL_INT32, LOC0).build(); in testGetLocationThrowsIllegalArgumentExceptionForInvalidIndex() local
128 TextFormatParseInfoTree root = rootBuilder.build(); in testGetLocationsReturnsMultipleLocations() local
137 TextFormatParseInfoTree root = rootBuilder.build(); in testGetNestedTreeThrowsIllegalArgumentExceptionForUnknownField() local
149 TextFormatParseInfoTree root = rootBuilder.build(); in testGetNestedTreesReturnsNoParseInfoTreesForUnknownField() local
157 TextFormatParseInfoTree root = rootBuilder.build(); in testGetNestedTreeThrowsIllegalArgumentExceptionForInvalidIndex() local
175 TextFormatParseInfoTree root = rootBuilder.build(); in testGetNestedTreesReturnsSingleTree() local
190 TextFormatParseInfoTree root = rootBuilder.build(); in testGetNestedTreesReturnsMultipleTrees() local
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DTextFormatParseInfoTreeTest.java81 TextFormatParseInfoTree root = rootBuilder.build(); in testGetLocationReturnsSingleLocation() local
90 TextFormatParseInfoTree root = rootBuilder.build(); in testGetLocationsReturnsNoParseLocationsForUnknownField() local
98 TextFormatParseInfoTree root = rootBuilder.build(); in testGetLocationThrowsIllegalArgumentExceptionForUnknownField() local
109 TextFormatParseInfoTree root = rootBuilder.setLocation(OPTIONAL_INT32, LOC0).build(); in testGetLocationThrowsIllegalArgumentExceptionForInvalidIndex() local
128 TextFormatParseInfoTree root = rootBuilder.build(); in testGetLocationsReturnsMultipleLocations() local
137 TextFormatParseInfoTree root = rootBuilder.build(); in testGetNestedTreeThrowsIllegalArgumentExceptionForUnknownField() local
149 TextFormatParseInfoTree root = rootBuilder.build(); in testGetNestedTreesReturnsNoParseInfoTreesForUnknownField() local
157 TextFormatParseInfoTree root = rootBuilder.build(); in testGetNestedTreeThrowsIllegalArgumentExceptionForInvalidIndex() local
175 TextFormatParseInfoTree root = rootBuilder.build(); in testGetNestedTreesReturnsSingleTree() local
190 TextFormatParseInfoTree root = rootBuilder.build(); in testGetNestedTreesReturnsMultipleTrees() local

12345678910>>...224