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

1 2 3 4 5 67 8 91011>>

  /external/webrtc/webrtc/modules/video_render/
video_render_impl.h 31 ModuleVideoRenderImpl(const int32_t id,
51 * Returns module id
53 int32_t Id();
  /frameworks/base/tools/aapt2/
ValueVisitor.h 38 virtual void visit(Id* value) { visitItem(value); }
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
bdist.py 6 __revision__ = "$Id$"
bdist_dumb.py 7 __revision__ = "$Id$"
build.py 5 __revision__ = "$Id$"
build_scripts.py 5 __revision__ = "$Id$"
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
bdist.py 6 __revision__ = "$Id$"
bdist_dumb.py 7 __revision__ = "$Id$"
build.py 5 __revision__ = "$Id$"
build_scripts.py 5 __revision__ = "$Id$"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist.py 6 __revision__ = "$Id$"
bdist_dumb.py 7 __revision__ = "$Id$"
build.py 5 __revision__ = "$Id$"
build_scripts.py 5 __revision__ = "$Id$"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist.py 6 __revision__ = "$Id$"
bdist_dumb.py 7 __revision__ = "$Id$"
build.py 5 __revision__ = "$Id$"
build_scripts.py 5 __revision__ = "$Id$"
  /external/llvm/lib/Target/WebAssembly/
Relooper.cpp 82 void AddBlock(Block *New, int Id = -1);
92 static char ID;
93 RelooperAnalysis() : FunctionPass(ID) {}
104 char RelooperAnalysis::ID = 0;
164 : Parent(nullptr), Id(-1), IsCheckedMultipleEntry(false) {
187 ShapeIdCounter(0) { // block ID 0 is reserved for clearings
197 void RelooperAlgorithm::AddBlock(Block *New, int Id) {
198 New->Id = Id == -1 ? BlockIdCounter++ : Id;
    [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp 704 IdentifierInfo *Id,
713 DeductType = BuildReferenceType(DeductType, true, Loc, Id);
721 /*VarDecl*/nullptr, DeclarationName(Id), DeductType, TSI,
732 InitializedEntity::InitializeLambdaCapture(Id, DeducedType, Loc);
767 IdentifierInfo *Id,
776 Loc, Id, InitCaptureType, TSI, SC_Auto);
    [all...]
  /external/autotest/client/tests/kvm/deps/
whql_delete_machine_15.cs 72 script.DeleteResource(machine.Id);
  /external/clang/include/clang/Basic/
Module.h 96 /// The ID used when referencing this module within a VisibleModuleSet.
241 ModuleId Id;
285 /// \brief The (unresolved) module id.
286 ModuleId Id;
292 /// \brief The list of conflicts for which the module-id has not yet been
  /external/curl/packages/vms/
curl_startup.com 3 $! $Id$
make_pcsi_curl_kit_name.com 3 $! $Id$
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DataDrivenNumberFormatTestSuite.java 33 * Returns the ID of the code under test. This ID is used to identify
39 public Character Id() {
140 Character codeUnderTestIdObj = codeUnderTest.Id();

Completed in 283 milliseconds

1 2 3 4 5 67 8 91011>>