/external/protobuf/java/src/main/java/com/google/protobuf/ |
D | UnmodifiableLazyStringList.java | 66 //@Override (Java 1.6 override semantics, but we must support 1.5) 71 //@Override (Java 1.6 override semantics, but we must support 1.5) 76 //@Override (Java 1.6 override semantics, but we must support 1.5) 81 //@Override (Java 1.6 override semantics, but we must support 1.5) 86 //@Override (Java 1.6 override semantics, but we must support 1.5) 91 //@Override (Java 1.6 override semantics, but we must support 1.5) 96 //@Override (Java 1.6 override semantics, but we must support 1.5) 101 //@Override (Java 1.6 override semantics, but we must support 1.5) 111 //@Override (Java 1.6 override semantics, but we must support 1.5) in listIterator() 116 //@Override (Java 1.6 override semantics, but we must support 1.5) in listIterator() [all …]
|
D | GeneratedMessage.java | 98 //@Override (Java 1.6 override semantics, but we must support 1.5) 153 //@Override (Java 1.6 override semantics, but we must support 1.5) 158 //@Override (Java 1.6 override semantics, but we must support 1.5) 163 //@Override (Java 1.6 override semantics, but we must support 1.5) 168 //@Override (Java 1.6 override semantics, but we must support 1.5) 173 //@Override (Java 1.6 override semantics, but we must support 1.5) 178 //@Override (Java 1.6 override semantics, but we must support 1.5) 184 //@Override (Java 1.6 override semantics, but we must support 1.5) 190 //@Override (Java 1.6 override semantics, but we must support 1.5) 320 //@Override (Java 1.6 override semantics, but we must support 1.5) [all …]
|
D | SmallSortedMap.java | 311 * @return The returned integer position follows the same semantics as the 414 //@Override (Java 1.6 override semantics, but we must support 1.5) 419 //@Override (Java 1.6 override semantics, but we must support 1.5) 424 //@Override (Java 1.6 override semantics, but we must support 1.5) 429 //@Override (Java 1.6 override semantics, but we must support 1.5) 538 //@Override (Java 1.6 override semantics, but we must support 1.5) 544 //@Override (Java 1.6 override semantics, but we must support 1.5) 555 //@Override (Java 1.6 override semantics, but we must support 1.5) 592 //@Override (Java 1.6 override semantics, but we must support 1.5) 596 //@Override (Java 1.6 override semantics, but we must support 1.5) [all …]
|
/external/llvm/lib/Support/ |
D | APFloat.cpp | 42 /* Represents floating point arithmetic semantics. */ 56 /* Number of bits actually used in the semantics. */ 582 semantics = ourSemantics; in initialize() 598 assert(semantics == rhs.semantics); in assign() 636 unsigned bitsToPreserve = semantics->precision - 1; in makeNaN() 644 unsigned QNaNBit = semantics->precision - 2; in makeNaN() 663 if (semantics == &APFloat::x87DoubleExtended) in makeNaN() 678 if (semantics != rhs.semantics) { in operator =() 680 initialize(rhs.semantics); in operator =() 692 semantics = rhs.semantics; in operator =() [all …]
|
/external/clang/docs/ |
D | 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, not [all …]
|
/external/webrtc/talk/media/base/ |
D | streamparams.h | 62 : semantics(usage), ssrcs(ssrcs) {} in SsrcGroup() 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 117 bool has_ssrc_group(const std::string& semantics) const { in has_ssrc_group() 118 return (get_ssrc_group(semantics) != NULL); in has_ssrc_group() 120 const SsrcGroup* get_ssrc_group(const std::string& semantics) const { in get_ssrc_group() 123 if (it->has_semantics(semantics)) { in get_ssrc_group() 170 bool AddSecondarySsrc(const std::string& semantics, 173 bool GetSecondarySsrc(const std::string& semantics,
|
D | streamparams.cc | 118 return (semantics == semantics_in && ssrcs.size() > 0); in has_semantics() 124 ost << "semantics:" << semantics << ";"; in ToString() 185 bool StreamParams::AddSecondarySsrc(const std::string& semantics, in AddSecondarySsrc() argument 196 SsrcGroup ssrc_group = SsrcGroup(semantics, ssrc_vector); in AddSecondarySsrc() 201 bool StreamParams::GetSecondarySsrc(const std::string& semantics, in GetSecondarySsrc() argument 206 if (it->has_semantics(semantics) && in GetSecondarySsrc() 251 if (group.semantics.compare(kFidSsrcGroupSemantics) != 0 || in IsSimulcastStream()
|
/external/selinux/secilc/docs/ |
D | cil_introduction.md | 17 * Be an intermediate language - provide rich semantics needed for cross-language interaction but no… 21 …hide the kernel policy. CIL should allow additional high-level language semantics but should not a… 57 …semantics as they currently do, CIL simply uses a different syntax for declaring and referencing t… 59 …semantics it is important to note that there are currently three separate policy languages in comm…
|
/external/llvm/docs/ |
D | Atomics.rst | 13 rough semantics in the presence of concurrency. However, this is changing; 25 * Proper semantics for Java-style memory, for both ``volatile`` and regular 32 * Other scenarios with atomic semantics, including ``static`` variables with 45 with instructions with special semantics in the presence of concurrency. This 46 is not intended to be a precise guide to the semantics; the details can get 274 semantics. The precise fences required varies widely by architecture, but for 278 maintain Acquire semantics for a memory operation. 303 implement Release semantics; store-store fences are generally not exposed to 325 This operation has Acquire and Release semantics; see the sections on Acquire 331 SequentiallyConsistent (``seq_cst`` in IR) provides Acquire semantics for loads [all …]
|
D | LangRef.rst | 230 "``weak``" linkage has the same merging semantics as ``linkonce`` 254 The semantics of this linkage follow the ELF object file model: the 259 functions with different semantics. Other languages, such as 984 Note that this attribute has additional semantics when combined with the 994 also has additional semantics described below. The caller shares the 1003 while LLVM's ``noalias`` is. Furthermore, the semantics of the ``noalias`` 1004 attribute on return values are stronger than the semantics of the attribute 1119 A function may have prefix data but no body. This has similar semantics 1132 To maintain the semantics of ordinary function calls, the prologue data must 1137 the inliner and other passes to reason about the semantics of the function [all …]
|
/external/flac/include/FLAC/ |
D | callback.h | 92 * The signature and semantics match POSIX fread() implementations 105 * The signature and semantics match POSIX fwrite() implementations 118 * The signature and semantics mostly match POSIX fseek() WITH ONE IMPORTANT 131 * The signature and semantics mostly match POSIX ftell() WITH ONE IMPORTANT 142 * The signature and semantics mostly match POSIX feof() but WATCHOUT: 153 * The signature and semantics match POSIX fclose() implementations
|
/external/llvm/include/llvm/ADT/ |
D | APFloat.h | 61 /// full extended precision). Adding a new format that obeys IEEE semantics 128 /// \name Floating Point Semantics. 258 /// Returns the largest finite number in the given semantics. 263 /// Returns the smallest (by magnitude) finite number in the given semantics. 270 /// semantics. 283 /// semantics. 438 const fltSemantics &getSemantics() const { return *semantics; } in getSemantics() 445 /// magnitude in the current semantics. 449 /// magnitude in the current semantics. 625 /// The semantics that this value obeys. [all …]
|
/external/libchrome/base/threading/ |
D | sequenced_worker_pool.h | 70 // not enforce shutdown semantics or allow us to specify how many worker 233 // (non-block-shutdown semantics) but can't guarantee that this happens. If 243 // (BLOCK_SHUTDOWN semantics). 255 // before shutdown (SKIP_ON_SHUTDOWN semantics) to avoid shutdown hangs. 258 // (BLOCK_SHUTDOWN semantics). 269 // Like PostWorkerTask above, but provides sequencing semantics. This means 276 // (BLOCK_SHUTDOWN semantics). 295 // before shutdown (SKIP_ON_SHUTDOWN semantics) to avoid shutdown hangs. 298 // (BLOCK_SHUTDOWN semantics).
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | fcntl.h | 23 * Before Linux 2.6.33 only O_DSYNC semantics were implemented, but using 25 * for O_DSYNC semantics now, but using the correct symbolic name for it. 26 * This new value is used to request true Posix O_SYNC semantics. It is 28 * new headers get at least O_DSYNC semantics on older kernels.
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | PthreadLockChecker.cpp | 67 bool isTryLock, enum LockingSemantics semantics) const; 126 enum LockingSemantics semantics) const { in AcquireLock() 163 switch (semantics) { in AcquireLock() 171 llvm_unreachable("Unknown tryLock locking semantics"); in AcquireLock() 176 } else if (semantics == PthreadSemantics) { in AcquireLock() 182 // XNU locking semantics return void on non-try locks in AcquireLock() 183 assert((semantics == XNUSemantics) && "Unknown locking semantics"); in AcquireLock()
|
/external/iproute2/man/man8/ |
D | tc-fq_codel.8 | 32 has the same semantics as 46 has the same semantics as 53 has the same semantics as 66 has the same semantics as
|
/external/tcpdump/ |
D | setsignal.c | 41 * semantics, i.e. the signal handler is restored following service 51 * Otherwise, if "sigset()" is available, it probably has BSD semantics 52 * while "signal()" has traditional semantics, so we use "sigset()"; it 61 * semantics, wherein system calls don't get restarted *but* the
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | UCharacterIterator.java | 22 * is done with pre-decrement semantics, while the 25 * semantics. This API is more efficient for forward iteration over code points. 150 // due to post increment semantics in currentCodePoint() 185 * code unit (post-increment semantics). If index is out of 196 * point (post-increment semantics). If index does not point to a 221 * text, and return it (pre-decrement semantics). If the 233 * and return it (pre-decrement semantics). If the index is not
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | UCharacterIterator.java | 23 * is done with pre-decrement semantics, while the 26 * semantics. This API is more efficient for forward iteration over code points. 140 // due to post increment semantics in currentCodePoint() 173 * code unit (post-increment semantics). If index is out of 183 * point (post-increment semantics). If index does not point to a 207 * text, and return it (pre-decrement semantics). If the 218 * and return it (pre-decrement semantics). If the index is not
|
/external/libchrome/sandbox/win/src/ |
D | sandbox_policy.h | 35 // Allowable semantics when a rule is matched. 36 enum Semantics { enum 41 FILES_ALLOW_DIR_ANY, // Allows open or create with directory semantics 226 // semantics: One of the above enumerated FileSemantics. 235 virtual ResultCode AddRule(SubSystem subsystem, Semantics semantics,
|
/external/libvpx/libvpx/ |
D | usage.dox | 94 The semantics of how each error condition should be processed is clearly 117 returning. This is a soft deadline -- that is, the semantics of the 121 after 2000us. In this case the deadline is not met, but the semantics of the 127 and the semantics of the call are preserved, as before.
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | 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/kernel-headers/original/uapi/asm-generic/ |
D | 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/chromium-trace/catapult/third_party/vinn/third_party/parse5/benchmark/ |
D | spec.html | 383 …ot element, in the form of an <code id=writing:the-html-element><a href=semantics.html#the-html-el… 387 …<p>In addition, there are some restrictions on how <a href=semantics.html#character-encoding-decla… 392 …<p>Space characters before the root <code id=writing:the-html-element-2><a href=semantics.html#the… 393 …ment-3><a href=semantics.html#the-html-element>html</a></code> element and before the <code id=wri… 394 …ers <em>after</em> the root <code id=writing:the-html-element-4><a href=semantics.html#the-html-el… 395 …be parsed as if they were at the end of the <code id=writing:the-body-element><a href=semantics.ht… 399 …before the root element, after the <code id=writing:the-html-element-5><a href=semantics.html#the-… 400 …ent-6><a href=semantics.html#the-html-element>html</a></code> element but before the <code id=writ… 482 …:the-base-element><a href=semantics.html#the-base-element>base</a></code>, <code id=elements-2:the… 483 …semantics.html#the-hr-element>hr</a></code>, <code id=elements-2:the-img-element><a href=embedded-… [all …]
|
/external/chromium-trace/catapult/tracing/tracing/base/ |
D | task.html | 56 * See constructor documentation on semantics of subtasks. 90 * See constructor documentation on semantics of after tasks. 103 * See constructor documentation on semantics of after tasks. 115 * See constructor documentation on semantics of after tasks.
|