/aosp_15_r20/external/tcpdump/tests/ |
H A D | rstp-v.out | 1 …1 11:50:35.352170 STP 802.1w, Rapid STP, Flags [Proposal], bridge-id 8001.00:19:06:ea:b8:80.800c,… 2 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 3 root-id 8001.00:19:06:ea:b8:80, root-pathcost 0, port-role Designated 4 …2 11:50:37.214151 STP 802.1w, Rapid STP, Flags [Proposal], bridge-id 8001.00:19:06:ea:b8:80.800c,… 5 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 6 root-id 8001.00:19:06:ea:b8:80, root-pathcost 0, port-role Designated 7 …3 11:50:39.227534 STP 802.1w, Rapid STP, Flags [Proposal], bridge-id 8001.00:19:06:ea:b8:80.800c,… 8 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 9 root-id 8001.00:19:06:ea:b8:80, root-pathcost 0, port-role Designated 10 …4 11:50:41.240343 STP 802.1w, Rapid STP, Flags [Proposal], bridge-id 8001.00:19:06:ea:b8:80.800c,… [all …]
|
H A D | stp-v.out | 1 …1 11:44:05.787073 STP 802.1d, Config, Flags [none], bridge-id 8001.00:19:06:ea:b8:80.8005, length… 2 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 3 root-id 8001.00:19:06:ea:b8:80, root-pathcost 0 4 …2 11:44:07.794807 STP 802.1d, Config, Flags [none], bridge-id 8001.00:19:06:ea:b8:80.8005, length… 5 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 6 root-id 8001.00:19:06:ea:b8:80, root-pathcost 0 7 …3 11:44:09.797264 STP 802.1d, Config, Flags [none], bridge-id 8001.00:19:06:ea:b8:80.8005, length… 8 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 9 root-id 8001.00:19:06:ea:b8:80, root-pathcost 0 10 …4 11:44:11.802411 STP 802.1d, Config, Flags [none], bridge-id 8001.00:19:06:ea:b8:80.8005, length… [all …]
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/emergency/ |
H A D | EmergencyAffordanceServiceTest.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 57 * should we enable Emergency Affordance feature (EA for short). 59 * Please refer to https://source.android.com/devices/tech/connect/emergency-affordance 66 // Default country ISO that should enable EA. Value comes from resource 69 // Randomly picked country ISO that should not enable EA. 143 // Then: EA setting will should be 0 in testSettings_shouldBeOff_whenVoiceCapableIsFalse() 148 * Verify the voice capable device is booted up without EA-enabled cell network, with 149 * no EA-enabled SIM installed, feature should be disabled. 153 // Given: the device is voice capble, no EA-enable SIM, no EA-enabled Cell in testSettings_shouldBeOff_whenWithoutEAEanbledNetworkNorSim() 157 // Then: EA setting will should be 0 in testSettings_shouldBeOff_whenWithoutEAEanbledNetworkNorSim() [all …]
|
/aosp_15_r20/external/eigen/unsupported/test/ |
H A D | EulerAngles.cpp | 58 betaRangeStart = -HALF_PI; in verify_euler() 70 betaRangeStart = -PI; in verify_euler() 96 VERIFY_APPROXED_RANGE(-PI, ebis.alpha(), PI); in verify_euler() 98 VERIFY_APPROXED_RANGE(-PI, ebis.gamma(), PI); in verify_euler() 112 // Test if ea and eabis are the same in verify_euler() 113 // Need to check both singular and non-singular cases in verify_euler() 115 // 1. When I==K and sin(ea(1)) == 0 in verify_euler() 116 // 2. When I!=K and cos(ea(1)) == 0 in verify_euler() 119 /*// If I==K, and ea[1]==0, then there no unique solution. in verify_euler() 120 // The remark apply in the case where I!=K, and |ea[1]| is close to +-pi/2. in verify_euler() [all …]
|
/aosp_15_r20/external/google-breakpad/src/third_party/libdisasm/ |
H A D | ia32_modrm.c | 12 /* -------------------------------- ModR/M, SIB */ 23 /* 16-bit modrm flags */ 67 /* this is needed to replace x86_imm_signsized() which does not sign-extend 94 /* generic bitfield-packing routine */ in byte_decode() 96 modrm->mod = b >> 6; /* top 2 bits */ in byte_decode() 97 modrm->reg = (b & 56) >> 3; /* middle 3 bits */ in byte_decode() 98 modrm->rm = b & 7; /* bottom 3 bits */ in byte_decode() 102 static size_t sib_decode( unsigned char *buf, size_t buf_len, x86_ea_t *ea, in sib_decode() argument 106 * b points to the SIB byte in the instruction-stream buffer; the in sib_decode() 116 byte_decode( *buf, (struct modRM_byte *)(void*)&sib ); /* get bit-fields */ in sib_decode() [all …]
|
H A D | x86_format.c | 19 int _i = strlen(str), _blen = strlen(buf), _len = len - 1; \ 26 len -= _i; \ 39 #define PRINT_DISPLACEMENT( ea ) do { \ argument 40 if ( ea->disp_size && ea->disp ) { \ 41 if ( ea->disp_sign ) { \ 42 STRNCATF( buf, "-0x%" PRIX32, -ea->disp, len ); \ 44 STRNCATF( buf, "0x%" PRIX32, ea->disp, len ); \ 69 return (len_orig - len); in format_insn_prefix_str() 77 if ( op->flags & op_signed ) { in get_operand_data_str() 78 switch ( op->datatype ) { in get_operand_data_str() [all …]
|
/aosp_15_r20/external/eigen/test/ |
H A D | geo_eulerangles.cpp | 4 // Copyright (C) 2008-2012 Gael Guennebaud <[email protected]> 17 void verify_euler(const Matrix<Scalar,3,1>& ea, int i, int j, int k) in verify_euler() argument 23 …Matrix3 m(AngleAxisx(ea[0], Vector3::Unit(i)) * AngleAxisx(ea[1], Vector3::Unit(j)) * AngleAxisx(e… in verify_euler() 27 /* If I==K, and ea[1]==0, then there no unique solution. */ in verify_euler() 28 /* The remark apply in the case where I!=K, and |ea[1]| is close to pi/2. */ in verify_euler() 29 …if( (i!=k || ea[1]!=0) && (i==k || !internal::isApprox(abs(ea[1]),Scalar(EIGEN_PI/2),test_precisio… in verify_euler() 30 VERIFY((ea-eabis).norm() <= test_precision<Scalar>()); in verify_euler() 35 VERIFY_IS_APPROX_OR_LESS_THAN(-Scalar(EIGEN_PI), eabis[1]); in verify_euler() 37 VERIFY_IS_APPROX_OR_LESS_THAN(-Scalar(EIGEN_PI), eabis[2]); in verify_euler() 41 template<typename Scalar> void check_all_var(const Matrix<Scalar,3,1>& ea) in check_all_var() argument [all …]
|
/aosp_15_r20/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
D | ethernet.h | 4 * Copyright (C) 1999-2013, Broadcom Corporation 18 * $Id: ethernet.h 384540 2013-02-12 04:28:58Z $ 87 #define ETHER_TYPE_89_0D 0x890d /* 89-0d frame for TDLS */ 105 #define ETHER_FILL_MCAST_ADDR_FROM_IP(ea, mgrp_ip) { \ argument 106 ((uint8 *)ea)[0] = 0x01; \ 107 ((uint8 *)ea)[1] = 0x00; \ 108 ((uint8 *)ea)[2] = 0x5e; \ 109 ((uint8 *)ea)[3] = ((mgrp_ip) >> 16) & 0x7f; \ 110 ((uint8 *)ea)[4] = ((mgrp_ip) >> 8) & 0xff; \ 111 ((uint8 *)ea)[5] = ((mgrp_ip) >> 0) & 0xff; \ [all …]
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | microsoft-abi-rtti.cpp | 1 // RUN: %clang_cc1 -emit-llvm -o - -triple=i386-pc-win32 2>/dev/null %s | FileCheck %s 2 // RUN: %clang_cc1 -emit-llvm -o - -triple=x86_64-pc-win32 2>/dev/null %s | FileCheck --check-prefi… 29 // CHECK-DAG: @"\01??_R4B2@@6BZ2@@@" = linkonce_odr constant %rtti.CompleteObjectLocator { i32 0, i… 30 // CHECK-DAG: @"\01??_R0?AUB2@@@8" = linkonce_odr global %rtti.TypeDescriptor8 { i8** @"\01??_7type… 31 // CHECK-DAG: @"\01??_R3B2@@8" = linkonce_odr constant %rtti.ClassHierarchyDescriptor { i32 0, i32 … 32 …-DAG: @"\01??_R2B2@@8" = linkonce_odr constant [5 x %rtti.BaseClassDescriptor*] [%rtti.BaseClassDe… 33 …-DAG: @"\01??_R1A@?0A@EA@B2@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { i8* bitcast (%… 34 // CHECK-DAG: @"\01??_R1A@A@3FA@A2@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { i8* bitc… 35 // CHECK-DAG: @"\01??_R0?AUA2@@@8" = linkonce_odr global %rtti.TypeDescriptor8 { i8** @"\01??_7type… 36 // CHECK-DAG: @"\01??_R3A2@@8" = linkonce_odr constant %rtti.ClassHierarchyDescriptor { i32 0, i32 … [all …]
|
/aosp_15_r20/external/mesa3d/src/freedreno/.gitlab-ci/reference/ |
H A D | es2gears-a320.log | 17 write PC_VERTEX_REUSE_BLOCK_CNTL (21ea) 19 11848680: 0000: 000021ea 0000000b 255 GRAS_CL_VPORT_YSCALE: -150.000000 503 !+ c3160000 GRAS_CL_VPORT_YSCALE: -150.000000 660 GRAS_CL_VPORT_YSCALE: -150.000000 753 11842740: 1.499184 0.349716 0.459207 0.458311 -0.049471 1.616941 -0.358029 -0.357330 754 11842760: 0.866025 -0.513030 -0.815389 -0.813798 -4.500000 -4.143785 17.310228 19.274502 755 11842780: 0.865554 0.201909 -0.458311 -6.101883 -0.028562 0.933541 0.357330 9.046569 756 118427a0: 0.500000 -0.296198 0.813798 16.275953 0.000000 0.000000 0.000000 1.000000 817 write PC_VERTEX_REUSE_BLOCK_CNTL (21ea) [all …]
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/bl31/aarch64/ |
D | ea_delegate.S | 2 * Copyright (c) 2018-2022, ARM Limited and Contributors. All rights reserved. 5 * SPDX-License-Identifier: BSD-3-Clause 24 * It delegates the handling of the EA to platform handler, and upon successfully 25 * handling the EA, exits EL3; otherwise panics. 40 /* EA other than above are unhandled exceptions */ 44 * Save general purpose and ARMv8.3-PAuth registers (if enabled). 68 * It delegates the handling of the EA to platform handler, and upon successfully 69 * handling the EA, exits EL3; otherwise panics. 76 * Save general purpose and ARMv8.3-PAuth registers (if enabled). 97 * Handler for async EA from lower EL synchronized at EL3 entry in FFH mode. [all …]
|
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/iron-overlay-behavior/demo/ |
H A D | index.html | 2 <!-- 10 --> 15 <title>simple-overlay demo</title> 17 <meta charset="utf-8"> 18 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 19 …<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalab… 21 <script src="../../webcomponentsjs/webcomponents-lite.js"></script> 23 <link rel="import" href="../../iron-flex-layout/iron-flex-layout.html"> 24 <link rel="import" href="simple-overlay.html"> 25 <link rel="import" href="../../iron-demo-helpers/demo-snippet.html"> [all …]
|
/aosp_15_r20/external/llvm/test/MC/Hexagon/instructions/ |
H A D | xtype_mpy.s | 1 # RUN: llvm-mc -triple=hexagon -filetype=obj -o - %s | llvm-objdump -d - | FileCheck %s 18 r17 =- mpyi(r21, #31) 22 r17 -= mpyi(r21, #31) 45 # CHECK: b0 de 14 ea 47 # CHECK: b0 de 94 ea 49 # CHECK: f0 de 14 ea 51 # CHECK: f0 de 94 ea 53 # CHECK: b0 de 34 ea 55 # CHECK: b0 de b4 ea 57 # CHECK: f0 de 34 ea [all …]
|
/aosp_15_r20/external/arm-trusted-firmware/bl31/aarch64/ |
H A D | ea_delegate.S | 2 * Copyright (c) 2018-2021, ARM Limited and Contributors. All rights reserved. 4 * SPDX-License-Identifier: BSD-3-Clause 25 * vector entry. This function assumes GP registers x0-x29 have been saved, and 26 * are available for use. It delegates the handling of the EA to platform 27 * handler, and returns only upon successfully handling the EA; otherwise 45 * registers to have been saved. It delegates the handling of the EA to platform 46 * handler, and upon successfully handling the EA, exits EL3; otherwise panics. 87 /* Test for EA bit in the instruction syndrome */ 92 * Save general purpose and ARMv8.3-PAuth registers (if enabled). 94 * ARMv8.5-PMU is implemented, save PMCR_EL0 and disable Cycle Counter. [all …]
|
/aosp_15_r20/external/llvm/test/tools/llvm-cxxdump/ |
H A D | trivial.test | 1 RUN: llvm-cxxdump %p/Inputs/trivial.obj.coff-i386 \ 2 RUN: | FileCheck %s --check-prefix=COFF-I386 4 RUN: llvm-cxxdump %p/Inputs/trivial.obj.elf-i386 \ 5 RUN: | FileCheck %s --check-prefix=ELF-I386 7 COFF-I386: ??_7S@@6B@[0]: ??_R4S@@6B@ 8 COFF-I386-NEXT: ??_7S@@6B@[4]: ??_GS@@UAEPAXI@Z 9 COFF-I386-NEXT: ??_8S@@7B@[0]: -4 10 COFF-I386-NEXT: ??_8S@@7B@[4]: 4 11 COFF-I386-NEXT: ??_R4S@@6B@[IsImageRelative]: 0 12 COFF-I386-NEXT: ??_R4S@@6B@[OffsetToTop]: 0 [all …]
|
/aosp_15_r20/external/apache-commons-io/src/test/resources/org/apache/commons/io/ |
H A D | testfileNoBOM.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- 10 http://www.apache.org/licenses/LICENSE-2.0 17 --> 19 …ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem… 23 …uis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. D… 25 …uis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. 29 …ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem… 31 …ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem… 33 …ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem… [all …]
|
H A D | testfileBOM.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- 10 http://www.apache.org/licenses/LICENSE-2.0 17 --> 19 …ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem… 23 …uis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. D… 25 …uis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. 29 …ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem… 31 …ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem… 33 …ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem… [all …]
|
/aosp_15_r20/external/elfutils/tests/ |
HD | testfile44.expect.bz2 | ... 1testfile44.o: elf32-elf_i386
2
3Disassembly of section .text:
4 ... |
/aosp_15_r20/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/lib/tpm/ |
H A D | sub.mk | 1 FTPM_FLAGS = -DGCC -DUSE_WOLFCRYPT -DSIMULATION=NO -DUSE_PLATFORM_EPS -DVTPM 2 FTPM_DEBUG = -DCOMPILER_CHECKS=YES -DfTPMDebug -DRUNTIME_SIZE_CHECKS -DLIBRARY_COMPATIBILITY_CHECK 3 FTPM_RELEASE = -DCOMPILER_CHECKS=NO -DRUNTIME_SIZE_CHECKS=NO -DLIBRARY_COMPATIBILITY_CHECK=NO 7 # uses is dependent on the order the '-I/include/path' arguments are passed in. This is depended on… 11 FTPM_INCLUDES = -include ./reference/include/VendorString.h -include ./reference/include/Implementa… 17 FTPM_WARNING_SUPPRESS = -Wno-cast-align -Wno-switch-default -Wno-suggest-attribute=noreturn -Wno-mi… 19 cflags-y += $(FTPM_FLAGS) $(WOLF_SSL_FLAGS) $(FTPM_INCLUDES) $(FTPM_WARNING_SUPPRESS) 22 cflags-y += $(FTPM_DEBUG) 24 cflags-y += $(FTPM_RELEASE) 36 @if [ -L ./lib/tpm/tpm_symlink ] ; \ [all …]
|
/aosp_15_r20/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmutils.h | 2 * Misc useful os-independent macros and functions. 4 * Copyright (C) 1999-2013, Broadcom Corporation 18 * $Id: bcmutils.h 382763 2013-02-04 10:21:08Z $ 60 #define bcm_tolower(c) (bcm_isupper((c)) ? ((c) + 'a' - 'A') : (c)) 61 #define bcm_toupper(c) (bcm_islower((c)) ? ((c) + 'A' - 'a') : (c)) 63 /* Buffer structure for collecting string-formatted data 75 /* ** driver-only section ** */ 90 countdown -= 10; \ 94 /* osl multi-precedence packet queue */ 127 uint32 retry; /* packets re-sent because they were not received */ [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/rsa/testdata/ |
D | pss-vect.txt.bz2 | ... --------------------- ... |
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/paper-dialog/demo/ |
H A D | index.html | 2 <!-- 10 --> 15 <meta charset="utf-8"> 16 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 17 …<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalab… 19 <title>paper-dialog demo</title> 21 <script src="../../webcomponentsjs/webcomponents-lite.js"></script> 23 <link rel="import" href="../paper-dialog.html"> 24 <link rel="import" href="../../paper-button/paper-button.html"> 25 <link rel="import" href="../../paper-dialog-scrollable/paper-dialog-scrollable.html"> [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/filesystem/test/msvc/ |
D | filesystem.sln | 6 …roject("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "path_unit_test", "path_unit_test\path_unit_tes… 8 …8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "operations_unit_test", "operations_unit_test\operations… 10 …ject("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "operations_test", "operations_test\operations_te… 12 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "path_test", "path_test\path_test.vcxproj", "{F… 14 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "system_dll", "system_dll\system_dll.vcxproj", … 16 …roject("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "filesystem_dll", "filesystem_dll\filesystem_dl… 18 …ect("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "convenience_test", "convenience_test\convenience_… 20 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fstream_test", "fstream_test\fstream_test.vcxp… 22 …ject("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "deprecated_test", "deprecated_test\deprecated_te… 24 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tut1", "tut1\tut1.vcxproj", "{6376B8E4-7FD4-46… [all …]
|
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu/src/commonTest/kotlin/kotlinx/atomicfu/test/ |
H A D | AtomicArrayTest.kt | 2 …* Copyright 2017-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 licen… 56 check(A.longArr[1].addAndGet(-9223372036854775807) == -198452011965886959) in testLongArray() 57 check(A.longArr[1].value == -198452011965886959) in testLongArray() 58 check(A.longArr[1].incrementAndGet() == -198452011965886958) in testLongArray() 59 check(A.longArr[1].value == -198452011965886958) in testLongArray() 60 check(A.longArr[1].decrementAndGet() == -198452011965886959) in testLongArray() 61 check(A.longArr[1].value == -198452011965886959) in testLongArray() 104 val ea = ExtendedApiAtomicArrays() in extendedApiTest() constant 105 check(ea.stringAtomicNullArray[0].value == null) in extendedApiTest() 106 check(ea.stringAtomicNullArray[0].compareAndSet(null, "aaa")) in extendedApiTest() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/M68k/ |
H A D | M68kInstrFormats.td | 1 //===-- M68kInstrFormats.td - M68k Instruction Formats -----*- tablegen -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 6 //===----------------------------------------------------------------------===// 19 /// 05 M68000 -(An) e address register indirect with predecrement 61 //===----------------------------------------------------------------------===// 66 /// d -> r, a -> r 68 //===----------------------------------------------------------------------===// 70 //===----------------------------------------------------------------------===// 74 let Value{3-0} = type; 91 /// bits<3> o - operand number [all …]
|