/libcore/ojluni/src/main/java/java/util/ |
ArrayDeque.java | 221 * <p>This method is equivalent to {@link #add}. 393 * <p>This method is equivalent to {@link #addLast}. 407 * <p>This method is equivalent to {@link #offerLast}. 423 * <p>This method is equivalent to {@link #removeFirst}. 437 * <p>This method is equivalent to {@link #pollFirst}. 451 * <p>This method is equivalent to {@link #getFirst}. 464 * <p>This method is equivalent to {@link #peekFirst}. 479 * <p>This method is equivalent to {@link #addFirst}. 492 * <p>This method is equivalent to {@link #removeFirst()}. 725 * <p>This method is equivalent to {@link #removeFirstOccurrence(Object)} [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
StringTrieBuilder.java | 37 * a shorter but equivalent serialization. 95 // runtime-equivalent nodes), but the HashMap/hashCode()/equals() are omitted for 112 // which is 1:1 equivalent to the runtime data structure. 134 * equivalent to newNode, unless BUILDING_FAST. 137 * an equivalent node if newNode is a duplicate. 148 // If put() returns a non-null value from an equivalent, previously 171 // If put() returns a non-null value from an equivalent, previously [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
StringTrieBuilder.java | 38 * a shorter but equivalent serialization. 97 // runtime-equivalent nodes), but the HashMap/hashCode()/equals() are omitted for 114 // which is 1:1 equivalent to the runtime data structure. 136 * equivalent to newNode, unless BUILDING_FAST. 139 * an equivalent node if newNode is a duplicate. 150 // If put() returns a non-null value from an equivalent, previously 173 // If put() returns a non-null value from an equivalent, previously [all...] |
/external/iproute2/man/man8/ |
ip-route.8.in | 287 no route was found. Without policy routing it is equivalent to the 310 addresses assigned to this host. They are mainly equivalent 373 - which is equivalent to IP 922 Actually, it is equivalent to 1043 Note that this operation is not equivalent to 1050 is equivalent to sending a packet along this path. 1055 This is equivalent to pinging the destination
|
/external/llvm/lib/Target/AArch64/ |
AArch64AdvSIMDScalarPass.cpp | 53 // Allow forcing all i64 operations with equivalent SIMD instructions to use 77 // instruction should be transformed to its equivalent AdvSIMD scalar 143 // A lane zero extract "UMOV.d Xd, Vn[0]" is equivalent. We shouldn't see 169 // getTransformOpcode - For any opcode for which there is an AdvSIMD equivalent 188 // No AdvSIMD equivalent, so just return the original opcode. 198 // instruction should be transformed to its equivalent AdvSIMD scalar 202 // If this instruction isn't eligible to be transformed (no SIMD equivalent),
|
/external/mesa3d/src/util/ |
ralloc.h | 63 * This is equivalent to: 74 * This is equivalent to: 87 * It is equivalent to: 135 * This is equivalent to: 152 * This is equivalent to: 375 * This is equivalent to 394 * This is equivalent to
|
/prebuilts/go/darwin-x86/src/text/template/ |
funcs.go | 509 // HTMLEscape writes to w the escaped HTML equivalent of the plain text data b. 537 // HTMLEscapeString returns the escaped HTML equivalent of the plain text data s. 548 // HTMLEscaper returns the escaped HTML equivalent of the textual 567 // JSEscape writes to w the escaped JavaScript equivalent of the plain text data b. 614 // JSEscapeString returns the escaped JavaScript equivalent of the plain text data s. 633 // JSEscaper returns the escaped JavaScript equivalent of the textual 645 // evalArgs formats the list of arguments into a string. It is therefore equivalent to
|
/prebuilts/go/linux-x86/src/text/template/ |
funcs.go | 509 // HTMLEscape writes to w the escaped HTML equivalent of the plain text data b. 537 // HTMLEscapeString returns the escaped HTML equivalent of the plain text data s. 548 // HTMLEscaper returns the escaped HTML equivalent of the textual 567 // JSEscape writes to w the escaped JavaScript equivalent of the plain text data b. 614 // JSEscapeString returns the escaped JavaScript equivalent of the plain text data s. 633 // JSEscaper returns the escaped JavaScript equivalent of the textual 645 // evalArgs formats the list of arguments into a string. It is therefore equivalent to
|
/external/icu/icu4c/source/common/unicode/ |
normlzr.h | 95 * This is semantically equivalent to array access with array[index++] 100 * This is semantically equivalent to array access with array[--index] 226 * This is equivalent to normalize() with mode UNORM_NFC or UNORM_NFKC. 248 * This is equivalent to normalize() with mode UNORM_NFD or UNORM_NFKD. 309 * This is semantically equivalent to source.equals(normalize(source, mode)) . 400 * Semantically, this is equivalent to 470 * This is equivalent to setIndexOnly(startIndex()) followed by next(). 480 * This is equivalent to setIndexOnly(endIndex()) followed by previous(). 533 * This is equivalent to setIndexOnly(startIndex)).
|
/external/llvm/include/llvm/Support/ |
FileSystem.h | 17 // category. However, they shall be equivalent to any error conditions listed 162 friend bool equivalent(file_status A, file_status B); 349 /// @brief Remove path. Equivalent to POSIX remove(). 428 bool equivalent(file_status A, file_status B); 437 /// inode (or equivalent). 440 std::error_code equivalent(const Twine &A, const Twine &B, bool &result); 442 /// @brief Simpler version of equivalent for clients that don't need to 444 inline bool equivalent(const Twine &A, const Twine &B) { function in namespace:llvm::sys::fs 446 return !equivalent(A, B, result) && result; [all...] |
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
FileSystem.h | 17 // category. However, they shall be equivalent to any error conditions listed 163 friend bool equivalent(file_status A, file_status B); 360 /// @brief Remove path. Equivalent to POSIX remove(). 439 bool equivalent(file_status A, file_status B); 448 /// inode (or equivalent). 451 std::error_code equivalent(const Twine &A, const Twine &B, bool &result); 453 /// @brief Simpler version of equivalent for clients that don't need to 455 inline bool equivalent(const Twine &A, const Twine &B) { function in namespace:llvm::sys::fs 457 return !equivalent(A, B, result) && result; [all...] |
/libcore/ojluni/src/main/java/java/util/stream/ |
IntStream.java | 321 * accumulation function, and returns the reduced value. This is equivalent 377 * if any. This is equivalent to: 415 * produces a result equivalent to: 452 * and is equivalent to: 468 * and is equivalent to: 484 * and is equivalent to: 500 * equivalent to: 783 * <p>An equivalent sequence of increasing values can be produced [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
version.py | 21 an equivalent string -- ie. one that will generate an equivalent
77 0.4 0.4.0 (these two are equivalent)
|
/external/emma/core/java12/com/vladium/util/ |
IntIntMap.java | 30 * Equivalent to <CODE>IntObjectMap(11, 0.75F)</CODE>. 38 * Equivalent to <CODE>IntObjectMap(capacity, 0.75F)</CODE>. 48 * @param initialCapacity initial number of hash buckets in the table [may not be negative, 0 is equivalent to 1].
|
IntObjectMap.java | 30 * Equivalent to <CODE>IntObjectMap(11, 0.75F)</CODE>. 38 * Equivalent to <CODE>IntObjectMap(capacity, 0.75F)</CODE>. 48 * @param initialCapacity initial number of hash buckets in the table [may not be negative, 0 is equivalent to 1].
|
IntSet.java | 28 * Equivalent to <CODE>IntSet(11, 0.75F)</CODE>. 36 * Equivalent to <CODE>IntSet(capacity, 0.75F)</CODE>. 46 * @param initialCapacity initial number of hash buckets in the table [may not be negative, 0 is equivalent to 1].
|
ObjectIntMap.java | 32 * Equivalent to <CODE>IntObjectMap(11, 0.75F)</CODE>. 40 * Equivalent to <CODE>IntObjectMap(capacity, 0.75F)</CODE>. 50 * @param initialCapacity initial number of hash buckets in the table [may not be negative, 0 is equivalent to 1].
|
/external/emma/core/java12/com/vladium/util/exception/ |
AbstractException.java | 176 * Equivalent to {@link #getLocalizedMessage}. 215 * Equivalent to {@link #getMessage}. 291 * Equivalent to {@link ExceptionCommon#addExceptionResource}, repeated here for
|
AbstractRuntimeException.java | 176 * Equivalent to {@link #getLocalizedMessage}. 215 * Equivalent to {@link #getMessage}. 291 * Equivalent to {@link ExceptionCommon#addExceptionResource}, repeated here for
|
/external/guava/guava/src/com/google/common/io/ |
Closer.java | 39 * should be approximately equivalent in behavior to the same code written with try-with-resources. 59 * <p>Note that this try-catch-finally block is not equivalent to a try-catch-finally block using 60 * try-with-resources. To get the equivalent of that, you must wrap the above code in <i>another</i>
|
/external/icu/icu4c/source/i18n/ |
reldtfmt.h | 131 * that is equivalent to Date(837039928046). 154 * that is equivalent to Date(837039928046). 176 * will be parsed into a UDate that is equivalent to Date(837039928046).
|
/external/libchrome/base/memory/ |
shared_memory.h | 199 // ownership of the handle. This is logically equivalent to: 225 // Logically equivalent to: 247 // Logically equivalent to:
|
/external/llvm/lib/Target/SystemZ/MCTargetDesc/ |
SystemZMCTargetDesc.cpp | 172 // Large: Equivalent to Medium for now. 174 // Kernel: Equivalent to Medium for now. 189 // in range of LARL. However, the JIT environment has no equivalent
|
/external/llvm/lib/Transforms/Scalar/ |
SpeculativeExecution.cpp | 189 // Hoist from if-then-else (diamond), but only if it is equivalent to 198 if (Succ1.size() == 1) // equivalent to if-then 200 if (Succ0.size() == 1) // equivalent to if-else
|
/external/mesa3d/src/amd/addrlib/core/ |
addrcommon.h | 188 /// starting with a string. This is passed to printf() or an equivalent 203 /// starting with a string. This is passed to printf() or an equivalent 223 /// starting with a string. This is passed to printf() or an equivalent
|