/external/libabigail/tests/data/test-abidiff-exit/ |
D | test-non-leaf-array-v0.c | 5 struct flexible { struct 10 struct flexible var; argument 11 void fun(struct flexible flex) { (void) flex; } in fun()
|
D | test-non-leaf-array-v1.c | 5 struct flexible { struct 10 struct flexible var; argument 11 void fun(struct flexible flex) { (void) flex; } in fun()
|
/external/rust/crates/csv/src/ |
D | writer.rs | 27 flexible: bool, field 36 flexible: false, in default() 288 pub fn flexible(&mut self, yes: bool) -> &mut WriterBuilder { in flexible() method 289 self.flexible = yes; in flexible() 520 flexible: bool, field 609 flexible: builder.flexible, in new() 1132 if !self.state.flexible { in check_field_count() 1301 let mut wtr = WriterBuilder::new().flexible(true).from_writer(vec![]); in unequal_records_ok() 1309 let mut wtr = WriterBuilder::new().flexible(true).from_writer(vec![]); in raw_unequal_records_ok()
|
D | reader.rs | 29 flexible: bool, field 44 flexible: false, in default() 309 pub fn flexible(&mut self, yes: bool) -> &mut ReaderBuilder { in flexible() method 310 self.flexible = yes; in flexible() 740 flexible: bool, field 832 flexible: builder.flexible, in new() 1884 if !self.flexible { in add_record() 2336 .flexible(true) in read_record_unequal_ok()
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
D | DayPeriodInfo.java | 402 DayPeriod flexible; in collisionIsError() local 405 flexible = dayPeriod2; in collisionIsError() 408 flexible = dayPeriod1; in collisionIsError() 416 if (collisionIsErrorFormat(flexible, fixedOrFlexible.span, sampleError)) { in collisionIsError() 421 if (collisionIsErrorFormat(flexible, s, sampleError)) { in collisionIsError() 430 if (collisionIsErrorSelection(flexible, fixedOrFlexible.span, sampleError)) { in collisionIsError() 435 if (collisionIsErrorSelection(flexible, s, sampleError)) { in collisionIsError()
|
/external/clang/test/SemaObjCXX/ |
D | capturing-flexible-array-in-block.mm | 6 …expected-error {{cannot refer to declaration of structure variable with flexible array member insi… 7 …[] {return a.x;}(); // expected-error {{variable 'a' with flexible array member cannot be captured…
|
/external/sg3_utils/testing/ |
D | sg_scat_gath.h | 72 bool load_from_file(const char * file_name, bool def_hex, bool flexible, 100 bool flexible, bool b_vb);
|
D | sg_scat_gath.cpp | 185 bool flexible, bool b_vb) in file2sgl_helper() argument 236 if (flexible) { in file2sgl_helper() 360 bool flexible, bool b_vb) in load_from_file() argument 382 if (! file2sgl_helper(fp, fnp, def_hex, flexible, b_vb)) in load_from_file()
|
/external/tensorflow/tensorflow/compiler/mlir/g3doc/ |
D | overview.md | 9 MLIR is, at its heart, a flexible infrastructure for modern optimizing 17 many great ideas from it. It has a flexible type system, and allows
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIIntrinsics.td | 21 // Fully-flexible TBUFFER_STORE_FORMAT_* except for the ADDR64 bit, which is not exposed 39 // Fully-flexible BUFFER_LOAD_DWORD_* except for the ADDR64 bit, which is not exposed 55 // Fully-flexible SAMPLE instruction.
|
/external/iptables/extensions/ |
D | libxt_CT.man | 11 flexible than loading the conntrack helper modules with preset ports. 41 provides more flexible timeout policy definition than global timeout values
|
D | libipt_CLUSTERIP.man | 7 match which is more flexible and not limited to IPv4.
|
/external/rust/crates/csv/examples/ |
D | tutorial-read-delimiter-01.rs | 9 .flexible(true) in run()
|
/external/selinux/ |
D | METADATA | 6 description: "SELinux is a flexible Mandatory Access Control (MAC) system built into the Linux Kern…
|
/external/rust/crates/clap_lex/ |
D | METADATA | 6 description: "Minimal, flexible command line parser"
|
D | Cargo.toml.orig | 4 description = "Minimal, flexible command line parser"
|
/external/skia/resources/sksl/shared/ |
D | MatrixEquality.sksl | 52 // TODO: enable this section when RP index expressions are more flexible 76 // TODO: enable this section when RP index expressions are more flexible
|
/external/perfetto/debian/ |
D | changelog | 4 * More flexible SDK.
|
/external/clang/test/CodeGen/ |
D | sanitize-address-field-padding.cpp | 67 int flexible[]; // Don't insert padding after this field. member in WithFlexibleArray1
|
/external/tensorflow/ |
D | METADATA | 6 "that flow between them. This flexible architecture lets you deploy "
|
/external/fft2d/ |
D | README.android | 10 1. David Talkin has written a fast and flexible radix-2 FFT class:
|
/external/python/google-api-python-client/docs/ |
D | README.md | 4 client-application developers. It offers simple, flexible
|
/external/eigen/doc/ |
D | TutorialMapClass.dox | 34 Map is flexible enough to accommodate a variety of different data representations. There are two o… 48 However, Stride is even more flexible than this; for details, see the documentation for the Map and…
|
/external/capstone/cstool/ |
D | README | 15 Cstool is flexible enough to accept all kind of hexcode format. The following
|
/external/clang/test/ARCMT/ |
D | cxx-checking.mm | 83 …id array[]; // expected-error{{flexible array member 'array' of type 'id __strong[]' with non-triv…
|