/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | builtin_function_declarations.txt | 6 // Groups of functions are denoted by "GROUP BEGIN" and "GROUP END". Groups can be nested. 7 // Groups can have metadata related to the group itself. This is given at the end of the GROUP 10 // GROUP BEGIN <group name> {"shader_type": "FRAGMENT"} 11 // GROUP END <group name> 58 GROUP BEGIN Math {"queryFunction": true} 59 GROUP BEGIN Trigonometric 77 GROUP END Trigonometric 79 GROUP BEGIN Exponential 93 GROUP END Exponential 95 GROUP BEGIN Common [all …]
|
/third_party/mesa3d/src/freedreno/perfcntrs/ |
D | fd5_perfcntr.c | 720 GROUP("CP", cp_counters, cp_countables), 721 GROUP("CCU", ccu_counters, ccu_countables), 722 GROUP("TSE", tse_counters, tse_countables), 723 GROUP("RAS", ras_counters, ras_countables), 724 GROUP("LRZ", lrz_counters, lrz_countables), 725 GROUP("HLSQ", hlsq_counters, hlsq_countables), 726 GROUP("PC", pc_counters, pc_countables), 727 GROUP("RB", rb_counters, rb_countables), 728 GROUP("RBBM", rbbm_counters, rbbm_countables), 729 GROUP("SP", sp_counters, sp_countables), [all …]
|
D | fd6_perfcntr.c | 760 GROUP("CP", cp_counters, cp_countables), 761 GROUP("CCU", ccu_counters, ccu_countables), 762 GROUP("TSE", tse_counters, tse_countables), 763 GROUP("RAS", ras_counters, ras_countables), 764 GROUP("LRZ", lrz_counters, lrz_countables), 765 GROUP("HLSQ", hlsq_counters, hlsq_countables), 766 GROUP("PC", pc_counters, pc_countables), 767 GROUP("RB", rb_counters, rb_countables), 769 GROUP("SP", sp_counters, sp_countables), 770 GROUP("TP", tp_counters, tp_countables), [all …]
|
D | fd2_perfcntr.c | 966 GROUP("CP", cp_counters, cp_countables), 967 GROUP("PA_SU", pa_su_counters, pa_su_countables), 968 GROUP("PA_SC", pa_sc_counters, pa_sc_countables), 969 GROUP("VGT", vgt_counters, vgt_countables), 970 GROUP("TCR", tcr_counters, tcr_countables), 971 GROUP("TP0", tp0_counters, tp0_countables), 972 GROUP("TCM", tcm_counters, tcm_countables), 973 GROUP("TCF", tcf_counters, tcf_countables), 974 GROUP("SQ", sq_counters, sq_countables), 975 GROUP("SX", sx_counters, sx_countables), [all …]
|
D | freedreno_perfcntr.h | 118 #define GROUP(_name, _counters, _countables) { \ macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/doc/docbook/ |
D | wpa_supplicant.conf.sgml | 49 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel 82 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel 104 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel 126 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel 151 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel 181 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/doc/docbook/ |
D | wpa_supplicant.conf.sgml | 53 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel 86 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel 108 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel 130 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel 155 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel 185 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | FieldDescriptor.php | 212 $field_type !== GPBType::GROUP && 223 case GPBType::GROUP: 236 $proto->getType() !== GPBType::GROUP &&
|
D | GPBType.php | 46 const GROUP = 10; define in Google\\Protobuf\\Internal\\GPBType
|
D | Message.php | 107 case GPBType::GROUP: 131 case GPBType::GROUP: 292 case GPBType::GROUP: 420 case GPBType::GROUP: 554 case GPBType::GROUP: 578 case GPBType::GROUP: 620 case GPBType::GROUP : 1659 case GPBType::GROUP:
|
/third_party/libuv/tools/ |
D | make_dist_html.py | 50 GROUP = r''' variable 102 return GROUP.format(rows=rows)
|
/third_party/node/deps/uv/tools/ |
D | make_dist_html.py | 50 GROUP = r''' variable 102 return GROUP.format(rows=rows)
|
/third_party/ltp/testcases/kernel/controllers/cpuctl/ |
D | run_cpuctl_stress_test.sh | 153 echo Test $TEST_NUM: TASKS PER GROUP=$TASKS_IN_GROUP >> $LTPROOT/output/cpuctl_results_$FILE.txt; 212 echo TASKS PER GROUP=$TASKS_IN_GROUP >> $LTPROOT/output/cpuctl_results_$FILE.txt; 291 echo TASKS PER GROUP=VARIABLE >> $LTPROOT/output/cpuctl_results_$FILE.txt;
|
/third_party/protobuf/js/binary/ |
D | constants.js | 198 GROUP: 10, property 267 case fieldTypes.GROUP:
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | WireFormat.java | 126 GROUP(JavaType.MESSAGE, WIRETYPE_START_GROUP) { in GROUP() enumConstant 259 case GROUP: in readPrimitiveField()
|
D | ExtensionSchemaLite.java | 255 case GROUP: in parseExtension() 276 case GROUP: in parseExtension() 410 case GROUP: in serializeExtension() 485 case GROUP: in serializeExtension()
|
D | DescriptorMessageInfoFactory.java | 517 case GROUP: in getFieldType() 518 return fd.isRepeated() ? FieldType.GROUP_LIST : FieldType.GROUP; in getFieldType() 593 String name = (fd.getType() == FieldDescriptor.Type.GROUP) in getFieldName() 635 String name = fd.getType() == Type.GROUP ? fd.getMessageType().getName() : fd.getName(); in getOneofStoredTypeForMessage() 646 String name = fd.getType() == Type.GROUP ? fd.getMessageType().getName() : fd.getName(); in getTypeForRepeatedMessageField()
|
D | ExtensionSchemaFull.java | 275 case GROUP: in parseExtension() 292 case GROUP: in parseExtension() 427 case GROUP: in serializeExtension() 486 case GROUP: in serializeExtension()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-dlltool/ |
D | DlltoolDriver.cpp | 42 #define OPTION(X1, X2, ID, KIND, GROUP, ALIAS, X7, X8, X9, X10, X11, X12) \ argument 44 X9, X8, OPT_##GROUP, OPT_##ALIAS, X7, X12},
|
/third_party/ntfs-3g/libntfs-3g/ |
D | libntfs-3g.script.so.in | 2 GROUP ( @rootlibdir@/libntfs-3g.so )
|
/third_party/gn/src/gn/ |
D | group_target_generator.cc | 20 target_->set_output_type(Target::GROUP); in DoRun()
|
D | ninja_group_target_writer_unittest.cc | 15 target.set_output_type(Target::GROUP); in TEST()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/ |
D | Instruction.java | 20 GROUP; enumConstant
|
/third_party/elfutils/libebl/ |
D | eblsectiontypename.c | 63 KNOWNSTYPE (GROUP), in ebl_section_type_name()
|
/third_party/elfutils/tests/ |
D | run-alldts.sh | 88 …FLAGS_1 NOW GLOBAL GROUP NODELETE INITFIRST NOOPEN ORIGIN TRANS INTERPOSE NODEFLIB NODUM…
|