HomeSort by relevance Sort by last modified time
    Searched refs:Id (Results 126 - 150 of 543) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/
test_encryption.py 34 "Id":"PutObjPolicy",
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 310 /// \brief Global (loaded or local) ID for a preprocessed entity.
320 int ID;
321 explicit PPEntityID(int ID) : ID(ID) {}
324 PPEntityID() : ID(0) {}
337 /// \brief Retrieve the preprocessed entity at the given ID.
414 PPEntityID ID = Self->getPPEntityID(Index, isLoaded);
415 return Self->getPreprocessedEntity(ID);
489 void MacroExpands(const Token &Id, const MacroDefinition &MD
    [all...]
  /external/clang/test/SemaTemplate/
alias-church-numerals.cpp 8 template<typename T> using Id = T;
  /external/libnfc-nxp/src/
phFriNfc_NdefRecord.h 74 #define PH_FRINFC_NDEFRECORD_TNF_EMPTY ((uint8_t)0x00) /**< Empty Record, no type, ID or payload present. */
97 #define PH_FRINFC_NDEFRECORD_FLAGS_IL ((uint8_t)0x08) /**< The ID Length Field is present. */
114 #define PH_FRINFC_NDEFRECORD_BUF_TNF_VALUE ((uint8_t)0x00) /** \internal If TNF = Empty, Unknown and Unchanged, the id, type and payload length is ZERO */
182 * The length of the ID field. See \ref phFriNfc_NdefRecord_t::Flags .
184 * \li \b Extraction: If the IL flag indicates that an ID field is present this
187 * \li \b Composition: If the caller specifies via IL that an ID field is present
188 * the length of the ID has to be specified in this member.
194 * Record ID: This is a buffer holding the ID
199 * \li \b Extraction: If the record holds an ID (IL Flag) the function sets the pointer to th
    [all...]
  /external/mesa3d/src/mesa/main/
condrender.c 74 ASSERT(q->Id == queryId);
  /frameworks/base/tools/aapt2/
Format.proto 58 optional uint32 id = 1;
75 optional uint32 id = 1;
98 optional uint32 id = 2;
103 message Id {
191 optional Id id = 5;
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
install_data.py 8 __revision__ = "$Id$"
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/sax/
handler.py 9 $Id$
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
install_data.py 8 __revision__ = "$Id$"
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/sax/
handler.py 9 $Id$
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install_data.py 8 __revision__ = "$Id$"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
handler.py 9 $Id$
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install_data.py 8 __revision__ = "$Id$"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
handler.py 9 $Id$
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbgeng.h 102 ULONG Id;
121 STDMETHOD(GetId)(THIS_ PULONG Id) PURE;
135 STDMETHOD(GetMatchThreadId)(THIS_ PULONG Id) PURE;
216 STDMETHOD(GetRunningProcessSystemIdByExecutableName)(THIS_ ULONG64 Server,PCSTR ExeName,ULONG Flags,PULONG Id) PURE;
287 STDMETHOD(GetRunningProcessSystemIdByExecutableName)(THIS_ ULONG64 Server,PCSTR ExeName,ULONG Flags,PULONG Id) PURE;
349 STDMETHOD(GetRunningProcessSystemIdByExecutableName)(THIS_ ULONG64 Server,PCSTR ExeName,ULONG Flags,PULONG Id) PURE;
395 STDMETHOD(GetRunningProcessSystemIdByExecutableNameWide)(THIS_ ULONG64 Server,PCWSTR ExeName,ULONG Flags,PULONG Id) PURE;
414 STDMETHOD(GetRunningProcessSystemIdByExecutableName)(THIS_ ULONG64 Server,PCSTR ExeName,ULONG Flags,PULONG Id) PURE;
460 STDMETHOD(GetRunningProcessSystemIdByExecutableNameWide)(THIS_ ULONG64 Server,PCWSTR ExeName,ULONG Flags,PULONG Id) PURE;
    [all...]
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugFrame.cpp 452 uint64_t Id;
470 // The Id field's size depends on the DWARF format
471 Id = Data.getUnsigned(&Offset, IsDWARF64 ? 8 : 4);
472 bool IsCIE = ((IsDWARF64 && Id == DW64_CIE_ID) || Id == DW_CIE_ID);
492 uint64_t CIEPointer = Id;
  /external/clang/lib/Frontend/Rewrite/
InclusionRewriter.cpp 33 FileID Id;
35 IncludedFile(FileID Id, SrcMgr::CharacteristicKind FileType)
36 : Id(Id), FileType(FileType) {}
150 FileID Id = FullSourceLoc(Loc, SM).getFileID();
152 LastInclusionLocation.getRawEncoding(), IncludedFile(Id, NewFileType)));
457 if (Process(Inc->Id, Inc->FileType)) {
  /external/clang/lib/AST/
DeclTemplate.cpp 173 llvm::FoldingSetNodeID ID;
174 EntryType::Profile(ID,Args, getASTContext());
175 EntryType *Entry = Specs.FindNodeOrInsertPos(ID, InsertPos);
266 unsigned ID) {
267 return new (C, ID) FunctionTemplateDecl(C, nullptr, SourceLocation(),
347 unsigned ID) {
348 return new (C, ID) ClassTemplateDecl(C, nullptr, SourceLocation(),
494 unsigned D, unsigned P, IdentifierInfo *Id,
497 new (C, DC) TemplateTypeParmDecl(DC, KeyLoc, NameLoc, Id, Typename);
504 TemplateTypeParmDecl::CreateDeserialized(const ASTContext &C, unsigned ID) {
    [all...]
  /external/webrtc/webrtc/modules/audio_device/
audio_device_impl.cc 72 int32_t id, AudioDeviceModule::AudioLayer audioLayer) {
73 return AudioDeviceModuleImpl::Create(id, audioLayer);
84 AudioDeviceModule* AudioDeviceModuleImpl::Create(const int32_t id,
89 new RefCountImpl<AudioDeviceModuleImpl>(id, audioLayer);
126 AudioDeviceModuleImpl::AudioDeviceModuleImpl(const int32_t id, const AudioLayer audioLayer) :
132 _id(id),
139 WEBRTC_TRACE(kTraceMemory, kTraceAudioDevice, id, "%s created", __FUNCTION__);
196 ptrAudioDevice = new AudioDeviceDummy(Id());
199 ptrAudioDevice = FileAudioDeviceFactory::CreateFileAudioDevice(Id());
216 ptrAudioDevice = new AudioDeviceWindowsWave(Id());
    [all...]
  /external/clang/lib/Basic/
Module.cpp 233 static void printModuleId(raw_ostream &OS, const ModuleId &Id) {
234 for (unsigned I = 0, N = Id.size(); I != N; ++I) {
237 OS << Id[I].first;
420 printModuleId(OS, UnresolvedExports[I].Id);
422 if (UnresolvedExports[I].Id.empty())
457 printModuleId(OS, UnresolvedConflicts[I].Id);
511 unsigned ID = V.M->getVisibilityID();
512 if (ImportLocs.size() <= ID)
513 ImportLocs.resize(ID + 1);
514 else if (ImportLocs[ID].isValid()
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
swigp4.ml 3 module Id : Sig.Id =
124 | c = expr ; "as" ; id = LIDENT -> <:expr< $lid:"get_" ^ id$ $c$ >>
125 | c = expr ; "to" ; id = LIDENT -> <:expr< $uid:"C_" ^ id$ $c$ >>
135 module M = Register.OCamlSyntaxExtension(Id)(Make)
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 612 if (IdentifierInfo *Id = Name.getAsIdentifierInfo())
613 return Id->getName();
615 if (IdentifierInfo *Id
617 return Id->getName();
  /external/libvorbis/lib/
lookups.pl 16 last mod: $Id: lookups.pl 13293 2007-07-24 00:09:47Z xiphmont $
  /external/v8/src/compiler/
schedule.cc 15 BasicBlock::BasicBlock(Zone* zone, Id id)
30 id_(id) {}
123 std::ostream& operator<<(std::ostream& os, const BasicBlock::Id& id) {
124 return os << id.ToSize();
140 if (node->id() < static_cast<NodeId>(nodeid_to_block_.size())) {
141 return nodeid_to_block_[node->id()];
148 if (node->id() >= nodeid_to_block_.size()) return false;
149 return nodeid_to_block_[node->id()] != nullptr
    [all...]
  /external/v8/src/debug/
debug-evaluate.h 25 static MaybeHandle<Object> Local(Isolate* isolate, StackFrame::Id frame_id,

Completed in 857 milliseconds

1 2 3 4 56 7 8 91011>>