Home
last modified time | relevance | path

Searched defs:full (Results 1 – 25 of 402) sorted by relevance

12345678910>>...17

/external/rust/android-crates-io/crates/rayon/src/iter/
Dwhile_some.rs39 let full = AtomicBool::new(false); in drive_unindexed() localVariable
53 full: &'f AtomicBool, field
84 fn full(&self) -> bool { in full() function
108 full: &'f AtomicBool, field
151 fn full(&self) -> bool { in full() function
Dtry_reduce_with.rs14 let full = AtomicBool::new(false); in try_reduce_with() localVariable
24 full: &'r AtomicBool, field
56 fn full(&self) -> bool { in full() function
95 full: &'r AtomicBool, field
126 fn full(&self) -> bool { in full() function
Dtry_reduce.rs15 let full = AtomicBool::new(false); in try_reduce() localVariable
27 full: &'r AtomicBool, field
60 fn full(&self) -> bool { in full() function
96 full: &'r AtomicBool, field
125 fn full(&self) -> bool { in full() function
Dnoop.rs18 fn full(&self) -> bool { in full() method
40 fn full(&self) -> bool { in full() method
Dfor_each.rs35 fn full(&self) -> bool { in full() function
61 fn full(&self) -> bool { in full() function
/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/external/
Dlangtags.json21 "full": "aa-Latn-ET", string
36 "full": "aa-Arab-ET", string
50 "full": "aa-Latn-DJ", string
63 "full": "aa-Latn-ER", string
76 "full": "aa-Ethi-ET", string
90 "full": "aaa-Latn-NG", string
105 "full": "aab-Latn-NG", string
120 "full": "aac-Latn-PG", string
133 "full": "aad-Latn-PG", string
148 "full": "aae-Latn-IT", string
[all …]
/external/rust/android-crates-io/crates/drm-fourcc/
Dbuild.rs64 let full = caps.name("full").unwrap().as_str(); in generate() localVariable
82 let full = caps.name("full").unwrap().as_str(); in generate() localVariable
105 let full = caps.name("full").unwrap().as_str(); in generate() localVariable
/external/zucchini/aosp/include/components/zucchini/
Dio_utils.h35 bool full() const { return counter_ >= limit_; } in full() function
47 bool full() const { return buf_.full(); } in full() function
/external/zucchini/
Dio_utils.h35 bool full() const { return counter_ >= limit_; } in full() function
47 bool full() const { return buf_.full(); } in full() function
/external/glide/library/src/main/java/com/bumptech/glide/request/
DThumbnailRequestCoordinator.java8 private Request full; field in ThumbnailRequestCoordinator
20 public void setRequests(Request full, Request thumb) { in setRequests()
/external/ComputeLibrary/src/core/
DValidate.cpp27const arm_compute::Window &full, const arm_compute::Window &win) in error_on_mismatching_windows()
42const arm_compute::Window &full, const arm_compute::Window &sub) in error_on_invalid_subwindow()
58const arm_compute::Window &full, const arm_compute::Window &window, const int dim) in error_on_window_not_collapsable_at_dimension()
/external/pytorch/caffe2/utils/
Dstring_utils.h31 const std::string& full, in EndsWith()
/external/wayland/cursor/
Dxcursor.c535 char *full; in xcursor_build_theme_dir() local
586 char *full; in xcursor_build_fullname() local
623 xcursor_theme_inherits(const char *full) in xcursor_theme_inherits()
686 char *full; in load_all_cursors_from_dir() local
748 char *full, *dir; in xcursor_load_theme() local
/external/cronet/tot/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DExtensionSchemas.java51 static ExtensionSchema<?> full() { in full() method in ExtensionSchemas
DNewInstanceSchemas.java38 static NewInstanceSchema full() { in full() method in NewInstanceSchemas
DMapFieldSchemas.java38 static MapFieldSchema full() { in full() method in MapFieldSchemas
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DMapFieldSchemas.java38 static MapFieldSchema full() { in full() method in MapFieldSchemas
DExtensionSchemas.java51 static ExtensionSchema<?> full() { in full() method in ExtensionSchemas
DNewInstanceSchemas.java38 static NewInstanceSchema full() { in full() method in NewInstanceSchemas
/external/cronet/stable/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DExtensionSchemas.java51 static ExtensionSchema<?> full() { in full() method in ExtensionSchemas
DNewInstanceSchemas.java38 static NewInstanceSchema full() { in full() method in NewInstanceSchemas
DMapFieldSchemas.java38 static MapFieldSchema full() { in full() method in MapFieldSchemas
/external/pciutils/lib/
Dnames-hash.c18 unsigned int full; member
26 unsigned int full; member
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dnull_fenced_block.hpp24 enum half_or_full_t { half, full }; enumerator
/external/rust/android-crates-io/crates/siphasher/src/
Dtests128.rs61 let full = hash_with(SipHasher13::new_with_keys(k0, k1), &Bytes(&buf)); in test_siphash128_1_3() localVariable
92 let full = hash_with(SipHasher24::new_with_keys(k0, k1), &Bytes(&buf)); in test_siphash128_2_4() localVariable

12345678910>>...17