HomeSort by relevance Sort by last modified time
    Searched refs:groupName (Results 1 - 25 of 302) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/deqp/modules/gles2/functional/
es2fShaderExecuteTest.hpp 39 ShaderExecuteTest (Context& context, const char* groupName, const char* description);
es2fShaderExecuteTest.cpp 44 ShaderExecuteTest::ShaderExecuteTest (Context& context, const char* groupName, const char* description)
45 : TestCaseGroup(context, groupName, description)
  /external/v8/src/inspector/
injected-script-native.h 25 int bind(v8::Local<v8::Value>, const String16& groupName);
29 void releaseObjectGroup(const String16& groupName);
30 String16 groupName(int objectId) const;
33 void addObjectToGroup(int objectId, const String16& groupName);
injected-script-native.cc 44 const String16& groupName) {
49 addObjectToGroup(id, groupName);
65 const String16& groupName) {
66 if (groupName.isEmpty()) return;
68 m_idToObjectGroupName[objectId] = groupName;
69 m_nameToObjectGroup[groupName].push_back(
73 void InjectedScriptNative::releaseObjectGroup(const String16& groupName) {
74 if (groupName.isEmpty()) return;
75 NameToObjectGroup::iterator groupIt = m_nameToObjectGroup.find(groupName);
81 String16 InjectedScriptNative::groupName(int objectId) const
    [all...]
injected_script_externs.js 55 * @param {string} groupName
58 InjectedScriptHostClass.prototype.bind = function(value, groupName) {}
injected-script.h 62 v8::Local<v8::Object>, const String16& groupName, bool ownProperties,
70 v8::Local<v8::Value>, const String16& groupName, bool forceValueType,
74 const String16& groupName,
79 const String16& groupName,
93 const v8::TryCatch&, const String16& groupName, bool generatePreview,
183 Response wrapValue(v8::Local<v8::Value>, const String16& groupName,
  /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/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);
  /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,
ConfirmActionDialogFragment.java 55 String groupName = getArguments().getString(ARG_ACTION);
57 .onActionConfirmed(groupName);
  /external/deqp/scripts/opengl/
gen_query_util.py 66 return [(groupName, [(prefix + queryName, querySize) for queryName, querySize in groupQueries]) for groupName, groupQueries in groups]
  /frameworks/support/buildSrc/src/main/kotlin/androidx/build/
PublishDocsRules.kt 102 * docs for projects within [groupName] will be built from sources.
104 fun tipOfTree(groupName: String) {
105 rules.add(DocsRule(Group(groupName), TipOfTree))
109 * docs for a project with the given [groupName] and [name] will be built from sources.
111 fun tipOfTree(groupName: String, name: String) {
112 rules.add(DocsRule(Exact(groupName, name), TipOfTree))
116 * docs for a project with the given [groupName] and [name] will be built from a prebuilt with
119 fun prebuilts(groupName: String, moduleName: String, version: String) {
120 rules.add(DocsRule(Exact(groupName, moduleName), Prebuilts(Version(version))))
124 * docs for projects within [groupName] will be built from prebuilts with the given [version
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
ThreadGroupTest.java 68 String groupName, threadName;
85 groupName = debuggeeWrapper.vmMirror.getThreadGroupName(groupID);
91 + "; groupName=" + groupName);
94 if (!groupName.equals(ThreadGroupDebuggee.TESTED_GROUP)) {
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupMetaData.java 52 public final String groupName;
77 this.groupName = cursor.getString(GroupMetaDataLoader.TITLE);
94 groupName = source.readString();
108 dest.writeString(groupName);
119 && !TextUtils.isEmpty(groupName)
135 .add("groupName", groupName)
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadGroupReference/
NameTest.java 63 String groupName;
75 groupName = debuggeeWrapper.vmMirror.getThreadGroupName(groupID);
80 + "; groupName=" + groupName);
83 NameDebuggee.CHILD_GROUP, groupName);
ChildrenTest.java 68 String groupName;
124 groupName = debuggeeWrapper.vmMirror.getThreadGroupName(groupID);
126 logWriter.println("\n==> group: groupID = " + groupID + "; groupName = " + groupName);
128 assertString("Invalid group name,", NameDebuggee.CHILD_GROUP, groupName);
ParentTest.java 64 String groupName;
87 groupName = debuggeeWrapper.vmMirror.getThreadGroupName(groupID);
90 + "; groupName=" + groupName);
93 NameDebuggee.PARENT_GROUP, groupName);
  /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;
248 private PackageItemInfo getGroupInfo(String groupName) {
250 return mContext.getPackageManager().getPermissionGroupInfo(groupName, 0);
255 return mContext.getPackageManager().getPermissionInfo(groupName, 0);
262 private List<PermissionInfo> getGroupPermissionInfos(String groupName) {
264 return mContext.getPackageManager().queryPermissionsByGroup(groupName, 0);
270 .getPermissionInfo(groupName, 0)
    [all...]
  /external/deqp/scripts/
testset.py 129 for groupName in groupNames:
130 group = Group(groupName)
133 prefix = groupName + "."
150 groupName = string.join(parts[:-1], ".")
152 if not groupName in groupMap:
153 group = Group(groupName)
155 groupMap[groupName] = group
157 group = groupMap[groupName]
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/utils/
LocationUtils.java 59 public static boolean isLocationGroupAndProvider(String groupName, String packageName) {
60 return LOCATION_PERMISSION.equals(groupName) && isNetworkLocationProvider(packageName);
  /packages/apps/Settings/src/com/android/settings/applications/
AppPermissions.java 101 String groupName = permInfo.group != null ? permInfo.group : permName;
103 PermissionGroup group = mGroups.get(groupName);
106 mGroups.put(groupName, group);

Completed in 1472 milliseconds

1 2 3 4 5 6 7 8 91011>>