Home
last modified time | relevance | path

Searched +full:test +full:- +full:address +full:- +full:21 (Results 1 – 25 of 1026) sorted by relevance

12345678910>>...42

/external/linux-kselftest/tools/testing/selftests/net/
Dbareudp.sh2 # SPDX-License-Identifier: GPL-2.0
4 # Test various bareudp tunnel configurations.
14 # is assigned an IPv4 and an IPv6 address. A host-route allows a veth to
21 # veth address as gateway. For MPLS reachability tests, an MPLS header is
27 # +-----------------------------------------------------------------------+
31 # | * IPv4 address: 192.0.2.100/32 |
32 # | * IPv6 address: 2001:db8::100/128 |
33 # | * IPv6 address: 2001:db8::200/128 |
40 # | ^ * IPv4 address: 192.0.2.10, peer 192.0.2.11/32 |
41 # | | * IPv6 address: 2001:db8::10, peer 2001:db8::11/128 |
[all …]
/external/cronet/third_party/boringssl/src/pki/testdata/verify_certificate_chain_unittest/many-names/out/
Dt0_1.pem14 RSA Public-Key: (2048 bit)
20 e9:d5:7a:5b:ca:2b:29:6c:0d:84:0a:10:c4:21:b6:
29 39:39:44:2e:38:37:74:c9:0a:21:85:91:21:b7:4e:
32 7b:21:7f:2f:dc:62:86:8f:fd:fd:a8:88:e8:4b:44:
42 CA Issuers - URI:http://url-for-aia/Intermediate.cer
47 URI:http://url-for-crl/Intermediate.crl
54test, DNS:t1.test, DNS:t2.test, DNS:t3.test, DNS:t4.test, DNS:t5.test, DNS:t6.test, DNS:t7.test, D…
57 1e:6d:6b:21:74:04:85:22:1e:d2:1b:09:fb:99:24:d8:e6:ed:
65 d0:72:cb:e0:29:a7:c8:40:e8:18:94:26:ad:d8:51:21:43:24:
71 -----BEGIN CERTIFICATE-----
[all …]
D2FABB43DDCC077802A0309AD437402BF98D8D5.pem14 RSA Public-Key: (2048 bit)
20 e9:d5:7a:5b:ca:2b:29:6c:0d:84:0a:10:c4:21:b6:
29 39:39:44:2e:38:37:74:c9:0a:21:85:91:21:b7:4e:
32 7b:21:7f:2f:dc:62:86:8f:fd:fd:a8:88:e8:4b:44:
42 CA Issuers - URI:http://url-for-aia/Intermediate.cer
47 URI:http://url-for-crl/Intermediate.crl
54test, DNS:t1.test, DNS:t2.test, DNS:t3.test, DNS:t4.test, DNS:t5.test, DNS:t6.test, DNS:t7.test, D…
57 1e:6d:6b:21:74:04:85:22:1e:d2:1b:09:fb:99:24:d8:e6:ed:
65 d0:72:cb:e0:29:a7:c8:40:e8:18:94:26:ad:d8:51:21:43:24:
71 -----BEGIN CERTIFICATE-----
[all …]
/external/linux-kselftest/tools/testing/selftests/net/forwarding/
Dhw_stats_l3.sh2 # SPDX-License-Identifier: GPL-2.0
4 # +--------------------+ +----------------------+
13 # +------------------|-+ +-|--------------------+
15 # +------------------|-------------------------|--------------------+
24 # +-----------------------------------------------------------------+
58 ip -6 route add 2001:db8:2::/64 vrf v$h1 nexthop via 2001:db8:1::2
63 ip -6 route del 2001:db8:2::/64 vrf v$h1 nexthop via 2001:db8:1::2
74 ip -6 route add 2001:db8:1::/64 vrf v$h2 nexthop via 2001:db8:2::2
79 ip -6 route del 2001:db8:1::/64 vrf v$h2 nexthop via 2001:db8:2::2
89 ip address add dev $rp1.200 192.0.2.2/28
[all …]
/external/libjpeg-turbo/simd/i386/
Djcgryext-mmx.asm2 ; jcgryext.asm - grayscale colorspace conversion (MMX)
8 ; Copyright (C) 1999-2006, MIYASAKA Masaru.
19 ; --------------------------------------------------------------------------
36 %define wk(i) ebp - (WK_NUM - (i)) * SIZEOF_MMWORD
39 %define gotptr wk(0) - SIZEOF_POINTER ; void * gotptr
48 and esp, byte (-SIZEOF_MMWORD) ; align to 64 bits
52 pushpic eax ; make a room for GOT address
59 get_GOT ebx ; get GOT address
60 movpic POINTER [gotptr], ebx ; save GOT address
63 test ecx, ecx
[all …]
Djcgryext-sse2.asm2 ; jcgryext.asm - grayscale colorspace conversion (SSE2)
7 ; Copyright (C) 1999-2006, MIYASAKA Masaru.
18 ; --------------------------------------------------------------------------
35 %define wk(i) ebp - (WK_NUM - (i)) * SIZEOF_XMMWORD
38 %define gotptr wk(0) - SIZEOF_POINTER ; void * gotptr
47 and esp, byte (-SIZEOF_XMMWORD) ; align to 128 bits
51 pushpic eax ; make a room for GOT address
58 get_GOT ebx ; get GOT address
59 movpic POINTER [gotptr], ebx ; save GOT address
62 test ecx, ecx
[all …]
Djdsample-avx2.asm2 ; jdsample.asm - upsampling (AVX2)
9 ; Copyright (C) 1999-2006, MIYASAKA Masaru.
20 ; --------------------------------------------------------------------------
36 ; --------------------------------------------------------------------------
71 get_GOT ebx ; get GOT address
74 test eax, eax
78 test ecx, ecx
93 test eax, SIZEOF_YMMWORD-1
95 mov dl, JSAMPLE [esi+(eax-1)*SIZEOF_JSAMPLE]
100 vpsrldq xmm7, xmm7, (SIZEOF_XMMWORD-1) ; (ff -- -- -- ... -- --) LSB is ff
[all …]
Djccolext-mmx.asm2 ; jccolext.asm - colorspace conversion (MMX)
8 ; Copyright (C) 1999-2006, MIYASAKA Masaru.
19 ; --------------------------------------------------------------------------
36 %define wk(i) ebp - (WK_NUM - (i)) * SIZEOF_MMWORD
39 %define gotptr wk(0) - SIZEOF_POINTER ; void * gotptr
48 and esp, byte (-SIZEOF_MMWORD) ; align to 64 bits
52 pushpic eax ; make a room for GOT address
59 get_GOT ebx ; get GOT address
60 movpic POINTER [gotptr], ebx ; save GOT address
63 test ecx, ecx
[all …]
Djccolext-sse2.asm2 ; jccolext.asm - colorspace conversion (SSE2)
7 ; Copyright (C) 1999-2006, MIYASAKA Masaru.
18 ; --------------------------------------------------------------------------
35 %define wk(i) ebp - (WK_NUM - (i)) * SIZEOF_XMMWORD
38 %define gotptr wk(0) - SIZEOF_POINTER ; void * gotptr
47 and esp, byte (-SIZEOF_XMMWORD) ; align to 128 bits
51 pushpic eax ; make a room for GOT address
58 get_GOT ebx ; get GOT address
59 movpic POINTER [gotptr], ebx ; save GOT address
62 test ecx, ecx
[all …]
Djcgryext-avx2.asm2 ; jcgryext.asm - grayscale colorspace conversion (AVX2)
8 ; Copyright (C) 1999-2006, MIYASAKA Masaru.
19 ; --------------------------------------------------------------------------
36 %define wk(i) ebp - (WK_NUM - (i)) * SIZEOF_YMMWORD
39 %define gotptr wk(0) - SIZEOF_POINTER ; void * gotptr
48 and esp, byte (-SIZEOF_YMMWORD) ; align to 256 bits
52 pushpic eax ; make a room for GOT address
59 get_GOT ebx ; get GOT address
60 movpic POINTER [gotptr], ebx ; save GOT address
63 test ecx, ecx
[all …]
/external/libwebsockets/minimal-examples/api-tests/api-test-smtp_client/
DREADME.md1 # lws api test smtp client
6 The first test "sends mail to a server" (actually is prompted by
7 test vectors that look like a server) and the second test
12 Requires lws was built with `-DLWS_WITH_SMTP=1` at cmake.
21 ---|---
22 -d <loglevel>|Debug verbosity in decimal, eg, -d15
23 -r <recipient@whatever.com>|Send the test email to this email address
27 $ ./lws-api-test-smtp_client
28 [2019/06/28 21:56:41:0711] USER: LWS API selftest: SMTP client unit tests
29 [2019/06/28 21:56:41:1114] NOTICE: test_sequencer_cb: test-seq: created
[all …]
/external/cronet/third_party/boringssl/src/pki/testdata/verify_certificate_chain_unittest/many-names/
Dtoomany-all-types.pem1 [Created by: ./generate-chains.py]
19 RSA Public-Key: (2048 bit)
25 e9:d5:7a:5b:ca:2b:29:6c:0d:84:0a:10:c4:21:b6:
34 39:39:44:2e:38:37:74:c9:0a:21:85:91:21:b7:4e:
37 7b:21:7f:2f:dc:62:86:8f:fd:fd:a8:88:e8:4b:44:
47 CA Issuers - URI:http://url-for-aia/Intermediate.cer
52 URI:http://url-for-crl/Intermediate.crl
59test, DNS:t1.test, DNS:t2.test, DNS:t3.test, DNS:t4.test, DNS:t5.test, DNS:t6.test, DNS:t7.test, D…
62 1e:6d:6b:21:74:04:85:22:1e:d2:1b:09:fb:99:24:d8:e6:ed:
70 d0:72:cb:e0:29:a7:c8:40:e8:18:94:26:ad:d8:51:21:43:24:
[all …]
/external/clang/test/CodeGenCXX/
Dvtable-layout.cpp1 // RUN: %clang_cc1 %s -triple=x86_64-apple-darwin10 -emit-llvm-only -fdump-vtable-layouts > %t
2 // RUN: FileCheck --check-prefix=CHECK-1 %s < %t
3 // RUN: FileCheck --check-prefix=CHECK-2 %s < %t
4 // RUN: FileCheck --check-prefix=CHECK-3 %s < %t
5 // RUN: FileCheck --check-prefix=CHECK-4 %s < %t
6 // RUN: FileCheck --check-prefix=CHECK-5 %s < %t
7 // RUN: FileCheck --check-prefix=CHECK-6 %s < %t
8 // RUN: FileCheck --check-prefix=CHECK-7 %s < %t
9 // RUN: FileCheck --check-prefix=CHECK-8 %s < %t
10 // RUN: FileCheck --check-prefix=CHECK-9 %s < %t
[all …]
/external/llvm/test/DebugInfo/PDB/DIA/
Dpdbdump-linenumbers.test1 ; RUN: llvm-pdbdump pretty -lines %p/../Inputs/symbolformat.pdb | FileCheck --check-prefix=LINE_NUM…
3 ; LINE_NUMS: llvm\test\debuginfo\pdb\inputs\symbolformat-fpo.cpp
4 ; LINE_NUMS: Line 5, Address: [0x000011a0 - 0x000011a5] (6 bytes)
5 ; LINE_NUMS: Line 6, Address: [0x000011a6 - 0x000011a6] (1 bytes)
6 ; LINE_NUMS: llvm\test\debuginfo\pdb\inputs\symbolformat.cpp
7 ; LINE_NUMS: Line 6, Address: [0x00001060 - 0x00001066] (7 bytes)
8 ; LINE_NUMS: Line 72, Address: [0x000010d0 - 0x000010d1] (2 bytes)
9 ; LINE_NUMS: Line 73, Address: [0x000010d2 - 0x000010d5] (4 bytes)
10 ; LINE_NUMS: Line 28, Address: [0x00001170 - 0x0000117a] (11 bytes)
11 ; LINE_NUMS: Line 21, Address: [0x00001180 - 0x0000118a] (11 bytes)
[all …]
/external/grpc-grpc/test/core/event_engine/
Dtcp_socket_utils_test.cc7 // http://www.apache.org/licenses/LICENSE-2.0
39 // clang-format off
42 // clang-format on
72 const_cast<sockaddr*>(resolved_addr4.address())); in MakeAddr4()
74 addr4->sin_family = AF_INET; in MakeAddr4()
75 GPR_ASSERT(data_len == sizeof(addr4->sin_addr.s_addr)); in MakeAddr4()
76 memcpy(&addr4->sin_addr.s_addr, data, data_len); in MakeAddr4()
77 addr4->sin_port = htons(12345); in MakeAddr4()
86 const_cast<sockaddr*>(resolved_addr6.address())); in MakeAddr6()
88 addr6->sin6_family = AF_INET6; in MakeAddr6()
[all …]
/external/llvm/test/DebugInfo/X86/
Dfloat_const_loclist.ll1 ; RUN: llc %s -stop-after=livedebugvalues -o - | FileCheck --check-prefix=SANITY %s
2 ; RUN: llc < %s -filetype=obj | llvm-dwarfdump - | FileCheck %s
3 ; Test debug_loc support for floating point constants.
5 ; Created from clang -O1:
23 ; CHECK-NEXT: DW_AT_location {{.*}} (0x[[LD:.*]])
24 ; CHECK-NEXT: DW_AT_name {{.*}}"ld"
26 ; CHECK-NEXT: DW_AT_location {{.*}} (0x[[F:.*]])
27 ; CHECK-NEXT: DW_AT_name {{.*}}"f"
30 ; CHECK: [[LD]]: Beginning address offset: [[START:.*]]
31 ; CHECK: Ending address offset: [[END:.*]]
[all …]
Ddbg-value-const-byref.ll1 ; RUN: llc -O1 -filetype=obj -o - %s | llvm-dwarfdump -debug-dump=all - | FileCheck %s
2 ; Generated with -O1 from:
16 ; Test that we generate valid debug info for optimized code,
23 ; CHECK-NOT: DW_TAG
25 ; CHECK-NOT: DW_TAG
30 ; CHECK: Beginning address offset: 0x0000000000000{{.*}}
31 ; CHECK: Ending address offset: [[C1:.*]]
34 ; CHECK: Beginning address offset: [[C1]]
35 ; CHECK: Ending address offset: [[C2:.*]]
38 ; CHECK: Beginning address offset: [[C2]]
[all …]
Dpieces-1.ll1 ; RUN: llc -O0 %s -filetype=obj -o %t.o
2 ; RUN: llvm-dwarfdump -debug-dump=loc %t.o | FileCheck %s
6 ; Test that we can emit debug info for aggregate values that are split
9 ; // Compile with -O1.
20 ; 0x0000000000000000 - 0x0000000000000006: rdi, piece 0x00000008, rsi, piece 0x00000004
21 ; CHECK: Beginning address offset: 0x0000000000000000
22 ; CHECK: Ending address offset: [[LTMP3:.*]]
24 ; 0x0000000000000006 - 0x0000000000000008: rbp-8, piece 0x00000008, rax, piece 0x00000004 )
25 ; CHECK: Beginning address offset: [[LTMP3]]
26 ; CHECK: Ending address offset: [[END:.*]]
[all …]
/external/llvm/test/DebugInfo/ARM/
DPR26163.ll1 ; RUN: llc -filetype=obj -o - < %s | llvm-dwarfdump - | FileCheck %s
7 ; change here needs to be intentional, so the test is very specific.
10 ; CHECK: 0x00000000: Beginning address offset: 0x0000000000000004
11 ; CHECK: Ending address offset: 0x0000000000000004
13 ; CHECK: Beginning address offset: 0x0000000000000004
14 ; CHECK: Ending address offset: 0x0000000000000014
17 ; Created form the following test case (PR26163) with
18 ; clang -cc1 -triple armv4t--freebsd11.0-gnueabi -emit-obj -debug-info-kind=standalone -O2 -x c tes…
49 target datalayout = "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64"
50 target triple = "armv4t--freebsd11.0-gnueabi"
[all …]
/external/mesa3d/src/intel/genxml/
Dgen8.xml1 <?xml version='1.0' encoding='utf-8'?>
64 <field name="Buffer" start="5" end="63" type="address" />
79 … <field name="Destination Blend Factor" start="21" end="25" type="3D_Color_Buffer_Blend_Factor" />
82 <field name="Post-Blend Color Clamp Enable" start="32" end="32" type="bool" />
83 <field name="Pre-Blend Color Clamp Enable" start="33" end="33" type="bool" />
89 <field name="Pre-Blend Source Only Clamp Enable" start="36" end="36" type="bool" />
95 <field name="X Dither Offset" start="21" end="22" type="uint" />
97 <field name="Alpha Test Function" start="24" end="26" type="3D_Compare_Function" />
98 <field name="Alpha Test Enable" start="27" end="27" type="bool" />
120 <field name="Concealment Picture ID" start="16" end="21" type="uint" />
[all …]
Dgen6.xml1 <?xml version='1.0' encoding='utf-8'?>
24 <field name="Pointer to Constant Buffer 1" start="37" end="63" type="address" />
26 <field name="Pointer to Constant Buffer 2" start="69" end="95" type="address" />
28 <field name="Pointer to Constant Buffer 3" start="101" end="127" type="address" />
42 <field name="Post-Blend Color Clamp Enable" start="32" end="32" type="bool" />
43 <field name="Pre-Blend Color Clamp Enable" start="33" end="33" type="bool" />
52 <field name="Alpha Test Function" start="45" end="47" type="3D_Compare_Function" />
53 <field name="Alpha Test Enable" start="48" end="48" type="bool" />
70 <field name="Alpha Test Format" start="0" end="0" type="uint">
88 <field name="Backface Stencil Test Function" start="12" end="14" type="3D_Compare_Function" />
[all …]
/external/pigweed/pw_bluetooth_sapphire/host/gap/
Dlow_energy_advertising_manager_test.cc7 // https://www.apache.org/licenses/LICENSE-2.0
56 // - Reports mas_ad_size supported
57 // - Actually just accepts all ads and stores them in ad_store
79 void StartAdvertising(const DeviceAddress& address, in StartAdvertising() argument
105 ads_->emplace(address, std::move(new_status)); in StartAdvertising()
109 void StopAdvertising(const DeviceAddress& address) override { in StopAdvertising() argument
110 ads_->erase(address); in StopAdvertising()
122 const auto& cb = ads_->begin()->second.connect_cb; in OnIncomingConnection()
125 handle, ads_->begin()->first, peer_address, role, hci_)); in OnIncomingConnection()
137 const DeviceAddress& address, in BuildEnablePacket() argument
[all …]
/external/google-breakpad/src/processor/
Dstatic_contained_range_map_unittest.cc40 #include "processor/contained_range_map-inl.h"
41 #include "processor/static_contained_range_map-inl.h"
42 #include "processor/simple_serializer-inl.h"
43 #include "processor/map_serializers-inl.h"
52 // RetrieveRange on an address.
75 8, // 21
114 21, // 60
160 class TestStaticCRMMap : public ::testing::Test {
201 ASSERT_TRUE (crm_map_.StoreRange(60, 1, 21)); in SetUp()
251 ASSERT_FALSE(test_map->RetrieveRange(-1, entry_test)); in TEST_F()
[all …]
/external/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.h3 // BSD-style license that can be found in the LICENSE file.
37 W = 1 << 21, // writeback base register (or leave unchanged)
38 A = 1 << 21, // accumulate in multiply instruction (or not)
43 P = 1 << 24, // offset/pre-indexed addressing (or post-indexed addressing)
64 B21 = 1 << 21,
87 return IsBound() ? -position_ - kWordSize : position_ - kWordSize; in Position()
101 position_ = -position - kWordSize; in BindTo()
115 // Encodes Addressing Mode 1 - Data-processing operands.
118 // Data-processing operands - Uninitialized.
119 Operand() : type_(-1), encoding_(-1) {} in Operand()
[all …]
/external/openthread/tests/scripts/thread-cert/
DCert_5_2_03_LeaderReject2Hops.py45 # Test Purpose and Description:
46 # -----------------------------
47 # The purpose of this test case is to show that the DUT will
49 # Address Solicit Request from a 33rd router - that is
50 # 2-hops away - with a No Address Available status.
52 # Test Topology:
53 # -------------
56 # Router_1 --- Router_31
62 # ----------
82 …ROUTER_1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26,…
[all …]

12345678910>>...42