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

12 3 4 5 6 7 8 91011>>

  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.elab/
p2-0x.cpp 8 template<typename T> using Id = T; // expected-note {{declared here}}
19 template struct Y<Id>; // expected-note {{requested here}}
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIALineNumber.cpp 63 DWORD Id = 0;
64 return (S_OK == LineNumber->get_sourceFileId(&Id)) ? Id : 0;
68 DWORD Id = 0;
69 return (S_OK == LineNumber->get_compilandId(&Id)) ? Id : 0;
DIASourceFile.cpp 35 DWORD Id;
36 return (S_OK == SourceFile->get_uniqueId(&Id)) ? Id : 0;
  /frameworks/base/tools/aapt2/
ResourceTable_test.cpp 37 test::ValueBuilder<Id>().setSource("test.xml", 21u).build(),
43 test::ValueBuilder<Id>().setSource("test.xml", 21u).build(),
50 EXPECT_TRUE(table.addResource(test::parseNameOrDie(u"@android:attr/id"),
53 test::ValueBuilder<Id>()
57 ASSERT_NE(nullptr, test::getValue<Id>(&table, u"@android:attr/id"));
71 test::ValueBuilder<Id>().setSource("test/path/file.xml", 10u).build(),
75 test::parseNameOrDie(u"@android:attr/id"),
78 test::ValueBuilder<Id>().setSource("test/path/file.xml", 12u).build(),
85 test::ValueBuilder<Id>().setSource("test/path/file.xml", 14u).build()
    [all...]
  /frameworks/base/tools/aapt2/split/
TableSplitter_test.cpp 55 EXPECT_NE(nullptr, test::getValue<Id>(table.get(), u"@android:string/one"));
63 util::make_unique<Id>(),
66 util::make_unique<Id>(),
69 util::make_unique<Id>(),
85 EXPECT_EQ(nullptr, test::getValueForConfig<Id>(&table, u"@android:string/foo",
87 EXPECT_EQ(nullptr, test::getValueForConfig<Id>(&table, u"@android:string/foo",
89 EXPECT_EQ(nullptr, test::getValueForConfig<Id>(&table, u"@android:string/foo",
92 EXPECT_NE(nullptr, test::getValueForConfig<Id>(splitOne, u"@android:string/foo",
94 EXPECT_EQ(nullptr, test::getValueForConfig<Id>(splitOne, u"@android:string/foo",
96 EXPECT_EQ(nullptr, test::getValueForConfig<Id>(splitOne, u"@android:string/foo"
    [all...]
  /external/webrtc/talk/app/webrtc/
statstypes.h 81 // Estimation, which is global per-session. The |id| field is "bweforvideo"
86 // The |id| field is the SSRC in decimal form of the rtp stream.
94 // track. The |id| field is the track id.
99 // by candidate id. The string value is taken from
105 // transmitted by one of the endpoints of this connection. The |id| is
231 // Users of IdBase will be using the Id typedef, which is compatible with
241 // Protected since users of the IdBase type will be using the Id typedef.
250 typedef rtc::scoped_refptr<IdBase> Id;
260 kId, // Id
348 const Id& id() const { return id_; } function in class:webrtc::StatsReport
    [all...]
statstypes.cc 45 // The id of StatsReport of type kStatsReportTypeBwe.
90 TypedId(StatsReport::StatsType type, const std::string& id)
91 : StatsReport::IdBase(type), id_(id) {}
108 TypedIntId(StatsReport::StatsType type, int id)
109 : StatsReport::IdBase(type), id_(id) {}
128 IdWithDirection(StatsReport::StatsType type, const std::string& id,
130 : TypedId(type, id), direction_(direction) {}
150 CandidateId(bool local, const std::string& id)
154 id) {
258 StatsReport::Value::Value(StatsValueName name, const Id& value
    [all...]
  /system/core/adb/
shell_service.h 46 // if (p->ReadPacket() && p->id() == kIdStdout) {
52 enum Id : uint8_t {
91 // Returns the ID of the packet in the buffer.
92 int id() const { return buffer_[0]; } function in class:ShellProtocol
100 bool Write(Id id, size_t length);
111 // Header is 1 byte ID + 4 bytes length.
112 kHeaderSize = sizeof(Id) + sizeof(length_t)
  /external/guice/extensions/persist/test/com/google/inject/persist/jpa/
JpaParentTestEntity.java 24 import javax.persistence.Id;
36 private Long id; field in class:JpaParentTestEntity
39 @Id
42 return id;
45 public void setId(Long id) {
46 this.id = id;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddkbd.h 105 #define ENHANCED_KEYBOARD(Id) ((Id).Type == 2 || (Id).Type == 4 || FAREAST_KEYBOARD(Id))
106 #define FAREAST_KEYBOARD(Id) ((Id).Type == 7 || (Id).Type == 8)
evntprov.h 57 USHORT Id;
84 USHORT Id;
189 USHORT Id,
197 EventDescriptor->Id = Id;
219 return (EventDescriptor->Id);
274 USHORT Id)
276 EventDescriptor->Id = Id;
  /external/llvm/utils/TableGen/
CTagsEmitter.cpp 31 const std::string *Id;
35 : Id(&Name), Loc(Location) {}
36 int operator<(const Tag &B) const { return *Id < *B.Id; }
42 OS << *Id << "\t" << BufferName << "\t" << LineAndColumn.first << "\n";
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
PacketDispatcher.java 53 * - begCommandIdForTrace defines starting command ID for trace
54 * (the first command has ID=1, the second - ID=2 and so on).
60 * according to request ID value:
64 * by this specified request ID value;
206 // set first command id to 1
211 * Gets the next new id for a command.
232 // obtain the current command id
233 Integer Id = new Integer(replyPacket.getId());
235 // obtain the current command packet by command id
    [all...]
  /external/clang/include/clang/Tooling/
RefactoringCallbacks.h 21 // Finder.AddMatcher(id("integer", expression(integerLiteral())), Callback);
74 /// \brief Replace an if-statement bound to \c Id with the outdented text of its
79 ReplaceIfStmtWithItsBody(StringRef Id, bool PickTrueBranch);
83 std::string Id;
  /external/ppp/pppd/plugins/radius/etc/
dictionary.compat 4 ATTRIBUTE Client-Id 4 ipaddr
5 ATTRIBUTE Client-Port-Id 5 integer
9 ATTRIBUTE Framed-Filter-Id 11 string
30 ATTRIBUTE Framed-Callback-Id 20 string
32 ATTRIBUTE Caller-ID 31 string
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_PhoneLookup.java 64 static class Id {
68 public Id (long contactId, long dataId) {
74 private Id[] setupTestData() throws Exception {
118 return new Id[] {
119 new Id(contact.getId(), dataId),
120 new Id(contact2.getId(), dataId2),
121 new Id(contact3.getId(), dataId3)
130 Id[] ids = setupTestData();
141 Id[] ids = setupTestData();
158 Id[] ids = setupTestData()
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
SendToClient.java 80 int Id = random.nextInt(100);
84 mScript.invoke_callback(Id);
91 assertEquals(createErrorMsgF(1, Id, outArray[0]), Id, outArray[0]);
  /external/clang/lib/Tooling/
RefactoringCallbacks.cpp 62 ReplaceIfStmtWithItsBody::ReplaceIfStmtWithItsBody(StringRef Id,
64 : Id(Id), PickTrueBranch(PickTrueBranch) {}
68 if (const IfStmt *Node = Result.Nodes.getStmtAs<IfStmt>(Id)) {
  /external/v8/src/debug/
debug-frames.h 67 static Smi* WrapFrameId(StackFrame::Id id) {
68 DCHECK(IsAligned(OffsetFrom(id), static_cast<intptr_t>(4)));
69 return Smi::FromInt(id >> 2);
72 static StackFrame::Id UnwrapFrameId(int wrapped) {
73 return static_cast<StackFrame::Id>(wrapped << 2);
  /external/v8/src/compiler/
schedule.h 45 class Id {
49 static Id FromSize(size_t index) { return Id(index); }
50 static Id FromInt(int index) { return Id(static_cast<size_t>(index)); }
53 explicit Id(size_t index) : index_(index) {}
57 BasicBlock(Zone* zone, Id id);
59 Id id() const { return id_; function in class:v8::internal::compiler::final
    [all...]
  /external/clang/include/clang/Frontend/
Utils.h 190 llvm::opt::OptSpecifier Id, int Default,
194 llvm::opt::OptSpecifier Id, int Default,
196 return getLastArgIntValue(Args, Id, Default, &Diags);
200 llvm::opt::OptSpecifier Id, uint64_t Default,
204 llvm::opt::OptSpecifier Id,
207 return getLastArgUInt64Value(Args, Id, Default, &Diags);
  /external/llvm/lib/Target/WebAssembly/
Relooper.h 90 int Id; // A unique identifier, defined when added to relooper. Note that this
92 // instances have the same content *and* the same Id
113 int Id; // A unique identifier. Used to identify loops, labels are Lx where x
114 // is the Id. Defined when added to relooper
128 Shape(ShapeKind KindInit) : Id(-1), Next(nullptr), Kind(KindInit) {}
151 // Blocks with the same id were split and are identical, so we just care about
162 IdShapeMap InnerMap; // entry block ID -> shape
  /external/lzma/CPP/7zip/Archive/7z/
7zCompressionMode.h 14 CMethodId Id;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_queryobj.c 43 "%s: query id %d, result %d\n",
44 __FUNCTION__, query->Base.Id, (int) query->Base.Result);
58 static struct gl_query_object * radeonNewQueryObject(struct gl_context *ctx, GLuint id)
64 query->Base.Id = id;
69 radeon_print(RADEON_STATE, RADEON_VERBOSE,"%s: query id %d\n", __FUNCTION__, query->Base.Id);
78 radeon_print(RADEON_STATE, RADEON_NORMAL, "%s: query id %d\n", __FUNCTION__, q->Id);
96 radeon_print(RADEON_STATE, RADEON_VERBOSE, "%s: query id %d, bo %p, offset %d\n", __FUNCTION__, q->Id, query->bo, query->curr_offset)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreePatternLexer.cs 41 public const int Id = 3;
59 /** <summary>Set when token type is ID or ARG (name mimics Java's StreamTokenizer)</summary> */
91 return Id;

Completed in 1924 milliseconds

12 3 4 5 6 7 8 91011>>