HomeSort by relevance Sort by last modified time
    Searched refs:semantics (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
streamparams.h 52 : semantics(usage), ssrcs(ssrcs) {
56 return (semantics == other.semantics && ssrcs == other.ssrcs);
62 bool has_semantics(const std::string& semantics) const;
66 std::string semantics; // e.g FIX, FEC, SIM. member in struct:cricket::SsrcGroup
110 bool has_ssrc_group(const std::string& semantics) const {
111 return (get_ssrc_group(semantics) != NULL);
113 const SsrcGroup* get_ssrc_group(const std::string& semantics) const {
116 if (it->has_semantics(semantics)) {
153 bool AddSecondarySsrc(const std::string& semantics, uint32 primary_ssrc
    [all...]
streamparams.cc 52 return (semantics == semantics_in && ssrcs.size() > 0);
58 ost << "semantics:" << semantics << ";"; local
99 bool StreamParams::AddSecondarySsrc(const std::string& semantics,
110 SsrcGroup ssrc_group = SsrcGroup(semantics, ssrc_vector);
115 bool StreamParams::GetSecondarySsrc(const std::string& semantics,
120 if (it->has_semantics(semantics) &&
streamparams_unittest.cc 36 const std::string& semantics, const uint32 ssrcs_in[], size_t len) {
39 cricket::SsrcGroup sg(semantics, ssrcs);
74 EXPECT_STREQ("{semantics:ABC;ssrcs:[1]}", sg1.ToString().c_str());
163 EXPECT_STREQ("{ssrcs:[1,2];ssrc_groups:{semantics:XYZ;ssrcs:[1,2]};}",
  /external/chromium_org/sandbox/win/src/
handle_policy.h 25 TargetPolicy::Semantics semantics,
sync_policy.cc 19 TargetPolicy::Semantics semantics,
26 if (TargetPolicy::EVENTS_ALLOW_ANY != semantics &&
27 TargetPolicy::EVENTS_ALLOW_READONLY != semantics) {
40 if (TargetPolicy::EVENTS_ALLOW_READONLY == semantics) {
52 if (TargetPolicy::EVENTS_ALLOW_READONLY != semantics) {
named_pipe_policy.h 25 // 'semantics' is the desired semantics.
28 TargetPolicy::Semantics semantics,
registry_policy.h 26 TargetPolicy::Semantics semantics,
sync_policy.h 25 // name is the sync object name, semantics is the desired semantics for the
29 TargetPolicy::Semantics semantics,
handle_policy.cc 20 TargetPolicy::Semantics semantics,
24 switch (semantics) {
named_pipe_policy.cc 46 TargetPolicy::Semantics semantics,
48 if (TargetPolicy::NAMEDPIPES_ALLOW_ANY != semantics) {
process_thread_policy.h 26 // 'semantics' is the desired semantics.
29 TargetPolicy::Semantics semantics,
filesystem_policy.h 26 // 'semantics' is the desired semantics for the open or create.
29 TargetPolicy::Semantics semantics,
sandbox_policy.h 31 // Allowable semantics when a rule is matched.
32 enum Semantics {
37 FILES_ALLOW_DIR_ANY, // Allows open or create with directory semantics
200 // semantics: One of the above enumerated FileSemantics.
209 virtual ResultCode AddRule(SubSystem subsystem, Semantics semantics,
sandbox_policy_base.cc 341 ResultCode PolicyBase::AddRule(SubSystem subsystem, Semantics semantics,
357 if (!FileSystemPolicy::GenerateRules(pattern, semantics, policy_maker_)) {
364 if (!SyncPolicy::GenerateRules(pattern, semantics, policy_maker_)) {
372 TargetPolicy::PROCESS_ALL_EXEC == semantics) {
377 if (!ProcessPolicy::GenerateRules(pattern, semantics, policy_maker_)) {
384 if (!NamedPipePolicy::GenerateRules(pattern, semantics, policy_maker_)) {
391 if (!RegistryPolicy::GenerateRules(pattern, semantics, policy_maker_)) {
398 if (!HandlePolicy::GenerateRules(pattern, semantics, policy_maker_)) {
sandbox_policy_base.h 63 virtual ResultCode AddRule(SubSystem subsystem, Semantics semantics,
process_thread_policy.cc 77 TargetPolicy::Semantics semantics,
80 switch (semantics) {
registry_policy.cc 118 TargetPolicy::Semantics semantics,
135 switch (semantics) {
  /external/llvm/lib/Support/
APFloat.cpp 43 /* Represents floating point arithmetic semantics. */
580 semantics = ourSemantics;
596 assert(semantics == rhs.semantics);
634 unsigned bitsToPreserve = semantics->precision - 1;
642 unsigned QNaNBit = semantics->precision - 2;
661 if (semantics == &APFloat::x87DoubleExtended)
676 if (semantics != rhs.semantics) {
678 initialize(rhs.semantics);
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
PthreadLockChecker.cpp 39 bool isTryLock, enum LockingSemantics semantics) const;
89 enum LockingSemantics semantics) const {
121 switch (semantics) {
129 llvm_unreachable("Unknown tryLock locking semantics");
134 } else if (semantics == PthreadSemantics) {
140 // XNU locking semantics return void on non-try locks
141 assert((semantics == XNUSemantics) && "Unknown locking semantics");
  /external/chromium_org/sandbox/win/tests/common/
controller.cc 140 TargetPolicy::Semantics semantics,
145 return (SBOX_ALL_OK == policy_->AddRule(subsystem, semantics, pattern));
148 bool TestRunner::AddRuleSys32(TargetPolicy::Semantics semantics,
157 if (!AddRule(TargetPolicy::SUBSYS_FILES, semantics, win32_path.c_str()))
168 return AddRule(TargetPolicy::SUBSYS_FILES, semantics, win32_path.c_str());
171 bool TestRunner::AddFsRule(TargetPolicy::Semantics semantics,
176 return AddRule(TargetPolicy::SUBSYS_FILES, semantics, pattern)
    [all...]
controller.h 82 TargetPolicy::Semantics semantics,
88 bool AddRuleSys32(TargetPolicy::Semantics semantics, const wchar_t* pattern);
92 bool AddFsRule(TargetPolicy::Semantics semantics, const wchar_t* pattern);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
sessiondescription.h 76 explicit ContentGroup(const std::string& semantics) :
77 semantics_(semantics) {}
79 const std::string& semantics() const { return semantics_; } function in class:cricket::ContentGroup
177 // Remove the first group with the same semantics specified by |name|.
sessiondescription.cc 211 if (iter->semantics() == name) {
221 if (iter->semantics() == name) {
232 if (iter->semantics() == name) {
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediamessages_unittest.cc 80 const std::string& semantics,
89 cricket::SsrcGroup(semantics, stream.ssrcs));
108 const std::string& semantics,
120 " semantics='" + semantics + "'"
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/ppp_instance/
ppapi_ppp_instance.js 69 // We could wait for a crash event from it, but CallOnMainThread semantics

Completed in 535 milliseconds

1 2 3