Searched refs:semantics (Results 1 - 25 of 42) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/css/
H A Dmathml.css40 /* 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 > mro
[all...]
/external/chromium_org/sandbox/win/src/
H A Dprocess_mitigations_win32k_policy.h23 // name is the object name, semantics is the desired semantics for the
27 TargetPolicy::Semantics semantics,
H A Dhandle_policy.h25 TargetPolicy::Semantics semantics,
H A Dprocess_mitigations_win32k_policy.cc11 TargetPolicy::Semantics semantics,
9 GenerateRules( const wchar_t* name, TargetPolicy::Semantics semantics, LowLevelPolicy* policy) argument
H A Dnamed_pipe_policy.h26 // 'semantics' is the desired semantics.
29 TargetPolicy::Semantics semantics,
H A Dsync_policy.h26 // name is the sync object name, semantics is the desired semantics for the
30 TargetPolicy::Semantics semantics,
H A Dhandle_policy.cc20 TargetPolicy::Semantics semantics,
24 switch (semantics) {
19 GenerateRules(const wchar_t* type_name, TargetPolicy::Semantics semantics, LowLevelPolicy* policy) argument
H A Dnamed_pipe_policy.cc46 TargetPolicy::Semantics semantics,
48 if (TargetPolicy::NAMEDPIPES_ALLOW_ANY != semantics) {
45 GenerateRules(const wchar_t* name, TargetPolicy::Semantics semantics, LowLevelPolicy* policy) argument
H A Dprocess_thread_policy.h27 // 'semantics' is the desired semantics.
30 TargetPolicy::Semantics semantics,
H A Dregistry_policy.h27 TargetPolicy::Semantics semantics,
H A Dsync_policy.cc134 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) {
133 GenerateRules(const wchar_t* name, TargetPolicy::Semantics semantics, LowLevelPolicy* policy) argument
H A Dsandbox_policy_base.cc377 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) {
706 if (!ProcessPolicy::GenerateRules(pattern, semantics, policy_maker_)) {
713 if (!NamedPipePolicy::GenerateRules(pattern, semantics, policy_maker
376 AddRule(SubSystem subsystem, Semantics semantics, const wchar_t* pattern) argument
669 AddRuleInternal(SubSystem subsystem, Semantics semantics, const wchar_t* pattern) argument
[all...]
H A Dfilesystem_policy.h27 // 'semantics' is the desired semantics for the open or create.
30 TargetPolicy::Semantics semantics,
H A Dsandbox_policy_base.h67 virtual ResultCode AddRule(SubSystem subsystem, Semantics semantics,
119 Semantics semantics,
H A Dsandbox_policy.h33 // Allowable semantics when a rule is matched.
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,
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dstreamparams.h61 : 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, uint3
[all...]
H A Dstreamparams.cc54 return (semantics == semantics_in && ssrcs.size() > 0);
60 ost << "semantics:" << semantics << ";"; local
121 bool StreamParams::AddSecondarySsrc(const std::string& semantics, argument
132 SsrcGroup ssrc_group = SsrcGroup(semantics, ssrc_vector);
137 bool StreamParams::GetSecondarySsrc(const std::string& semantics, argument
142 if (it->has_semantics(semantics) &&
239 if (group.semantics.compare(kFidSsrcGroupSemantics) != 0 ||
/external/llvm/lib/Support/
H A DAPFloat.cpp43 /* 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/
H A Dcontroller.cc140 TargetPolicy::Semantics semantics,
145 return (SBOX_ALL_OK == policy_->AddRule(subsystem, semantics, pattern));
148 bool TestRunner::AddRuleSys32(TargetPolicy::Semantics semantics, argument
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, argument
176 return AddRule(TargetPolicy::SUBSYS_FILES, semantics, pattern);
139 AddRule(TargetPolicy::SubSystem subsystem, TargetPolicy::Semantics semantics, const wchar_t* pattern) argument
H A Dcontroller.h83 TargetPolicy::Semantics semantics,
89 bool AddRuleSys32(TargetPolicy::Semantics semantics, const wchar_t* pattern);
93 bool AddFsRule(TargetPolicy::Semantics semantics, const wchar_t* pattern);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dsessiondescription.h76 explicit ContentGroup(const std::string& semantics) : argument
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|.
H A Dsessiondescription.cc211 if (iter->semantics() == name) {
221 if (iter->semantics() == name) {
232 if (iter->semantics() == name) {
/external/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp67 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/
H A Dmediamessages_unittest.cc80 const std::string& semantics,
89 cricket::SsrcGroup(semantics, stream.ssrcs));
108 const std::string& semantics,
120 " semantics='" + semantics + "'"
76 CreateStream(const std::string& nick, const std::string& name, uint32 ssrc1, uint32 ssrc2, const std::string& semantics, const std::string& type, const std::string& display) argument
104 StreamXml(const std::string& nick, const std::string& name, const std::string& ssrc1, const std::string& ssrc2, const std::string& semantics, const std::string& type, const std::string& display) argument
/external/chromium_org/native_client_sdk/src/doc/reference/
H A Dnacl-manifest-format.rst49 and its dynamic libraries. See the :ref:`semantics <nmf_url_resolution>`

Completed in 363 milliseconds

12