Home
last modified time | relevance | path

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

12345678910>>...14

/external/rust/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
Dproduct.rs55 fn full(&self) -> bool { in full() function
111 fn full(&self) -> bool { in full() function
Dsum.rs51 fn full(&self) -> bool { in full() function
107 fn full(&self) -> bool { in full() function
/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/external/
Dlangtags.json16 "full": "aa-Latn-ET", string
31 "full": "aa-Arab-ET", string
45 "full": "aa-Latn-DJ", string
59 "full": "aa-Latn-ER", string
73 "full": "aa-Ethi-ET", string
87 "full": "aaa-Latn-NG", string
101 "full": "aab-Latn-NG", string
116 "full": "aac-Latn-PG", string
129 "full": "aad-Latn-PG", string
144 "full": "aae-Latn-IT", string
[all …]
/external/rust/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/
Dio_utils.h35 bool full() const { return counter_ >= limit_; } in full() function
47 bool full() const { return buf_.full(); } in full() function
/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/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/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/protobuf/java/core/src/main/java/com/google/protobuf/
DMapFieldSchemas.java38 static MapFieldSchema full() { in full() method in MapFieldSchemas
DNewInstanceSchemas.java38 static NewInstanceSchema full() { in full() method in NewInstanceSchemas
DExtensionSchemas.java51 static ExtensionSchema<?> full() { in full() method in ExtensionSchemas
/external/cronet/third_party/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/parameter-framework/asio-1.10.6/include/asio/detail/
Dnull_fenced_block.hpp24 enum half_or_full_t { half, full }; enumerator
/external/igt-gpu-tools/tests/i915/
Di915_pm_backlight.c55 char full[PATH_MAX]; in backlight_read() local
80 char full[PATH_MAX]; in backlight_write() local
/external/rust/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
/external/python/apitools/samples/storage_sample/storage_v1/
Dstorage_v1_messages.py952 full = 0 variable in StorageBucketsGetRequest.ProjectionValueValuesEnum
1037 full = 0 variable in StorageBucketsInsertRequest.ProjectionValueValuesEnum
1069 full = 0 variable in StorageBucketsListRequest.ProjectionValueValuesEnum
1154 full = 0 variable in StorageBucketsPatchRequest.ProjectionValueValuesEnum
1265 full = 0 variable in StorageBucketsUpdateRequest.ProjectionValueValuesEnum
1619 full = 0 variable in StorageObjectsCopyRequest.ProjectionValueValuesEnum
1718 full = 0 variable in StorageObjectsGetRequest.ProjectionValueValuesEnum
1798 full = 0 variable in StorageObjectsInsertRequest.ProjectionValueValuesEnum
1844 full = 0 variable in StorageObjectsListRequest.ProjectionValueValuesEnum
1913 full = 0 variable in StorageObjectsPatchRequest.ProjectionValueValuesEnum
[all …]
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/
Dnull_fenced_block.hpp30 enum half_or_full_t { half, full }; enumerator

12345678910>>...14