HomeSort by relevance Sort by last modified time
    Searched defs:ID (Results 401 - 425 of 595) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 44 static char ID;
46 : ModulePass(ID), EmitNotes(true), EmitData(true), Use402Format(false),
52 : ModulePass(ID), EmitNotes(EmitNotes), EmitData(EmitData),
106 char GCOVProfiler::ID = 0;
174 // Here 2 = 1 for string length + 1 for '0' id#.
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 97 static char ID; // Pass identification, replacement for typeid
99 : FunctionPass(ID), TLI(tli) {
126 char CodeGenPrepare::ID = 0;
    [all...]
MemCpyOptimizer.cpp 307 static char ID; // Pass identification, replacement for typeid
308 MemCpyOpt() : FunctionPass(ID) {
345 char MemCpyOpt::ID = 0;
    [all...]
  /external/nist-sip/java/gov/nist/core/
LexerCore.java 44 public static final int ID = END - 1;
141 /** Peek the next id but dont move the buffer pointer forward.
152 /** Get the next id.
176 String id = ttoken(); local
177 tok.tokenValue = id;
178 String idUppercase = id.toUpperCase();
183 tok.tokenType = ID;
209 if (tok == ID) {
210 // Generic ID sought.
213 String id = getNextId() local
220 String id = ttokenSafe(); local
    [all...]
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp 72 unsigned ID = (ptr[1] >> 3) & 1;
75 if (ID == 1 && profile_ObjectType == 3) {
93 unsigned ID = (ptr[1] >> 3) & 3;
95 if (ID == 1) {
317 bits.skipBits(3); // ID, layer
  /frameworks/base/media/java/android/media/
TimedText.java 183 * ID of the font. This ID will be used to choose the font
218 * @param fontId the ID of the font.
240 * Helper class to hold the font ID and name.
246 * The font ID
248 public final int ID;
257 * @param id the font ID.
260 public Font(int id, String name) {
261 this.ID = id
598 int id = parcel.readInt(); local
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
IdentityHashMapTest.java 37 private static final String ID = "hello";
443 map.put(ID, "world");
  /packages/apps/Contacts/src/com/android/contacts/editor/
AggregationSuggestionEngine.java 65 return "ID: " + rawContactId + " account: " + accountType + "/" + accountName
83 return "ID: " + contactId + " rawContacts: " + rawContacts + " name: " + name
285 public static final int ID = 0;
422 long dataId = mDataCursor.getLong(DataQuery.ID);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DeviceView.java 78 public static final String ID = "com.android.ide.eclipse.ddms.views.DeviceView"; //$NON-NLS-1$
OldLogCatView.java 64 public static final String ID = "com.android.ide.eclipse.ddms.views.OldLogCatView"; //$NON-NLS-1$
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar 
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
RemoteDebugEventSocketListener.java 128 public int ID;
135 public ProxyTree(int ID, int type, int line, int charPos, int tokenIndex, String text) {
136 this.ID = ID;
144 public ProxyTree(int ID) { this.ID = ID; }
377 int ID = Integer.parseInt(elements[1]);
381 ProxyTree node = new ProxyTree(ID, type, -1, -1, -1, text);
385 int ID = Integer.parseInt(elements[1])
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCTP.java 10 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "VAR_DEF", "ARG_DEF", "FUNC_HDR", "FUNC_DECL", "FUNC_DEF", "BLOCK", "ID", "EQ", "INT", "FOR", "INT_TYPE", "CHAR", "VOID", "EQEQ", "LT", "PLUS", "WS", "';'", "'('", "','", "')'", "'{'", "'}'"
25 public static final int ID=10;
241 // SimpleCTP.g:22:1: declarator : ID ;
244 // SimpleCTP.g:23:5: ( ID )
245 // SimpleCTP.g:23:9: ID
247 match(input,ID,FOLLOW_ID_in_declarator137);
264 // SimpleCTP.g:26:1: functionHeader : ^( FUNC_HDR type ID ( formalParameter )+ ) ;
267 // SimpleCTP.g:27:5: ( ^( FUNC_HDR type ID ( formalParameter )+ ) )
268 // SimpleCTP.g:27:9: ^( FUNC_HDR type ID ( formalParameter )+ )
278 match(input,ID,FOLLOW_ID_in_functionHeader162);
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCTP.java 10 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "VAR_DEF", "ARG_DEF", "FUNC_HDR", "FUNC_DECL", "FUNC_DEF", "BLOCK", "ID", "EQ", "INT", "FOR", "INT_TYPE", "CHAR", "VOID", "EQEQ", "LT", "PLUS", "WS", "';'", "'('", "','", "')'", "'{'", "'}'"
25 public static final int ID=10;
241 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:22:1: declarator : ID ;
244 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:23:5: ( ID )
245 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:23:9: ID
247 match(input,ID,FOLLOW_ID_in_declarator137);
264 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:26:1: functionHeader : ^( FUNC_HDR type ID ( formalParameter )+ ) ;
267 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:27:5: ( ^( FUNC_HDR type ID ( formalParameter )+ ) )
268 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:27:9: ^( FUNC_HDR type ID ( formalParameter )+ )
278 match(input,ID,FOLLOW_ID_in_functionHeader162);
    [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 81 /// \brief Map that provides the ID numbers of each type within the
84 /// The ID numbers of types are consecutive (in order of discovery)
86 /// stored in the stream, the ID number is shifted by 2 bits to
143 /// \brief The first ID number we can use for our own declarations.
146 /// \brief The decl ID that will be assigned to the next new decl.
149 /// \brief Map that provides the ID numbers of each declaration within
152 /// The ID numbers of declarations are consecutive (in order of
158 /// the declaration's ID.
179 /// \brief The first ID number we can use for our own types.
182 /// \brief The type ID that will be assigned to the next new type
    [all...]
  /external/clang/lib/AST/
StmtProfile.cpp 27 llvm::FoldingSetNodeID &ID;
32 StmtProfiler(llvm::FoldingSetNodeID &ID, const ASTContext &Context,
34 : ID(ID), Context(Context), Canonical(Canonical) { }
71 ID.AddInteger(S->getStmtClass());
76 ID.AddInteger(0);
163 ID.AddBoolean(S->isVolatile());
164 ID.AddBoolean(S->isSimple());
166 ID.AddInteger(S->getNumOutputs());
168 ID.AddString(S->getOutputName(I))
    [all...]
  /external/clang/lib/Basic/
SourceManager.cpp 185 // Otherwise, assign this the next available ID.
283 /// getLineTableFilenameID - Return the uniqued ID for the specified filename.
311 LineTable->AddLineNote(LocInfo.first.ID, LocInfo.second, LineNo, FilenameID);
356 LineTable->AddLineNote(LocInfo.first.ID, LocInfo.second, LineNo, FilenameID,
501 int ID = LoadedSLocEntryTable.size();
502 return std::make_pair(-ID - 1, CurrentLoadedOffset);
699 if (LastFileIDLookup.ID < 0 ||
700 LocalSLocEntryTable[LastFileIDLookup.ID].getOffset() < SLocOffset) {
705 I = LocalSLocEntryTable.begin()+LastFileIDLookup.ID;
786 int LastID = LastFileIDLookup.ID;
    [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp 36 if (Unresolved.Id.empty()) {
42 Module *Context = lookupModuleUnqualified(Unresolved.Id[0].first, Mod);
45 Diags->Report(Unresolved.Id[0].second,
47 << Unresolved.Id[0].first << Mod->getFullModuleName();
53 for (unsigned I = 1, N = Unresolved.Id.size(); I != N; ++I) {
54 Module *Sub = lookupModuleQualified(Unresolved.Id[I].first,
58 Diags->Report(Unresolved.Id[I].second,
60 << Unresolved.Id[I].first << Context->getFullModuleName()
61 << SourceRange(Unresolved.Id[0].second, Unresolved.Id[I-1].second)
    [all...]
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_cipher.h 321 /** internal ID */
322 unsigned char ID;
830 int find_cipher_id(unsigned char ID);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
bugTools.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/services/bugzilla/
UpdateBugStateTask.java 65 private static final String HTTPS_BUGS_ECLIPSE_ORG_BUGS_SHOW_BUG_CGI_ID = "https://bugs.eclipse.org/bugs/show_bug.cgi?id="; //$NON-NLS-1$
97 private static final String ID = "id"; //$NON-NLS-1$
115 private static final String BUGID_REGEX = "<bz:id(?: nc:parseType=\"Integer\")>(\\d+)</bz:id>"; //$NON-NLS-1$
429 args.put(ID, new Integer(bugID));
451 String url = HTTPS_BUGS_ECLIPSE_ORG_BUGS_SHOW_BUG_CGI_ID + urlEncode(args.get(ID).toString()) + CTYPE_XML;
548 System.out.println(Messages.getString("UpdateBugStateTask.ignoreBug") + SP + args.get(ID).toString() + SP + //$NON-NLS-1$
  /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/libpcap/
tokdefs.h 78 ID = 304,
182 #define ID 304
  /external/llvm/include/llvm/ADT/
ImmutableSet.h 305 FoldingSetNodeID ID;
306 ImutInfo::Profile(ID,V);
307 digest += ID.ComputeHash();
823 static inline void Profile(FoldingSetNodeID& ID, value_type_ref X) {
824 FoldingSetTrait<T>::Profile(X,ID);
834 static inline void Profile(FoldingSetNodeID& ID, value_type_ref X) {
835 ID.AddInteger(X);
862 static inline void Profile(FoldingSetNodeID &ID, value_type_ref X) {
863 ID.AddPointer(X);
    [all...]
  /external/llvm/include/llvm/Analysis/
Dominators.h 714 static char ID; // Pass ID, replacement for typeid
717 DominatorTree() : FunctionPass(ID) {

Completed in 902 milliseconds

<<11121314151617181920>>