HomeSort by relevance Sort by last modified time
    Searched full:groupname (Results 1 - 25 of 210) sorted by null

1 2 3 4 5 6 7 8 9

  /external/chromium-trace/catapult/perf_insights/perf_insights/mappers/
thread_grouping.html 55 var groupName = this.groupNameForThreadGUID_[thread.guid];
56 if (groupName === undefined)
58 return groupName;
68 addThreadsInProcessToGroup_: function(process, groupName,
75 this.groupNameForThreadGUID_[thread.guid] = groupName;
83 tr.b.iterItems(this.groupNameForThreadGUID_, function(guid, groupName) {
84 if (resultingEventSets[groupName] !== undefined)
86 resultingEventSets[groupName] = new tr.model.EventSet();
97 var groupName = this.groupNameForThreadGUID_[parentContainer.guid];
98 if (groupName === undefined
    [all...]
  /external/chromium-trace/catapult/tracing/tracing/base/
timing.html 17 function computeUserTimingMarkName(groupName, functionName, opt_args) {
18 if (groupName === undefined)
22 var userTimingMarkName = groupName + ':' + functionName;
35 Timing.mark = function(groupName, functionName, opt_args) {
42 groupName, functionName, opt_args);
56 Timing.wrap = function(groupName, callback, opt_args) {
57 if (groupName === undefined)
62 groupName, callback.name, callback, opt_args);
65 Timing.wrapNamedFunction = function(groupName, functionName, callback,
68 var markedTime = Timing.mark(groupName, functionName, opt_args)
    [all...]
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/csv/
CSVGroupHandler.java 29 private final String groupName;
35 private CSVGroupHandler(final ClassRowWriter writer, final String groupName) {
37 this.groupName = groupName;
56 return groupName == null ? name : (groupName + "/" + name);
ClassRowWriter.java 65 * @param groupName
74 public void writeRow(final String groupName, final String packageName,
76 writer.write(groupName);
  /external/autotest/client/tests/kvm/unattended/
SLES-11.xml 114 <groupname>users</groupname>
120 <groupname>floppy</groupname>
126 <groupname>bin</groupname>
132 <groupname>xok</groupname>
138 <groupname>nobody</groupname>
    [all...]
  /external/deqp/scripts/khr_util/
gen_str_util.py 46 for groupName, values in enumGroups:
48 yield "const char*\tget%sName\t(int value);" % groupName
50 print "Warning: Empty value set for %s, skipping" % groupName
53 for groupName, values in bitfieldGroups:
55 yield "tcu::Format::Bitfield<16>\tget%sStr\t(int value);" % groupName
57 print "Warning: Empty value set for %s, skipping" % groupName
60 for groupName, values in enumGroups:
62 yield "inline tcu::Format::Enum<int, 2>\tget%(name)sStr\t(int value)\t{ return tcu::Format::Enum<int, 2>(get%(name)sName, value); }" % {"name": groupName}
70 def genEnumStrImpl (groupName, values, definitions):
75 yield "const char* get%sName (int value)" % groupName
    [all...]
  /external/testng/src/test/java/test/dataprovider/
TestContextTest.java 26 private void verify(String groupName, String passed, int passedCount, int failedCount) {
30 if (groupName != null) {
31 tng.setGroups(groupName);
  /external/autotest/frontend/client/src/autotest/afe/
RadioChooserDisplay.java 17 public IRadioButton generateRadioButton(String groupName, String choice) {
18 RadioButtonImpl radioButton = new RadioButtonImpl(groupName, choice);
RadioChooser.java 8 public IRadioButton generateRadioButton(String groupName, String choice);
12 private String groupName = getFreshGroupName();
28 IRadioButton button = display.generateRadioButton(groupName, choice);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/
test_securitygroup.py 17 <groupName>WebServers</groupName>
38 <groupName>RangedPortsBySource</groupName>
49 <groupName>Group B</groupName>
86 <groupName/>
100 <groupName>WebServerSG</groupName>
139 <groupName>WebServerSG</groupName
    [all...]
test_instance.py 35 <groupName/>
49 <groupName>WebServerSG</groupName>
88 <groupName>WebServerSG</groupName>
130 <groupName>SSH</groupName>
151 <groupName/>
161 <groupName>SSH</groupName>
    [all...]
  /external/dbus/dbus/
dbus-userdb-util.c 148 * Gets group ID given groupname
150 * @param groupname the groupname
155 _dbus_get_group_id (const DBusString *groupname,
169 if (!_dbus_user_database_get_groupname (db, groupname,
230 * @param groupname group name or #NULL
237 const DBusString *groupname,
249 if (_dbus_is_a_number (groupname, &n))
258 _dbus_string_get_const_data (groupname));
274 _dbus_verbose ("No cache for groupname \"%s\"\n"
    [all...]
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
effect.js 59 for (var groupName in propertySpecificKeyframeGroups) {
60 var group = propertySpecificKeyframeGroups[groupName];
75 for (var groupName in propertySpecificKeyframeGroups) {
76 var group = propertySpecificKeyframeGroups[groupName];
93 property: groupName,
94 interpolation: scope.propertyInterpolation(groupName, startValue, endValue)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcnsi.h 37 RPCNSAPI RPC_STATUS RPC_ENTRY RpcNsGroupDeleteA(unsigned __LONG32 GroupNameSyntax,RPC_CSTR GroupName);
38 RPCNSAPI RPC_STATUS RPC_ENTRY RpcNsGroupMbrAddA(unsigned __LONG32 GroupNameSyntax,RPC_CSTR GroupName,unsigned __LONG32 MemberNameSyntax,RPC_CSTR MemberName);
39 RPCNSAPI RPC_STATUS RPC_ENTRY RpcNsGroupMbrRemoveA(unsigned __LONG32 GroupNameSyntax,RPC_CSTR GroupName,unsigned __LONG32 MemberNameSyntax,RPC_CSTR MemberName);
40 RPCNSAPI RPC_STATUS RPC_ENTRY RpcNsGroupMbrInqBeginA(unsigned __LONG32 GroupNameSyntax,RPC_CSTR GroupName,unsigned __LONG32 MemberNameSyntax,RPC_NS_HANDLE *InquiryContext);
42 RPCNSAPI RPC_STATUS RPC_ENTRY RpcNsGroupDeleteW(unsigned __LONG32 GroupNameSyntax,RPC_WSTR GroupName);
43 RPCNSAPI RPC_STATUS RPC_ENTRY RpcNsGroupMbrAddW(unsigned __LONG32 GroupNameSyntax,RPC_WSTR GroupName,unsigned __LONG32 MemberNameSyntax,RPC_WSTR MemberName);
44 RPCNSAPI RPC_STATUS RPC_ENTRY RpcNsGroupMbrRemoveW(unsigned __LONG32 GroupNameSyntax,RPC_WSTR GroupName,unsigned __LONG32 MemberNameSyntax,RPC_WSTR MemberName);
45 RPCNSAPI RPC_STATUS RPC_ENTRY RpcNsGroupMbrInqBeginW(unsigned __LONG32 GroupNameSyntax,RPC_WSTR GroupName,unsigned __LONG32 MemberNameSyntax,RPC_NS_HANDLE *InquiryContext);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
ThreadGroupTest.java 67 String groupName, threadName;
84 groupName = debuggeeWrapper.vmMirror.getThreadGroupName(groupID);
90 + "; groupName=" + groupName);
93 if (!groupName.equals(ThreadGroupDebuggee.TESTED_GROUP)) {
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/
GrantPermissionsViewHandler.java 35 void onPermissionGrantResult(String groupName, boolean granted, boolean doNotAskAgain);
57 * @param groupName the name of the permission group
64 void updateUi(String groupName, int groupCount, int groupIndex, Icon icon,
GrantPermissionsWatchViewHandler.java 67 public void updateUi(String groupName, int groupCount, int groupIndex, Icon icon,
70 Log.d(TAG, "updateUi() - groupName: " + groupName
78 mGroupName = groupName;
ConfirmActionDialogFragment.java 55 String groupName = getArguments().getString(ARG_ACTION);
57 .onActionConfirmed(groupName);
  /external/clang/test/TableGen/
DiagnosticBase.inc 16 string GroupName = Name;
  /hardware/bsp/intel/peripheral/libupm/doxy/node/generators/ternjs/
generator.js 51 _.each(specjs.CLASSGROUPS, function(groupSpec, groupName) {
52 _.extend(docs, GENERATE_MODULE(groupName));
53 _.extend(docs[groupName], GENERATE_CLASSES(_.pick(specjs.CLASSES, groupSpec.classes), groupName));
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
HprofData.java 56 public final String groupName;
60 String groupName, String parentGroupName) {
62 threadName, groupName, parentGroupName);
70 String threadName, String groupName, String parentGroupName) {
78 this.groupName = groupName;
87 this.groupName = null;
96 result = 31 * result + hashCode(groupName);
114 && equal(this.groupName, event.groupName)
    [all...]
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/model/
PermissionApps.java 61 public PermissionApps(Context context, String groupName, Callback callback) {
62 this(context, groupName, callback, null);
65 public PermissionApps(Context context, String groupName, Callback callback, PmCache cache) {
69 mGroupName = groupName;
232 private PackageItemInfo getGroupInfo(String groupName) {
234 return mContext.getPackageManager().getPermissionGroupInfo(groupName, 0);
239 return mContext.getPackageManager().getPermissionInfo(groupName, 0);
246 private List<PermissionInfo> getGroupPermissionInfos(String groupName) {
248 return mContext.getPackageManager().queryPermissionsByGroup(groupName, 0);
254 .getPermissionInfo(groupName, 0)
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadGroupReference/
NameTest.java 62 String groupName;
74 groupName = debuggeeWrapper.vmMirror.getThreadGroupName(groupID);
79 + "; groupName=" + groupName);
82 NameDebuggee.CHILD_GROUP, groupName);
ParentTest.java 63 String groupName;
86 groupName = debuggeeWrapper.vmMirror.getThreadGroupName(groupID);
89 + "; groupName=" + groupName);
92 NameDebuggee.PARENT_GROUP, groupName);
  /external/caliper/caliper/src/main/java/com/google/caliper/util/
Util.java 98 * Returns a map containing only those entries whose key starts with {@code <groupName>.}.
100 * <p>The keys in the returned map have had their {@code <groupName>.} prefix removed.
103 * {@code groupName} of {@code group} it would produce a map containing {@code key1 -> value1}.
106 Map<String, String> map, String groupName) {
107 return prefixedSubmap(map, groupName + ".");

Completed in 3817 milliseconds

1 2 3 4 5 6 7 8 9