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

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
file_util.py 6 __revision__ = "$Id$"
spawn.py 9 __revision__ = "$Id$"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
textwrap.py 8 __revision__ = "$Id$"
  /system/extras/simpleperf/
event_fd.cpp 89 uint64_t EventFd::Id() const {
93 id_ = counter.id;
  /external/clang/lib/Sema/
SemaExprMember.cpp 125 // An id-expression that denotes a non-static data member or non-static
128 // - if that id-expression denotes a non-static data member and it
169 // if name lookup (3.4.1) resolves the name in the id-expression to a
505 // ... In these cases, the id-expression shall name a
625 // If the member name was a qualified-id, look into the
    [all...]
  /external/clang/lib/AST/
NSAPI.cpp 520 bool NSAPI::isMacroDefined(StringRef Id) const {
522 return Ctx.Idents.get(Id).hasMacroDefinition();
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 57 #define SPECIFIC_MATCHER_OVERLOAD(name, Id) \
58 static_cast< ::clang::ast_matchers::name##_Type##Id>( \
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector2.cc 32 struct Id {
33 u32 id; member in struct:__sanitizer::Id
36 explicit Id(u32 id = 0, u32 seq = 0)
37 : id(id)
43 u32 id; member in struct:__sanitizer::Link
49 explicit Link(u32 id = 0, u32 seq = 0, u32 tid = 0, u32 s0 = 0, u32 s1 = 0)
50 : id(id)
67 u32 id; member in struct:__sanitizer::ThreadMutex
176 u32 id = -1; local
    [all...]
  /external/curl/packages/vms/
build_gnv_curl_pcsi_text.com 3 $! $Id$
clean_gnv_curl.com 3 $! $Id$
stage_curl_install.com 3 $! $Id$
  /external/libvorbis/doc/
09-helper.tex 3 % $Id$
Vorbis_I_spec.tex 1 % $Id$
  /external/llvm/lib/CodeGen/
ScheduleDAG.cpp 485 int Id = DAGSize;
490 Allocate(SU->NodeNum, --Id);
  /external/llvm/lib/DebugInfo/PDB/
PDBExtras.cpp 269 raw_ostream &llvm::operator<<(raw_ostream &OS, const PDB_UniqueId &Id) {
273 ArrayRef<uint8_t> GuidBytes(reinterpret_cast<const uint8_t*>(&Id), 16);
  /external/llvm/lib/IR/
IRBuilder.cpp 238 /// Create a call to a Masked intrinsic, with given intrinsic Id,
240 CallInst *IRBuilderBase::CreateMaskedIntrinsic(Intrinsic::ID Id,
246 Value *TheFn = Intrinsic::getDeclaration(M, Id, OverloadedTypes);
252 getStatepointArgs(IRBuilderBase &B, uint64_t ID, uint32_t NumPatchBytes,
257 Args.push_back(B.getInt64(ID));
274 IRBuilderBase *Builder, uint64_t ID, uint32_t NumPatchBytes,
291 getStatepointArgs(*Builder, ID, NumPatchBytes, ActualCallee, Flags,
297 uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee,
301 this, ID, NumPatchBytes, ActualCallee, uint32_t(StatepointFlags::None)
    [all...]
  /external/mesa3d/src/mesa/main/
queryobj.c 44 * \param id - the new object's ID
48 _mesa_new_query_object(struct gl_context *ctx, GLuint id)
53 q->Id = id;
252 _mesa_IsQueryARB(GLuint id)
258 _mesa_debug(ctx, "glIsQuery(%u)\n", id);
260 if (id && _mesa_lookup_query_object(ctx, id))
288 _mesa_BeginQueryIndexed(GLenum target, GLuint index, GLuint id)
    [all...]
  /external/opencv3/modules/calib3d/src/
p3p.cpp 336 double Id[16] = {1., 0., 0., 0.,
341 memcpy(U, Id, 16 * sizeof(double));
  /external/antlr/antlr-3.4/runtime/Python/
xmlrunner.py 8 __revision__ = "$Id: /private/python/stdlib/xmlrunner.py 16654 2007-11-12T12:46:35.368945Z srittau $"
31 (self._class, self._method) = test.id().rsplit(".", 1)
  /external/bison/src/
scan-code.l 29 #define FLEX_PREFIX(Id) code_ ## Id
78 /* POSIX says that a tag must be both an id and a C union member, but
89 scan-gram.l "letter" and "id". */
91 id {letter}({letter}|[-0-9])*
92 ref -?[0-9]+|{id}|"["{id}"]"|"$"
317 /* Matched symbol id and loc. */
318 uniqstr id;
383 variant_add (uniqstr id, location id_loc, unsigned symbol_index
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_queryobj.c 223 brw_new_query_object(struct gl_context *ctx, GLuint id)
229 query->Base.Id = id;
  /external/v8/src/runtime/
runtime-liveedit.cc 268 StackFrame::Id id = isolate->debug()->break_frame_id(); local
269 if (id == StackFrame::NO_ID) {
274 JavaScriptFrameIterator it(isolate, id);
  /external/webrtc/webrtc/modules/audio_device/win/
audio_device_core_win.h 85 AudioDeviceWindowsCore(const int32_t id);
242 int32_t Id() {return _id;}
audio_device_wave_win.h 44 AudioDeviceWindowsWave(const int32_t id);
167 int32_t Id() {return _id;}
  /frameworks/base/tools/aapt2/test/
Builders.h 43 ResourceTableBuilder& setPackageId(const StringPiece16& packageName, uint8_t id) {
44 ResourceTablePackage* package = mTable->createPackage(packageName, id);
49 ResourceTableBuilder& addSimple(const StringPiece16& name, const ResourceId id = {}) {
50 return addValue(name, id, util::make_unique<Id>());
57 ResourceTableBuilder& addReference(const StringPiece16& name, const ResourceId id,
59 return addValue(name, id, util::make_unique<Reference>(parseNameOrDie(ref)));
66 ResourceTableBuilder& addString(const StringPiece16& name, const ResourceId id,
68 return addValue(name, id, util::make_unique<String>(mTable->stringPool.makeRef(str)));
71 ResourceTableBuilder& addString(const StringPiece16& name, const ResourceId id,
    [all...]

Completed in 2173 milliseconds

<<11121314151617181920>>