/aosp_15_r20/art/test/1960-obsolete-jit-multithread-native/ |
H A D | expected-stdout.txt | 2 Thread 0: Not doing anything here 8 Thread 0: Not doing anything here 12 Thread 1: Not doing anything here 18 Thread 1: Not doing anything here 22 Thread 2: Not doing anything here 28 Thread 2: Not doing anything here 32 Thread 3: Not doing anything here 38 Thread 3: Not doing anything here 42 Thread 4: Not doing anything here 48 Thread 4: Not doing anything here [all …]
|
/aosp_15_r20/art/test/1961-obsolete-jit-multithread/ |
H A D | expected-stdout.txt | 2 Thread 0: Not doing anything here 8 Thread 0: Not doing anything here 12 Thread 1: Not doing anything here 18 Thread 1: Not doing anything here 22 Thread 2: Not doing anything here 28 Thread 2: Not doing anything here 32 Thread 3: Not doing anything here 38 Thread 3: Not doing anything here 42 Thread 4: Not doing anything here 48 Thread 4: Not doing anything here [all …]
|
/aosp_15_r20/external/kotlinx.coroutines/docs/topics/ |
H A D | composing-suspending-functions.md | 15 delay(1000L) // pretend we are doing something useful here 20 delay(1000L) // pretend we are doing something useful here, too 52 delay(1000L) // pretend we are doing something useful here 57 delay(1000L) // pretend we are doing something useful here, too 79 we want to get the answer faster, by doing both _concurrently_? This is where [async] comes to help… 103 delay(1000L) // pretend we are doing something useful here 108 delay(1000L) // pretend we are doing something useful here, too 156 delay(1000L) // pretend we are doing something useful here 161 delay(1000L) // pretend we are doing something useful here, too 264 delay(1000L) // pretend we are doing something useful here [all …]
|
/aosp_15_r20/external/opencensus-java/contrib/grpc_metrics/src/main/java/io/opencensus/contrib/grpc/metrics/ |
H A D | RpcViews.java | 165 * <p>It is recommended to call this method before doing any RPC call to avoid missing stats. 185 * <p>It is recommended to call this method before doing any RPC call to avoid missing stats. 203 * <p>It is recommended to call this method before doing any RPC call to avoid missing stats. 221 * <p>It is recommended to call this method before doing any RPC call to avoid missing stats. 239 * <p>It is recommended to call this method before doing any RPC call to avoid missing stats. 259 * <p>It is recommended to call this method before doing any RPC call to avoid missing stats. 277 * <p>It is recommended to call this method before doing any RPC call to avoid missing stats. 295 * <p>It is recommended to call this method before doing any RPC call to avoid missing stats. 317 * <p>It is recommended to call this method before doing any RPC call to avoid missing stats. 340 * <p>It is recommended to call this method before doing any RPC call to avoid missing stats.
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/core/api/ |
H A D | flatbuffer_conversions.cc | 985 // reasonable defaults in the params struct. We are not doing so until we in ParseAdd() 1015 // reasonable defaults in the params struct. We are not doing so until we in ParseArgMax() 1040 // reasonable defaults in the params struct. We are not doing so until we in ParseArgMin() 1120 // reasonable defaults in the params struct. We are not doing so until we in ParseCallOnce() 1178 // reasonable defaults in the params struct. We are not doing so until we in ParseConcatenation() 1209 // reasonable defaults in the params struct. We are not doing so until we in ParseConv2D() 1260 // reasonable defaults in the params struct. We are not doing so until we in ParseDepthToSpace() 1296 // reasonable defaults in the params struct. We are not doing so until we in ParseDepthwiseConv2D() 1429 // reasonable defaults in the params struct. We are not doing so until we in ParseFullyConnected() 1506 // reasonable defaults in the params struct. We are not doing so until we in ParseIf() [all …]
|
/aosp_15_r20/external/clang/test/Analysis/ |
H A D | out-of-bounds.c | 3 // Tests doing an out-of-bounds access after the end of an array using: 31 // Tests doing an out-of-bounds access after the end of an array using: 47 // Tests doing an out-of-bounds access before the start of an array using: 79 // Tests doing an out-of-bounds access before the start of an array using: 87 // Tests doing an out-of-bounds access before the start of an array using: 97 // Tests doing an out-of-bounds access before the start of an array using: 108 // Tests doing an out-of-bounds access before the start of a multi-dimensional 117 // Tests doing an out-of-bounds access before the start of a multi-dimensional
|
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/ |
D | CheckTypeSize.cmake | 216 unset(doing) 220 unset(doing) 222 set(doing "${arg}") variable 223 set(_CHECK_TYPE_SIZE_${doing} "") 224 elseif("x${doing}" STREQUAL "xLANGUAGE") 225 set(_CHECK_TYPE_SIZE_${doing} "${arg}") 226 unset(doing) 231 if("x${doing}" MATCHES "^x(LANGUAGE)$") 232 message(FATAL_ERROR "Missing argument:\n ${doing} arguments requires a value\n")
|
D | FortranCInterface.cmake | 241 set(doing) variable 244 set(doing "${arg}") variable 245 elseif("x${doing}" MATCHES "^x(SYMBOLS)$") 246 list(APPEND "${doing}" "${arg}") 247 elseif("x${doing}" MATCHES "^x(SYMBOL_NAMESPACE|MACRO_NAMESPACE)$") 248 set("${doing}" "${arg}") 249 set(doing) variable
|
/aosp_15_r20/external/ltp/testcases/kernel/mem/hugetlb/hugemmap/ |
H A D | hugemmap10.c | 321 if (MAP(SL_TEST, 1, MAP_SHARED, "doing mmap shared with no touch") || in test_counters() 322 UNMAP(SL_TEST, 1, MAP_SHARED, "doing munmap on shared with no touch")) in test_counters() 326 if (MAP(SL_TEST, 1, MAP_PRIVATE, "doing mmap private with no touch") || in test_counters() 327 UNMAP(SL_TEST, 1, MAP_PRIVATE, "doing munmap private with on touch")) in test_counters() 331 if (MAP(SL_TEST, 1, MAP_SHARED, "doing mmap shared followed by touch") || in test_counters() 333 UNMAP(SL_TEST, 1, MAP_SHARED, "doing munmap shared after touch")) in test_counters() 337 if (MAP(SL_TEST, 1, MAP_PRIVATE, "doing mmap private followed by touch") || in test_counters() 339 UNMAP(SL_TEST, 1, MAP_PRIVATE, "doing munmap private after touch")) in test_counters() 346 if (MAP(SL_TEST, 2, MAP_SHARED, "doing mmap to consume surplus") || in test_counters()
|
/aosp_15_r20/external/google-cloud-java/java-grafeas/src/main/java/io/grafeas/v1/ |
H A D | DSSEAttestationOccurrence.java | 120 * If doing something security critical, make sure to verify the signatures in 136 * If doing something security critical, make sure to verify the signatures in 152 * If doing something security critical, make sure to verify the signatures in 619 * If doing something security critical, make sure to verify the signatures in 634 * If doing something security critical, make sure to verify the signatures in 653 * If doing something security critical, make sure to verify the signatures in 676 * If doing something security critical, make sure to verify the signatures in 696 * If doing something security critical, make sure to verify the signatures in 722 * If doing something security critical, make sure to verify the signatures in 742 * If doing something security critical, make sure to verify the signatures in [all …]
|
/aosp_15_r20/external/libsrtp2/include/ |
H A D | srtp.h | 690 * with this function call. Doing so may allow your code to be 710 * with this function call. Doing so may allow your code to be 754 * policy elements with this function call. Doing so may allow your 782 * policy elements with this function call. Doing so may allow your 809 * policy elements with this function call. Doing so may allow your 834 * policy elements with this function call. Doing so may allow your 861 * policy elements with this function call. Doing so may allow your 888 * policy elements with this function call. Doing so may allow your 916 * policy elements with this function call. Doing so may allow your 944 * policy elements with this function call. Doing so may allow your [all …]
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/ |
H A D | EmphasizedNotificationButton.java | 170 Log.e(TAG, "glueIcon: new action layout disabled; doing nothing"); in setIconToGlue() 213 Log.e(TAG, "glueLabel: new action layout disabled; doing nothing"); in setLabelToGlue() 248 Log.v(TAG, "glueIconAndLabelIfNeeded: glue not pending; doing nothing"); in glueIconAndLabelIfNeeded() 254 Log.e(TAG, "glueIconAndLabelIfNeeded: new action layout disabled; doing nothing"); in glueIconAndLabelIfNeeded() 263 + "layout direction not resolved; doing nothing"); in glueIconAndLabelIfNeeded() 274 + "doing nothing"); in glueIconAndLabelIfNeeded() 472 Log.e(TAG, "updateDrawState: textPaint is null; doing nothing"); in updateDrawState() 477 Log.e(TAG, "updateDrawState: called without measure; doing nothing"); in updateDrawState()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/predef/include/boost/predef/compiler/ |
D | nvcc.h | 50 Predef (as a preprocessor only lib) detects the one doing the preprocessing 51 as compiler and expects it to be the one doing the real compilation. 52 This is not true for NVCC which is only doing the preprocessing and which 56 is also NVCC doing the preprocessing and adding some other quirks you may 59 This behavior is similar to what boost config is doing in `select_compiler_config.hpp`.
|
/aosp_15_r20/external/vboot_reference/tests/ |
H A D | vb2_host_flashrom_tests.c | 156 TEST_EQ(captured_operation, FLASHROM_READ, "Doing a read operation"); in test_read_whole_chip() 179 TEST_EQ(captured_operation, FLASHROM_READ, "Doing a read operation"); in test_read_region() 183 "Not doing a read of the whole ROM"); in test_read_region() 220 TEST_EQ(captured_operation, FLASHROM_WRITE, "Doing a write operation"); in test_write_whole_chip() 247 TEST_EQ(captured_operation, FLASHROM_WRITE, "Doing a write operation"); in test_write_region() 251 "Not doing a write of the whole ROM"); in test_write_region()
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/vm/ |
H A D | protection_keys.c | 710 dprintf1("doing %s(size=%ld, prot=0x%x, pkey=%d)\n", __func__, in malloc_pkey_with_mprotect() 729 dprintf1("doing %s(size=%ld, prot=0x%x, pkey=%d)\n", __func__, in malloc_pkey_anon_huge() 813 dprintf1("doing %s(%ld, %x, %x)\n", __func__, size, prot, pkey); in malloc_pkey_hugetlb() 831 dprintf1("doing %s(size=%ld, prot=0x%x, pkey=%d)\n", __func__, in malloc_pkey_mmap_dax() 1027 dprintf1("disabling write access to PKEY[1], doing read\n"); in test_read_of_write_disabled_region() 1037 dprintf1("disabling access to PKEY[%02d], doing read @ %p\n", pkey, ptr); in test_read_of_access_disabled_region() 1050 dprintf1("disabling access to PKEY[%02d], doing read @ %p\n", in test_read_of_access_disabled_region_with_page_already_mapped() 1067 "to PKEY[%02d], doing write\n", pkey); in test_write_of_write_disabled_region_with_page_already_mapped() 1075 dprintf1("disabling write access to PKEY[%02d], doing write\n", pkey); in test_write_of_write_disabled_region() 1082 dprintf1("disabling access to PKEY[%02d], doing write\n", pkey); in test_write_of_access_disabled_region() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/legacy_tf_layers/ |
H A D | convolutional.py | 73 not safe to use when doing asynchronous distributed training. 185 not safe to use when doing asynchronous distributed training. 280 not safe to use when doing asynchronous distributed training. 399 not safe to use when doing asynchronous distributed training. 495 not safe to use when doing asynchronous distributed training. 615 not safe to use when doing asynchronous distributed training. 710 not safe to use when doing asynchronous distributed training. 826 not safe to use when doing asynchronous distributed training. 960 not safe to use when doing asynchronous distributed training. 1089 not safe to use when doing asynchronous distributed training. [all …]
|
/aosp_15_r20/art/dex2oat/linker/ |
H A D | multi_oat_relative_patcher.h | 69 // Wrapper around RelativePatcher::ReserveSpace(), doing offset adjustment. 79 // Wrapper around RelativePatcher::ReserveSpaceEnd(), doing offset adjustment. 87 // Wrapper around RelativePatcher::WriteThunks(), doing offset adjustment. 97 // Wrapper around RelativePatcher::PatchCall(), doing offset adjustment. 107 // Wrapper around RelativePatcher::PatchPcRelativeReference(), doing offset adjustment.
|
/aosp_15_r20/art/test/2009-structural-local-ref/ |
H A D | expected-stdout.txt | 1 Doing redefinition for instance field 3 Doing redefinition for static field 5 Doing redefinition for instance method 7 Doing redefinition for static method
|
/aosp_15_r20/art/test/1978-regular-obsolete-then-structural-obsolescence/ |
H A D | expected-stdout.txt | 2 Not doing anything here - op1 5 Not doing anything here - op2 16 Not doing anything here - op1 19 Not doing anything here - op2
|
/aosp_15_r20/external/curl/lib/ |
H A D | curl_rtmp.c | 78 ZERO_NULL, /* doing */ 102 ZERO_NULL, /* doing */ 126 ZERO_NULL, /* doing */ 150 ZERO_NULL, /* doing */ 174 ZERO_NULL, /* doing */ 198 ZERO_NULL, /* doing */
|
/aosp_15_r20/external/mesa3d/src/gallium/tools/trace/ |
H A D | README.txt | 14 You can dump a trace by doing 21 doing 25 or by specifying the n-th (e.g, 1st) draw call by doing 33 You can compare two JSON files by doing
|
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/DevTools/ |
H A D | full_mac_build.sh | 313 header "Doing Xcode iOS build/tests - Debug" 317 header "Doing Xcode iOS build/tests - Release" 342 header "Doing Xcode OS X build/tests - Debug" 346 header "Doing Xcode OS X build/tests - Release" 383 header "Doing Xcode tvOS build/tests - Debug" 387 header "Doing Xcode tvOS build/tests - Release"
|
/aosp_15_r20/external/protobuf/objectivec/DevTools/ |
H A D | full_mac_build.sh | 313 header "Doing Xcode iOS build/tests - Debug" 317 header "Doing Xcode iOS build/tests - Release" 342 header "Doing Xcode OS X build/tests - Debug" 346 header "Doing Xcode OS X build/tests - Release" 383 header "Doing Xcode tvOS build/tests - Debug" 387 header "Doing Xcode tvOS build/tests - Release"
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/vibrator/aidl/android.hardware.vibrator-V3-java-source/gen/android/hardware/vibrator/ |
D | IVibrator.java | 44 * Doing this operation while the vibrator is already on is undefined behavior. Clients should 59 * Doing this operation while the vibrator is already on is undefined behavior. Clients should 167 * Doing this operation while the vibrator is already on is undefined behavior. Clients should 354 * Doing this operation while the vibrator is already on is undefined behavior. Clients should 373 * Doing this operation while the vibrator is already on is undefined behavior. Clients should 472 * Doing this operation while the vibrator is already on is undefined behavior. Clients should 889 * Doing this operation while the vibrator is already on is undefined behavior. Clients should 920 * Doing this operation while the vibrator is already on is undefined behavior. Clients should 1158 * Doing this operation while the vibrator is already on is undefined behavior. Clients should 1537 * Doing this operation while the vibrator is already on is undefined behavior. Clients should [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/detail/ |
D | tss_hooks.hpp | 24 //a method for doing so has been discovered. 34 //a method for doing so has been discovered. 43 //a method for doing so has been discovered. 52 //a method for doing so has been discovered.
|