Home
last modified time | relevance | path

Searched refs:flexible (Results 1 – 25 of 312) sorted by relevance

12345678910>>...13

/external/libabigail/tests/data/test-abidiff-exit/
Dtest-non-leaf-array-v0.c5 struct flexible { struct
10 struct flexible var; argument
11 void fun(struct flexible flex) { (void) flex; } in fun()
Dtest-non-leaf-array-v1.c5 struct flexible { struct
10 struct flexible var; argument
11 void fun(struct flexible flex) { (void) flex; } in fun()
/external/rust/crates/csv/src/
Dwriter.rs27 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()
Dreader.rs29 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/
DDayPeriodInfo.java402 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/
Dcapturing-flexible-array-in-block.mm6 …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/
Dsg_scat_gath.h72 bool load_from_file(const char * file_name, bool def_hex, bool flexible,
100 bool flexible, bool b_vb);
Dsg_scat_gath.cpp185 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/
Doverview.md9 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/
DSIIntrinsics.td21 // 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/
Dlibxt_CT.man11 flexible than loading the conntrack helper modules with preset ports.
41 provides more flexible timeout policy definition than global timeout values
Dlibipt_CLUSTERIP.man7 match which is more flexible and not limited to IPv4.
/external/rust/crates/csv/examples/
Dtutorial-read-delimiter-01.rs9 .flexible(true) in run()
/external/selinux/
DMETADATA6 description: "SELinux is a flexible Mandatory Access Control (MAC) system built into the Linux Kern…
/external/rust/crates/clap_lex/
DMETADATA6 description: "Minimal, flexible command line parser"
DCargo.toml.orig4 description = "Minimal, flexible command line parser"
/external/skia/resources/sksl/shared/
DMatrixEquality.sksl52 // 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/
Dchangelog4 * More flexible SDK.
/external/clang/test/CodeGen/
Dsanitize-address-field-padding.cpp67 int flexible[]; // Don't insert padding after this field. member in WithFlexibleArray1
/external/tensorflow/
DMETADATA6 "that flow between them. This flexible architecture lets you deploy "
/external/fft2d/
DREADME.android10 1. David Talkin has written a fast and flexible radix-2 FFT class:
/external/python/google-api-python-client/docs/
DREADME.md4 client-application developers. It offers simple, flexible
/external/eigen/doc/
DTutorialMapClass.dox34 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/
DREADME15 Cstool is flexible enough to accept all kind of hexcode format. The following
/external/clang/test/ARCMT/
Dcxx-checking.mm83 …id array[]; // expected-error{{flexible array member 'array' of type 'id __strong[]' with non-triv…

12345678910>>...13