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

1 2

  /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 194 String groupName = "test_group_1";
195 mRowsAdded.add(People.addToGroup(mContentResolver, personId, groupName));
209 if (groupName.equals(cursor.getString(GROUPS_NAME_INDEX))) {
  /external/webkit/Source/WebCore/page/
Page.cpp 388 const String& Page::groupName() const
  /cts/tests/tests/widget/src/android/widget/cts/
CursorTreeAdapterTest.java 666 String groupName = cursor.getString(NAME_INDEX);
668 textView.setText(groupName);
  /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/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 777 String groupName = horizontal ? "column" : "row";
781 handleInvalidParams(groupName + " indices must be positive");
787 handleInvalidParams(groupName +
788 " indices (start + span) mustn't exceed the " + groupName + " count");
791 handleInvalidParams(groupName + " span mustn't exceed the " + groupName + " count");
    [all...]
  /packages/apps/Browser/src/com/android/browser/view/
BookmarkExpandableView.java 405 String groupName = mGroups.get(groupPosition);
406 if (groupName == null) {
407 groupName = mContext.getString(R.string.local_bookmarks);
409 name.setText(groupName);
  /external/webkit/Tools/DumpRenderTree/win/
DumpRenderTree.cpp 930 BSTR groupName;
931 if (SUCCEEDED(webView->groupName(&groupName))) {
932 webViewPrivate->removeAllUserContentFromGroup(groupName);
933 SysFreeString(groupName);
    [all...]
  /frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java 575 String groupName = groupList.get(i);
579 if (groupName != null) {
581 groupName, 0);
619 if (groups && groupName == null && pi.group != null) {
    [all...]
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 1121 milliseconds

1 2