HomeSort by relevance Sort by last modified time
    Searched full:present (Results 226 - 250 of 15387) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/desugar/test/java/com/google/devtools/build/android/desugar/
DesugarJava8LikeAndroidStudioFunctionalTest.java 21 * present on functional interfaces to be also present on generated classes, even where functional
  /external/e2fsprogs/misc/
e2label.8.in 22 is not present,
28 is present, then
  /external/guava/guava-gwt/test-super/com/google/common/collect/testing/google/super/com/google/common/collect/testing/google/
MultisetRemoveTester.java 70 assertEquals("multiset.remove(present, 2) didn't return the old count",
72 assertFalse("multiset contains present after multiset.remove(present, 2)",
81 assertEquals("multiset.remove(present, 2) didn't return the old count",
83 assertTrue("multiset contains present after multiset.remove(present, 2)",
130 assertFalse("multiset contains present after multiset.remove(present, 2)",
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultisetRemoveTester.java 73 assertEquals("multiset.remove(present, 2) didn't return the old count",
75 assertFalse("multiset contains present after multiset.remove(present, 2)",
84 assertEquals("multiset.remove(present, 2) didn't return the old count",
86 assertTrue("multiset contains present after multiset.remove(present, 2)",
133 assertFalse("multiset contains present after multiset.remove(present, 2)",
  /external/iproute2/man/man8/
tc-tcindex.8 21 field value, i.e. the combination of the DSCP and ECN fields as present in IPv4
55 present for the resulting class ID.
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_format.c 42 boolean present; member in struct:etna_format
60 .present = 1, \
69 .present = 1, \
78 .present = 1, \
234 if (!formats[fmt].present)
243 if (!formats[fmt].present)
255 assert(formats[fmt].present);
264 if (!formats[fmt].present)
  /external/pdfium/xfa/fxfa/parser/
cxfa_present.cpp 32 constexpr wchar_t kName[] = L"present";
41 XFA_Element::Present,
  /external/protobuf/
autogen.sh 30 # Check that gmock is present. Usually it is already there since the
33 echo "Google Mock not present. Fetching gmock-1.7.0 from the web..."
  /external/protobuf/util/
autogen.sh 30 # Check that gmock is present. Usually it is already there since the
33 echo "Google Mock not present. Fetching gmock-1.7.0 from the web..."
  /external/syslinux/gpxe/src/arch/i386/core/
cpu.c 54 /* Get features, if present */
64 /* Get 64-bit features, if present */
  /external/syslinux/gpxe/src/arch/i386/include/
pxe_call.h 44 * @ret present Zero if the PXE stack is present, nonzero if not
  /frameworks/base/core/java/android/util/
ContainerHelpers.java 38 return ~lo; // value not present
57 return ~lo; // value not present
  /frameworks/base/test-base/src/android/test/
UiThreadTest.java 26 * When the annotation is present, the test method is executed on the application's
28 * when this annotation is present.
  /frameworks/layoutlib/create/src/com/android/tools/layoutlib/java/
LinkedHashMap_Delegate.java 27 * Provides alternate implementation to java.util.LinkedHashMap#eldest(), which is present as a
28 * non-public method in the Android VM, but not present on the host VM. This is injected in the
  /hardware/libhardware_legacy/audio/
audio_policy.conf 5 # Global configuration section: lists input and output devices always present on the device
15 # audio hardware module section: contains descriptors for all audio hw modules present on the
  /packages/apps/Settings/src/com/android/settings/connecteddevice/
DevicePreferenceCallback.java 27 * @param preference present the device
33 * @param preference present the device
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
term_entry.h 109 * Note that WANTED and PRESENT are not simple inverses! If a capability
113 #define PRESENT(s) (((s) != ABSENT_STRING) && ((s) != CANCELLED_STRING))
116 {if (PRESENT(p) && !PRESENT(q)) _nc_warning(#p " but no " #q);}
120 if (PRESENT(q) && !PRESENT(p)) \
122 if (PRESENT(p) && !PRESENT(q)) \
  /sdk/eclipse/scripts/
build_update_site.sh 5 # $1: Optional build number. If present, will be appended to the date qualifier.
7 # -i: Optional, if present, the Google internal update site will be built. Otherwise,
  /test/suite_harness/tools/dex-tools/test/dex/reader/
DexTestsCommon.java 101 fail("Class: " + className +" not present in file: " + file.getName());
102 throw new IllegalArgumentException("Class: " + className +" not present in file: " + file.getName());
113 fail("Field: " + fieldName +" not present in class: " + clazz.getName());
114 throw new IllegalArgumentException("Field: " + fieldName +" not present in class: " + clazz.getName());
125 fail("Annotation: " + annotationType +" not present in Element.");
126 throw new IllegalArgumentException("Annotation: " + annotationType +" not present in Element.");
139 fail("Method: " + methodName +" not present in class: " + clazz.getName());
140 throw new IllegalArgumentException("Method: " + methodName +" not present in class: " + clazz.getName());
  /device/linaro/bootloader/edk2/DuetPkg/DxeIpl/Ia32/
Paging.c 63 // Mark 0~4K as not present
65 PageTableEntry4KB->Bits.Present = 0;
94 PageDirectoryEntry4KB->Bits.Present = 1;
103 PageTableEntry4KB->Bits.Present = 1;
139 PageDirectoryEntry4MB->Bits.Present = 1;
  /external/vulkan-validation-layers/tests/
run_extra_loader_tests.sh 40 output=$(GTEST_FILTER=ImplicitLayer.Present \
50 GTEST_FILTER=ImplicitLayer.Present \
60 GTEST_FILTER=ImplicitLayer.Present \
70 GTEST_FILTER=ImplicitLayer.Present \
86 output=$(GTEST_FILTER=ImplicitLayer.Present \
  /prebuilts/go/darwin-x86/src/cmd/go/internal/load/
flag.go 25 present bool
42 f.present = true
79 // Present reports whether the flag appeared on the command line.
80 func (f *PerPackageFlag) Present() bool {
81 return f.present
  /prebuilts/go/linux-x86/src/cmd/go/internal/load/
flag.go 25 present bool
42 f.present = true
79 // Present reports whether the flag appeared on the command line.
80 func (f *PerPackageFlag) Present() bool {
81 return f.present
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
run_extra_loader_tests.sh 40 output=$(GTEST_FILTER=ImplicitLayer.Present \
50 GTEST_FILTER=ImplicitLayer.Present \
60 GTEST_FILTER=ImplicitLayer.Present \
70 GTEST_FILTER=ImplicitLayer.Present \
86 output=$(GTEST_FILTER=ImplicitLayer.Present \
  /system/nvram/core/tests/
fake_storage.cpp 71 bool present() const { return present_; } function in class:nvram::storage::__anon3670::StorageSlot
72 void set_present(bool present) { present_ = present; }
98 if (g_spaces[i].slot.present() && g_spaces[i].index == index) {
116 if (!g_spaces[i].slot.present()) {

Completed in 773 milliseconds

1 2 3 4 5 6 7 8 91011>>