HomeSort by relevance Sort by last modified time
    Searched full:groupname (Results 26 - 50 of 99) sorted by null

12 3 4

  /external/clang/include/clang/Basic/
Diagnostic.td 39 string GroupName = Name;
  /external/webkit/Source/WebCore/inspector/
InjectedScript.h 70 PassRefPtr<InspectorObject> wrapObject(ScriptValue, const String& groupName);
  /external/webkit/Source/WebCore/page/
PageGroup.cpp 87 PageGroup* PageGroup::pageGroup(const String& groupName)
89 ASSERT(!groupName.isEmpty());
94 pair<PageGroupMap::iterator, bool> result = pageGroups->add(groupName, 0);
98 result.first->second = new PageGroup(groupName);
PageGroup.h 52 static PageGroup* pageGroup(const String& groupName);
Page.h 158 const String& groupName() const;
  /packages/apps/Browser/src/com/android/browser/view/
BookmarkExpandableView.java 485 String groupName = mGroups.get(groupPosition);
486 if (groupName == null) {
487 groupName = mContext.getString(R.string.local_bookmarks);
489 name.setText(groupName);
  /development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
objectNameManager.h 218 // each ShareGroup instance can be accessed through one or more 'groupName'
219 // values. the type of 'groupName' is void *, the intent is that the EGL
  /external/webkit/Source/WebKit/mac/WebView/
WebView.h 181 @method initWithFrame:frameName:groupName:
189 @param groupName The name of the webView set to which this webView will be added. May be nil.
192 - (id)initWithFrame:(NSRect)frame frameName:(NSString *)frameName groupName:(NSString *)groupName;
526 @param groupName The name of the group for this WebView.
529 - (void)setGroupName:(NSString *)groupName;
532 @method groupName
535 - (NSString *)groupName;
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 289 StringRef GroupName;
344 if (getParser().ParseIdentifier(GroupName))
385 GroupName));
  /external/llvm/utils/TableGen/
ClangSACheckersEmitter.cpp 122 std::string name = R->getValueAsString("GroupName");
177 sortedGroups[checkerGroups[i]->getValueAsString("GroupName")]
186 OS.write_escaped(R->getValueAsString("GroupName")) << "\"";
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
BinaryHprofReader.java 327 String groupName = readString();
334 System.out.println("\tgroupName=" + groupName);
339 threadName, groupName, parentGroupName);
SamplingProfiler.java 465 String groupName = group == null ? null : group.getName();
471 threadName, groupName, parentGroupName);
BinaryHprofWriter.java 112 int groupNameId = writeString(e.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...]
  /external/webkit/Source/WebKit/win/
WebView.cpp     [all...]
  /external/bluetooth/glib/docs/reference/glib/tmpl/
option.sgml 49 and <option>--help-</option><replaceable>groupname</replaceable> options
50 (where <replaceable>groupname</replaceable> is the name of a #GOptionGroup)
374 which prefixes long option names with <literal>groupname-</literal> if
410 --<replaceable>groupname</replaceable>-<replaceable>long_name</replaceable>.
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DumpRenderTreeSupportQt.h 124 static void webPageSetGroupName(QWebPage* page, const QString& groupName);
DumpRenderTreeSupportQt.cpp 183 void DumpRenderTreeSupportQt::webPageSetGroupName(QWebPage* page, const QString& groupName)
185 page->handle()->page->setGroupName(groupName);
190 return page->handle()->page->groupName();
    [all...]
  /external/dnsmasq/src/
dnsmasq.c 230 else if (daemon->groupname && !(gp = getgrnam(daemon->groupname)))
231 baduser = daemon->groupname;
244 daemon->groupname = gp->gr_name;
787 die(_("failed to change group-id to %s: %s"), daemon->groupname, EC_MISC);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 461 std::string GroupName;
463 GroupName = "Instruction Selection and Scheduling";
483 NamedRegionTimer T("DAG Combining 1", GroupName, TimePassesIsEnabled);
497 NamedRegionTimer T("Type Legalization", GroupName, TimePassesIsEnabled);
510 NamedRegionTimer T("DAG Combining after legalize types", GroupName,
520 NamedRegionTimer T("Vector Legalization", GroupName, TimePassesIsEnabled);
526 NamedRegionTimer T("Type Legalization 2", GroupName, TimePassesIsEnabled);
535 NamedRegionTimer T("DAG Combining after legalize vectors", GroupName,
547 NamedRegionTimer T("DAG Legalization", GroupName, TimePassesIsEnabled);
558 NamedRegionTimer T("DAG Combining 2", GroupName, TimePassesIsEnabled)
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsActor.java 462 public long createGroup(String groupName) {
466 values.put(ContactsContract.Groups.TITLE, groupName);
  /external/llvm/include/llvm/Support/
Timer.h 155 explicit NamedRegionTimer(StringRef Name, StringRef GroupName,
  /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...]
  /development/pdk/docs/porting/
bring_up.jd 145 <td><code>group &lt;groupname&gt; [ &lt;groupname&gt; ]*</code></td>
146 <td> Change to groupname before exec'ing this service. &nbsp;Additional&nbsp; groupnames beyond the first, which is required, are used to set additional groups of the process (with <code>setgroups()</code>). Currently defaults to root.</td>
  /frameworks/opt/vcard/java/com/android/vcard/
VCardParserImpl_V21.java 386 final String groupName = line.substring(nameIndex, i);
387 if (groupName.length() == 0) {
390 propertyData.addGroup(groupName);
    [all...]

Completed in 3671 milliseconds

12 3 4