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

1 2 3 4 5 6 7 8 910

  /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);
  /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);
ParentTest.java 64 String groupName;
87 groupName = debuggeeWrapper.vmMirror.getThreadGroupName(groupID);
90 + "; groupName=" + groupName);
93 NameDebuggee.PARENT_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);
  /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)) {
  /external/autotest/frontend/client/src/autotest/afe/
RadioChooser.java 8 public IRadioButton generateRadioButton(String groupName, String choice);
12 private String groupName = getFreshGroupName();
28 IRadioButton button = display.generateRadioButton(groupName, choice);
  /external/v8/src/inspector/
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...]
v8-injected-script-host.cc 269 String16 groupName = toProtocolStringWithTypeCheck(v8groupName);
270 int id = injectedScriptNative->bind(info[0], groupName);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/
ConfirmActionDialogFragment.java 55 String groupName = getArguments().getString(ARG_ACTION);
57 .onActionConfirmed(groupName);
  /external/capstone/bindings/vb6/
Module1.bas 630 Function groupName(hEngine As Long, groupID As Long) As String
633 groupName = cstr2vb(lpStr)
634 If Len(groupName) = 0 Or DEBUG_DUMP Then groupName = groupName & " (" & Hex(groupID) & ")"
  /external/deqp/executor/tools/
xeBatchResultToJUnit.cpp 115 std::string groupName = result.casePath.substr(0, sepPos);
120 << Writer::Attribute("classname", groupName);
  /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/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemAttachmentClearTests.cpp 401 std::string groupName = getCmdBufferTypeStr(cmdBufferType);
402 std::string groupDesc = "Attachment Clear Op Tests with " + groupName + " command buffer";
403 de::MovePtr<tcu::TestCaseGroup> clearTests (new tcu::TestCaseGroup(testCtx, groupName.c_str(), groupDesc.c_str()));
vktProtectedMemClearColorImageTests.cpp 337 std::string groupName = getCmdBufferTypeStr(cmdBufferType);
338 std::string groupDesc = "Clear Color Image Tests with " + groupName + " command buffer";
339 de::MovePtr<tcu::TestCaseGroup> clearTests (new tcu::TestCaseGroup(testCtx, groupName.c_str(), groupDesc.c_str()));
vktProtectedMemBlitImageTests.cpp 444 std::string groupName = getCmdBufferTypeStr(cmdBufferType);
445 std::string groupDesc = "Blit Image Tests with " + groupName + " command buffer";
446 de::MovePtr<tcu::TestCaseGroup> blitTests (new tcu::TestCaseGroup(testCtx, groupName.c_str(), groupDesc.c_str()));
vktProtectedMemCopyBufferToImageTests.cpp 408 std::string groupName = getCmdBufferTypeStr(cmdBufferType);
409 std::string groupDesc = "Copy Buffer To Image Tests with " + groupName + " command buffer";
410 de::MovePtr<tcu::TestCaseGroup> copyTests (new tcu::TestCaseGroup(testCtx, groupName.c_str(), groupDesc.c_str()));
vktProtectedMemCopyImageTests.cpp 440 std::string groupName = getCmdBufferTypeStr(cmdBufferType);
441 std::string groupDesc = "Copy Image Tests with " + groupName + " command buffer";
442 de::MovePtr<tcu::TestCaseGroup> copyTests (new tcu::TestCaseGroup(testCtx, groupName.c_str(), groupDesc.c_str()));
vktProtectedMemCopyImageToBufferTests.cpp 421 std::string groupName = getCmdBufferTypeStr(cmdBufferType);
422 std::string groupDesc = "Copy Image to Buffer Tests with " + groupName + " command buffer";
423 de::MovePtr<tcu::TestCaseGroup> copyTests (new tcu::TestCaseGroup(testCtx, groupName.c_str(), groupDesc.c_str()));
vktProtectedMemFillUpdateCopyBufferTests.cpp 465 const std::string groupName = getCmdBufferTypeStr(cmdBufferType);
466 de::MovePtr<tcu::TestCaseGroup> primaryGroup (new tcu::TestCaseGroup(testCtx, groupName.c_str(), (desc + " using " + groupName.c_str() + " command buffer").c_str()));
574 const std::string groupName = getCmdBufferTypeStr(cmdBufferType);
575 de::MovePtr<tcu::TestCaseGroup> primaryGroup (new tcu::TestCaseGroup(testCtx, groupName.c_str(), (desc + " using " + groupName.c_str() + " command buffer").c_str()));
676 const std::string groupName = getCmdBufferTypeStr(cmdBufferType);
677 de::MovePtr<tcu::TestCaseGroup> testGroup (new tcu::TestCaseGroup(testCtx, groupName.c_str(), (desc + " using " + groupName.c_str() + " command buffer").c_str()));
  /frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/registry/
BenchmarkRegistry.java 115 String groupName, groupDescription;
126 groupName = groupAttribs.getString(R.styleable.BenchmarkGroup_name);
166 groupName + " - " + getCategoryString(cat), groupDescription, benchmarkArray,
  /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);
  /tools/tradefederation/core/src/com/android/tradefed/device/metric/
BaseDeviceMetricCollector.java 51 + "Usage: @MetricOption(group = \"groupname\") to your test methods, then"
273 String groupName = desc.getAnnotation(MetricOption.class).group();
274 testCaseGroups.addAll(Arrays.asList(groupName.split(",")));
280 for (String groupName : testCaseGroups) {
281 if (mTestCaseExcludeAnnotationGroup.contains(groupName)) {
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
Contacts_PeopleTest.java 201 String groupName = "test_group_1";
202 mRowsAdded.add(People.addToGroup(mContentResolver, personId, groupName));
216 if (groupName.equals(cursor.getString(GROUPS_NAME_INDEX))) {
  /external/deqp/external/openglcts/modules/common/
glcShaderLoopTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderLoopTests.cpp     [all...]

Completed in 1409 milliseconds

1 2 3 4 5 6 7 8 910