HomeSort by relevance Sort by last modified time
    Searched full:groupname (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /external/dbus/dbus/
dbus-userdb-util.c 122 * Gets group ID given groupname
124 * @param groupname the groupname
129 _dbus_get_group_id (const DBusString *groupname,
143 if (!_dbus_user_database_get_groupname (db, groupname,
204 * @param groupname group name or #NULL
211 const DBusString *groupname,
223 if (_dbus_is_a_number (groupname, &n))
232 _dbus_string_get_const_data (groupname));
248 _dbus_verbose ("No cache for groupname \"%s\"\n"
    [all...]
dbus-sysdeps-unix.h 108 char *groupname; /**< Group name */ member in struct:DBusGroupInfo
120 const DBusString *groupname,
dbus-userdb.h 72 const DBusString *groupname,
82 const DBusString *groupname,
dbus-sysdeps-util-unix.c 713 info->groupname = _dbus_strdup (g->gr_name);
717 if (info->groupname == NULL)
729 const DBusString *groupname,
734 _dbus_assert (groupname != NULL || gid != DBUS_GID_UNSET);
735 _dbus_assert (groupname == NULL || gid == DBUS_GID_UNSET);
737 if (groupname)
738 group_c_str = _dbus_string_get_const_data (groupname);
844 * @param groupname name of group
850 const DBusString *groupname,
854 groupname, error)
    [all...]
  /external/webkit/Tools/Scripts/
update-sources-list.py 39 (groupName, groupFiles).
48 groupName = ""
50 groupName = sourceGroup.attributes["var"].value
51 groupName = groupName.replace(sources_prefix, "")
59 assert(groupName != "")
62 sources[groupName] = sourcesList
  /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...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebViewPrivate.idl 146 HRESULT standardUserAgentWithApplicationName([in] BSTR applicationName, [retval][out] BSTR* groupName);
187 HRESULT addUserScriptToGroup([in] BSTR groupName, [in] IWebScriptWorld*, [in] BSTR source, [in] BSTR url,
191 HRESULT addUserStyleSheetToGroup([in] BSTR groupName, [in] IWebScriptWorld*, [in] BSTR source, [in] BSTR url,
194 HRESULT removeUserScriptFromGroup([in] BSTR groupName, [in] IWebScriptWorld*, [in] BSTR url);
195 HRESULT removeUserStyleSheetFromGroup([in] BSTR groupName, [in] IWebScriptWorld*, [in] BSTR url);
196 HRESULT removeUserScriptsFromGroup([in] BSTR groupName, [in] IWebScriptWorld*);
197 HRESULT removeUserStyleSheetsFromGroup([in] BSTR groupName, [in] IWebScriptWorld*);
198 HRESULT removeAllUserContentFromGroup([in] BSTR groupName);
IWebView.idl 215 @method initWithFrame:frameName:groupName:
223 @param groupName The name of the webView set to which this webView will be added. May be nil.
225 - (id)initWithFrame:(NSRect)frame frameName:(NSString *)frameName groupName:(NSString *)groupName;
227 HRESULT initWithFrame([in] RECT frame, [in] BSTR frameName, [in] BSTR groupName);
566 @param groupName The name of the group for this WebView.
568 - (void)setGroupName:(NSString *)groupName;
570 HRESULT setGroupName([in] BSTR groupName);
573 @method groupName
575 - (NSString *)groupName;
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
socketpoolwrapper.js 102 for (var groupName in origPool.groups) {
103 var group = origPool.groups[groupName];
136 for (var groupName in this.origPool.groups) {
137 var group = this.origPool.groups[groupName];
140 tablePrinter.addCell(groupName);
  /external/dnsmasq/contrib/Suse/
dnsmasq-SuSE.patch 5 .B \-g, --group=<groupname>
  /external/webkit/Source/WebCore/dom/
CheckedRadioButtons.h 37 HTMLInputElement* checkedButtonForGroup(const AtomicString& groupName) const;
  /external/webkit/Source/WebKit/chromium/src/
StorageEventDispatcherImpl.cpp 47 StorageEventDispatcherImpl::StorageEventDispatcherImpl(const String& groupName)
48 : m_pageGroup(PageGroup::pageGroup(groupName))
StorageEventDispatcherImpl.h 47 StorageEventDispatcherImpl(const String& groupName);
  /external/clang/include/clang/StaticAnalyzer/Checkers/
CheckerBase.td 15 string GroupName = name;
  /external/webkit/Source/WebKit/win/
WebView.h 125 /* [in] */ BSTR groupName);
254 /* [in] */ BSTR groupName);
256 virtual HRESULT STDMETHODCALLTYPE groupName(
257 /* [retval][out] */ BSTR *groupName);
674 /* [retval][out] */ BSTR *groupName);
780 virtual HRESULT STDMETHODCALLTYPE addUserScriptToGroup(BSTR groupName, IWebScriptWorld*, BSTR source, BSTR url,
784 virtual HRESULT STDMETHODCALLTYPE addUserStyleSheetToGroup(BSTR groupName, IWebScriptWorld*, BSTR source, BSTR url,
787 virtual HRESULT STDMETHODCALLTYPE removeUserScriptFromGroup(BSTR groupName, IWebScriptWorld*, BSTR url);
788 virtual HRESULT STDMETHODCALLTYPE removeUserStyleSheetFromGroup(BSTR groupName, IWebScriptWorld*, BSTR url);
789 virtual HRESULT STDMETHODCALLTYPE removeUserScriptsFromGroup(BSTR groupName, IWebScriptWorld*)
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactsListFragment.java 112 public void setGroupMode(String groupName) {
113 boolean reload = (MODE_GROUP != mMode) || !groupName.equals(mGroupName);
115 mGroupName = groupName;
  /external/webkit/Source/WebKit/mac/WebView/
WebViewPrivate.h 472 - (id)_initWithFrame:(NSRect)f frameName:(NSString *)frameName groupName:(NSString *)groupName usesDocumentViews:(BOOL)usesDocumentViews;
522 + (void)_addUserScriptToGroup:(NSString *)groupName world:(WebScriptWorld *)world source:(NSString *)source url:(NSURL *)url whitelist:(NSArray *)whitelist blacklist:(NSArray *)blacklist injectionTime:(WebUserScriptInjectionTime)injectionTime;
523 + (void)_addUserStyleSheetToGroup:(NSString *)groupName world:(WebScriptWorld *)world source:(NSString *)source url:(NSURL *)url whitelist:(NSArray *)whitelist blacklist:(NSArray *)blacklist;
525 + (void)_addUserScriptToGroup:(NSString *)groupName world:(WebScriptWorld *)world source:(NSString *)source url:(NSURL *)url whitelist:(NSArray *)whitelist blacklist:(NSArray *)blacklist injectionTime:(WebUserScriptInjectionTime)injectionTime injectedFrames:(WebUserContentInjectedFrames)injectedFrames;
526 + (void)_addUserStyleSheetToGroup:(NSString *)groupName world:(WebScriptWorld *)world source:(NSString *)source url:(NSURL *)url whitelist:(NSArray *)whitelist blacklist:(NSArray *)blacklist injectedFrames:(WebUserContentInjectedFrames)injectedFrames;
527 + (void)_removeUserScriptFromGroup:(NSString *)groupName world:(WebScriptWorld *)world url:(NSURL *)url;
528 + (void)_removeUserStyleSheetFromGroup:(NSString *)groupName world:(WebScriptWorld *)world url:(NSURL *)url;
529 + (void)_removeUserScriptsFromGroup:(NSString *)groupName world:(WebScriptWorld *)world;
530 + (void)_removeUserStyleSheetsFromGroup:(NSString *)groupName world:(WebScriptWorld *)world
    [all...]
WebView.mm 674 - (void)_commonInitializationWithFrameName:(NSString *)frameName groupName:(NSString *)groupName usesDocumentViews:(BOOL)usesDocumentViews
761 [self setGroupName:groupName];
804 - (id)_initWithFrame:(NSRect)f frameName:(NSString *)frameName groupName:(NSString *)groupName usesDocumentViews:(BOOL)usesDocumentViews
823 [self _commonInitializationWithFrameName:frameName groupName:groupName usesDocumentViews:usesDocumentViews];
    [all...]
  /external/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp 164 OS.write_escaped(DI->getDef()->getValueAsString("GroupName")) << '"';
246 std::string GroupName = DI->getDef()->getValueAsString("GroupName");
247 DiagsInGroup[GroupName].DiagsInGroup.push_back(R);
256 GroupInfo &GI = DiagsInGroup[Group->getValueAsString("GroupName")];
260 GI.SubGroups.push_back(SubGroups[j]->getValueAsString("GroupName"));
  /external/webkit/Source/WebCore/inspector/
InjectedScript.cpp 146 PassRefPtr<InspectorObject> InjectedScript::wrapObject(ScriptValue value, const String& groupName)
151 wrapFunction.appendArgument(groupName);
InjectedScript.h 70 PassRefPtr<InspectorObject> wrapObject(ScriptValue, const String& groupName);
  /external/llvm/lib/Support/
Timer.cpp 208 Timer &get(StringRef Name, StringRef GroupName) {
211 std::pair<TimerGroup*, Name2TimerMap> &GroupEntry = Map[GroupName];
214 GroupEntry.first = new TimerGroup(GroupName);
241 NamedRegionTimer::NamedRegionTimer(StringRef Name, StringRef GroupName,
243 : TimeRegion(!Enabled ? 0 : &NamedGroupedTimers->get(Name, GroupName)) {}
  /cts/tests/tests/provider/src/android/provider/cts/
Contacts_PeopleTest.java 231 String groupName = "test_group_1";
232 mRowsAdded.add(People.addToGroup(mContentResolver, personId, groupName));
246 if (groupName.equals(cursor.getString(GROUPS_NAME_INDEX))) {
  /system/core/init/
readme.txt 85 group <groupname> [ <groupname> ]*
86 Change to groupname before exec'ing this service. Additional
  /external/clang/include/clang/Basic/
Diagnostic.td 37 string GroupName = Name;

Completed in 1523 milliseconds

1 2 3 4