/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InjectedScript.cpp | 265 PassRefPtr<TypeBuilder::Runtime::RemoteObject> InjectedScript::wrapObject(const ScriptValue& value, const String& groupName, bool generatePreview) const 270 wrapFunction.appendArgument(groupName); 299 PassRefPtr<TypeBuilder::Runtime::RemoteObject> InjectedScript::wrapNode(Node* node, const String& groupName) 301 return wrapObject(nodeAsScriptValue(node), groupName);
|
InjectedScript.h | 97 PassRefPtr<TypeBuilder::Runtime::RemoteObject> wrapObject(const ScriptValue&, const String& groupName, bool generatePreview = false) const; 99 PassRefPtr<TypeBuilder::Runtime::RemoteObject> wrapNode(Node*, const String& groupName);
|
/external/clang/lib/CodeGen/ |
CodeGenAction.cpp | 341 #define ComputeDiagID(Severity, GroupName, DiagID) \ 345 DiagID = diag::err_fe_##GroupName; \ 348 DiagID = diag::warn_fe_##GroupName; \ 354 DiagID = diag::note_fe_##GroupName; \ 359 #define ComputeDiagRemarkID(Severity, GroupName, DiagID) \ 363 DiagID = diag::err_fe_##GroupName; \ 366 DiagID = diag::warn_fe_##GroupName; \ 369 DiagID = diag::remark_fe_##GroupName; \ 372 DiagID = diag::note_fe_##GroupName; \
|
/external/deqp/modules/gles2/functional/ |
es2fShaderExecuteTest.hpp | 39 ShaderExecuteTest (Context& context, const char* groupName, const char* description);
|
/packages/apps/Browser/src/com/android/browser/view/ |
BookmarkExpandableView.java | 408 String groupName = mGroups.get(groupPosition); 409 if (groupName == null) { 410 groupName = mContext.getString(R.string.local_bookmarks); 412 name.setText(groupName);
|
/external/deqp/executor/tools/ |
xeBatchResultToJUnit.cpp | 115 std::string groupName = result.casePath.substr(0, sepPos); 120 << Writer::Attribute("classname", 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 ? nullptr : &NamedGroupedTimers->get(Name, GroupName)){}
|
/cts/tests/tests/provider/src/android/provider/cts/ |
Contacts_PeopleTest.java | 199 String groupName = "test_group_1"; 200 mRowsAdded.add(People.addToGroup(mContentResolver, personId, groupName)); 214 if (groupName.equals(cursor.getString(GROUPS_NAME_INDEX))) {
|
/external/chromium_org/chrome/browser/resources/google_now/ |
cards.js | 64 * groupName: string, 333 for (var groupName in notificationGroups) { 334 var group = notificationGroups[groupName];
|
/system/core/init/ |
readme.txt | 88 group <groupname> [ <groupname> ]* 89 Change to groupname before exec'ing this service. Additional
|
/external/clang/include/clang/Basic/ |
Diagnostic.td | 48 string GroupName = Name;
|
/external/llvm/lib/MC/ |
MCContext.cpp | 237 StringRef GroupName; 239 GroupName = Group->getName(); 241 ELFUniquingMap.erase(SectionGroupPair(Section->getSectionName(), GroupName)); 243 ELFUniquingMap.insert(std::make_pair(SectionGroupPair(Name, GroupName),
|
/external/smack/src/org/jivesoftware/smack/ |
Roster.java | 391 for (String groupName : item.getGroupNames()) { 393 newGroupNames.add(groupName); 396 RosterGroup group = getGroup(groupName); 398 group = createGroup(groupName); 399 groups.put(groupName, group); 415 for (String groupName : currentGroupNames) { 416 RosterGroup group = getGroup(groupName); 419 groups.remove(groupName); [all...] |
/sdk/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
|
/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);
|
/external/clang/utils/TableGen/ |
ClangSACheckersEmitter.cpp | 123 std::string name = R->getValueAsString("GroupName"); 179 sortedGroups[checkerGroups[i]->getValueAsString("GroupName")] 188 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);
|
/external/deqp/modules/gles31/functional/ |
es31fUniformBlockTests.cpp | 47 void createRandomCaseGroup (tcu::TestCaseGroup* parentGroup, Context& context, const char* groupName, const char* description, UniformBlockCase::BufferMode bufferMode, deUint32 features, int numCases, deUint32 baseSeed) 49 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(context.getTestContext(), groupName, description);
|
/external/llvm/lib/MC/MCParser/ |
ELFAsmParser.cpp | 412 StringRef GroupName; 489 if (getParser().parseIdentifier(GroupName)) 542 GroupName = Group->getName(); 549 SectionName, Type, Flags, Kind, Size, GroupName);
|
/external/dnsmasq/src/ |
dnsmasq.c | 230 else if (daemon->groupname && !(gp = getgrnam(daemon->groupname))) 231 baduser = daemon->groupname; 244 daemon->groupname = gp->gr_name; 793 die(_("failed to change group-id to %s: %s"), daemon->groupname, EC_MISC); [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
CursorTreeAdapterTest.java | 692 String groupName = cursor.getString(NAME_INDEX); 694 textView.setText(groupName);
|
/external/deqp/framework/common/ |
tcuCommandLine.cpp | 860 bool CommandLine::checkTestGroupName (const char* groupName) const 863 return m_casePaths->matches(groupName, true); 865 return groupName[0] == 0 || tcu::checkTestGroupName(m_caseTree, groupName);
|
/external/llvm/include/llvm/Support/ |
Timer.h | 151 explicit NamedRegionTimer(StringRef Name, StringRef 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...] |