Home
last modified time | relevance | path

Searched refs:present (Results 1 – 25 of 1606) sorted by relevance

12345678910>>...65

/external/tcpdump/tests/
Disis-seg-fault-1-v.out17 IS Neighbor: f500.0000.0000.00, no sub-TLVs present
18 IS Neighbor: 0000.0000.0000.00, no sub-TLVs present
19 IS Neighbor: 0000.0000.0000.00, no sub-TLVs present
20 IS Neighbor: 0000.0000.0000.00, no sub-TLVs present
21 IS Neighbor: 0000.0000.0000.00, no sub-TLVs present
22 IS Neighbor: 0000.0000.0000.00, no sub-TLVs present
23 IS Neighbor: 0000.0000.0000.00, no sub-TLVs present
24 IS Neighbor: 0000.0000.0000.00, no sub-TLVs present
25 IS Neighbor: 0000.0000.0000.00, sub-TLVs present (37)
47 IS Neighbor: 0000.0000.0000.00, no sub-TLVs present
[all …]
Disis-extd-isreach-oobr.out13 IS Neighbor: 0d0d.0d0d.0d0d.0d, Metric: 855309, sub-TLVs present (13)
16 IS Neighbor: 0d0d.0d0d.0d0d.0d, Metric: 855309, sub-TLVs present (13)
19 IS Neighbor: 0d0d.0d0d.0d0d.0d, Metric: 855309, sub-TLVs present (13)
22 IS Neighbor: 0d0d.0d0d.0d0d.0d, Metric: 855309, sub-TLVs present (13)
25 IS Neighbor: 0d0d.0d00.0000.40, Metric: 13391955, sub-TLVs present (3)
28 IS Neighbor: 0000.0000.0a16.00, Metric: 2097279, no sub-TLVs present
29 IS Neighbor: 0000.3604.1f01.16, Metric: 70400, no sub-TLVs present
30 IS Neighbor: 0012.3a01.4996.01, Metric: 8838496, no sub-TLVs present
31 IS Neighbor: 00c7.8787.8766.87, Metric: 0, sub-TLVs present (64)
/external/syslinux/memdisk/
Ddskprobe.c88 int present; in probe_int13h_08h() local
96 present = !(regs->eflags.l & 1) && !regs->eax.b[1]; in probe_int13h_08h()
98 present = present && !(probe_int13h_01h_fail(status)); in probe_int13h_08h()
99 dskprobe_printf(" P%d\n", present); in probe_int13h_08h()
100 return present; in probe_int13h_08h()
108 int present; in probe_int13h_15h() local
116 present = !(regs->eflags.l & 1) && regs->eax.b[1]; in probe_int13h_15h()
118 present = present && !(probe_int13h_01h_fail(status)); in probe_int13h_15h()
119 dskprobe_printf(" P%d\n", present); in probe_int13h_15h()
120 return present; in probe_int13h_15h()
[all …]
/external/llvm/utils/lit/tests/Inputs/shtest-shell/
Dredirects.txt3 # RUN: echo "not-present" > %t.stdout-write
4 # RUN: echo "is-present" > %t.stdout-write
7 # STDOUT-WRITE-NOT: not-present
8 # STDOUT-WRITE: is-present
13 # STDOUT-APPEND: is-present
19 # RUN: echo "not-present" > %t.stderr-write
23 # STDERR-WRITE-NOT: not-present
35 # RUN: echo "not-present" > %t.combined
39 # COMBINED-WRITE-NOT: not-present
/external/pdfium/testing/resources/javascript/
Ddocument_methods.in106 // "Unsupported" methods are present in the document object, but not
115 // Method is present.
131 // Method is present.
139 // Method is present.
151 // Method is present.
158 // Method is present.
168 // Method is present.
179 // Method is present.
192 // Method is present.
207 // Method is present.
[all …]
/external/nos/host/android/hals/keymaster/
Dimport_wrapped_key.cpp66 int present; in CBS_get_optional_asn1_set() local
67 if (!CBS_get_optional_asn1(cbs, &child, &present, tag)) { in CBS_get_optional_asn1_set()
70 if (present) { in CBS_get_optional_asn1_set()
79 *out_present = present; in CBS_get_optional_asn1_set()
87 int present; in CBS_get_optional_asn1_null() local
88 if (!CBS_get_optional_asn1(cbs, &child, &present, tag)) { in CBS_get_optional_asn1_null()
91 if (present) { in CBS_get_optional_asn1_null()
100 *out_present = present; in CBS_get_optional_asn1_null()
109 int present; in parse_asn1_set() local
111 auth, &set, &present, in parse_asn1_set()
[all …]
/external/iproute2/tc/
Dq_netem.c186 int present[__TCA_NETEM_MAX] = {}; in netem_parse_opt() local
213 ++present[TCA_NETEM_CORR]; in netem_parse_opt()
241 ++present[TCA_NETEM_CORR]; in netem_parse_opt()
341 present[TCA_NETEM_ECN] = 1; in netem_parse_opt()
344 present[TCA_NETEM_REORDER] = 1; in netem_parse_opt()
351 ++present[TCA_NETEM_CORR]; in netem_parse_opt()
359 present[TCA_NETEM_CORRUPT] = 1; in netem_parse_opt()
366 ++present[TCA_NETEM_CORR]; in netem_parse_opt()
400 ++present[TCA_NETEM_RATE]; in netem_parse_opt()
453 if (present[TCA_NETEM_ECN]) { in netem_parse_opt()
[all …]
/external/boringssl/src/crypto/bytestring/
Dcbs.c445 int present = 0; in CBS_get_optional_asn1() local
451 present = 1; in CBS_get_optional_asn1()
455 *out_present = present; in CBS_get_optional_asn1()
464 int present; in CBS_get_optional_asn1_octet_string() local
465 if (!CBS_get_optional_asn1(cbs, &child, &present, tag)) { in CBS_get_optional_asn1_octet_string()
468 if (present) { in CBS_get_optional_asn1_octet_string()
477 *out_present = present; in CBS_get_optional_asn1_octet_string()
485 int present; in CBS_get_optional_asn1_uint64() local
486 if (!CBS_get_optional_asn1(cbs, &child, &present, tag)) { in CBS_get_optional_asn1_uint64()
489 if (present) { in CBS_get_optional_asn1_uint64()
[all …]
/external/mesa3d/src/gallium/state_trackers/nine/
Dswapchain9.c64 This->present = pPresent; in NineSwapChain9_ctor()
109 hr = ID3DPresent_NewD3DWindowBufferFromDmaBuf(This->present, in D3DWindowBuffer_create()
215 hr = ID3DPresent_SetPresentParameters(This->present, pParams, This->mode); in NineSwapChain9_Resize()
289 ID3DPresent_DestroyD3DWindowBuffer(This->present, This->present_handles[i]); in NineSwapChain9_Resize()
513 ID3DPresent_DestroyD3DWindowBuffer(This->present, This->present_handles[i]); in NineSwapChain9_dtor()
520 if (This->present) in NineSwapChain9_dtor()
521 ID3DPresent_Release(This->present); in NineSwapChain9_dtor()
618 ID3DPresent *present; member
630 …ID3DPresent_PresentBuffer(work->present, work->present_handle, work->hDestWindowOverride, NULL, NU… in work_present()
641 work->present = This->present; in pend_present()
[all …]
/external/libxml2/result/schematron/
Dzvon3_0.err2 /AAA/BBB/CCC[1] line 3: attribute name is not present
3 /AAA/BBB/CCC[2] line 4: attribute name is not present
4 /AAA/CCC[1] line 6: attribute name is present
5 /AAA/CCC[2] line 7: attribute name is present
/external/compiler-rt/test/asan/TestCases/
Ddebug_report.cc15 int present = __asan_report_present(); in main() local
16 fprintf(stderr, "%s\n", (present == 0) ? "no report" : ""); in main()
35 int present = __asan_report_present(); in __asan_on_error() local
44 fprintf(stderr, "%s\n", (present == 1) ? "report" : ""); in __asan_on_error()
/external/skqp/tools/skqp/
Dremove_unneeded_assets24 present = set(os.listdir('gmkb'))
25 to_delete = present & nope
27 to_delete |= (present - known)
30 sys.stdout.write('%s: %d of %d models removed\n' %(sys.argv[0], len(to_delete), len(present)))
/external/libxml2/test/schematron/
Dzvon10.sct4 <assert test="BBB"> BBB element is not present</assert>
5 <assert test="CCC"> CCC element is not present</assert>
10 <assert test="BBB"> BBB element is not present</assert>
11 <assert test="CCC"> CCC element is not present</assert>
/external/skia/tools/skqp/
Dremove_unneeded_assets24 present = set(os.listdir('gmkb'))
25 to_delete = present & nope
27 to_delete |= (present - known)
30 sys.stdout.write('%s: %d of %d models removed\n' %(sys.argv[0], len(to_delete), len(present)))
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_format.c42 boolean present; member
60 .present = 1, \
69 .present = 1, \
78 .present = 1, \
234 if (!formats[fmt].present) in translate_texture_format()
243 if (!formats[fmt].present) in translate_rs_format()
255 assert(formats[fmt].present); in translate_rs_format_rb_swap()
264 if (!formats[fmt].present) in translate_vertex_format_type()
/external/autotest/client/site_tests/cellular_GobiPorts/
Dcontrol7 PURPOSE = "Verify that Gobi serial ports are present."
10 GPS are not present.
18 Tests that the Gobi serial ports are present.
20 Make sure that the serial ports for the gobi modem are present.
Dcontrol.gobi3k7 PURPOSE = "Verify that Gobi serial ports are present."
10 GPS are not present.
20 Tests that the Gobi serial ports are present.
22 Make sure that the serial ports for the gobi modem are present.
/external/autotest/client/bin/self-test/tests/
D111-barrier-unordered-20x-out81 barrier: 127.0.0.1#P1 checking client present: 127.0.0.1#P10
82 barrier: 127.0.0.1#P1 checking client present: 127.0.0.1#P11
83 barrier: 127.0.0.1#P1 checking client present: 127.0.0.1#P12
84 barrier: 127.0.0.1#P1 checking client present: 127.0.0.1#P13
85 barrier: 127.0.0.1#P1 checking client present: 127.0.0.1#P14
86 barrier: 127.0.0.1#P1 checking client present: 127.0.0.1#P15
87 barrier: 127.0.0.1#P1 checking client present: 127.0.0.1#P16
88 barrier: 127.0.0.1#P1 checking client present: 127.0.0.1#P17
89 barrier: 127.0.0.1#P1 checking client present: 127.0.0.1#P18
90 barrier: 127.0.0.1#P1 checking client present: 127.0.0.1#P19
[all …]
D112-barrier-unordered-40x-out81 barrier: 127.0.0.1#P1 checking client present: 127.0.0.1#P10
82 barrier: 127.0.0.1#P1 checking client present: 127.0.0.1#P11
83 barrier: 127.0.0.1#P1 checking client present: 127.0.0.1#P12
84 barrier: 127.0.0.1#P1 checking client present: 127.0.0.1#P13
85 barrier: 127.0.0.1#P1 checking client present: 127.0.0.1#P14
86 barrier: 127.0.0.1#P1 checking client present: 127.0.0.1#P15
87 barrier: 127.0.0.1#P1 checking client present: 127.0.0.1#P16
88 barrier: 127.0.0.1#P1 checking client present: 127.0.0.1#P17
89 barrier: 127.0.0.1#P1 checking client present: 127.0.0.1#P18
90 barrier: 127.0.0.1#P1 checking client present: 127.0.0.1#P19
[all …]
D110-barrier-unordered-10x-out9 barrier: 127.0.0.1#P1 checking client present: 127.0.0.1#P10
10 barrier: 127.0.0.1#P1 checking client present: 127.0.0.1#P2
11 barrier: 127.0.0.1#P1 checking client present: 127.0.0.1#P3
12 barrier: 127.0.0.1#P1 checking client present: 127.0.0.1#P4
13 barrier: 127.0.0.1#P1 checking client present: 127.0.0.1#P5
14 barrier: 127.0.0.1#P1 checking client present: 127.0.0.1#P6
15 barrier: 127.0.0.1#P1 checking client present: 127.0.0.1#P7
16 barrier: 127.0.0.1#P1 checking client present: 127.0.0.1#P8
17 barrier: 127.0.0.1#P1 checking client present: 127.0.0.1#P9
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo.proto53 // 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.
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_format.c42 boolean present; member
50 .present = 1, \
60 .present = 1, \
70 .present = 1, \
340 if (!formats[format].present) in fd5_pipe2vtx()
349 if (!formats[format].present) in fd5_pipe2tex()
358 if (!formats[format].present) in fd5_pipe2color()
366 if (!formats[format].present) in fd5_pipe2swap()
/external/proguard/src/proguard/classfile/visitor/
DExceptClassesFilter.java55 if (!present(programClass)) in visitProgramClass()
64 if (!present(libraryClass)) in visitLibraryClass()
73 private boolean present(Clazz clazz) in present() method in ExceptClassesFilter
DSubclassFilter.java56 if (!present(programClass.subClasses)) in visitProgramClass()
65 if (!present(libraryClass.subClasses)) in visitLibraryClass()
74 private boolean present(Clazz[] subclasses) in present() method in SubclassFilter
/external/autotest/test_suites/
Dcontrol.wimax16 - WiMAX kernel driver is present and loaded when a WiMAX module is detected
17 - WiMAX firmware is present and loaded onto the WiMAX module
18 - WiMAX manager is present and running, and is able to perform the expected
29 @param SKIP_IMAGE: (optional) If present and True, don't re-image devices.

12345678910>>...65