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

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/css/
mathml.css 40 /* We hide the PresentationExpression constructions that are children of a <semantics> element.
42 semantics > mi, semantics > mn, semantics > mo, semantics > mtext, semantics > mspace, semantics > ms, semantics > maligngroup, semantics > malignmark, semantics > mrow, semantics > mfrac, semantics > msqrt, semantics > mroot, semantics > mstyle, semantics > m (…)
    [all...]
  /external/chromium_org/sandbox/win/src/
process_mitigations_win32k_policy.h 23 // name is the object name, semantics is the desired semantics for the
27 TargetPolicy::Semantics semantics,
handle_policy.h 25 TargetPolicy::Semantics semantics,
process_mitigations_win32k_policy.cc 11 TargetPolicy::Semantics semantics,
named_pipe_policy.h 26 // 'semantics' is the desired semantics.
29 TargetPolicy::Semantics semantics,
registry_policy.h 27 TargetPolicy::Semantics semantics,
sync_policy.h 26 // name is the sync object name, semantics is the desired semantics for the
30 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 27 // 'semantics' is the desired semantics.
30 TargetPolicy::Semantics semantics,
sync_policy.cc 134 TargetPolicy::Semantics semantics,
141 if (TargetPolicy::EVENTS_ALLOW_ANY != semantics &&
142 TargetPolicy::EVENTS_ALLOW_READONLY != semantics) {
155 if (TargetPolicy::EVENTS_ALLOW_READONLY == semantics) {
167 if (TargetPolicy::EVENTS_ALLOW_READONLY != semantics) {
sandbox_policy_base.cc 377 Semantics semantics,
379 ResultCode result = AddRuleInternal(subsystem, semantics, pattern);
383 << ", semantics = " << semantics
670 Semantics semantics,
686 if (!FileSystemPolicy::GenerateRules(pattern, semantics, policy_maker_)) {
693 if (!SyncPolicy::GenerateRules(pattern, semantics, policy_maker_)) {
701 TargetPolicy::PROCESS_ALL_EXEC == semantics) {
    [all...]
filesystem_policy.h 27 // 'semantics' is the desired semantics for the open or create.
30 TargetPolicy::Semantics semantics,
sandbox_policy.h 33 // Allowable semantics when a rule is matched.
34 enum Semantics {
39 FILES_ALLOW_DIR_ANY, // Allows open or create with directory semantics
219 // semantics: One of the above enumerated FileSemantics.
228 virtual ResultCode AddRule(SubSystem subsystem, Semantics semantics,
sandbox_policy_base.h 67 virtual ResultCode AddRule(SubSystem subsystem, Semantics semantics,
119 Semantics semantics,
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
streamparams.h 61 : semantics(usage), ssrcs(ssrcs) {
65 return (semantics == other.semantics && ssrcs == other.ssrcs);
71 bool has_semantics(const std::string& semantics) const;
75 std::string semantics; // e.g FIX, FEC, SIM. member in struct:cricket::SsrcGroup
119 bool has_ssrc_group(const std::string& semantics) const {
120 return (get_ssrc_group(semantics) != NULL);
122 const SsrcGroup* get_ssrc_group(const std::string& semantics) const {
125 if (it->has_semantics(semantics)) {
172 bool AddSecondarySsrc(const std::string& semantics, uint32 primary_ssrc
    [all...]
streamparams.cc 54 return (semantics == semantics_in && ssrcs.size() > 0);
60 ost << "semantics:" << semantics << ";"; local
121 bool StreamParams::AddSecondarySsrc(const std::string& semantics,
132 SsrcGroup ssrc_group = SsrcGroup(semantics, ssrc_vector);
137 bool StreamParams::GetSecondarySsrc(const std::string& semantics,
142 if (it->has_semantics(semantics) &&
239 if (group.semantics.compare(kFidSsrcGroupSemantics) != 0 ||
  /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/chromium_org/sandbox/win/tests/common/
controller.h 83 TargetPolicy::Semantics semantics,
89 bool AddRuleSys32(TargetPolicy::Semantics semantics, const wchar_t* pattern);
93 bool AddFsRule(TargetPolicy::Semantics semantics, const wchar_t* pattern);
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...]
  /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/clang/lib/StaticAnalyzer/Checkers/
PthreadLockChecker.cpp 67 bool isTryLock, enum LockingSemantics semantics) const;
126 enum LockingSemantics semantics) const {
164 switch (semantics) {
172 llvm_unreachable("Unknown tryLock locking semantics");
177 } else if (semantics == PthreadSemantics) {
183 // XNU locking semantics return void on non-try locks
184 assert((semantics == XNUSemantics) && "Unknown locking semantics");
  /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/native_client_sdk/src/doc/reference/
nacl-manifest-format.rst 49 and its dynamic libraries. See the :ref:`semantics <nmf_url_resolution>`
207 Semantics

Completed in 297 milliseconds

1 2 3