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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/unittests/VMCore/
PassManagerTest.cpp 50 static char ID;
51 ModuleNDNM() : ModulePass(ID) { }
60 char ModuleNDNM::ID=0;
66 static char ID;
67 ModuleNDM() : ModulePass(ID) {}
73 char ModuleNDM::ID=0;
79 static char ID;
80 ModuleNDM2() : ModulePass(ID) {}
86 char ModuleNDM2::ID=0;
92 static char ID;
    [all...]
  /external/collada/src/1.4/dom/
domFx_surface_format_hint_common.cpp 30 daeMetaElement* meta = dae.getMeta(ID());
34 dae.setMeta(ID(), *meta);
92 daeMetaElement* meta = dae.getMeta(ID());
96 dae.setMeta(ID(), *meta);
128 daeMetaElement* meta = dae.getMeta(ID());
132 dae.setMeta(ID(), *meta);
164 daeMetaElement* meta = dae.getMeta(ID());
168 dae.setMeta(ID(), *meta);
200 daeMetaElement* meta = dae.getMeta(ID());
204 dae.setMeta(ID(), *meta)
    [all...]
domFx_surface_init_cube_common.cpp 30 daeMetaElement* meta = dae.getMeta(ID());
34 dae.setMeta(ID(), *meta);
84 daeMetaElement* meta = dae.getMeta(ID());
88 dae.setMeta(ID(), *meta);
123 daeMetaElement* meta = dae.getMeta(ID());
127 dae.setMeta(ID(), *meta);
174 daeMetaElement* meta = dae.getMeta(ID());
178 dae.setMeta(ID(), *meta);
210 daeMetaElement* meta = dae.getMeta(ID());
214 dae.setMeta(ID(), *meta)
    [all...]
domCapsule.cpp 30 daeMetaElement* meta = dae.getMeta(ID());
34 dae.setMeta(ID(), *meta);
80 daeMetaElement* meta = dae.getMeta(ID());
84 dae.setMeta(ID(), *meta);
116 daeMetaElement* meta = dae.getMeta(ID());
120 dae.setMeta(ID(), *meta);
domCommon_float_or_param_type.cpp 30 daeMetaElement* meta = dae.getMeta(ID());
34 dae.setMeta(ID(), *meta);
78 daeMetaElement* meta = dae.getMeta(ID());
82 dae.setMeta(ID(), *meta);
125 daeMetaElement* meta = dae.getMeta(ID());
129 dae.setMeta(ID(), *meta);
domCylinder.cpp 30 daeMetaElement* meta = dae.getMeta(ID());
34 dae.setMeta(ID(), *meta);
80 daeMetaElement* meta = dae.getMeta(ID());
84 dae.setMeta(ID(), *meta);
116 daeMetaElement* meta = dae.getMeta(ID());
120 dae.setMeta(ID(), *meta);
domFx_surface_init_common.cpp 30 daeMetaElement* meta = dae.getMeta(ID());
34 dae.setMeta(ID(), *meta);
103 daeMetaElement* meta = dae.getMeta(ID());
107 dae.setMeta(ID(), *meta);
130 daeMetaElement* meta = dae.getMeta(ID());
134 dae.setMeta(ID(), *meta);
domFx_surface_init_volume_common.cpp 30 daeMetaElement* meta = dae.getMeta(ID());
34 dae.setMeta(ID(), *meta);
78 daeMetaElement* meta = dae.getMeta(ID());
82 dae.setMeta(ID(), *meta);
117 daeMetaElement* meta = dae.getMeta(ID());
121 dae.setMeta(ID(), *meta);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidNature.java 46 * by clients. The nature extension id is added to the list of natures
68 * by clients. The nature extension id is removed from the list of natures
82 removeBuilder(mProject, ResourceManagerBuilder.ID);
83 removeBuilder(mProject, PreCompilerBuilder.ID);
84 removeBuilder(mProject, PostCompilerBuilder.ID);
141 * @param natureId The Id of the nature to add.
181 if (ResourceManagerBuilder.ID.equals(commands[i].getBuilderName())) {
190 command.setBuilderName(ResourceManagerBuilder.ID);
210 if (PreCompilerBuilder.ID.equals(commands[i].getBuilderName())) {
219 if (ResourceManagerBuilder.ID.equals(commands[i].getBuilderName()))
    [all...]
  /external/antlr/src/org/antlr/runtime/debug/
DebugEventSocketProxy.java 228 int ID = adaptor.getUniqueID(t);
239 int ID = adaptor.getUniqueID(t);
243 buf.append(ID);
267 int ID = adaptor.getUniqueID(t);
268 transmit("nilNode\t"+ID);
272 int ID = adaptor.getUniqueID(t);
276 buf.append(ID);
284 int ID = adaptor.getUniqueID(t);
289 buf.append(ID);
297 int ID = adaptor.getUniqueID(node)
    [all...]
  /external/clang/lib/Analysis/
AnalysisContext.cpp 195 void LocationContext::ProfileCommon(llvm::FoldingSetNodeID &ID,
200 ID.AddInteger(ck);
201 ID.AddPointer(ctx);
202 ID.AddPointer(parent);
203 ID.AddPointer(data);
206 void StackFrameContext::Profile(llvm::FoldingSetNodeID &ID) {
207 Profile(ID, getAnalysisContext(), getParent(), CallSite, Block, Index);
210 void ScopeContext::Profile(llvm::FoldingSetNodeID &ID) {
211 Profile(ID, getAnalysisContext(), getParent(), Enter);
214 void BlockInvocationContext::Profile(llvm::FoldingSetNodeID &ID) {
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_messages_browsertest.cc 22 // We use the same id for source & target to similute an extension "talking
61 ExtensionHostMsg_OpenChannelToExtension::ID);
70 ExtensionHostMsg_PostMessage::ID);
84 ViewHostMsg_RunJavaScriptMessage::ID);
121 ExtensionHostMsg_PostMessage::ID);
136 ViewHostMsg_RunJavaScriptMessage::ID);
150 ViewHostMsg_RunJavaScriptMessage::ID);
  /external/collada/include/1.4/dom/
