HomeSort by relevance Sort by last modified time
    Searched refs:ID (Results 201 - 225 of 3353) sorted by null

1 2 3 4 5 6 7 891011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
ThreadView.java 25 public static final String ID =
  /external/chromium/chrome/browser/chromeos/login/
owner_manager.h 55 void UpdateOwnerKey(const BrowserThread::ID thread_id,
74 void Sign(const BrowserThread::ID thread_id,
86 void Verify(const BrowserThread::ID thread_id,
  /external/collada/include/1.4/dom/
domCamera.h 30 static daeInt ID() { return 645; }
31 virtual daeInt typeID() const { return ID(); }
46 static daeInt ID() { return 646; }
47 virtual daeInt typeID() const { return ID(); }
62 static daeInt ID() { return 647; }
63 virtual daeInt typeID() const { return ID(); }
78 static daeInt ID() { return 648; }
79 virtual daeInt typeID() const { return ID(); }
203 static daeInt ID() { return 649; }
204 virtual daeInt typeID() const { return ID(); }
    [all...]
domCommon_newparam_type.h 32 static daeInt ID() { return 121; }
33 virtual daeInt typeID() const { return ID(); }
90 static daeInt ID() { return 122; }
91 virtual daeInt typeID() const { return ID(); }
148 static daeInt ID() { return 123; }
149 virtual daeInt typeID() const { return ID(); }
211 static daeInt ID() { return 124; }
212 virtual daeInt typeID() const { return ID(); }
274 static daeInt ID() { return 125; }
275 virtual daeInt typeID() const { return ID(); }
    [all...]
domFx_samplerDEPTH_common.h 34 static daeInt ID() { return 79; }
35 virtual daeInt typeID() const { return ID(); }
92 static daeInt ID() { return 80; }
93 virtual daeInt typeID() const { return ID(); }
150 static daeInt ID() { return 81; }
151 virtual daeInt typeID() const { return ID(); }
208 static daeInt ID() { return 82; }
209 virtual daeInt typeID() const { return ID(); }
266 static daeInt ID() { return 83; }
267 virtual daeInt typeID() const { return ID(); }
    [all...]
domFx_surface_common.h 44 static daeInt ID() { return 22; }
45 virtual daeInt typeID() const { return ID(); }
105 static daeInt ID() { return 23; }
106 virtual daeInt typeID() const { return ID(); }
172 static daeInt ID() { return 24; }
173 virtual daeInt typeID() const { return ID(); }
242 static daeInt ID() { return 25; }
243 virtual daeInt typeID() const { return ID(); }
306 static daeInt ID() { return 26; }
307 virtual daeInt typeID() const { return ID(); }
    [all...]
domLight.h 32 static daeInt ID() { return 638; }
33 virtual daeInt typeID() const { return ID(); }
48 static daeInt ID() { return 639; }
49 virtual daeInt typeID() const { return ID(); }
65 static daeInt ID() { return 640; }
66 virtual daeInt typeID() const { return ID(); }
126 static daeInt ID() { return 641; }
127 virtual daeInt typeID() const { return ID(); }
186 static daeInt ID() { return 642; }
187 virtual daeInt typeID() const { return ID(); }
    [all...]
domSkin.h 30 static daeInt ID() { return 656; }
31 virtual daeInt typeID() const { return ID(); }
48 static daeInt ID() { return 657; }
49 virtual daeInt typeID() const { return ID(); }
116 static daeInt ID() { return 658; }
117 virtual daeInt typeID() const { return ID(); }
192 static daeInt ID() { return 659; }
193 virtual daeInt typeID() const { return ID(); }
208 static daeInt ID() { return 660; }
209 virtual daeInt typeID() const { return ID(); }
    [all...]
domGles_pipeline_settings.h 26 static daeInt ID() { return 488; }
27 virtual daeInt typeID() const { return ID(); }
38 static daeInt ID() { return 489; }
39 virtual daeInt typeID() const { return ID(); }
50 static daeInt ID() { return 490; }
51 virtual daeInt typeID() const { return ID(); }
117 static daeInt ID() { return 491; }
118 virtual daeInt typeID() const { return ID(); }
229 static daeInt ID() { return 492; }
230 virtual daeInt typeID() const { return ID(); }
    [all...]
  /external/llvm/lib/Analysis/
InstCount.cpp 53 static char ID; // Pass identification, replacement for typeid
54 InstCount() : FunctionPass(ID) {
68 char InstCount::ID = 0;
ModuleDebugInfoPrinter.cpp 32 static char ID; // Pass identification, replacement for typeid
33 ModuleDebugInfoPrinter() : ModulePass(ID) {
46 char ModuleDebugInfoPrinter::ID = 0;
  /external/llvm/lib/CodeGen/
ExpandISelPseudos.cpp 29 static char ID; // Pass identification, replacement for typeid
30 ExpandISelPseudos() : MachineFunctionPass(ID) {}
45 char ExpandISelPseudos::ID = 0;
  /external/llvm/lib/Target/Mips/
MipsEmitGPRestore.cpp 33 static char ID;
35 : MachineFunctionPass(ID), TM(tm), TII(tm.getInstrInfo()) { }
43 char Inserter::ID = 0;
  /external/llvm/lib/Target/PTX/
PTXISelLowering.h 50 CallingConv::ID CallConv,
59 CallingConv::ID CallConv,
68 CallingConv::ID CallConv, bool isVarArg,
  /external/llvm/lib/Transforms/IPO/
ExtractGV.cpp 30 static char ID; // Pass identification, replacement for typeid
37 : ModulePass(ID), Named(GVs.begin(), GVs.end()), deleteStuff(deleteS) {}
86 char GVExtractorPass::ID = 0;
InlineAlways.cpp 40 AlwaysInliner() : Inliner(ID, -2000000000) {
43 static char ID; // Pass identification, replacement for typeid
66 char AlwaysInliner::ID = 0;
  /external/llvm/lib/Transforms/Scalar/
ConstantProp.cpp 36 static char ID; // Pass identification, replacement for typeid
37 ConstantPropagation() : FunctionPass(ID) {
49 char ConstantPropagation::ID = 0;
  /external/llvm/lib/Transforms/Utils/
Mem2Reg.cpp 29 static char ID; // Pass identification, replacement for typeid
30 PromotePass() : FunctionPass(ID) {
50 char PromotePass::ID = 0;
  /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/views/
DeviceSelectorView.java 38 public static final String ID =
51 if (perspective.getId().equals(PixelPerfectPespective.ID)) {
53 } else if (perspective.getId().equals(TreeViewPerspective.ID)) {
100 if (perspective.getId().equals(PixelPerfectPespective.ID)) {
103 } else if (perspective.getId().equals(TreeViewPerspective.ID)) {
  /external/llvm/lib/AsmParser/
LLParser.cpp 553 return TokError("Metadata id is already used");
595 ValID ID;
596 if (ParseValID(ID)) return true;
597 if (ID.Kind != ValID::t_Constant)
599 Aliasee = ID.ConstantVal;
747 /// GetGlobalVal - Get a value with the specified name or ID, creating a
791 GlobalValue *LLParser::GetGlobalVal(unsigned ID, Type *Ty, LocTy Loc) {
798 GlobalValue *Val = ID < NumberedVals.size() ? NumberedVals[ID] : 0;
804 I = ForwardRefValIDs.find(ID);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 55 virtual void Profile(llvm::FoldingSetNodeID &ID) const = 0;
89 void Profile(llvm::FoldingSetNodeID &ID) const;
106 void Profile(llvm::FoldingSetNodeID &ID) const;
116 void Profile(llvm::FoldingSetNodeID &ID) const {
118 ID.AddPointer(&x);
130 void Profile(llvm::FoldingSetNodeID &ID) const {
132 ID.AddPointer(&x);
  /external/llvm/lib/VMCore/
Pass.cpp 279 AnalysisUsage &AnalysisUsage::addRequiredID(const void *ID) {
280 Required.push_back(ID);
284 AnalysisUsage &AnalysisUsage::addRequiredID(char &ID) {
285 Required.push_back(&ID);
289 AnalysisUsage &AnalysisUsage::addRequiredTransitiveID(char &ID) {
290 Required.push_back(&ID);
291 RequiredTransitive.push_back(&ID);
  /external/icu4c/i18n/
transreg.cpp 63 ID(),
75 ID(theID),
86 ID(theID),
117 // plus the total number of ID blocks-- we start by assuming the list begins and ends with an ID
118 // block and that each pair anonymous transliterators has an ID block between them. Then we go back
119 // to see whether there really are ID blocks at the beginning and end (by looking for U+FFFF, which
153 t = new CompoundTransliterator(ID, transliterators,
529 Transliterator* TransliteratorRegistry::get(const UnicodeString& ID,
533 TransliteratorEntry *entry = find(ID);
685 UnicodeString id; local
887 UnicodeString id; local
    [all...]
  /external/collada/src/1.4/dom/
domCg_param_type.cpp 30 daeMetaElement* meta = dae.getMeta(ID());
34 dae.setMeta(ID(), *meta);
751 daeMetaElement* meta = dae.getMeta(ID());
755 dae.setMeta(ID(), *meta);
787 daeMetaElement* meta = dae.getMeta(ID());
791 dae.setMeta(ID(), *meta);
823 daeMetaElement* meta = dae.getMeta(ID());
827 dae.setMeta(ID(), *meta);
859 daeMetaElement* meta = dae.getMeta(ID());
863 dae.setMeta(ID(), *meta)
    [all...]
domFx_sampler1D_common.cpp 30 daeMetaElement* meta = dae.getMeta(ID());
34 dae.setMeta(ID(), *meta);
116 daeMetaElement* meta = dae.getMeta(ID());
120 dae.setMeta(ID(), *meta);
152 daeMetaElement* meta = dae.getMeta(ID());
156 dae.setMeta(ID(), *meta);
188 daeMetaElement* meta = dae.getMeta(ID());
192 dae.setMeta(ID(), *meta);
224 daeMetaElement* meta = dae.getMeta(ID());
228 dae.setMeta(ID(), *meta)
    [all...]

Completed in 6637 milliseconds

1 2 3 4 5 6 7 891011>>