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

1 2 3 4

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadGroupReference/
NameTest.java 60 String groupName;
72 groupName = debuggeeWrapper.vmMirror.getThreadGroupName(groupID);
77 + "; groupName=" + groupName);
80 NameDebuggee.CHILD_GROUP, groupName);
ParentTest.java 61 String groupName;
84 groupName = debuggeeWrapper.vmMirror.getThreadGroupName(groupID);
87 + "; groupName=" + groupName);
90 NameDebuggee.PARENT_GROUP, groupName);
ChildrenTest.java 65 String groupName;
121 groupName = debuggeeWrapper.vmMirror.getThreadGroupName(groupID);
123 logWriter.println("\n==> group: groupID = " + groupID + "; groupName = " + groupName);
125 assertString("Invalid group name,", NameDebuggee.CHILD_GROUP, groupName);
  /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)) {
  /external/deqp/executor/tools/
xeBatchResultToJUnit.cpp 115 std::string groupName = result.casePath.substr(0, sepPos);
120 << Writer::Attribute("classname", 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...]
SamplingProfiler.java 465 String groupName = group == null ? null : group.getName();
471 threadName, groupName, parentGroupName);
BinaryHprofReader.java 327 String groupName = readString();
334 System.out.println("\tgroupName=" + groupName);
339 threadName, groupName, parentGroupName);
  /cts/tests/tests/provider/src/android/provider/cts/
Contacts_PeopleTest.java 199 String groupName = "test_group_1";
200 mRowsAdded.add(People.addToGroup(mContentResolver, personId, groupName));
214 if (groupName.equals(cursor.getString(GROUPS_NAME_INDEX))) {
  /external/deqp/modules/gles3/functional/
es3fShaderLoopTests.cpp     [all...]
es3fUniformApiTests.cpp     [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
CursorTreeAdapterTest.java 692 String groupName = cursor.getString(NAME_INDEX);
694 textView.setText(groupName);
  /external/deqp/modules/gles2/functional/
es2fShaderLoopTests.cpp     [all...]
es2fUniformApiTests.cpp     [all...]
  /external/smack/src/org/jivesoftware/smack/util/
PacketParserUtils.java 438 final String groupName = parser.nextText();
439 if (groupName != null && groupName.trim().length() > 0) {
440 item.addGroupName(groupName);
    [all...]
  /frameworks/av/media/libstagefright/httplive/
M3UParser.cpp 912 AString groupName;
999 groupName.setTo(val, 1, val.size() - 2);
1117 groupName.c_str(),
    [all...]
  /frameworks/base/core/java/android/widget/
AppSecurityPermissions.java 389 String groupName = origGroupName;
390 if (groupName == null) {
391 groupName = tmpPermInfo.packageName;
392 tmpPermInfo.group = groupName;
394 MyPermissionGroupInfo group = mPermGroups.get(groupName);
GridLayout.java 827 String groupName = horizontal ? "column" : "row";
831 handleInvalidParams(groupName + " indices must be positive");
837 handleInvalidParams(groupName +
838 " indices (start + span) mustn't exceed the " + groupName + " count");
841 handleInvalidParams(groupName + " span mustn't exceed the " + groupName + " count")
    [all...]
  /packages/apps/Browser/src/com/android/browser/view/
BookmarkExpandableView.java 408 String groupName = mGroups.get(groupPosition);
409 if (groupName == null) {
410 groupName = mContext.getString(R.string.local_bookmarks);
412 name.setText(groupName);
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-io/2.0.5/
plexus-io-2.0.5.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-io/2.0.4/
plexus-io-2.0.4.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-io/1.0/
plexus-io-1.0.jar 
  /frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java 651 String groupName = groupList.get(i);
655 if (groupName != null) {
657 groupName, 0);
695 if (groups && groupName == null && pi.group != null) {
    [all...]
  /external/deqp/modules/gles31/functional/
es31fProgramUniformTests.cpp     [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
VectorDrawable.java     [all...]

Completed in 1046 milliseconds

1 2 3 4