/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
memory_order.hpp | 26 // a trailing fence for acquire semantics can use a single
|
/packages/apps/Email/emailsync/src/com/android/emailsync/ |
Request.java | 32 // Subclasses of Request may have different semantics regarding equality; therefore,
|
/packages/apps/Mms/src/org/w3c/dom/smil/ |
ElementExclusiveTimeContainer.java | 19 * This interface defines a time container with semantics based upon par, but
|
/external/chromium_org/base/threading/ |
sequenced_worker_pool.h | 66 // not enforce shutdown semantics or allow us to specify how many worker 212 // (non-block-shutdown semantics) but can't guarantee that this happens. If 222 // (BLOCK_SHUTDOWN semantics). 234 // before shutdown (SKIP_ON_SHUTDOWN semantics) to avoid shutdown hangs. 237 // (BLOCK_SHUTDOWN semantics). 248 // Like PostWorkerTask above, but provides sequencing semantics. This means 255 // (BLOCK_SHUTDOWN semantics). 274 // before shutdown (SKIP_ON_SHUTDOWN semantics) to avoid shutdown hangs. 277 // (BLOCK_SHUTDOWN semantics).
|
/external/chromium_org/sandbox/win/src/ |
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_)) {
|
sandbox_policy.h | 32 // Allowable semantics when a rule is matched. 33 enum Semantics { 38 FILES_ALLOW_DIR_ANY, // Allows open or create with directory semantics 201 // semantics: One of the above enumerated FileSemantics. 210 virtual ResultCode AddRule(SubSystem subsystem, Semantics semantics,
|
/libcore/libart/src/main/java/sun/misc/ |
Unsafe.java | 165 * using <code>volatile</code> semantics. 175 * using <code>volatile</code> semantics. 185 * using <code>volatile</code> semantics. 195 * using <code>volatile</code> semantics. 205 * using <code>volatile</code> semantics. 215 * using <code>volatile</code> semantics.
|
/libcore/libdvm/src/main/java/sun/misc/ |
Unsafe.java | 177 * using <code>volatile</code> semantics. 187 * using <code>volatile</code> semantics. 197 * using <code>volatile</code> semantics. 207 * using <code>volatile</code> semantics. 217 * using <code>volatile</code> semantics. 227 * using <code>volatile</code> semantics.
|
/external/chromium_org/chrome/browser/policy/ |
configuration_policy_handler_unittest.cc | 111 // semantics outside the test are irrelevant. 162 // semantics outside the test are irrelevant. 214 // semantics outside the test are irrelevant. 268 // semantics outside the test are irrelevant. 302 // semantics outside the test are irrelevant. 353 // semantics outside the test are irrelevant. 406 // semantics outside the test are irrelevant. 461 // semantics outside the test are irrelevant.
|
/external/chromium_org/media/audio/win/ |
wavein_input_win.h | 86 // most people expect. In fact, it has release semantics on write and 87 // acquire semantics on reads. See the msdn documentation.
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/ |
cso_cache.h | 33 * create_state/bind_state/delete_state semantics. The driver is expected to 40 * Those semantics mean that the driver doesn't do the repeated translations
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
elf.h | 126 /* elf section types - index of semantics */ 138 SHT_SHLIB = 10, /* reserved; unspecified semantics */ 143 SHT_LOPROC = 0x70000000, /* reserved for processor specific semantics */ 165 SHN_LORESERVE = 0xff00, /* reserved for various semantics */ 166 SHN_LOPROC = 0xff00, /* reserved for processor specific semantics */ 183 STB_LOPROC = 13, /* reserved for processor specific semantics */ 200 STT_LOPROC = 13, /* reserved for processor specific semantics */ 256 /* elf relocation type - index of semantics
|
/external/kernel-headers/original/linux/ |
mutex.h | 21 * Simple, straightforward mutexes with strict semantics: 34 * These semantics are fully enforced when DEBUG_MUTEXES is
|
/external/mesa3d/src/gallium/auxiliary/cso_cache/ |
cso_cache.h | 33 * create_state/bind_state/delete_state semantics. The driver is expected to 40 * Those semantics mean that the driver doesn't do the repeated translations
|
/external/clang/docs/ |
AutomaticReferenceCounting.rst | 16 * This is wrong from the semantics point of view, since it is an ordered 81 runtime which implements these new semantics. 247 ARC's semantics and restrictions. 273 varied transfer semantics. 288 Retain count semantics 309 :arc-term:`high-level semantics` is an intentionally vague term; the intent is 322 semantics to a computation history in which these sends are removed. Note that 333 When the semantics call for performing one of these operations on a retainable 336 All of the semantics described in this document are subject to additional 339 semantics describe the high-level behaviors that the compiler implements, no [all...] |
/bionic/libc/bionic/ |
pthread_sigmask.cpp | 42 // if 'set' is NULL to ensure correct semantics (which in this case would
|
/external/bison/lib/ |
basename.c | 45 with pure POSIX semantics, this is not an issue. */
|
fd-safer-flag.c | 32 semantics. On failure to duplicate, close FD, set errno, and
|
/external/bison/m4/ |
00gnulib.m4 | 9 dnl assume Autoconf 2.64, with its improved AC_DEFUN_ONCE semantics.
|
/external/chromium/base/ |
string16.cc | 23 // We cannot call memcmp because that changes the semantics.
|
/external/chromium/base/test/ |
test_file_util.h | 18 // of failure to workaround Windows file locking semantics. Returns true on
|
/external/chromium_org/base/strings/ |
string16.cc | 23 // We cannot call memcmp because that changes the semantics.
|
/external/chromium_org/content/browser/appcache/ |
chrome_appcache_service.h | 31 // semantics since a browser context has multiple URLRequestContexts which refer
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
streamparams_unittest.cc | 38 const std::string& semantics, const uint32 ssrcs_in[], size_t len) { 41 cricket::SsrcGroup sg(semantics, ssrcs); 76 EXPECT_STREQ("{semantics:ABC;ssrcs:[1]}", sg1.ToString().c_str()); 165 EXPECT_STREQ("{ssrcs:[1,2];ssrc_groups:{semantics:XYZ;ssrcs:[1,2]};}",
|
/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|.
|