domCg_newparam.h 41 static daeInt ID() { return 140; }
42 virtual daeInt typeID() const { return ID(); }
102 static daeInt ID() { return 141; }
103 virtual daeInt typeID() const { return ID(); }
269 static daeInt ID() { return 142; }
270 virtual daeInt typeID() const { return ID(); }
domCg_surface_type.h 42 static daeInt ID() { return 137; }
43 virtual daeInt typeID() const { return ID(); }
57 static daeInt ID() { return 138; }
58 virtual daeInt typeID() const { return ID(); }
281 static daeInt ID() { return 139; }
282 virtual daeInt typeID() const { return ID(); }
domGlsl_newparam.h 33 static daeInt ID() { return 108; }
34 virtual daeInt typeID() const { return ID(); }
91 static daeInt ID() { return 109; }
92 virtual daeInt typeID() const { return ID(); }
240 static daeInt ID() { return 110; }
241 virtual daeInt typeID() const { return ID(); }
domGlsl_surface_type.h 42 static daeInt ID() { return 105; }
43 virtual daeInt typeID() const { return ID(); }
57 static daeInt ID() { return 106; }
58 virtual daeInt typeID() const { return ID(); }
282 static daeInt ID() { return 107; }
283 virtual daeInt typeID() const { return ID(); }
domImage.h 31 static daeInt ID() { return 635; }
32 virtual daeInt typeID() const { return ID(); }
47 static daeInt ID() { return 636; }
48 virtual daeInt typeID() const { return ID(); }
114 static daeInt ID() { return 637; }
115 virtual daeInt typeID() const { return ID(); }
176 * The id attribute is a text string containing the unique identifier of
243 * Gets the id attribute.
244 * @return Returns a xsID of the id attribute.
248 * Sets the id attribute
    [all...]
domInstance_effect.h 28 static daeInt ID() { return 691; }
29 virtual daeInt typeID() const { return ID(); }
43 static daeInt ID() { return 692; }
44 virtual daeInt typeID() const { return ID(); }
136 static daeInt ID() { return 693; }
137 virtual daeInt typeID() const { return ID(); }
domInstance_material.h 27 static daeInt ID() { return 697; }
28 virtual daeInt typeID() const { return ID(); }
42 static daeInt ID() { return 698; }
43 virtual daeInt typeID() const { return ID(); }
121 static daeInt ID() { return 699; }
122 virtual daeInt typeID() const { return ID(); }
domPolygons.h 31 static daeInt ID() { return 620; }
32 virtual daeInt typeID() const { return ID(); }
46 static daeInt ID() { return 621; }
47 virtual daeInt typeID() const { return ID(); }
62 static daeInt ID() { return 622; }
63 virtual daeInt typeID() const { return ID(); }
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.h 126 CallingConv::ID CallConv, bool isVarArg,
135 CallingConv::ID CallConv,
143 CallingConv::ID CallConv, bool isVarArg,
150 CallingConv::ID CallConv, bool isVarArg,
156 CallingConv::ID CallConv, bool isVarArg, bool &isTailCall,
165 CallingConv::ID CallConv, bool isVarArg,
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 95 CallingConv::ID CallConv, bool isVarArg,
104 CallingConv::ID CallConv,
112 CallingConv::ID CallConv, bool isVarArg,
119 CallingConv::ID CallConv, bool isVarArg,
125 CallingConv::ID CallConv, bool isVarArg, bool &isTailCall,
134 CallingConv::ID CallConv, bool isVarArg,
  /external/chromium/chrome/browser/chromeos/login/
ownership_service.h 121 const BrowserThread::ID thread_id,
126 const BrowserThread::ID thread_id,
130 const BrowserThread::ID thread_id,
  /external/clang/include/clang/Basic/
SourceManagerInternals.h 35 /// FilenameID - The ID of the filename identified by this line entry:
80 /// the mapping from string -> ID, and FilenamesByID holds the mapping of ID
101 const char *getFilename(unsigned ID) const {
102 assert(ID < FilenamesByID.size() && "Invalid FilenameID");
103 return FilenamesByID[ID]->getKeyData();
  /external/clang/include/clang/Driver/
ToolChain.h 110 virtual types::ID LookupTypeForExtension(const char *Ext) const;
175 types::ID InputType = types::TY_INVALID) const;
183 types::ID InputType = types::TY_INVALID) const;

Completed in 4905 milliseconds

1 2 3 4 5 6 7 8 91011>>