HomeSort by relevance Sort by last modified time
    Searched defs:id (Results 1226 - 1250 of 4561) sorted by null

<<41424344454647484950>>

  /external/chromium_org/third_party/libjingle/source/talk/base/
helpers.cc 265 uint32 id; local
266 if (!Rng().Generate(&id, sizeof(id))) {
267 LOG(LS_ERROR) << "Failed to generate random id!";
269 return id;
277 uint32 id; local
279 id = CreateRandomId();
280 } while (id == 0);
281 return id;
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
codec.h 44 FeedbackParam(const std::string& id, const std::string& param)
45 : id_(id),
48 explicit FeedbackParam(const std::string& id)
49 : id_(id),
54 const std::string& id() const { return id_; } function in class:cricket::FeedbackParam
79 int id; member in struct:cricket::Codec
87 Codec(int id, const std::string& name, int clockrate, int preference)
88 : id(id),
95 Codec() : id(0), clockrate(0), preference(0) {
    [all...]
streamparams.cc 72 if (!id.empty()) {
73 ost << "id:" << id << ";"; local
154 const std::string& id,
156 return GetStream(streams, StreamSelector(groupid, id), stream_out);
180 const std::string& id) {
181 return RemoveStream(streams, StreamSelector(groupid, id));
streamparams.h 88 id == other.id &&
151 std::string id; member in struct:cricket::StreamParams
168 // A Stream can be selected by either groupid+id or ssrc.
183 return stream.groupid == groupid && stream.id == streamid;
204 const std::string& id,
214 const std::string& id);
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
devicemanager.h 57 id(talk_base::ToString(second)) {
60 : name(first), id(second) {}
63 std::string id; member in struct:cricket::Device
fakedevicemanager.h 103 const uint32_t id = 1u; // Note that 0 is not a valid ID. local
105 talk_base::WindowId::Cast(id);
120 const int id = 0; local
123 talk_base::DesktopId::Cast(id, valid_index);
147 out->id = "sg:" + qtkit_name;
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
sessionmanager.cc 82 std::string id; local
83 return CreateSession(id, local_name, content_type);
86 Session* SessionManager::CreateSession(const std::string& id,
90 id.empty() ? talk_base::ToString(talk_base::CreateRandomId64()) : id;
104 session_map_[session->id()] = session;
117 SessionMap::iterator it = session_map_.find(session->id());
  /external/chromium_org/third_party/libwebp/webp/
mux.h 142 // Adds a chunk with id 'fourcc' and data 'chunk_data' in the mux object.
143 // Any existing chunk(s) with the same id will be removed.
160 // Gets a reference to the data of the chunk with id 'fourcc' in the mux object.
170 // WEBP_MUX_NOT_FOUND - If mux does not contain a chunk with the given id.
199 WebPChunkId id; // frame type: should be one of WEBP_CHUNK_ANMF, member in struct:WebPMuxFrameInfo
222 // Notes: (1) frame.id should be one of WEBP_CHUNK_ANMF or WEBP_CHUNK_FRGM
326 // id - (in) chunk id specifying the type of chunk
327 // num_elements - (out) number of chunks with the given chunk id
332 WebPChunkId id, int* num_elements)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_texture.h 121 unsigned id; /**< temporary, for debugging */ member in struct:llvmpipe_resource
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_tgsi.h 104 unsigned id; member in struct:svga_shader_result
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
module.hpp 47 section(resource_id id, enum type type, size_t size,
49 id(id), type(type), size(size), data(data) { }
50 section() : id(0), type(text), size(0), data() { }
52 resource_id id; member in struct:clover::module::section
  /external/chromium_org/third_party/openssl/openssl/crypto/engine/
eng_int.h 157 const char *id; member in struct:engine_st
  /external/chromium_org/third_party/openssl/openssl/crypto/srp/
srp.h 86 char *id; member in struct:SRP_user_pwd_st
110 char *id; member in struct:SRP_gN_st
149 SRP_gN *SRP_get_default_gN(const char * id) ;
  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
pcy_int.h 182 X509_POLICY_DATA *policy_data_new(POLICYINFO *policy, const ASN1_OBJECT *id,
187 const ASN1_OBJECT *id);
199 const ASN1_OBJECT *id);
202 const ASN1_OBJECT *id); variable
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
srp.h 86 char *id; member in struct:SRP_user_pwd_st
110 char *id; member in struct:SRP_gN_st
149 SRP_gN *SRP_get_default_gN(const char * id) ;
  /external/chromium_org/third_party/openssl/openssl/ssl/
s2_lib.c 123 /* list of available SSLv2 ciphers (sorted by id) */
421 unsigned long id; local
423 id=0x02000000L|((unsigned long)p[0]<<16L)|
425 c.id=id;
439 l=c->id;
  /external/chromium_org/third_party/opus/src/silk/
enc_API.c 263 opus_int id = psEnc->state_Fxx[ 0 ].sCmn.nFramesEncoded; local
268 if( psEnc->nPrevChannelsInternal == 1 && id==0 ) {
  /external/chromium_org/third_party/ots/src/
name.cc 197 // [3 - unique ID - skip]
224 const uint16_t id = name_iter->name_id; local
225 if (id >= kStdNameCount || kStdNames[id] == NULL) {
229 mac_name[id] = true;
233 win_name[id] = true;
  /external/chromium_org/third_party/re2/re2/
bitstate.cc 26 int id; member in struct:re2::Job
43 inline bool ShouldVisit(int id, const char* p);
44 void Push(int id, const char* p, int arg);
46 bool TrySearch(int id, const char* p);
96 bool BitState::ShouldVisit(int id, const char* p) {
97 uint n = id * (text_.size() + 1) + (p - text_.begin());
119 // Push the triple (id, p, arg) onto the stack, growing it if necessary.
120 void BitState::Push(int id, const char* p, int arg) {
125 int op = prog_->inst(id)->opcode();
131 if (arg == 0 && !ShouldVisit(id, p)
150 int id = job_[njob_].id; local
    [all...]
prog.cc 43 void Prog::Inst::InitMatch(int32 id) {
46 match_id_ = id;
129 static inline void AddToQueue(Workq* q, int id) {
130 if (id != 0)
131 q->insert(id);
138 int id = *i; local
139 Prog::Inst* ip = prog->inst(id);
140 StringAppendF(&s, "%d. %s\n", id, ip->Dump().c_str());
182 int id = *i; local
184 Inst* ip = inst(id);
213 int id = *i; local
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLTexture.h 16 * A ref counted tex id that deletes the texture in its destructor.
35 GrGLuint id() const { return fTexID; } function in class:GrGLTexID
92 GrGLuint textureID() const { return (NULL != fTexIDObj.get()) ? fTexIDObj->id() : 0; }
  /external/chromium_org/third_party/sqlite/src/test/
threadtest1.c 251 pthread_t id; local
275 pthread_create(&id, 0, worker_bee, (void*)zFile);
276 pthread_detach(id);
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
valparam.h 51 /*@owned@*/ char *id; /**< Identifier */ member in union:yasm_valparam::yasm_param
91 YASM_DIR_ID_REQUIRED = 2 /**< First valparam must be ID */
  /external/chromium_org/tools/clang/plugins/
ChromeClassTester.cpp 109 unsigned id = diagnostic().getCustomDiagID(level, err); local
110 DiagnosticBuilder builder = diagnostic().Report(full, id);
  /external/chromium_org/tools/memory_watcher/
call_stack.h 38 // Get a unique ID for this CallStack.
39 // No two CallStacks will ever have the same ID. The ID is a monotonically
41 int32 id() { return id_; } function in class:CallStack

Completed in 1892 milliseconds

<<41424344454647484950>>