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

1 2 34 5 6 7 8 91011>>

  /external/webrtc/talk/app/webrtc/
statscollector.h 95 const StatsReport::Id& transport_id,
126 const StatsReport::Id& channel_report_id,
135 const std::string& id,
143 // Helper method to get the id for the track identified by ssrc.
statscollector.cc 73 StatsReport::Id GetTransportIdFromProxy(const ProxyTransportMap& map,
78 return StatsReport::Id();
88 StatsReport::Id id(
90 StatsReport* report = reports->ReplaceOrAddNew(id);
99 const std::string& track_id = track->id();
309 const StatsReport::Id& transport_id,
406 StatsReport::Id id(StatsReport::NewTypedId(StatsReport::kStatsReportTypeTrack,
407 audio_track->id()));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sdoias.h 491 virtual HRESULT WINAPI GetPropertyInfo(LONG Id,IUnknown **ppPropertyInfo) = 0;
492 virtual HRESULT WINAPI GetProperty(LONG Id,VARIANT *pValue) = 0;
493 virtual HRESULT WINAPI PutProperty(LONG Id,VARIANT *pValue) = 0;
494 virtual HRESULT WINAPI ResetProperty(LONG Id) = 0;
509 HRESULT (WINAPI *GetPropertyInfo)(ISdo *This,LONG Id,IUnknown **ppPropertyInfo);
510 HRESULT (WINAPI *GetProperty)(ISdo *This,LONG Id,VARIANT *pValue);
511 HRESULT (WINAPI *PutProperty)(ISdo *This,LONG Id,VARIANT *pValue);
512 HRESULT (WINAPI *ResetProperty)(ISdo *This,LONG Id);
529 #define ISdo_GetPropertyInfo(This,Id,ppPropertyInfo) (This)->lpVtbl->GetPropertyInfo(This,Id,ppPropertyInfo
    [all...]
  /external/llvm/lib/Option/
ArgList.cpp 41 void ArgList::eraseArg(OptSpecifier Id) {
43 [=](Arg *A) { return A->getOption().matches(Id); }),
47 Arg *ArgList::getLastArgNoClaim(OptSpecifier Id) const {
50 if ((*it)->getOption().matches(Id))
84 Arg *ArgList::getLastArg(OptSpecifier Id) const {
87 if ((*it)->getOption().matches(Id)) {
234 StringRef ArgList::getLastArgValue(OptSpecifier Id,
236 if (Arg *A = getLastArg(Id))
241 std::vector<std::string> ArgList::getAllArgValues(OptSpecifier Id) const {
243 AddAllArgValues(Values, Id);
    [all...]
  /external/lzma/CPP/7zip/Compress/
CodecExports.cpp 41 static HRESULT SetClassID(CMethodId id, UInt16 typeId, PROPVARIANT *value)
47 SetUi64(clsId.Data4, id);
62 UInt64 id = GetUi64(clsID->Data4);
66 if (id != codec.Id || encode && !codec.CreateEncoder || !encode && !codec.CreateDecoder)
155 value->uhVal.QuadPart = (UInt64)codec.Id;
164 return SetClassID(codec.Id, kDecodeId, value);
168 return SetClassID(codec.Id, kEncodeId, value);
194 UInt64 id = GetUi64(clsID->Data4);
196 if (id == g_Hashers[i]->Id)
    [all...]
  /frameworks/base/tools/aapt2/link/
AutoVersioner_test.cpp 60 util::make_unique<Id>())
62 util::make_unique<Id>())
64 ResourceId(0x01010364), util::make_unique<Id>())
66 util::make_unique<Id>())
71 util::make_unique<Id>())
  /frameworks/base/tools/aapt2/proto/
TableProtoSerializer_test.cpp 36 .addValue(u"@com.app.a:id/foo", {}, util::make_unique<Id>())
45 Id* id = test::getValue<Id>(table.get(), u"@com.app.a:id/foo"); local
46 ASSERT_NE(nullptr, id);
65 // Make a reference with both resource name and resource ID.
67 // name and id get serialized.
70 expectedRef.id = ResourceId(0x01020000)
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary 50 ATTRIBUTE NAS-Port-Id 5 integer
56 ATTRIBUTE Filter-Id 11 string
64 ATTRIBUTE Callback-Id 20 string
72 ATTRIBUTE Called-Station-Id 30 string
73 ATTRIBUTE Calling-Station-Id 31 string
79 ATTRIBUTE Acct-Session-Id 44 string
  /hardware/ti/omap3/dspbridge/inc/
qosregistry.h 104 data type ID */
119 ULONG Id;
209 UINT heapId; /* resource heap ID */
219 UINT group; /* scratch group ID (only for scratch memory) */
416 Finds resource(s) or component(s) that match the given Id. For
420 ID QOS_FN_ResourceUpdateInfo to
426 Id requested Id
448 DSP_STATUS DSPRegistry_Find(UINT Id, struct QOSREGISTRY *registry,
625 id type of data
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/inc/
qosregistry.h 98 data type ID */
113 ULONG Id;
203 UINT heapId; /* resource heap ID */
213 UINT group; /* scratch group ID (only for scratch memory) */
410 Finds resource(s) or component(s) that match the given Id. For
414 ID QOS_FN_ResourceUpdateInfo to
420 Id requested Id
442 DSP_STATUS DSPRegistry_Find(UINT Id, struct QOSREGISTRY *registry,
619 id type of dat
    [all...]
  /external/llvm/include/llvm/Support/
GraphWriter.h 178 std::string Id = DTraits.getNodeIdentifierLabel(Node, G);
179 if (!Id.empty())
180 O << "|" << DOT::EscapeString(Id);
203 std::string Id = DTraits.getNodeIdentifierLabel(Node, G);
204 if (!Id.empty())
205 O << "|" << DOT::EscapeString(Id);
262 void emitSimpleNode(const void *ID, const std::string &Attr,
265 O << "\tNode" << ID << "[ ";
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 326 /// \brief Retrieve the preprocessed entity at the given ID.
328 if (PPID.ID < 0) {
329 unsigned Index = -PPID.ID - 1;
335 if (PPID.ID == 0)
337 unsigned Index = PPID.ID - 1;
369 void PreprocessingRecord::addMacroExpansion(const Token &Id,
373 if (Id.getLocation().isMacroID())
378 MacroExpansion(Id.getIdentifierInfo(), Range));
412 void PreprocessingRecord::MacroExpands(const Token &Id,
416 addMacroExpansion(Id, MD.getMacroInfo(), Range)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/headless-build/
build.properties 23 #The id of the top level element we are building
27 product=/plugin or feature id/path/to/.product
129 # ID of the build. Used in naming the build output.
181 eclipseBuildId=<Id of Eclipse build to get>
  /external/icu/icu4j/eclipse-build/pdebuild/
build.properties 22 product=/plugin or feature id/path/to/.product
102 # ID of the build. Used in naming the build output.
146 eclipseBuildId=<Id of Eclipse build to get>
  /external/llvm/lib/TableGen/
TGLexer.h 61 Id, StrVal, VarName, CodeFragment
75 std::string CurStrVal; // This is valid for ID, STRVAL, VARNAME, CODEFRAGMENT
102 assert((CurCode == tgtok::Id || CurCode == tgtok::StrVal ||
  /external/lzma/CPP/7zip/Common/
CreateCoder.h 17 CMethodId Id;
30 CMethodId Id;
MethodProps.cpp 142 prop.Id = propid;
177 _propIDs[_numProps] = prop.Id;
190 prop.Id = NCoderPropID::kReduceSize;
198 int CMethodProps::FindProp(PROPID id) const
201 if (Props[i].Id == id)
336 prop.Id = index;
338 if (IsLogSizeProp(prop.Id))
406 prop.Id = index;
408 if (IsLogSizeProp(prop.Id))
    [all...]
  /sdk/eclipse/buildConfig/
build.properties 28 product=/plugin or feature id/path/to/.product
111 # ID of the build. Used in naming the build output.
158 eclipseBuildId=<Id of Eclipse build to get>
  /external/clang/include/clang/AST/
DeclObjC.h 262 static ObjCMethodDecl *CreateDeserialized(ASTContext &C, unsigned ID);
337 /// parameter with 'id').
404 void createImplicitParams(ASTContext &Context, const ObjCInterfaceDecl *ID);
528 /// @interface NSDictionary<Key : id<NSCopying>, Value>
533 /// \c ObjCTypeParamDecl. \c Key has an explicit bound of \c id<NSCopying>,
534 /// while \c Value gets an implicit bound of \c id.
572 static ObjCTypeParamDecl *CreateDeserialized(ASTContext &ctx, unsigned ID);
705 IdentifierInfo *Id, SourceLocation nameLoc,
707 : NamedDecl(DK, DC, nameLoc, Id), DeclContext(DK), AtStart(atStartLoc) {}
778 ObjCIvarDecl *getIvarDecl(IdentifierInfo *Id) const
    [all...]
  /external/autotest/contrib/
modelviz.py 20 __svnid__ = "$Id$"
  /external/jsoncpp/src/test_lib_json/
jsontest.h 44 typedef unsigned int Id;
45 Id id_;
63 PredicateContext::Id predicateId_;
113 PredicateContext::Id lastUsedPredicateId_;
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBExtras.h 31 raw_ostream &operator<<(raw_ostream &OS, const PDB_UniqueId &Id);
  /external/v8/test/unittests/compiler/
live-range-builder.h 15 // Utility offering shorthand syntax for building up a range by providing its ID
23 TestRangeBuilder& Id(int id) {
24 id_ = id;
  /frameworks/base/tools/aapt2/
ResourceValues.h 144 * numeric (the id is set to a valid resource ID).
153 Maybe<ResourceId> id; member in struct:aapt::Reference
167 * An ID resource. Has no real value, just a place holder.
169 struct Id : public BaseItem<Id> {
170 Id() { mWeak = true; }
172 Id* clone(StringPool* newPool) const override;
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
clean.py 7 __revision__ = "$Id$"

Completed in 2228 milliseconds

1 2 34 5 6 7 8 91011>>