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

1 2

  /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,
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,
process_thread_policy.h 27 // 'semantics' is the desired semantics.
30 TargetPolicy::Semantics semantics,
filesystem_policy.h 27 // 'semantics' is the desired semantics for the open or create.
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) {
sandbox_policy_base.h 67 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) {
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) {
filesystem_policy.cc 62 TargetPolicy::Semantics semantics,
107 switch (semantics) {
sandbox_policy_base.cc 372 ResultCode PolicyBase::AddRule(SubSystem subsystem, Semantics semantics,
388 if (!FileSystemPolicy::GenerateRules(pattern, semantics, policy_maker_)) {
395 if (!SyncPolicy::GenerateRules(pattern, semantics, policy_maker_)) {
403 TargetPolicy::PROCESS_ALL_EXEC == semantics) {
408 if (!ProcessPolicy::GenerateRules(pattern, semantics, policy_maker_)) {
415 if (!NamedPipePolicy::GenerateRules(pattern, semantics, policy_maker_)) {
422 if (!RegistryPolicy::GenerateRules(pattern, semantics, policy_maker_)) {
429 if (!HandlePolicy::GenerateRules(pattern, semantics, policy_maker_)) {
438 pattern, semantics,policy_maker_))
    [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/clang/lib/Sema/
SemaPseudoObject.cpp 199 SmallVector<Expr *, 4> Semantics;
209 Semantics.push_back(semantic);
215 ResultIndex = Semantics.size();
216 Semantics.push_back(resultExpr);
235 ResultIndex = Semantics.size() - 1;
351 // Make sure we bind that in the semantics.
377 assert(index < Semantics.size() &&
378 "captured expression not found in semantics!");
379 if (e == Semantics[index]) break;
388 Semantics, ResultIndex)
    [all...]
  /external/chromium_org/content/common/
sandbox_win.cc 116 sandbox::TargetPolicy::Semantics access,
147 sandbox::TargetPolicy::Semantics access,
  /external/clang/lib/AST/
Expr.cpp 725 switch(FloatingLiteralBits.Semantics) {
739 llvm_unreachable("Unrecognised floating semantics");
744 FloatingLiteralBits.Semantics = IEEEhalf;
746 FloatingLiteralBits.Semantics = IEEEsingle;
748 FloatingLiteralBits.Semantics = IEEEdouble;
750 FloatingLiteralBits.Semantics = x87DoubleExtended;
752 FloatingLiteralBits.Semantics = IEEEquad;
754 FloatingLiteralBits.Semantics = PPCDoubleDouble;
756 llvm_unreachable("Unknown floating semantics");
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/llvm/lib/IR/
Constants.cpp 624 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType());
625 APFloat NegZero = APFloat::getZero(Semantics, /*Negative=*/true);
673 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType());
674 Constant *C = get(Ty->getContext(), APFloat::getInf(Semantics, Negative));
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 861 // semantics in the face of reassignment.
    [all...]

Completed in 274 milliseconds

1 2