HomeSort by relevance Sort by last modified time
    Searched refs:groupName (Results 26 - 48 of 48) sorted by null

12

  /libcore/dalvik/src/main/java/dalvik/system/profiler/
BinaryHprofWriter.java 112 int groupNameId = writeString(e.groupName);
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DumpRenderTreeSupportQt.cpp 183 void DumpRenderTreeSupportQt::webPageSetGroupName(QWebPage* page, const QString& groupName)
185 page->handle()->page->setGroupName(groupName);
190 return page->handle()->page->groupName();
    [all...]
  /dalvik/vm/
Thread.cpp     [all...]
  /external/webkit/Source/WebCore/inspector/
InjectedScriptSource.js 54 wrapObject: function(object, groupName, canAccessInspectedWindow)
57 return this._wrapObject(object, groupName);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsActor.java 470 public long createGroup(String groupName) {
474 values.put(ContactsContract.Groups.TITLE, groupName);
  /external/webkit/Source/WebCore/page/
Page.h 158 const String& groupName() const;
Page.cpp 388 const String& Page::groupName() const
  /frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java 538 String groupName = groupList.get(i);
542 if (groupName != null) {
544 groupName, 0);
582 if (groups && groupName == null && pi.group != null) {
    [all...]
  /libcore/dalvik/src/test/java/dalvik/system/profiler/
SamplingProfilerTest.java 237 assertNull(event.groupName);
  /external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTree.mm 294 WebView *webView = [[WebView alloc] initWithFrame:rect frameName:nil groupName:@"org.webkit.DumpRenderTree"];
360 WebView *webView = [[WebView alloc] initWithFrame:NSZeroRect frameName:@"" groupName:@""];
    [all...]
LayoutTestControllerMac.mm     [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
CursorTreeAdapterTest.java 837 String groupName = cursor.getString(NAME_INDEX);
839 textView.setText(groupName);
  /frameworks/base/core/java/android/provider/
Contacts.java 502 * @param groupName the name of the group to add the contact to
508 public static Uri addToGroup(ContentResolver resolver, long personId, String groupName) {
511 Groups.NAME + "=?", new String[] { groupName }, null);
    [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ChromeClientAndroid.cpp 181 page->setGroupName(frame->page()->groupName());
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyApiSupport.java     [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 1224 milliseconds

12