/external/chromium_org/sandbox/win/src/ |
named_pipe_policy.h | 26 // 'semantics' is the desired semantics. 29 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.h | 25 TargetPolicy::Semantics 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,
|
registry_policy.h | 27 TargetPolicy::Semantics semantics,
|
handle_policy.cc | 20 TargetPolicy::Semantics semantics, 24 switch (semantics) {
|
filesystem_policy.h | 27 // 'semantics' is the desired semantics for the open or create. 30 TargetPolicy::Semantics semantics,
|
/external/llvm/test/YAMLParser/ |
spec-02-23.data | 13 The semantics of the tag
|
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/ |
UnmodifiableLazyStringList.java | 64 //@Override (Java 1.6 override semantics, but we must support 1.5) 69 //@Override (Java 1.6 override semantics, but we must support 1.5) 74 //@Override (Java 1.6 override semantics, but we must support 1.5) 79 //@Override (Java 1.6 override semantics, but we must support 1.5) 84 //@Override (Java 1.6 override semantics, but we must support 1.5) 89 //@Override (Java 1.6 override semantics, but we must support 1.5) 94 //@Override (Java 1.6 override semantics, but we must support 1.5) 99 //@Override (Java 1.6 override semantics, but we must support 1.5) 104 //@Override (Java 1.6 override semantics, but we must support 1.5) 109 //@Override (Java 1.6 override semantics, but we must support 1.5 [all...] |
/external/clang/test/PCH/ |
floating-literal.c | 4 // Make sure the semantics of FloatingLiterals are stored correctly in 6 // reader assumed PPC 128-bit float semantics, which is incorrect for
|
/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/gpu/command_buffer/common/ |
buffer.h | 17 // type has value semantics.
|
/libcore/libart/src/main/java/java/lang/ |
DexCache.java | 53 * References to fields as they become resolved following interpreter semantics. May refer to 59 * References to methods as they become resolved following interpreter semantics. May refer to 65 * References to types as they become resolved following interpreter semantics. May refer to 71 * References to strings as they become resolved following interpreter semantics. All strings
|
/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)) { 162 bool AddSecondarySsrc(const std::string& semantics, uint32 primary_ssrc [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/bison/m4/ |
assert.m4 | 10 dnl it has broken semantics for --enable-assert until 2.64.
|
/external/chromium_org/net/disk_cache/ |
file_lock.cc | 13 // VS uses memory barrier semantics for volatiles.
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
radeon_program_constants.h | 58 * \note The compiler attaches no implicit semantics to input registers. 59 * Fragment/vertex program specific semantics must be defined explicitly 67 * \note The compiler attaches no implicit semantics to input registers. 68 * Fragment/vertex program specific semantics must be defined explicitly
|
/external/clang/lib/Sema/ |
SemaConsumer.cpp | 1 //===-- SemaConsumer.cpp - Abstract interface for AST semantics -*- C++ -*-===//
|
/external/kernel-headers/original/asm-generic/ |
fcntl.h | 66 * Before Linux 2.6.33 only O_DSYNC semantics were implemented, but using 68 * for O_DSYNC semantics now, but using the correct symbolic name for it. 69 * This new value is used to request true Posix O_SYNC semantics. It is 71 * new headers get at least O_DSYNC semantics on older kernels.
|
/external/llvm/test/Other/ |
can-execute.txt | 13 If we want, it is probably OK to change the semantics of can_execute and this
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_program_constants.h | 58 * \note The compiler attaches no implicit semantics to input registers. 59 * Fragment/vertex program specific semantics must be defined explicitly 67 * \note The compiler attaches no implicit semantics to input registers. 68 * Fragment/vertex program specific semantics must be defined explicitly
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_ConvertSurface.3 | 13 The \fBflags\fR parameter is passed to \fI\fBSDL_CreateRGBSurface\fP\fR and has those semantics\&.
|