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

  /external/chromium_org/sandbox/win/src/
handle_policy.h 25 TargetPolicy::Semantics 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,
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,
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,
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) {
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) {
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) {
filesystem_policy.cc 62 TargetPolicy::Semantics semantics,
107 switch (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_)) {
  /external/chromium_org/sandbox/win/tests/common/
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);
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 198 SmallVector<Expr *, 4> Semantics;
208 Semantics.push_back(semantic);
214 ResultIndex = Semantics.size();
215 Semantics.push_back(resultExpr);
234 ResultIndex = Semantics.size() - 1;
345 // Make sure we bind that in the semantics.
371 assert(index < Semantics.size() &&
372 "captured expression not found in semantics!");
373 if (e == Semantics[index]) break;
382 Semantics, ResultIndex)
    [all...]
  /external/chromium/chrome/common/
sandbox_policy.cc 125 sandbox::TargetPolicy::Semantics access,
158 sandbox::TargetPolicy::Semantics access,
  /external/chromium_org/content/common/
sandbox_win.cc 109 sandbox::TargetPolicy::Semantics access,
140 sandbox::TargetPolicy::Semantics access,
  /external/clang/lib/AST/
Expr.cpp 690 switch(FloatingLiteralBits.Semantics) {
704 llvm_unreachable("Unrecognised floating semantics");
709 FloatingLiteralBits.Semantics = IEEEhalf;
711 FloatingLiteralBits.Semantics = IEEEsingle;
713 FloatingLiteralBits.Semantics = IEEEdouble;
715 FloatingLiteralBits.Semantics = x87DoubleExtended;
717 FloatingLiteralBits.Semantics = IEEEquad;
719 FloatingLiteralBits.Semantics = PPCDoubleDouble;
721 llvm_unreachable("Unknown floating semantics");
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
Stmt.h 194 unsigned Semantics : 3; // Provides semantics for APFloat construction
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 795 // semantics in the face of reassignment.
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 639 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty);
641 APFloat::getInf(Semantics, Negative));
    [all...]

Completed in 319 milliseconds