/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/tel/lab/ |
D | TelLabSmsTest.py | 224 """ Test MO SMS(less than 160 charcters) functionality on LTE 241 """ Test MT SMS(less than 160 charcters) functionality on LTE 258 """ Test MO SMS(more than 160 charcters) functionality on LTE 275 """ Test MT SMS(more than 160 charcters) functionality on LTE 291 """ Test MO SMS(single part contains é) functionality on LTE 307 """ Test MT SMS(single part contains é) functionality on LTE 323 """ Test MO SMS(multi part contains é in first part) functionality on 341 """ Test MT SMS(multi part contains é in first part) functionality on 359 """ Test MO SMS(multi part contains é in second part) functionality on 377 """ Test MT SMS(multi part contains é in second part) functionality on [all …]
|
D | TelLabEmergencyCallTest.py | 361 """ Test Emergency call functionality on LTE. 388 """ Test Emergency call functionality on LTE. 415 """ Test Emergency call functionality on LTE (CSFB to 1x). 439 """ Test Emergency call functionality on WCDMA 463 """ Test Emergency call functionality on GSM 487 """ Test Emergency call functionality on CDMA 1X 511 """ Test Emergency call functionality on CDMA 1X with EVDO 535 """ Test Emergency call functionality on Airplane mode 560 """ Test Emergency call functionality on Airplane mode 585 """ Test Emergency call functionality, [all …]
|
D | TelLabVoiceTest.py | 310 """ Test Voice call functionality on LTE (CSFB to WCDMA). 336 """ Test Voice call functionality on LTE (CSFB to WCDMA). 362 """ Test Voice call functionality on LTE (CSFB to 1x). 386 """ Test Voice call functionality on WCDMA 410 """ Test Voice call functionality on GSM 434 """ Test Voice call functionality on CDMA 1X 458 """ Test Voice call functionality on CDMA 1X with EVDO 482 """ Test Voice call functionality, 510 """ Test Voice call functionality, 538 """ Test Voice call functionality, [all …]
|
/aosp_15_r20/external/pytorch/c10/core/ |
H A D | DispatchKeySet.h | 49 // "functionality" bits and "backend bits", and every tensor holds its own 52 // specific piece of functionality. The functionality bits are *ordered*. When 53 // multiple functionality bits are set, we use the highest priority 54 // functionality. Similarly, multiple backend bits can theoretically be set if 95 // CUDABit) (b) functionalities: (per-backend) functionality-bit DispatchKeys 115 // Not every backend and not every functionality counts as a "building block 117 // Backend keys and functionality keys that count as "building blocks" will 118 // contribute to a full cross product of functionality that can be overriden. 121 // blocks (CPU, CUDA, XLA, ...) and at least 5 "functionality" 126 // dispatcher operator. Not every piece of functionality necessarily [all …]
|
H A D | DispatchKey.h | 21 // functionalities. When we encounter a functionality bit that is known to be 53 // WARNING! If we add a new per-backend functionality key that has higher 78 // pieces of functionality: 86 // per-backend functionality] 106 // to a type of functionality. 138 // This is not a "real" functionality, but it exists to give us a "nullopt" 154 // ~~~~~~~~~~~~~~~~~~~~~~~~~~ Functionality Keys ~~~~~~~~~~~~~~~~~~~~~~ // 156 // corresponds to an individual "functionality" that can be dispatched to. 166 // See [Note: Per-Backend Functionality Dispatch Keys] for details. 168 // See [Note: Per-Backend Functionality Dispatch Keys] [all …]
|
H A D | DispatchKeySet.cpp | 213 // If the current functionality bit is a per-backend bit, we need special in operator ++() 218 // backend instance of this functionality key so we can skip it. in operator ++() 220 // increment the functionality mask so we skip the current functionality in operator ++() 228 // functionality bits are. in operator ++() 240 // in the keyset. In this case, we need to bump the functionality mask and in operator ++() 246 // over the same functionality bit next time, but a different backend bit. in operator ++() 250 // Functionality bits that aren't per backend are simpler to handle. We can in operator ++() 265 // loop through every functionality key (aside from Undefined). in initializeFunctionalityOffsetsAndMasks() 271 // If the previous functionality was not per-backend, then we can just in initializeFunctionalityOffsetsAndMasks() 284 // Sanity check that the computed offset index of the last functionality key in initializeFunctionalityOffsetsAndMasks() [all …]
|
/aosp_15_r20/system/chre/chpp/ |
H A D | RELEASE_NOTES.md | 16 - New functionality 37 - Added initialization, deinitialization, and reset functionality for the link layer (see link.h) 38 …- Condition variables functionality needs to be supported alongside other platform functionality (… 45 - New functionality 59 - New functionality 76 - Platform-specific time functionality (platform_time.h) 80 This release updates client functionality using the parser, adds a transport-layer loopback mechani… 82 - New functionality 85 - Completed client functionality using parser-generated functions 86 …ck client and service. The Transport-layer loopback ignores app layer functionality and state, as … [all …]
|
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/ |
H A D | esextcTestCaseBase.hpp | 39 #define GEOMETRY_SHADER_EXTENSION_NOT_SUPPORTED "Geometry shader functionality not supported, skipp… 40 #define GEOMETRY_SHADER_POINT_SIZE_NOT_SUPPORTED "Geometry shader point size functionality not supp… 41 #define GPU_SHADER5_EXTENSION_NOT_SUPPORTED "GPU shader5 functionality not supported, skipping" 42 #define TESSELLATION_SHADER_EXTENSION_NOT_SUPPORTED "Tessellation shader functionality not supporte… 43 #define TEXTURE_BORDER_CLAMP_NOT_SUPPORTED "Texture border clamp functionality not supported, skipp… 45 "Floating point texture linear filtering functionality not supported, skipping" 46 #define TEXTURE_CUBE_MAP_ARRAY_EXTENSION_NOT_SUPPORTED "Texture cube map array functionality not su… 47 #define SHADER_IMAGE_ATOMIC_EXTENSION_NOT_SUPPORTED "Shader image atomic functionality not supporte… 48 #define TEXTURE_BUFFER_EXTENSION_NOT_SUPPORTED "Texture buffer functionality not supported, skippin… 49 #define DRAW_BUFFERS_INDEXED_NOT_SUPPORTED "Draw buffers indexed functionality not supported, skipp… [all …]
|
/aosp_15_r20/external/pigweed/pw_digital_io/public/pw_digital_io/ |
H A D | digital_io.h | 63 /// the derived classes that explicitly supports the functionality that your 67 /// derived classes that explicitly support the functionality that you want to 471 // Use this class in APIs when only interrupt functionality is required. 478 // Available functionality 489 // Unavailable functionality 509 // Use this class in APIs when only input functionality is required. 515 // Available functionality 524 // Unavailable functionality 547 // Use in APIs when input and interrupt functionality is required. 556 // Available functionality [all …]
|
/aosp_15_r20/external/bazelbuild-rules_go/tests/core/ |
H A D | README.rst | 12 * `Basic go_library functionality <go_library/README.rst>`_ 13 * `output_groups functionality <output_groups/README.rst>`_ 14 * `Basic -buildmode=plugin functionality <go_plugin/README.rst>`_ 15 * `go_bazel_test macro functionality <go_bazel_test/README.rst>`_ 19 * `Basic go_proto_library functionality <go_proto_library/README.rst>`_ 21 * `Basic go_test functionality <go_test/README.rst>`_ 23 * `Runfiles functionality <runfiles/README.rst>`_ 27 * `stdlib functionality <stdlib/README.rst>`_ 28 * `Basic go_binary functionality <go_binary/README.rst>`_ 32 * `Basic go_path functionality <go_path/README.rst>`_
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/tti/doc/ |
D | tti_nested_type.qbk | 10 Besides the functionality of the TTI library which queries whether some inner element 11 of a given name within a type exists, the library also includes functionality for 13 marker type is meant a type either internally created by the library, with no functionality, 16 First I will explain the syntax and use of this functionality and then the reason it exists in 19 The functionality is a metafunction created by the macro [macroref BOOST_TTI_MEMBER_TYPE]. 26 to be generated and then the name of the 'named type'. After that the functionality 60 which has no functionality, is used. Unless there is a specific reason for the end-user 64 A simple example of this functionality would be: 77 we can now answer the question of why this functionality to create 122 have to work with, being a marker type, will generally not fulfill any other further functionality [all …]
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp | 27 …* \brief Conformance tests for the Direct State Access feature functionality (Framebuffers and Ren… 82 /* Shortcut for GL functionality. */ in iterate() 211 /* Shortcut for GL functionality. */ in iterate() 280 /** @brief Test functionality. 289 /* Shortcut for GL functionality. */ in Test() 343 /* Shortcut for GL functionality. */ in Clean() 386 /* Shortcut for GL functionality. */ in iterate() 461 /** @brief Test functionality. 474 /* Shortcut for GL functionality. */ in Test() 553 /* Shortcut for GL functionality. */ in SubTestAttachmentError() [all …]
|
H A D | gl4cDirectStateAccessVertexArraysTests.cpp | 27 …* \brief Conformance tests for the Direct State Access feature functionality (Vertex Array Objects… 80 /* Shortcut for GL functionality. */ in iterate() 214 /* Shortcut for GL functionality. */ in iterate() 309 /* Shortcut for GL functionality */ in BuildProgram() 474 /* Shortcut for GL functionality */ in PrepareVAO() 523 /* Shortcut for GL functionality */ in PrepareXFB() 549 /* Shortcut for GL functionality */ in DrawAndCheck() 621 /* Shortcut for GL functionality */ in TurnOnAttributes() 694 /* Shortcut for GL functionality */ in Clean() 813 /* Shortcut for GL functionality. */ in iterate() [all …]
|
H A D | gl4cDirectStateAccessXFBTests.cpp | 27 …* \brief Conformance tests for the Direct State Access feature functionality (Transform Feedbeck a… 73 /* Shortcut for GL functionality */ in iterate() 294 /* Shortcut for GL functionality */ in prepare() 328 /* Shortcut for GL functionality */ in testBuffersBindingPoints() 374 /* Shortcut for GL functionality */ in testBuffersDimensions() 521 /* Shortcut for GL functionality */ in clean() 631 /* Shortcut for GL functionality */ in prepareObjects() 721 /* Shortcut for GL functionality */ in prepareTestSetup() 773 /* Shortcut for GL functionality */ in testBindingPoint() 824 /* Shortcut for GL functionality */ in testStart() [all …]
|
H A D | gl4cConditionalRenderInvertedTests.cpp | 142 /* Shortcut for GL functionality. */ in createQueryObject() 160 /* Shortcut for GL functionality. */ in clean() 181 /* Shortcut for GL functionality. */ in test() 361 /* Shortcut for GL functionality. */ in createProgram() 471 /* Shortcut for GL functionality. */ in createView() 509 /* Shortcut for GL functionality. */ in createQueryObject() 521 /* Shortcut for GL functionality. */ in setupColor() 537 /* Shortcut for GL functionality. */ in setupPassSwitch() 557 /* Shortcut for GL functionality. */ in draw() 591 /* Shortcut for GL functionality. */ in fragmentsPassed() [all …]
|
H A D | gl4cDirectStateAccessSamplersTests.cpp | 27 …* \brief Conformance tests for the Direct State Access feature functionality (Transform Feedbeck a… 73 /* Shortcut for GL functionality */ in iterate() 241 /* Shortcut for GL functionality */ in prepare() 257 /* Shortcut for GL functionality */ in testSamplerIntegerParameter() 298 /* Shortcut for GL functionality */ in testSamplerFloatParameter() 328 /* Shortcut for GL functionality */ in testSamplerFloatVectorParameter() 357 /* Shortcut for GL functionality */ in clean() 385 /* Shortcut for GL functionality */ in iterate() 544 /* Shortcut for GL functionality. */ in prepareFramebuffer() 588 /* Shortcut for GL functionality */ in prepareVertexArrayObject() [all …]
|
H A D | gl4cDirectStateAccessProgramPipelinesTests.cpp | 27 …* \brief Conformance tests for the Direct State Access feature functionality (Program Pipelines pa… 73 /* Shortcut for GL functionality */ in iterate() 265 /* Shortcut for GL functionality */ in prepare() 287 /* Shortcut for GL functionality */ in testProgramPipelineParameter() 329 /* Shortcut for GL functionality */ in testProgramPipelineInfoLog() 377 /* Shortcut for GL functionality */ in clean() 406 /* Shortcut for GL functionality */ in iterate() 564 /* Shortcut for GL functionality. */ in prepareFramebuffer() 608 /* Shortcut for GL functionality */ in prepareVertexArrayObject() 625 /* Shortcut for GL functionality. */ in prepareShaderPrograms() [all …]
|
/aosp_15_r20/external/coreboot/src/soc/intel/common/block/include/intelblocks/ |
H A D | smihandler.h | 51 * the SMI event on SLP_EN. The default functionality is provided in 59 * SMI_APM event. The default functionality is provided in 67 * SMI_PM1 event. The default functionality is provided in 75 * SMI_GPE0 event. The default functionality is provided in 83 * MC event. The default functionality is provided in 91 * minitor event. The default functionality is provided in 98 * SMI_TCO event. The default functionality is provided in 106 * SMI PERIODIC_STS event. The default functionality is provided in 114 * SMI GPIO_STS event. The default functionality is provided in 122 * SMI ESPI_STS event. The default functionality is provided in
|
/aosp_15_r20/external/pigweed/pw_digital_io/ |
H A D | docs.rst | 69 Functionality overview 71 The following table summarizes the interfaces and their required functionality: 106 not cover every possible type of functionality supported by the hardware. There 183 and represents all the functionality that is available on the line. 197 not guarantee any particular functionality is available. 205 functionality. 211 functionality. For example, ``DigitalInOptionalInterrupt`` could describe a line 214 When using any classes with optional functionality, including 215 ``DigitalIoOptional``, you must check that a functionality is available using 248 depending on the supported set of functionality. For example, ``DigitalIn`` [all …]
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiAutoJoinTest.py | 175 """Test wifi auto join functionality move in range of AP1. 199 """Test wifi auto join functionality move to high range. 222 """Test wifi auto join functionality move to low range toward AP2. 246 """Test wifi auto join functionality move from low range of AP1 to better 271 """Test wifi auto join functionality move to high range of AP2. 294 """Test wifi auto join functionality move to low range of AP2. 316 """Test wifi auto join functionality move to low range. 344 """Test wifi auto join functionality move in low range of AP2. 368 """Test wifi auto join functionality move to medium range of Ap2 and 392 """Test wifi auto join functionality move from low range of AP2 to better [all …]
|
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/ |
H A D | StringEscapeUtils.java | 52 * object allows the Java escaping functionality to be used 72 * object allows the EcmaScript escaping functionality to be used 94 * object allows the Json escaping functionality to be used 115 * object allows the XML escaping functionality to be used 132 * object allows the XML escaping functionality to be used 184 * object allows the XML escaping functionality to be used 212 * object allows the HTML escaping functionality to be used 227 * object allows the HTML escaping functionality to be used 243 * object allows the CSV escaping functionality to be used 284 * object allows the Java unescaping functionality to be used [all …]
|
/aosp_15_r20/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/common/ |
H A D | README.md | 4 Functionality of master is to enumerate all the Codec2 components available in C2 media service. 9 Functionality of component test is to validate common functionality across all the Codec2 component… 14 Functionality of audio test is to validate audio specific functionality of Codec2 components. The r… 21 Functionality of video test is to validate video specific functionality of Codec2 components. The r…
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/xlat_tables_v2/ |
D | ro_xlat_tables.mk | 8 $(error "Debugfs requires functionality from the dynamic translation \ 14 $(error "RESET_TO_SP_MIN requires functionality from the dynamic \ 20 $(error "Tegra requires functionality from the dynamic translation \ 24 $(error "RESET_TO_BL31 requires functionality from the dynamic \ 29 $(error "Trusty requires functionality from the dynamic translation \ 33 $(error "SPM_MM requires functionality to change memory region \ 38 $(error "EL3 SPMC requires functionality from the dynamic translation \
|
/aosp_15_r20/system/chre/doc/ |
H A D | porting_guide.md | 35 of a given platform, for example the APIs which are used to access functionality 78 functionality until the full desired feature set is achieved. An existing 113 At this stage, the core functionality has been enabled, and further steps should 131 directly with CHRE, including common functionality like relaying messages to and 132 from nanoapps, as well as device-specific functionality as needed. Some examples 133 of CHRE functionality that are typically implemented with support from the CHRE 141 * Coordination with the SoundTrigger HAL for audio functionality 142 * Exposing CHRE functionality to other vendor-specific components (e.g. via 151 CHRE provides groups of functionality called *feature areas* which are 154 others. There are two ways by which this functionality can be exposed to the [all …]
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/mknod/ |
H A D | mknod05.c | 46 * Verify the Functionality of system call 48 * Issue Functionality-Pass message. 50 * Issue Functionality-Fail message. 58 * -f : Turn off functionality Testing. 134 /* Set the functionality flag */ in main() 141 /* unset functionality flag */ in main() 149 /* unset flag as functionality fails */ in main() 157 /* unset flag as functionality fails */ in main() 161 tst_resm(TPASS, "Functionality of mknod(%s, " in main()
|