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

<<11121314151617181920>>

  /external/tcpdump/tests/
bfd-raw-auth-md5-v.out 3 Control, State Down, Flags: [Authentication Present], Diagnostic: No Diagnostic (0x00)
14 Control, State Down, Flags: [Authentication Present], Diagnostic: No Diagnostic (0x00)
25 Control, State Down, Flags: [Authentication Present], Diagnostic: No Diagnostic (0x00)
36 Control, State Down, Flags: [Authentication Present], Diagnostic: No Diagnostic (0x00)
47 Control, State Down, Flags: [Authentication Present], Diagnostic: No Diagnostic (0x00)
58 Control, State Down, Flags: [Authentication Present], Diagnostic: No Diagnostic (0x00)
69 Control, State Down, Flags: [Authentication Present], Diagnostic: No Diagnostic (0x00)
80 Control, State Down, Flags: [Authentication Present], Diagnostic: No Diagnostic (0x00)
91 Control, State Down, Flags: [Authentication Present], Diagnostic: No Diagnostic (0x00)
102 Control, State Down, Flags: [Authentication Present], Diagnostic: No Diagnostic (0x00
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo.proto 53 // Literal, only present for kConstant.
56 // Parameter number is only present for kParameter.
59 // Fusion state, only present for kFusion.
66 // Dimensions present for some operations that require reshaping or
96 // Outfeed configuration information, only present for kOutfeed.
100 // Only present for kRng.
104 // Only present for kBatchNormTraining.
108 // Only present for kBatchNormTraining.
112 // Only present for kSend or kRecv.
118 // Name of a global symbol to call, only present for kCustomCall
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/DxeIpl/X64/
Paging.c 59 // Mark 0~4K as not present
61 PageTableEntry4KB->Bits.Present = 0;
95 PageDirectoryEntry4KB->Bits.Present = 1;
107 PageTableEntry4KB->Bits.Present = 1;
152 PageMapLevel4Entry->Bits.Present = 1;
166 PageDirectoryPointerEntry->Bits.Present = 1;
174 PageDirectoryEntry2MB->Bits.Present = 1;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
TransformerMap.java 58 * Tests if a Class is present in the TransformerMap.
67 * Tests if a NumberTransformer is present in the TransformerMap.
77 * if mapping is not present, this returns null.
87 * the Class is already present, this overwrites that
91 * @return the replaced transformer if one is present
100 * @return the removed transformer if one is present or
101 * null if none was present.
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/DxeMain/
DxeProtocolNotify.c 21 // If a protocol is installed mArchProtocols[].Present will be TRUE.
45 // Optional protocols that the DXE Core will use if they are present
93 if (!Entry->Present) {
105 present flag to TRUE. If any constructor is required it is executed. The EFI
133 // See if the expected protocol is present in the handle database
141 // Mark the protocol as present
143 Entry->Present = TRUE;
276 if (!Entry->Present) {
279 DEBUG ((DEBUG_ERROR, "\n%a Arch Protocol not present!!\n", MissingEntry->GuidString));
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
MapPutTester.java 122 assertEquals("put(present, existingValue) should return present or throw",
134 fail("put(present, differentValue) should throw");
151 assertEquals("put(present, value) should return the associated value",
192 assertEquals("put(present, null) should return the associated value",
202 fail("put(present, null) should throw");
207 "Should not contain null after unsupported put(present, null)");
214 assertNull("put(present, null) should return the associated value (null)",
224 assertNull("put(present, value) should return the associated value (null)",
  /device/linaro/bootloader/edk2/StdLib/Include/net/
route.h 224 #define RTA_DST 0x1 /* destination sockaddr present */
225 #define RTA_GATEWAY 0x2 /* gateway sockaddr present */
226 #define RTA_NETMASK 0x4 /* netmask sockaddr present */
227 #define RTA_GENMASK 0x8 /* cloning mask sockaddr present */
228 #define RTA_IFP 0x10 /* interface name sockaddr present */
229 #define RTA_IFA 0x20 /* interface addr sockaddr present */
236 #define RTAX_DST 0 /* destination sockaddr present */
237 #define RTAX_GATEWAY 1 /* gateway sockaddr present */
238 #define RTAX_NETMASK 2 /* netmask sockaddr present */
239 #define RTAX_GENMASK 3 /* cloning mask sockaddr present */
    [all...]
  /external/autotest/client/common_lib/
profiler_manager_unittest.py 69 self.assertEqual(False, p.present())
75 self.assertEqual(True, p.present())
82 self.assertEqual(False, p.present())
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
CMSAlgorithmProtection.java 21 * (WITH COMPONENTS { signatureAlgorithm PRESENT,
24 * macAlgorithm PRESENT })
66 throw new IllegalArgumentException("Sequence wrong size: One of signatureAlgorithm or macAlgorithm must be present");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/nist/
NISTNamedCurves.java 60 * the passed in object identifier. Null if the curve isn't present.
62 * @param oid an object identifier representing a named curve, if present.
74 * @return the object identifier associated with name, if present.
  /external/e2fsprogs/misc/
dumpe2fs.8.in 23 present on
56 first block in the group; the superblock location (or -1 if not present); the
57 range of blocks used by the group descriptors (or -1 if not present); the block
  /external/icu/icu4c/source/i18n/
digitaffix.h 55 * Append value to this affix. If fieldId is present, the appended
61 * Append value to this affix. If fieldId is present, the appended
73 * Append value to this affix. If fieldId is present, the appended
  /external/libavc/encoder/
ih264e_cavlc.h 57 * (if present), mb qp delta, coded block pattern, chroma mb mode and
80 * (if present), mb qp delta, coded block pattern, chroma mb mode and
103 * (if present), mb qp delta, coded block pattern, chroma mb mode and
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/representer/
RepresentFieldTest.java 27 bean.packageField = "Value";// the field is present
39 bean.packageField = "Value";// the field is present
56 WrongJavaBean.staticField = "Value";// the field is present
  /external/wpa_supplicant_8/src/utils/
radiotap_iter.h 33 * struct ieee80211_radiotap_iterator - tracks walk thru present radiotap args
53 * @_next_bitmap: internal pointer to next present u32
54 * @_bitmap_shifter: internal shifter for curr u32 bitmap, b0 set == arg present
  /system/media/audio_utils/include/audio_utils/
format.h 72 * of at least as many channels as present in the dst_mask.
77 * \param dst_channel_mask Bit mask corresponding to destination channels present
78 * \param src_channel_mask Bit mask corresponding to source channels present
  /system/nvram/hal/
memory_storage.cpp 28 bool present() const { return blob_.size() != 0; } function in class:nvram::storage::__anon3674::StorageSlot
71 if (g_spaces[i].slot.present() && g_spaces[i].index == index) {
102 if (!g_spaces[i].slot.present()) {
  /external/iproute2/tc/
q_netem.c 186 int present[__TCA_NETEM_MAX] = {}; local
213 ++present[TCA_NETEM_CORR];
241 ++present[TCA_NETEM_CORR];
341 present[TCA_NETEM_ECN] = 1;
344 present[TCA_NETEM_REORDER] = 1;
351 ++present[TCA_NETEM_CORR];
359 present[TCA_NETEM_CORRUPT] = 1;
366 ++present[TCA_NETEM_CORR];
400 ++present[TCA_NETEM_RATE];
453 if (present[TCA_NETEM_ECN])
    [all...]
  /external/nos/host/android/hals/keymaster/
import_wrapped_key.cpp 66 int present; local
67 if (!CBS_get_optional_asn1(cbs, &child, &present, tag)) {
70 if (present) {
79 *out_present = present;
87 int present; local
88 if (!CBS_get_optional_asn1(cbs, &child, &present, tag)) {
91 if (present) {
100 *out_present = present;
109 int present; local
111 auth, &set, &present,
218 int present; local
258 int present; local
    [all...]
  /art/test/1337-gc-coverage/
check 17 # Check that the string "error" isn't present
  /art/test/148-multithread-gc-annotations/
check 17 # Check that the string "error" isn't present
  /build/make/core/
project_definitions.mk 22 # Include definitions for prebuilt SDK, if present.
  /compatibility/cdd/3_software/
3_16_companion_device_pairing.md 17 device is present and operational.
  /cts/tests/tests/hardware/src/android/hardware/consumerir/cts/
ConsumerIrTest.java 49 // Skip the test if consumer IR is not present.
57 // Skip the test if consumer IR is not present.
74 // Skip the test if consumer IR is not present.
110 // Skip the test if consumer IR is not present.
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
doubleglobal.rs 18 // double present in the file see bug:23213925

Completed in 760 milliseconds

<<11121314151617181920>>