Home
last modified time | relevance | path

Searched defs:fields (Results 151 - 175 of 310) sorted by relevance

12345678910>>...13

/third_party/rust/crates/cxx/gen/lib/src/gen/include/
H A Dcxx.h796 Box<T> Box<T>::in_place(Fields &&...fields) { in in_place() argument
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
H A DShaderVars.h196 std::vector<ShaderVariable> fields; member
294 std::vector<ShaderVariable> fields; member
/third_party/rust/crates/syn/src/
H A Dpat.rs492 let mut fields = Punctuated::new(); in pat_struct() variables
/base/hiviewdfx/hiview/plugins/unified_collector/storage/
H A Dcpu_storage.cpp159 const std::vector<std::pair<std::string, std::string>> fields = { in CreateCpuCollectionTable() local
187 const std::vector<std::pair<std::string, std::string>> fields = { in CreateThreadCpuCollectionTable() local
213 const std::vector<std::pair<std::string, std::string>> fields = { in CreateVersionTable() local
128 CreateTable(NativeRdb::RdbStore& dbStore, const std::string& tableName, const std::vector<std::pair<std::string, std::string>>& fields) CreateTable() argument
/third_party/alsa-utils/axfer/
H A Dcontainer-voc.c208 static uint32_t parse_block_data_size(uint8_t fields[3]) in parse_block_data_size() argument
213 static void build_block_data_size(uint8_t fields[3], unsigned int size) in build_block_data_size() argument
/third_party/icu/icu4c/source/tools/toolutil/
H A Dudbgutil.cpp303 const Field *fields = _udbg_enumFields(type); in udbg_enumName() local
317 const Field *fields = _udbg_enumFields(type); in udbg_enumArrayValue() local
330 const Field *fields = _udbg_enumFields(type); in udbg_enumByName() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dunits_test.cpp438 void unitsTestDataLineFn(void *context, char *fields[][2], int32_t fieldCount, UErrorCode *pErrorCode) { in unitsTestDataLineFn() argument
521 char *fields[kNumFields][2]; testConverterWithCLDRTests() local
902 unitPreferencesTestDataLineFn(void *context, char *fields[][2], int32_t fieldCount, UErrorCode *pErrorCode) unitPreferencesTestDataLineFn() argument
1019 parsePreferencesTests(const char *filename, char delimiter, char *fields[][2], int32_t maxFieldCount, UParseLineFn *lineFn, void *context, UErrorCode *pErrorCode) parsePreferencesTests() argument
1121 char *fields[maxFields][2]; testUnitPreferencesWithCLDRTests() local
[all...]
H A Duts46test.cpp1068 void UTS46Test::idnaTestOneLine(char *fields[][2], UErrorCode &errorCode) { in idnaTestOneLine() argument
1017 idnaTestLineFn(void *context, char *fields[][2], int32_t , UErrorCode *pErrorCode) idnaTestLineFn() argument
1155 char *fields[kNumFields][2]; IdnaTest() local
[all...]
/third_party/jinja2/
H A Dnodes.py297 fields = ("body",) global() variable in Template
306 fields = ("nodes",) global() variable in Output
313 fields = ("template",) global() variable in Extends
326 fields = ("target", "iter", "body", "else_", "test", "recursive") global() variable in For
338 fields = ("test", "body", "elif_", "else_") global() variable in If
351 fields = ("name", "args", "defaults", "body") global() variable in Macro
363 fields = ("call", "args", "defaults", "body") global() variable in CallBlock
373 fields = ("body", "filter") global() variable in FilterBlock
385 fields = ("targets", "values", "body") global() variable in With
398 fields = ("name", "body", "scoped", "required") global() variable in Block
408 fields = ("template", "with_context", "ignore_missing") global() variable in Include
417 fields = ("template", "target", "with_context") global() variable in Import
435 fields = ("template", "names", "with_context") global() variable in FromImport
444 fields = ("node",) global() variable in ExprStmt
451 fields = ("target", "node") global() variable in Assign
459 fields = ("target", "filter", "body") global() variable in AssignBlock
491 fields = ("left", "right") global() variable in BinExpr
516 fields = ("node",) global() variable in UnaryExpr
546 fields = ("name", "ctx") global() variable in Name
557 fields = ("name", "attr") global() variable in NSRef
582 fields = ("value",) global() variable in Const
609 fields = ("data",) global() variable in TemplateData
627 fields = ("items", "ctx") global() variable in Tuple
645 fields = ("items",) global() variable in List
658 fields = ("items",) global() variable in Dict
671 fields = ("key", "value") global() variable in Pair
685 fields = ("key", "value") global() variable in Keyword
699 fields = ("test", "expr1", "expr2") global() variable in CondExpr
738 fields = ("node", "name", "args", "kwargs", "dyn_args", "dyn_kwargs") global() variable in _FilterTestCommon
823 fields = ("node", "args", "kwargs", "dyn_args", "dyn_kwargs") global() variable in Call
834 fields = ("node", "arg", "ctx") global() variable in Getitem
858 fields = ("node", "attr", "ctx") global() variable in Getattr
880 fields = ("start", "stop", "step") global() variable in Slice
901 fields = ("nodes",) global() variable in Concat
914 fields = ("expr", "ops") global() variable in Compare
940 fields = ("op", "expr") global() variable in Operand
1035 fields = ("name",) global() variable in EnvironmentAttribute
1047 fields = ("identifier", "name") global() variable in ExtensionAttribute
1059 fields = ("importname",) global() variable in ImportedName
1071 fields = ("name",) global() variable in InternalName
1084 fields = ("expr",) global() variable in MarkSafe
1099 fields = ("expr",) global() variable in MarkSafeIfAutoescape
1152 fields = ("body",) global() variable in Scope
1170 fields = ("context", "body") global() variable in OverlayScope
1184 fields = ("options",) global() variable in EvalContextModifier
1194 fields = ("body",) global() variable in ScopedEvalContextModifier
[all...]
/third_party/mesa3d/src/compiler/nir/tests/
H A Dload_store_vectorizer_tests.cpp1311 glsl_struct_field fields[2] = {glsl_struct_field(glsl_uint_type(), "field0"), in TEST_F() local
1472 glsl_struct_field fields[2] = {glsl_struct_field(glsl_bool_type(), "field0"), in TEST_F() local
1766 glsl_struct_field fields[2] = {glsl_struct_field(glsl_array_type(glsl_uint_type(), 4, 0), "field0"), in TEST_F() local
/third_party/mesa3d/src/compiler/glsl/
H A Dbuiltin_variables.cpp368 glsl_struct_field fields[14]; member in __anon7160::per_vertex_accumulator
1637 const glsl_struct_field *fields = per_vertex_out_type->fields.structure; generate_varyings() local
[all...]
/third_party/mesa3d/src/intel/common/
H A Dintel_decoder.h92 struct intel_field *fields[DECODE_MAX_ARRAY_DEPTH]; member
117 struct intel_field *fields; /* linked list of fields */ member
/third_party/node/deps/v8/third_party/jinja2/
H A Dnodes.py111 fields = () variable in Node
283 fields = ("body",) global() variable in Template
291 fields = ("nodes",) global() variable in Output
297 fields = ("template",) global() variable in Extends
309 fields = ("target", "iter", "body", "else_", "test", "recursive") global() variable in For
315 fields = ("test", "body", "elif_", "else_") global() variable in If
324 fields = ("name", "args", "defaults", "body") global() variable in Macro
332 fields = ("call", "args", "defaults", "body") global() variable in CallBlock
338 fields = ("body", "filter") global() variable in FilterBlock
348 fields = ("targets", "values", "body") global() variable in With
354 fields = ("name", "body", "scoped") global() variable in Block
360 fields = ("template", "with_context", "ignore_missing") global() variable in Include
366 fields = ("template", "target", "with_context") global() variable in Import
381 fields = ("template", "names", "with_context") global() variable in FromImport
387 fields = ("node",) global() variable in ExprStmt
393 fields = ("target", "node") global() variable in Assign
399 fields = ("target", "filter", "body") global() variable in AssignBlock
428 fields = ("left", "right") global() variable in BinExpr
450 fields = ("node",) global() variable in UnaryExpr
478 fields = ("name", "ctx") global() variable in Name
487 fields = ("name", "attr") global() variable in NSRef
510 fields = ("value",) global() variable in Const
541 fields = ("data",) global() variable in TemplateData
558 fields = ("items", "ctx") global() variable in Tuple
574 fields = ("items",) global() variable in List
586 fields = ("items",) global() variable in Dict
596 fields = ("key", "value") global() variable in Pair
606 fields = ("key", "value") global() variable in Keyword
618 fields = ("test", "expr1", "expr2") global() variable in CondExpr
659 fields = ("node", "name", "args", "kwargs", "dyn_args", "dyn_kwargs") global() variable in Filter
703 fields = ("node", "name", "args", "kwargs", "dyn_args", "dyn_kwargs") global() variable in Test
729 fields = ("node", "args", "kwargs", "dyn_args", "dyn_kwargs") global() variable in Call
735 fields = ("node", "arg", "ctx") global() variable in Getitem
757 fields = ("node", "attr", "ctx") global() variable in Getattr
777 fields = ("start", "stop", "step") global() variable in Slice
795 fields = ("nodes",) global() variable in Concat
807 fields = ("expr", "ops") global() variable in Compare
831 fields = ("op", "expr") global() variable in Operand
933 fields = ("name",) global() variable in EnvironmentAttribute
944 fields = ("identifier", "name") global() variable in ExtensionAttribute
954 fields = ("importname",) global() variable in ImportedName
965 fields = ("name",) global() variable in InternalName
977 fields = ("expr",) global() variable in MarkSafe
991 fields = ("expr",) global() variable in MarkSafeIfAutoescape
1041 fields = ("body",) global() variable in Scope
1058 fields = ("context", "body") global() variable in OverlayScope
1070 fields = ("options",) global() variable in EvalContextModifier
1079 fields = ("body",) global() variable in ScopedEvalContextModifier
[all...]
/third_party/node/src/
H A Dnode_process_methods.cc119 double* fields = static_cast<double*>(ab->Data()); in CPUUsage() local
192 double* fields = static_cast<double*>(ab->Data()); in MemoryUsage() local
325 double* fields in ResourceUsage() local
516 uint32_t* fields = static_cast<uint32_t*>(receiver->backing_store_->Data()); NumberImpl() local
526 uint64_t* fields = static_cast<uint64_t*>(receiver->backing_store_->Data()); BigIntImpl() local
[all...]
/third_party/node/tools/inspector_protocol/jinja2/
H A Dnodes.py123 fields = () variable in Node
289 fields = ('body',) global() variable in Template
296 fields = ('nodes',) global() variable in Output
301 fields = ('template',) global() variable in Extends
312 fields = ('target', 'iter', 'body', 'else_', 'test', 'recursive') global() variable in For
317 fields = ('test', 'body', 'elif_', 'else_') global() variable in If
325 fields = ('name', 'args', 'defaults', 'body') global() variable in Macro
332 fields = ('call', 'args', 'defaults', 'body') global() variable in CallBlock
337 fields = ('body', 'filter') global() variable in FilterBlock
346 fields = ('targets', 'values', 'body') global() variable in With
351 fields = ('name', 'body', 'scoped') global() variable in Block
356 fields = ('template', 'with_context', 'ignore_missing') global() variable in Include
361 fields = ('template', 'target', 'with_context') global() variable in Import
375 fields = ('template', 'names', 'with_context') global() variable in FromImport
380 fields = ('node',) global() variable in ExprStmt
385 fields = ('target', 'node') global() variable in Assign
390 fields = ('target', 'filter', 'body') global() variable in AssignBlock
417 fields = ('left', 'right') global() variable in BinExpr
436 fields = ('node',) global() variable in UnaryExpr
461 fields = ('name', 'ctx') global() variable in Name
470 fields = ('name', 'attr') global() variable in NSRef
491 fields = ('value',) global() variable in Const
517 fields = ('data',) global() variable in TemplateData
533 fields = ('items', 'ctx') global() variable in Tuple
548 fields = ('items',) global() variable in List
559 fields = ('items',) global() variable in Dict
568 fields = ('key', 'value') global() variable in Pair
577 fields = ('key', 'value') global() variable in Keyword
588 fields = ('test', 'expr1', 'expr2') global() variable in CondExpr
629 fields = ('node', 'name', 'args', 'kwargs', 'dyn_args', 'dyn_kwargs') global() variable in Filter
674 fields = ('node', 'name', 'args', 'kwargs', 'dyn_args', 'dyn_kwargs') global() variable in Test
699 fields = ('node', 'args', 'kwargs', 'dyn_args', 'dyn_kwargs') global() variable in Call
704 fields = ('node', 'arg', 'ctx') global() variable in Getitem
724 fields = ('node', 'attr', 'ctx') global() variable in Getattr
744 fields = ('start', 'stop', 'step') global() variable in Slice
759 fields = ('nodes',) global() variable in Concat
770 fields = ('expr', 'ops') global() variable in Compare
787 fields = ('op', 'expr') global() variable in Operand
872 fields = ('name',) global() variable in EnvironmentAttribute
882 fields = ('identifier', 'name') global() variable in ExtensionAttribute
891 fields = ('importname',) global() variable in ImportedName
901 fields = ('name',) global() variable in InternalName
910 fields = ('expr',) global() variable in MarkSafe
923 fields = ('expr',) global() variable in MarkSafeIfAutoescape
958 fields = ('body',) global() variable in Scope
974 fields = ('context', 'body') global() variable in OverlayScope
985 fields = ('options',) global() variable in EvalContextModifier
993 fields = ('body',) global() variable in ScopedEvalContextModifier
[all...]
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dudbgutil.cpp306 const Field *fields = _udbg_enumFields(type); in udbg_enumName() local
320 const Field *fields = _udbg_enumFields(type); in udbg_enumArrayValue() local
333 const Field *fields = _udbg_enumFields(type); in udbg_enumByName() local
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dblocklayout.cpp47 void GetInterfaceBlockInfo(const std::vector<VarT> &fields, in GetInterfaceBlockInfo() argument
69 const std::vector<ShaderVariable> &fields = variable.fields; in TraverseStructVariable() local
391 void GetInterfaceBlockInfo(const std::vector<ShaderVariable> &fields, in GetInterfaceBlockInfo() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DOutputASM.h69 std::vector<ShaderVariable> fields; member
92 std::vector<int> fields; member
/third_party/skia/third_party/externals/jinja2/
H A Dnodes.py111 fields = () variable in Node
283 fields = ("body",) global() variable in Template
291 fields = ("nodes",) global() variable in Output
297 fields = ("template",) global() variable in Extends
309 fields = ("target", "iter", "body", "else_", "test", "recursive") global() variable in For
315 fields = ("test", "body", "elif_", "else_") global() variable in If
324 fields = ("name", "args", "defaults", "body") global() variable in Macro
332 fields = ("call", "args", "defaults", "body") global() variable in CallBlock
338 fields = ("body", "filter") global() variable in FilterBlock
348 fields = ("targets", "values", "body") global() variable in With
354 fields = ("name", "body", "scoped") global() variable in Block
360 fields = ("template", "with_context", "ignore_missing") global() variable in Include
366 fields = ("template", "target", "with_context") global() variable in Import
381 fields = ("template", "names", "with_context") global() variable in FromImport
387 fields = ("node",) global() variable in ExprStmt
393 fields = ("target", "node") global() variable in Assign
399 fields = ("target", "filter", "body") global() variable in AssignBlock
428 fields = ("left", "right") global() variable in BinExpr
450 fields = ("node",) global() variable in UnaryExpr
478 fields = ("name", "ctx") global() variable in Name
487 fields = ("name", "attr") global() variable in NSRef
510 fields = ("value",) global() variable in Const
541 fields = ("data",) global() variable in TemplateData
558 fields = ("items", "ctx") global() variable in Tuple
574 fields = ("items",) global() variable in List
586 fields = ("items",) global() variable in Dict
596 fields = ("key", "value") global() variable in Pair
606 fields = ("key", "value") global() variable in Keyword
618 fields = ("test", "expr1", "expr2") global() variable in CondExpr
659 fields = ("node", "name", "args", "kwargs", "dyn_args", "dyn_kwargs") global() variable in Filter
703 fields = ("node", "name", "args", "kwargs", "dyn_args", "dyn_kwargs") global() variable in Test
729 fields = ("node", "args", "kwargs", "dyn_args", "dyn_kwargs") global() variable in Call
735 fields = ("node", "arg", "ctx") global() variable in Getitem
757 fields = ("node", "attr", "ctx") global() variable in Getattr
777 fields = ("start", "stop", "step") global() variable in Slice
795 fields = ("nodes",) global() variable in Concat
807 fields = ("expr", "ops") global() variable in Compare
831 fields = ("op", "expr") global() variable in Operand
933 fields = ("name",) global() variable in EnvironmentAttribute
944 fields = ("identifier", "name") global() variable in ExtensionAttribute
954 fields = ("importname",) global() variable in ImportedName
965 fields = ("name",) global() variable in InternalName
977 fields = ("expr",) global() variable in MarkSafe
991 fields = ("expr",) global() variable in MarkSafeIfAutoescape
1041 fields = ("body",) global() variable in Scope
1058 fields = ("context", "body") global() variable in OverlayScope
1070 fields = ("options",) global() variable in EvalContextModifier
1079 fields = ("body",) global() variable in ScopedEvalContextModifier
[all...]
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dudbgutil.cpp303 const Field *fields = _udbg_enumFields(type); in udbg_enumName() local
317 const Field *fields = _udbg_enumFields(type); in udbg_enumArrayValue() local
330 const Field *fields = _udbg_enumFields(type); in udbg_enumByName() local
[all...]
/third_party/skia/src/sksl/
H A DSkSLRehydrator.cpp186 std::vector<Type::Field> fields; in symbol() local
/third_party/skia/src/sksl/ir/
H A DSkSLType.h394 virtual const std::vector<Field>& fields() const { in fields() function in SkSL::Type
/third_party/skia/third_party/externals/freetype/src/pcf/
H A Dpcfread.c327 const FT_Frame_Field* fields; in pcf_get_metric() local
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_helpers.cc826 const FieldDescriptor** fields = in SortFieldsByNumber() local
[all...]
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dprotobuf.h525 MessageField* fields; member

Completed in 30 milliseconds

12345678910>>...13