Home
last modified time | relevance | path

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

123456789

/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.rs13 let full = AtomicBool::new(false); in try_reduce_with() localVariable
23 full: &'r AtomicBool, field
55 fn full(&self) -> bool { in full() function
94 full: &'r AtomicBool, field
131 fn full(&self) -> bool { in full() function
Dtry_reduce.rs14 let full = AtomicBool::new(false); in try_reduce() localVariable
26 full: &'r AtomicBool, field
59 fn full(&self) -> bool { in full() function
95 full: &'r AtomicBool, field
126 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
Dflatten.rs80 fn full(&self) -> bool { in full() function
137 fn full(&self) -> bool { in full() function
Dflatten_iter.rs81 fn full(&self) -> bool { in full() function
129 fn full(&self) -> bool { 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/mesa3d/src/freedreno/ir3/
Ddisasm-a3xx.c116 static void print_reg(struct disasm_ctx *ctx, reg_t reg, bool full, in print_reg()
170 static void regmask_set(regmask_t *regmask, unsigned num, bool full) in regmask_set()
176 static void regmask_clear(regmask_t *regmask, unsigned num, bool full) in regmask_clear()
182 static unsigned regmask_get(regmask_t *regmask, unsigned num, bool full) in regmask_get()
212 static int print_regs(struct disasm_ctx *ctx, regmask_t *regmask, bool full) in print_regs()
311 static void print_reg_dst(struct disasm_ctx *ctx, reg_t reg, bool full, bool addr_rel) in print_reg_dst()
329 bool full; member
483 const char *full = (type_size(cat1->src_type) == 32) ? "" : "h"; in print_instr_cat1() local
602 bool full = instr_cat3_full(cat3); in print_instr_cat3() local
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DMapFieldSchemas.java37 static MapFieldSchema full() { in full() method in MapFieldSchemas
DNewInstanceSchemas.java37 static NewInstanceSchema full() { in full() method in NewInstanceSchemas
DExtensionSchemas.java50 static ExtensionSchema<?> full() { in full() method in ExtensionSchemas
/external/mesa3d/doxygen/
DMakefile23 full: $(FULL:.doxy=.tag) target
/external/llvm-project/lldb/source/Plugins/Language/ObjC/
DObjCLanguage.cpp126 const char *full = m_full.GetCString(); in GetClassName() local
152 const char *full = m_full.GetCString(); in GetClassNameWithCategory() local
175 const char *full = m_full.GetCString(); in GetSelector() local
191 const char *full = m_full.GetCString(); in GetCategory() local
/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/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/icing/icing/index/main/
Dposting-list-used.h209 bool full() const { in full() function
/external/skia/tests/
DImageFilterCacheTest.cpp160 const SkIRect& full = SkIRect::MakeWH(kFullSize, kFullSize); in DEF_TEST() local
180 const SkIRect& full = SkIRect::MakeWH(kFullSize, kFullSize); in test_image_backed() local
267 const SkIRect& full = SkIRect::MakeWH(kFullSize, kFullSize); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/external/skqp/tests/
DImageFilterCacheTest.cpp153 const SkIRect& full = SkIRect::MakeWH(kFullSize, kFullSize); in DEF_TEST() local
172 const SkIRect& full = SkIRect::MakeWH(kFullSize, kFullSize); in test_image_backed() local
258 const SkIRect& full = SkIRect::MakeWH(kFullSize, kFullSize); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/external/icu/icu4c/source/common/
Duniset_closure.cpp137 addCaseMapping(UnicodeSet &set, int32_t result, const UChar *full, UnicodeString &str) { in addCaseMapping()
178 const UChar *full; in closeOver() local
/external/exoplayer/tree/library/dash/src/test/java/com/google/android/exoplayer2/source/dash/manifest/
DUrlTemplateTest.java48 public void full() { in full() method in UrlTemplateTest
/external/wayland/cursor/
Dxcursor.c666 char *full; in _XcursorBuildThemeDir() local
721 char *full; in _XcursorBuildFullname() local
750 _XcursorThemeInherits (const char *full) in _XcursorThemeInherits()
801 char *full; in XcursorScanTheme() local
879 char *full; in load_all_cursors_from_dir() local
940 char *full, *dir; in xcursor_load_theme() local

123456789