Home
last modified time | relevance | path

Searched refs:GROUP (Results 1 - 25 of 68) sorted by relevance

123

/third_party/backends/tools/
H A Dcreate-release.sh7 GROUP=sane-project
9 PROJECT_ID=$GROUP%2F$PROJECT
21 | sed "s|^|https://gitlab.com/$GROUP/$PROJECT|"
/third_party/eudev/test/
H A Dudev-test.pl543 desc => "permissions USER=bad GROUP=name",
548 KERNEL=="tty33", OWNER="bad", GROUP="name"
561 desc => "permissions GROUP=1",
566 SUBSYSTEMS=="scsi", KERNEL=="sda", SYMLINK+="node", GROUP="1"
584 SUBSYSTEMS=="scsi", KERNEL=="sda", SYMLINK+="node", GROUP="daemon"
593 SUBSYSTEMS=="scsi", KERNEL=="sda", SYMLINK+="node", OWNER="root", GROUP="mail"
606 desc => "permissions OWNER=1 GROUP=1 MODE=0777",
611 SUBSYSTEMS=="scsi", KERNEL=="sda", SYMLINK+="node", OWNER="1", GROUP="1", MODE="0777"
624 desc => "permissions GROUP to 1",
629 KERNEL=="ttyACM[0-9]*", SYMLINK+="ttyACM%n", GROUP
[all...]
/third_party/skia/platform_tools/android/apps/skottie/
H A Dskottie_metric.sql14 GROUP BY thread_track.utid;
41 GROUP BY thread_track.utid;
55 GROUP BY thread_track.utid;
70 GROUP BY thread_track.utid;
84 GROUP BY thread.upid;
94 GROUP BY thread.upid;
105 GROUP BY thread.upid;
115 GROUP BY thread.upid;
125 GROUP BY thread.upid;
140 GROUP B
[all...]
/third_party/mesa3d/src/freedreno/perfcntrs/
H A Dfd5_perfcntr.c720 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("S
[all...]
H A Dfd6_perfcntr.c760 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),
768 // GROUP("RBBM", rbbm_counters, rbbm_countables),
769 GROUP("S
[all...]
H A Dfd2_perfcntr.c966 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("S
[all...]
H A Dfreedreno_perfcntr.h118 #define GROUP(_name, _counters, _countables) { \ macro
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DFieldDescriptor.php212 $field_type !== GPBType::GROUP &&
223 case GPBType::GROUP:
236 $proto->getType() !== GPBType::GROUP &&
H A DGPBType.php46 const GROUP = 10;
H A DMessage.php107 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:
1764 # case GPBType::GROUP:
/third_party/libuv/tools/
H A Dmake_dist_html.py50 GROUP = r'''
102 return GROUP.format(rows=rows)
/third_party/node/deps/uv/tools/
H A Dmake_dist_html.py50 GROUP = r'''
102 return GROUP.format(rows=rows)
/third_party/gn/src/gn/
H A Dresolved_target_data_unittest.cc16 TestTarget a(setup, "//foo:a", Target::GROUP); in TEST()
17 TestTarget b(setup, "//foo:b", Target::GROUP); in TEST()
18 TestTarget c(setup, "//foo:c", Target::GROUP); in TEST()
19 TestTarget d(setup, "//foo:d", Target::GROUP); in TEST()
20 TestTarget e(setup, "//foo:e", Target::GROUP); in TEST()
H A Dgroup_target_generator.cc20 target_->set_output_type(Target::GROUP); in DoRun()
H A Dninja_group_target_writer_unittest.cc15 target.set_output_type(Target::GROUP); in TEST()
/third_party/protobuf/js/binary/
H A Dconstants.js198 GROUP: 10,
267 case fieldTypes.GROUP:
/third_party/ltp/testcases/kernel/controllers/cpuctl/
H A Drun_cpuctl_stress_test.sh153 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp42 #define OPTION(X1, X2, ID, KIND, GROUP, ALIAS, X7, X8, X9, X10, X11, X12) \
44 X9, X8, OPT_##GROUP, OPT_##ALIAS, X7, X12},
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DWireFormat.java126 GROUP(JavaType.MESSAGE, WIRETYPE_START_GROUP) { in GROUP() method
259 case GROUP: in readPrimitiveField()
H A DDescriptorMessageInfoFactory.java517 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()
H A DExtensionSchemaFull.java275 case GROUP: in parseExtension()
292 case GROUP: in parseExtension()
427 case GROUP: in serializeExtension()
486 case GROUP: in serializeExtension()
H A DExtensionSchemaLite.java255 case GROUP: in parseExtension()
276 case GROUP: in parseExtension()
410 case GROUP: in serializeExtension()
485 case GROUP: in serializeExtension()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/
H A DInstruction.java20 GROUP; enum constant
/third_party/elfutils/libebl/
H A Deblsectiontypename.c63 KNOWNSTYPE (GROUP), in ebl_section_type_name()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp48 #define OPTION(X1, X2, ID, KIND, GROUP, ALIAS, X7, X8, X9, X10, X11, X12) \
50 X9, X8, OPT_##GROUP, OPT_##ALIAS, X7, X12},

Completed in 17 milliseconds

123