/external/ipsec-tools/src/racoon/ |
cfparse.y | 1107 char * groupname = NULL; 1118 groupname = racoon_malloc($1->l+1); 1119 if (groupname == NULL) { 1124 memcpy(groupname,$1->v,$1->l); 1125 groupname[$1->l]=0; 1126 grouplist[icc->groupcount]=groupname; [all...] |
/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...] |
/external/dbus/dbus/ |
dbus-sysdeps.h | 197 dbus_bool_t _dbus_parse_unix_group_from_config (const DBusString *groupname,
|
dbus-userdb.c | 91 dbus_free (info->groupname);
|
dbus-sysdeps-util-win.c | 816 * @param groupname the groupname text 821 _dbus_parse_unix_group_from_config (const DBusString *groupname, [all...] |
/libcore/dalvik/src/test/java/dalvik/system/profiler/ |
SamplingProfilerTest.java | 237 assertNull(event.groupName);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
nis_object.x | 186 * name.directory and recursive groups are expressed as @groupname.directory
|
/cts/tests/tests/widget/src/android/widget/cts/ |
CursorTreeAdapterTest.java | 837 String groupName = cursor.getString(NAME_INDEX); 839 textView.setText(groupName);
|
/external/webkit/Source/WebCore/inspector/ |
InjectedScriptSource.js | 54 wrapObject: function(object, groupName, canAccessInspectedWindow) 57 return this._wrapObject(object, groupName);
|
/external/webkit/Source/WebKit/mac/ |
WebKit.order | 69 -[WebView(WebPrivate) _initWithFrame:frameName:groupName:usesDocumentViews:] 73 -[WebView(WebPrivate) _commonInitializationWithFrameName:groupName:usesDocumentViews:] [all...] |
ChangeLog | 384 (-[WebView _commonInitializationWithFrameName:groupName:usesDocumentViews:]): 453 (-[WebView _commonInitializationWithFrameName:groupName:usesDocumentViews:]): [all...] |
ChangeLog-2010-01-29 | 543 (-[WebView _commonInitializationWithFrameName:groupName:usesDocumentViews:]): 572 (-[WebView _commonInitializationWithFrameName:groupName:usesDocumentViews:]): Set the GeolocationControllerClient. 681 (-[WebView _commonInitializationWithFrameName:groupName:usesDocumentViews:]): [all...] |
/external/dbus/bus/ |
dbus-daemon.1.in | 501 group="groupname" 566 For "name", "username", "groupname", etc.
|
config-parser.c | 1548 DBusString groupname; local [all...] |
/external/dbus/cmake/bus/ |
dbus-daemon.xml | 516 group="groupname" 588 <para>For "name", "username", "groupname", etc.
|
/dalvik/vm/ |
Thread.cpp | [all...] |
/external/bluetooth/glib/glib/ |
goption.c | 273 * and <option>--help-</option><replaceable>groupname</replaceable> and creates 700 /* First, we check the --help-<groupname> options */ [all...] |
/external/dnsmasq/src/ |
dnsmasq.h | 612 char *username, *groupname, *scriptuser; member in struct:daemon
|
/external/qemu/ |
qemu-options.hx | 759 "-net vde[,vlan=n][,name=str][,sock=socketpath][,port=n][,group=groupname][,mode=octalmode]\n" 762 " Use group 'groupname' and mode 'octalmode' to change default\n" 872 @item -net vde[,vlan=@var{n}][,name=@var{name}][,sock=@var{socketpath}][,port=@var{n}][,group=@var{groupname}][,mode=@var{octalmode}] 874 listening for incoming connections on @var{socketpath}. Use GROUP @var{groupname} [all...] |
/external/webkit/Source/WebCore/page/ |
Page.cpp | 388 const String& Page::groupName() const
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
ChromeClientAndroid.cpp | 181 page->setGroupName(frame->page()->groupName());
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
LegacyApiSupport.java | [all...] |
/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...] |
/prebuilt/common/eclipse/ |
org.eclipse.jface_3.4.2.M20090107-0800.jar | |