/external/mesa3d/src/mesa/sparc/ |
H A D | sparc_clip.S | 106 1: ld [%i0 + 0x0c], %f3 ! LSU Group 107 ld [%i0 + 0x0c], %g5 ! LSU Group 108 ld [%i0 + 0x08], %g4 ! LSU Group 110 addcc %g5, %g5, %g5 ! IEU1 Group 111 addx %g0, 0x0, %g3 ! IEU1 Group 112 addcc %g4, %g4, %g4 ! IEU1 Group 113 addx %g3, %g3, %g3 ! IEU1 Group 114 subcc %g5, %g4, %g0 ! IEU1 Group 115 ld [%i0 + 0x04], %g4 ! LSU Group 116 addx %g3, %g3, %g3 ! IEU1 Group [all...] |
H A D | xform.S | 77 1: ld [%g1 + 0x00], %f0 ! LSU Group 79 ld [%g1 + 0x00], %f8 ! LSU Group 82 fmuls %f0, M0, %f1 ! FGM Group 1-cycle stall on %f0 83 fmuls %f0, M1, %f2 ! FGM Group 84 fmuls %f0, M2, %f3 ! FGM Group 85 fmuls %f0, M3, %f4 ! FGM Group 86 fmuls %f8, M0, %f9 ! FGM Group f1 available 89 fmuls %f8, M1, %f10 ! FGM Group f2 available 92 fmuls %f8, M2, %f11 ! FGM Group f3 available 95 fmuls %f8, M3, %f12 ! FGM Group f [all...] |
H A D | norm.S | 60 fmuls %f0, M0, %f3 ! FGM Group 61 fmuls %f1, M1, %f4 ! FGM Group 62 fmuls %f0, M4, %f5 ! FGM Group 63 fmuls %f1, M5, %f6 ! FGM Group 64 fmuls %f0, M8, %f7 ! FGM Group f3 available 65 fmuls %f1, M9, %f8 ! FGM Group f4 available 67 fmuls %f2, M2, %f10 ! FGM Group f5 available 68 fmuls %f2, M6, %f0 ! FGM Group f6 available 70 fmuls %f2, M10, %f4 ! FGM Group f7 available 71 fadds %f7, %f8, %f7 ! FGA Group f [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/ |
H A D | group-file.rb | 7 purpose: Loads the ANTLR recognition code for ANTLR Template Group files 15 class Group class in class:ANTLR3.Template
|
/external/llvm/include/llvm/MC/ |
H A D | MCSectionELF.h | 48 const MCSymbolELF *Group; member in class:llvm::final 59 Flags(flags), UniqueID(UniqueID), EntrySize(entrySize), Group(group), 61 if (Group) 62 Group->setIsSignature(); 78 const MCSymbolELF *getGroup() const { return Group; }
|
/external/clang/lib/Basic/ |
H A D | Sanitizers.cpp | 24 .Case(NAME, AllowGroups ? SanitizerKind::ID##Group : 0) 33 if (Kinds & SanitizerKind::ID##Group) \
|
/external/clang/test/TableGen/ |
H A D | DiagnosticBase.inc | 20 class InGroup<DiagGroup G> { DiagGroup Group = G; } 27 DiagGroup Group;
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/ |
H A D | group.py | 24 class Group(object): class in inherits:object
|
H A D | launchspecification.py | 30 from boto.ec2.group import Group namespace 67 self.groups = ResultSet([('item', Group)])
|
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/utils/ |
H A D | Cullable.java | 20 import com.badlogic.gdx.scenes.scene2d.Group;
25 * When Group is given a culling rectangle with {@link Group#setCullingArea(Rectangle)}, it will automatically call
|
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/ |
H A D | WidgetGroup.java | 21 import com.badlogic.gdx.scenes.scene2d.Group;
27 /** A {@link Group} that participates in layout and provides a minimum, preferred, and maximum size.
37 public class WidgetGroup extends Group implements Layout {
81 private void setLayoutEnabled (Group parent, boolean enabled) {
87 else if (actor instanceof Group) //
88 setLayoutEnabled((Group)actor, enabled);
95 Group parent = getParent();
129 Group parent = getParent();
|
H A D | Widget.java | 21 import com.badlogic.gdx.scenes.scene2d.Group;
72 Group parent = getParent();
103 Group parent = getParent();
|
/external/clang/include/clang/Lex/ |
H A D | HeaderSearchOptions.h | 50 frontend::IncludeDirGroup Group; member in struct:clang::HeaderSearchOptions::Entry 60 : Path(path), Group(group), IsFramework(isFramework), 186 /// AddPath - Add the \p Path path to the specified \p Group list. 187 void AddPath(StringRef Path, frontend::IncludeDirGroup Group, argument 189 UserEntries.emplace_back(Path, Group, IsFramework, IgnoreSysRoot);
|
/external/clang/include/clang/Basic/ |
H A D | Sanitizers.h | 32 #define SANITIZER_GROUP(NAME, ID, ALIAS) SO_##ID##Group, 43 const SanitizerMask ID##Group = 1ULL << SO_##ID##Group;
|
/external/llvm/tools/llvm-pdbdump/ |
H A D | ClassDefinitionDumper.cpp | 116 const SymbolGroup &Group) { 117 if (Group.Functions.empty() && Group.Data.empty() && Group.Unknown.empty()) 135 for (auto iter = Group.Functions.begin(), end = Group.Functions.end(); 140 for (auto iter = Group.Data.begin(), end = Group.Data.end(); iter != end; 145 for (auto iter = Group.Unknown.begin(), end = Group 115 dumpAccessGroup(PDB_MemberAccess Access, const SymbolGroup &Group) argument [all...] |
/external/llvm/utils/yaml-bench/ |
H A D | YAMLBench.cpp | 146 static void benchmark( llvm::TimerGroup &Group 149 llvm::Timer BaseLine((Name + ": Loop").str(), Group); 158 llvm::Timer Tokenizing((Name + ": Tokenizing").str(), Group); 165 llvm::Timer Parsing((Name + ": Parsing").str(), Group); 221 llvm::TimerGroup Group("YAML parser benchmark"); 222 benchmark(Group, "Fast", createJSONText(10, 500)); 224 llvm::TimerGroup Group("YAML parser benchmark"); 225 benchmark(Group, "Small Values", createJSONText(MemoryLimitMB, 5)); 226 benchmark(Group, "Medium Values", createJSONText(MemoryLimitMB, 500)); 227 benchmark(Group, "Larg [all...] |
/external/clang/utils/TableGen/ |
H A D | ClangDiagnosticsEmitter.cpp | 56 const std::vector<Record*> &getParents(const Record *Group) { argument 57 return Mapping[Group]; 63 getCategoryFromDiagGroup(const Record *Group, argument 66 std::string CatName = Group->getValueAsString("CategoryName"); 71 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); 84 if (DefInit *Group = dyn_cast<DefInit>(R->getValueInit("Group"))) { 86 std::string CatName = getCategoryFromDiagGroup(Group->getDef(), 172 DefInit *DI = dyn_cast<DefInit>(R->getValueInit("Group")); 187 Record *Group local 339 isSubGroupOfGroup(const Record *Group, llvm::StringRef GName) argument 366 groupInPedantic(const Record *Group, bool increment) argument 383 markGroup(const Record *Group) argument 443 Record *Group = DiagGroups[i]; local [all...] |
/external/clang/tools/diagtool/ |
H A D | TreeView.cpp | 58 void printGroup(const GroupRecord &Group, unsigned Indent = 0) { argument 62 out << "-W" << Group.getName() << "\n"; 66 for (GroupRecord::subgroup_iterator I = Group.subgroup_begin(), 67 E = Group.subgroup_end(); 73 for (GroupRecord::diagnostics_iterator I = Group.diagnostics_begin(), 74 E = Group.diagnostics_end();
|
/external/ppp/pppd/plugins/radius/etc/ |
H A D | dictionary.merit | 9 ATTRIBUTE Login-LAT-Group 36 string
|
/external/llvm/lib/MC/ |
H A D | MCContext.cpp | 301 if (const MCSymbol *Group = Section->getGroup()) 302 GroupName = Group->getName(); 317 const MCSymbolELF *Group, 325 EntrySize, Group, true, nullptr, Associated); 330 StringRef Group, unsigned UniqueID, 333 if (!Group.empty()) 334 GroupSym = cast<MCSymbolELF>(getOrCreateSymbol(Group)); 346 StringRef Group = ""; local 348 Group = GroupSym->getName(); 351 std::make_pair(ELFSectionKey{Section, Group, UniqueI 315 createELFRelSection(StringRef Name, unsigned Type, unsigned Flags, unsigned EntrySize, const MCSymbolELF *Group, const MCSectionELF *Associated) argument 328 getELFSection(StringRef Section, unsigned Type, unsigned Flags, unsigned EntrySize, StringRef Group, unsigned UniqueID, const char *BeginSymName) argument 375 createELFGroupSection(const MCSymbolELF *Group) argument [all...] |
/external/autotest/frontend/afe/ |
H A D | management.py | 22 admin_group, created = auth.models.Group.objects.get_or_create( 46 print 'Group "%s" already exists' % BASIC_ADMIN
|
/external/libexif/ |
H A D | libexif.spec | 7 Group: System Environment/Libraries 21 Group: Development/Libraries
|
/external/autotest/frontend/ |
H A D | apache_auth.py | 1 from django.contrib.auth.models import User, Group, check_password namespace 28 user.groups.add(Group.objects.get(
|
/external/fonttools/Lib/fontTools/pens/ |
H A D | reportLabPen.py | 62 from reportlab.graphics.shapes import Group, Drawing, scale namespace 65 g = Group(pen.path)
|
/external/fonttools/Tools/fontTools/pens/ |
H A D | reportLabPen.py | 62 from reportlab.graphics.shapes import Group, Drawing, scale namespace 65 g = Group(pen.path)
|