/external/fio/os/windows/ |
install.wxs | 51 <Feature Id="AlwaysInstall" Absent="disallow" ConfigurableDirectory="INSTALLDIR" Display="hidden" Level="1" Title="Flexible IO Tester">
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/ |
FeatureUtil.java | 223 absentFeatures = (Feature[]) annotationClass.getMethod("absent") 238 "and absent.", 263 "absent", absentFeatures, 267 "absent", moreAbsentFeatures, source);
|
MapFeature.java | 102 public abstract MapFeature[] absent() default {};
|
TesterRequirements.java | 77 + presentFeatures + ", absent=" + absentFeatures + "}";
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
ListMultimapPutTester.java | 58 @CollectionSize.Require(absent = ZERO)
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
ListRemoveAllTester.java | 39 @CollectionSize.Require(absent = {ZERO, ONE})
|
ListRemoveTester.java | 37 @CollectionSize.Require(absent = {ZERO, ONE})
|
SetHashCodeTester.java | 47 @CollectionSize.Require(absent = CollectionSize.ZERO)
|
/external/libunwind/src/coredump/ |
_UCD_internal.h | 57 /* Similar to ELF phdrs. p_paddr element is absent,
|
/external/tcpdump/ |
print-cip.c | 93 * LLC header is absent; treat it as just IP.
|
/external/wpa_supplicant_8/src/common/ |
eapol_common.h | 82 * if packet body length = 44, key field is absent and key_length
|
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/lang/invoke/ |
DeserializeMethodTest.java | 34 * Ensure that the $deserializeLambda$ method is present when it should be, and absent otherwise
|
/packages/apps/Camera2/src/com/android/camera/captureintent/stateful/ |
State.java | 31 public static Optional<State> NO_CHANGE = Optional.absent();
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/ |
DirectoryListBot.java | 73 List<String> absent = new ArrayList<>(); local 76 absent.add(label); 79 if (!absent.isEmpty()) { 81 + ", but missing " + absent);
|
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/config/ |
_linux.h | 68 * but absent in library */
|
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/config/ |
_linux.h | 68 * but absent in library */
|
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/config/ |
_linux.h | 68 * but absent in library */
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/ |
ldst-reg-reg-offset.s | 54 // absent shift; lsl by default
|
/bionic/libc/tzcode/ |
tzfile.h | 68 ** if absent, transition times are 73 ** if absent, transition times are
|
/device/linaro/bootloader/edk2/StdLib/LibC/Time/ |
tzfile.h | 78 ** if absent, transition times are
83 ** if absent, transition times are
|
/external/clang/include/clang/AST/ |
ExprOpenMP.h | 42 /// When the length is absent, it defaults to the size of the array dimension 44 /// When the lower-bound is absent it defaults to 0.
|
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
Util.java | 106 : Optional.<Equivalence.Wrapper<T>>absent(); 117 : Optional.<T>absent();
|
/external/guava/guava/src/com/google/common/collect/ |
BinaryTreeTraverser.java | 43 * Returns the left child of the specified node, or {@link Optional#absent()} if the specified 49 * Returns the right child of the specified node, or {@link Optional#absent()} if the specified
|
/external/icu/icu4c/source/tools/tzcode/ |
tzfile.h | 68 ** if absent, transition times are 73 ** if absent, transition times are
|
/external/iproute2/include/linux/ |
atmsap.h | 108 /* absent */ 117 /* absent */
|