HomeSort by relevance Sort by last modified time
    Searched defs:ID (Results 576 - 600 of 1021) sorted by null

<<21222324252627282930>>

  /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...]
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_agps.h 262 void informStatus(AgpsRsrcStatus status, int ID) const;
271 const uint32_t ID;
273 inline Subscriber(const int id,
275 ID(id), mStateMachine(stateMachine) {}
284 { return ID == s->ID; }
296 // either has my id, or has a broadcast id.
318 { v4 = ID; memcpy(v6, mIPv6Addr, sizeof(mIPv6Addr));
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng_agps.h 262 void informStatus(AgpsRsrcStatus status, int ID) const;
271 const uint32_t ID;
273 inline Subscriber(const int id,
275 ID(id), mStateMachine(stateMachine) {}
284 { return ID == s->ID; }
296 // either has my id, or has a broadcast id.
318 { v4 = ID; memcpy(v6, mIPv6Addr, sizeof(mIPv6Addr));
    [all...]
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_agps.h 262 void informStatus(AgpsRsrcStatus status, int ID) const;
271 const uint32_t ID;
273 inline Subscriber(const int id,
275 ID(id), mStateMachine(stateMachine) {}
283 { return ID == s->ID; }
295 // either has my id, or has a broadcast id.
317 { v4 = ID; memcpy(v6, mIPv6Addr, sizeof(mIPv6Addr));
    [all...]
  /hardware/qcom/gps/msm8974/loc_api/libloc_api_50001/
loc_eng_agps.h 262 void informStatus(AgpsRsrcStatus status, int ID) const;
271 const uint32_t ID;
273 inline Subscriber(const int id,
275 ID(id), mStateMachine(stateMachine) {}
284 { return ID == s->ID; }
296 // either has my id, or has a broadcast id.
318 { v4 = ID; memcpy(v6, mIPv6Addr, sizeof(mIPv6Addr));
    [all...]
  /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
284 public static final int ID = 0;
425 long dataId = mDataCursor.getLong(DataQuery.ID);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorChanSat.java 45 public static final int ID = R.id.editorChanSat;
78 super(ID, R.layout.filtershow_default_editor, R.id.basicEditor);
99 mButton = (SwapButton) accessoryViewList.findViewById(R.id.applyEffect);
190 mMainBar = (SeekBar) controls.findViewById(R.id.mainSeekbar);
193 mMainValue = (TextView) controls.findViewById(R.id.mainValue);
194 mRedBar = (SeekBar) controls.findViewById(R.id.redSeekBar);
197 mRedValue = (TextView) controls.findViewById(R.id.redValue);
198 mYellowBar = (SeekBar) controls.findViewById(R.id.yellowSeekBar)
    [all...]
EditorGrad.java 47 public static final int ID = R.id.editorGrad;
60 super(ID, R.layout.filtershow_grad_editor, R.id.gradEditor);
114 Button view = (Button) accessoryViewList.findViewById(R.id.applyEffect);
137 MenuItem item = mPopupMenu.getMenu().findItem(R.id.editor_grad_brightness);
148 mSeekBar = (SeekBar) editControl.findViewById(R.id.primarySeekBar);
157 mAdapters[0] = new ParamAdapter(R.id.gradContrastSeekBar, R.id.gradContrastValue,
159 mAdapters[1] = new ParamAdapter(R.id.gradBrightnessSeekBar, R.id.gradBrightnessValue
    [all...]
EditorVignette.java 40 public static final int ID = R.id.vignetteEditor;
72 super(ID, R.layout.filtershow_vignette_editor, R.id.imageVignette);
157 mButton = (SwapButton) accessoryViewList.findViewById(R.id.applyEffect);
210 mVignetteBar = (SeekBar) controls.findViewById(R.id.mainVignetteSeekbar);
213 mVignetteValue = (TextView) controls.findViewById(R.id.mainVignetteValue);
214 mExposureBar = (SeekBar) controls.findViewById(R.id.exposureSeekBar);
217 mExposureValue = (TextView) controls.findViewById(R.id.exposureValue);
218 mSaturationBar = (SeekBar) controls.findViewById(R.id.saturationSeekBar)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/
CommonXmlEditor.java 63 public static final String ID = AdtConstants.EDITORS_NAMESPACE + ".CommonXmlEditor"; //$NON-NLS-1$
111 // Adjust the default file editor ID
114 String id = file_desc == null ? null : file_desc.getId(); local
115 boolean mustChange = id != null &&
116 !id.equals(ID) &&
117 id.startsWith(AdtConstants.EDITORS_NAMESPACE);
119 // Maybe this was opened by a manual Open With with a legacy ID?
120 id = site.getId();
121 mustChange = id != null &
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestEditor.java 69 public static final String ID = AdtConstants.EDITORS_NAMESPACE + ".manifest.ManifestEditor"; //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
OldLogCatView.java 64 public static final String ID = "com.android.ide.eclipse.ddms.views.OldLogCatView"; //$NON-NLS-1$
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jar 
  /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/ASTMatchers/
ASTMatchersInternal.h 65 /// \brief Adds \c Node to the map with key \c ID.
68 void addNode(StringRef ID, const ast_type_traits::DynTypedNode& DynNode) {
69 NodeMap[ID] = DynNode;
72 /// \brief Returns the AST node bound to \c ID.
74 /// Returns NULL if there was no node bound to \c ID or if there is a node but
77 const T *getNodeAs(StringRef ID) const {
78 IDToNodeMap::const_iterator It = NodeMap.find(ID);
85 ast_type_traits::DynTypedNode getNode(StringRef ID) const {
86 IDToNodeMap::const_iterator It = NodeMap.find(ID);
126 /// nodes from the Id matcher
    [all...]
  /external/clang/include/clang/Frontend/
ASTUnit.h 76 unsigned ID;
290 /// \brief A list of the serialization ID numbers for each of the top-level
588 /// \brief Add a new top-level declaration, identified by its ID in
    [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 88 /// \brief Map that provides the ID numbers of each type within the
91 /// The ID numbers of types are consecutive (in order of discovery)
93 /// stored in the stream, the ID number is shifted by 2 bits to
161 /// \brief The first ID number we can use for our own declarations.
164 /// \brief The decl ID that will be assigned to the next new decl.
167 /// \brief Map that provides the ID numbers of each declaration within
170 /// The ID numbers of declarations are consecutive (in order of
176 /// the declaration's ID.
196 /// \brief The first ID number we can use for our own types.
199 /// \brief The type ID that will be assigned to the next new type
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 56 ObjCContainerDecl::getIvarDecl(IdentifierInfo *Id) const {
57 lookup_result R = lookup(Id);
112 if (const ObjCInterfaceDecl *ID = dyn_cast<ObjCInterfaceDecl>(this)) {
115 for (const auto *Cat : ID->visible_categories()) {
134 for (const auto *Proto : ID->all_referenced_protocols())
139 ObjCInterfaceDecl *OSC = ID->getSuperClass();
482 ObjCIvarDecl *ObjCInterfaceDecl::lookupInstanceVariable(IdentifierInfo *ID,
493 if (ObjCIvarDecl *I = ClassDecl->getIvarDecl(ID)) {
499 if (ObjCIvarDecl *I = Ext->getIvarDecl(ID)) {
653 ObjCMethodDecl *ObjCMethodDecl::CreateDeserialized(ASTContext &C, unsigned ID) {
    [all...]
  /external/clang/lib/Basic/
VirtualFileSystem.cpp 988 unsigned ID = ++UID;
991 return UniqueID(std::numeric_limits<uint64_t>::max(), ID);
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 497 llvm::FoldingSetNodeID ID;
498 CGFunctionInfo::Profile(ID, instanceMethod, chainCall, info, required,
502 CGFunctionInfo *FI = FunctionInfos.FindNodeOrInsertPos(ID, insertPos);
    [all...]
  /external/clang/lib/Format/
Format.cpp 598 FormatTokenLexer(SourceManager &SourceMgr, FileID ID, FormatStyle &Style,
602 SourceMgr(SourceMgr), ID(ID), Style(Style),
605 Lex.reset(new Lexer(ID, SourceMgr.getBuffer(ID), SourceMgr,
    [all...]

Completed in 316 milliseconds

<<21222324252627282930>>