Home
last modified time | relevance | path

Searched defs:adjacent (Results 1 – 25 of 439) sorted by relevance

12345678910>>...18

/aosp_15_r20/external/executorch/kernels/portable/cpu/util/
H A Dadvanced_index_util.cpp266 bool adjacent, in get_index_out_target_size()
330 bool adjacent) { in compute_dim_map()
/aosp_15_r20/external/guava/guava/src/com/google/common/graph/
H A DIncidentEdgeSet.java73 Set<N> adjacent = graph.adjacentNodes(node); in contains() local
/aosp_15_r20/external/guava/android/guava/src/com/google/common/graph/
H A DIncidentEdgeSet.java73 Set<N> adjacent = graph.adjacentNodes(node); in contains() local
/aosp_15_r20/external/executorch/kernels/portable/cpu/
H A Dop_index.cpp58 bool adjacent = (block_count == 1); in index_Tensor_out() local
H A Dop_index_put.cpp70 bool adjacent = (block_count == 1); in index_put_out() local
/aosp_15_r20/external/antlr/tool/src/main/java/org/antlr/misc/
H A DInterval.java102 public boolean adjacent(Interval other) { in adjacent() method in Interval
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/liveness/
Dintervals.go92 func (i1 Interval) adjacent(i2 Interval) bool { func
/aosp_15_r20/external/libese/libese/tests/
H A Dbitspec_unittests.cpp32 } adjacent; member
/aosp_15_r20/external/owasp/sanitizer/empiricism/
Dhtml-containment.js300 function breadthFirstSearch(start, isEnd, eq, adjacent) { argument
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/window/window/1.6.0-alpha01/androidx.window_window/android_common_apex33/busybox/
DR.jar ... extends java.lang.Object { public static int adjacent public static int always public static int alwaysAllow public static ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/window/window/1.6.0-alpha01/androidx.window_window/android_common_apex30/busybox/
DR.jar ... extends java.lang.Object { public static int adjacent public static int always public static int alwaysAllow public static ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/window/window/1.6.0-alpha01/androidx.window_window/android_common/busybox/
DR.jar ... extends java.lang.Object { public static int adjacent public static int always public static int alwaysAllow public static ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/window/window/1.6.0-alpha01/androidx.window_window/android_common_apex34/busybox/
DR.jar ... extends java.lang.Object { public static int adjacent public static int always public static int alwaysAllow public static ...
/aosp_15_r20/external/rappor/analysis/R/
H A Ddecode_ngrams.R137 adjacent <- sapply(seq(num_ngrams - 1), function(x) { functionVar
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DIntervalMap.h155 static inline bool adjacent(const T &a, const T &b) { in adjacent() function
179 static inline bool adjacent(const T &a, const T &b) { in adjacent() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DIntervalMap.h155 static inline bool adjacent(const T &a, const T &b) { in adjacent() function
179 static inline bool adjacent(const T &a, const T &b) { in adjacent() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DIntervalMap.h152 static inline bool adjacent(const T &a, const T &b) { in adjacent() function
176 static inline bool adjacent(const T &a, const T &b) { in adjacent() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DIntervalMap.h155 static inline bool adjacent(const T &a, const T &b) { in adjacent() function
179 static inline bool adjacent(const T &a, const T &b) { in adjacent() function
/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DIntervalMap.h149 static inline bool adjacent(const T &a, const T &b) { in adjacent() function
169 static inline bool adjacent(const T &a, const T &b) { in adjacent() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DIntervalMap.h155 static inline bool adjacent(const T &a, const T &b) { in adjacent() function
179 static inline bool adjacent(const T &a, const T &b) { in adjacent() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DIntervalMap.h155 static inline bool adjacent(const T &a, const T &b) { in adjacent() function
179 static inline bool adjacent(const T &a, const T &b) { in adjacent() function
/aosp_15_r20/external/gson/gson/src/main/java/com/google/gson/internal/
H A DLinkedTreeMap.java260 Node<K, V> adjacent = (left.height > right.height) ? left.last() : right.first(); in removeInternal() local
/aosp_15_r20/external/moshi/moshi/src/main/java/com/squareup/moshi/
H A DLinkedHashTreeMap.java263 Node<K, V> adjacent = (left.height > right.height) ? left.last() : right.first(); in removeInternal() local
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/moshi/
H A DLinkedHashTreeMap.java265 Node<K, V> adjacent = (left.height > right.height) ? left.last() : right.first(); in removeInternal() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/profile/
Dprofile.go302 func adjacent(m1, m2 *Mapping) bool { func

12345678910>>...18