/aosp_15_r20/art/test/712-varhandle-invocations/ |
H A D | expected-stdout.txt | 1 FieldGetBoolean...OK 2 FieldGetByte...OK 3 FieldGetShort...OK 4 FieldGetChar...OK 5 FieldGetInt...OK 6 FieldGetLong...OK 7 FieldGetFloat...OK 8 FieldGetDouble...OK 9 FieldSetBoolean...OK 10 FieldSetByte...OK [all …]
|
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/test/resources/conversion/compare/ |
H A D | test_conv_with_handler.cmp | 2 boolean ok: true 3 byte ok: 1 4 short ok: 1 5 int ok: 1 6 long ok: 1 10 Boolean ok: true 11 Byte ok: 1 12 Short ok: 1 13 Integer ok: 1 14 Long ok: 1 [all …]
|
/aosp_15_r20/external/skia/resources/sksl/folding/ |
H A D | MatrixFoldingES2.rts | 7 bool ok = true; 8 ok = ok && (float2x2(float2(1.0, 0.0), float2(0.0, 1.0)) == 10 ok = ok && !(float2x2(float2(1.0, 0.0), float2(1.0, 1.0)) == 13 ok = ok && ( float2x2(1) == float2x2(1)); 14 ok = ok && !( float2x2(1) == float2x2(0)); 15 ok = ok && ( float2x2(-1) == -float2x2(1)); 16 ok = ok && ( float2x2(0) == -float2x2(0)); 17 ok = ok && (-float2x2(-1) == float2x2(1)); 18 ok = ok && (-float2x2(0) == -float2x2(-0)); 20 ok = ok && (float2x2(1) == float2x2(float2(1.0, 0.0), float2(0.0, 1.0))); [all …]
|
H A D | VectorVectorFolding.rts | 7 bool ok = true; 8 ok = ok && (half4(half2(1), half2(2, 3)) + half4(5, 6, 7, 8)) == half4(6, 7, 9, 11); 9 ok = ok && (half4(8, half3(10)) - half4(1)) == half4(7, 9, 9, 9); 10 ok = ok && (half4(2) * half4(1, 2, 3, 4)) == half4(2, 4, 6, 8); 11 ok = ok && (half4(12) / half4(1, 2, 3, 4)) == half4(12, 6, 4, 3); 12 ok = ok && !(half4(1) == half4(2)); 13 ok = ok && (half2(1) == half2(1, 1)); 14 ok = ok && (half2(1, 1) == half2(1, 1)); 15 ok = ok && !(half2(1) == half2(1, 0)); 16 ok = ok && (half4(1) == half4(half2(1), half2(1))); [all …]
|
H A D | VectorScalarFolding.rts | 5 bool ok = true; 9 ok = ok && (x == half4(6, 6, 7, 8)); 11 ok = ok && (x == half4(7, 9, 9, 9)); 13 ok = ok && (x == half4(9, 9, 10, 10)); 15 ok = ok && (x == half4(6, 6, 6, 10)); 17 ok = ok && (x == half4(3, 3, 6, 10)); 21 ok = ok && (x == half4(6)); 25 ok = ok && (x == half4(6, 6, 7, 8)); 27 ok = ok && (x == half4(-7, -9, -9, -9)); 29 ok = ok && (x == half4(9, 9, 10, 10)); [all …]
|
H A D | Negation.rts | 9 bool ok = true; 10 ok = ok && (half4(-1) == -one_splat); 11 ok = ok && (half4(-1, -1, -1, -1) == -one_splat); 12 ok = ok && (half4(-1) == -one_compound); 13 ok = ok && (half4(-1, -1, -1, -1) == -one_compound); 14 ok = ok && (-half4(1) == -one_splat); 15 ok = ok && (-half4(1, 1, 1, 1) == -one_splat); 16 ok = ok && (-half4(1) == -one_compound); 17 ok = ok && (-half4(1, 1, 1, 1) == -one_compound); 18 ok = ok && (half4(-1) == -one_compound); [all …]
|
H A D | MatrixFoldingES3.sksl | 4 bool ok = true; 5 ok = ok && (float3x2(2) == float3x2(float2(2.0, 0.0), float2(0.0, 2.0), float2(0.0))); 6 ok = ok && (float3x2(1, 2, 3, 4, 5, 6) == float3x2(float4x2(1, 2, 3, 4, 5, 6, 7, 8))); 7 return ok; 11 bool ok = true; 12 ok = ok && (half3x2(2) == half3x2(half2(2.0, 0.0), half2(0.0, 2.0), half2(0.0))); 13 ok = ok && (half3x2(1, 2, 3, 4, 5, 6) == half3x2(half4x2(1, 2, 3, 4, 5, 6, 7, 8))); 14 return ok; 18 bool ok = true; 24 ok = ok && ((float3x2(2) + splat_4) == float3x2(6, 4, 4, 6, 4, 4)); [all …]
|
/aosp_15_r20/external/okhttp/okhttp-ws-tests/ |
H A D | fuzzingserver-expected.txt | 1 "1.1.1 OK" 2 "1.1.2 OK" 3 "1.1.3 OK" 4 "1.1.4 OK" 5 "1.1.5 OK" 6 "1.1.6 OK" 7 "1.1.7 OK" 8 "1.1.8 OK" 9 "1.2.1 OK" 10 "1.2.2 OK" [all …]
|
/aosp_15_r20/tools/tradefederation/core/javatests/res/testtype/ |
D | gtest_output4.txt | 6 [ OK ] CommandLineFlagsTest.CanBeAccessedInCodeOnceGTestHIsIncluded (0 ms) 11 [ OK ] GetTypeIdTest.ReturnsSameValueForSameType (0 ms) 13 [ OK ] GetTypeIdTest.ReturnsDifferentValuesForDifferentTypes (0 ms) 18 [ OK ] GetTestTypeIdTest.ReturnsTheSameValueInsideOrOutsideOfGoogleTest (0 ms) 23 [ OK ] NullLiteralTest.IsTrueForNullLiterals (0 ms) 25 [ OK ] NullLiteralTest.IsFalseForNonNullLiterals (1 ms) 30 [ OK ] CodePointToUtf8Test.CanEncodeNul (0 ms) 32 [ OK ] CodePointToUtf8Test.CanEncodeAscii (0 ms) 34 [ OK ] CodePointToUtf8Test.CanEncode8To11Bits (0 ms) 36 [ OK ] CodePointToUtf8Test.CanEncode12To16Bits (0 ms) [all …]
|
D | python_output2.txt | 3 test AddData. ... ok 5 test AddError. ... ok 7 test SetStatus. ... ok 9 Test Cleanup. ... ok 11 Test CreateAndroidVirtualDevices. ... ok 13 Test CreateAndroidVirtualDevices with internal IP. ... ok 15 Test DeleteAndroidVirtualDevices. ... ok 17 Test loading a bad file. ... ok 19 Test loading internal config. ... ok 21 Test loading user config. ... ok [all …]
|
/aosp_15_r20/external/skia/resources/sksl/shared/ |
H A D | MatrixEquality.sksl | 6 bool ok = true; 7 ok = ok && testMatrix2x2 == half2x2(1,2,3,4); 8 ok = ok && testMatrix3x3 == half3x3(1,2,3,4,5,6,7,8,9); 9 ok = ok && testMatrix2x2 != half2x2(100); 10 ok = ok && testMatrix3x3 != half3x3(9,8,7,6,5,4,3,2,1); 18 ok = ok && (float2x2(float2(one, zero), float2(zero, one)) == 20 ok = ok && !(float2x2(float2(one, zero), float2(one, one)) == 23 ok = ok && ( float2x2(one) == float2x2(1)); 24 ok = ok && !( float2x2(one) == float2x2(0)); 25 ok = ok && ( float2x2(-one) == -float2x2(1)); [all …]
|
/aosp_15_r20/external/flashrom/ |
H A D | known_boards.c | 31 B("A-Trend", "ATC-6220", OK, "http://www.motherboard.cz/mb/atrend/atc6220.htm", NULL), 32 B("abit", "A-S78H", OK, NULL, NULL), 33 B("abit", "AN-M2", OK, NULL, NULL), 34 B("abit", "AV8", OK, NULL, NULL), 35 B("abit", "AX8", OK, NULL, NULL), 36 B("abit", "BF6", OK, NULL, NULL), 37 B("abit", "BM6", OK, NULL, NULL), 38 B("abit", "BX6 2.0", OK, NULL, NULL), 39 B("abit", "Fatal1ty F-I90HD", OK, NULL, NULL), 40 B("abit", "IC7", OK, NULL, NULL), [all …]
|
/aosp_15_r20/external/one-true-awk/testdir/ |
HD | beebe.tar | ... awk
beebe/negexp.ok
beebe/nofmtch.ok
beebe/getline.ok
beebe/arrayref.ok |
/aosp_15_r20/external/expat/expat/doc/ |
H A D | ok.min.css | 1 /*! OK.css v1.2.0 | MIT License | github.com/andrewh0/okcss */@import url("https://rsms.me/inter/in… 2 …ok-sans:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantare…
|
/aosp_15_r20/out/soong/.intermediates/system/libsysprop/srcs/libplatformproperties_rust/android_arm64_armv8-2a_cortex-a55_source_apex10000/src/bluetoothproperties/ |
D | mod.rs | 25 "empty" => Ok(SnoopDefaultModeValues::Empty), in from_str() 26 "disabled" => Ok(SnoopDefaultModeValues::Disabled), in from_str() 27 "filtered" => Ok(SnoopDefaultModeValues::Filtered), in from_str() 28 "full" => Ok(SnoopDefaultModeValues::Full), in from_str() 49 …Ok(Some(val)) => parsers_formatters::parse(val.as_str()).map_err(SysPropError::ParseError).map(Som… in snoop_default_mode() 50 Ok(None) => Ok(None), in snoop_default_mode() 55 /// Sets the value of the property 'persist.bluetooth.btsnoopdefaultmode', returns 'Ok' if successf… 75 "empty" => Ok(SnoopLogModeValues::Empty), in from_str() 76 "disabled" => Ok(SnoopLogModeValues::Disabled), in from_str() 77 "filtered" => Ok(SnoopLogModeValues::Filtered), in from_str() [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/ |
D | hfp.py | 66 return "OK" 72 (IUT), then click Ok. 76 return "OK" 81 Click Ok, then initiate a service level connection from the 98 return "OK" 104 If found, click OK. 107 return "OK" 112 Click Ok, then make a connection request to the PTS from the 122 return "OK" 127 Make the Implementation Under Test (IUT) connectable, then click Ok. [all …]
|
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/binary/ |
D | KTapResultParserTest.java | 67 + " ok 1 test_1\n" in test_doc_example_tap() 68 + " ok 1 example_test_1\n" in test_doc_example_tap() 71 + " ok 1 test_1 # SKIP test_1 skipped\n" in test_doc_example_tap() 72 + " ok 2 test_2\n" in test_doc_example_tap() 73 + " ok 2 example_test_2\n" in test_doc_example_tap() 76 + " ok 1 test_1\n" in test_doc_example_tap() 78 + " not ok 2 test_2\n" in test_doc_example_tap() 79 + " ok 3 test_3 # SKIP test_3 skipped\n" in test_doc_example_tap() 80 + " not ok 3 example_test_3\n" in test_doc_example_tap() 81 + "not ok 1 main_test\n" in test_doc_example_tap() [all …]
|
/aosp_15_r20/out/soong/.intermediates/frameworks/native/cmds/installd/installd/android_arm64_armv8-2a_cortex-a55/gen/aidl/android/os/ |
D | IInstalld.cpp | 31 ::android::status_t _aidl_ret_status = ::android::OK; in createUserData() 35 if (((_aidl_ret_status) != (::android::OK))) { in createUserData() 39 if (((_aidl_ret_status) != (::android::OK))) { in createUserData() 43 if (((_aidl_ret_status) != (::android::OK))) { in createUserData() 47 if (((_aidl_ret_status) != (::android::OK))) { in createUserData() 51 if (((_aidl_ret_status) != (::android::OK))) { in createUserData() 58 if (((_aidl_ret_status) != (::android::OK))) { in createUserData() 62 if (((_aidl_ret_status) != (::android::OK))) { in createUserData() 77 ::android::status_t _aidl_ret_status = ::android::OK; in destroyUserData() 81 if (((_aidl_ret_status) != (::android::OK))) { in destroyUserData() [all …]
|
/aosp_15_r20/external/flac/src/test_libFLAC/ |
H A D | bitwriter.c | 90 FLAC__bool ok; in test_bitwriter() local 120 printf("OK\n"); in test_bitwriter() 124 printf("OK\n"); in test_bitwriter() 135 printf("OK\n"); in test_bitwriter() 142 printf("OK\n"); in test_bitwriter() 146 printf("OK\n"); in test_bitwriter() 157 printf("OK\n"); in test_bitwriter() 164 printf("OK\n"); in test_bitwriter() 168 printf("OK\n"); in test_bitwriter() 172 printf("OK\n"); in test_bitwriter() [all …]
|
/aosp_15_r20/out/soong/.intermediates/frameworks/av/media/libaudioclient/audiopolicy-aidl-cpp-source/gen/android/media/ |
D | IAudioPolicyService.cpp | 31 ::android::status_t _aidl_ret_status = ::android::OK; in onNewAudioModulesAvailable() 35 if (((_aidl_ret_status) != (::android::OK))) { in onNewAudioModulesAvailable() 42 if (((_aidl_ret_status) != (::android::OK))) { in onNewAudioModulesAvailable() 54 ::android::status_t _aidl_ret_status = ::android::OK; in setDeviceConnectionState() 58 if (((_aidl_ret_status) != (::android::OK))) { in setDeviceConnectionState() 62 if (((_aidl_ret_status) != (::android::OK))) { in setDeviceConnectionState() 66 if (((_aidl_ret_status) != (::android::OK))) { in setDeviceConnectionState() 70 if (((_aidl_ret_status) != (::android::OK))) { in setDeviceConnectionState() 77 if (((_aidl_ret_status) != (::android::OK))) { in setDeviceConnectionState() 81 if (((_aidl_ret_status) != (::android::OK))) { in setDeviceConnectionState() [all …]
|
/aosp_15_r20/frameworks/native/libs/gui/tests/ |
H A D | SurfaceTextureClient_test.cpp | 198 EXPECT_GT(OK, native_window_set_buffers_dimensions(mANW.get(), 0, 8)); in TEST_F() 199 EXPECT_GT(OK, native_window_set_buffers_dimensions(mANW.get(), 8, 0)); in TEST_F() 203 ASSERT_EQ(OK, native_window_api_connect(mANW.get(), NATIVE_WINDOW_API_CPU)); in TEST_F() 205 ASSERT_EQ(OK, native_window_dequeue_buffer_and_wait(mANW.get(), &buf)); in TEST_F() 209 ASSERT_EQ(OK, mANW->cancelBuffer(mANW.get(), buf, -1)); in TEST_F() 213 ASSERT_EQ(OK, native_window_api_connect(mANW.get(), NATIVE_WINDOW_API_CPU)); in TEST_F() 215 EXPECT_EQ(OK, native_window_set_buffers_dimensions(mANW.get(), 16, 8)); in TEST_F() 216 EXPECT_EQ(OK, native_window_set_buffers_format(mANW.get(), PIXEL_FORMAT_RGB_565)); in TEST_F() 217 ASSERT_EQ(OK, native_window_dequeue_buffer_and_wait(mANW.get(), &buf)); in TEST_F() 221 ASSERT_EQ(OK, mANW->cancelBuffer(mANW.get(), buf, -1)); in TEST_F() [all …]
|
H A D | BufferQueue_test.cpp | 66 ASSERT_EQ(OK, mProducer->query(NATIVE_WINDOW_MIN_UNDEQUEUED_BUFFERS, in GetMinUndequeuedBufferCount() 138 ASSERT_EQ(OK, mConsumer->consumerConnect(mc, false)); in TEST_F() 140 ASSERT_EQ(OK, in TEST_F() 149 ASSERT_EQ(OK, mProducer->requestBuffer(slot, &buffer)); in TEST_F() 152 ASSERT_EQ(OK, buffer->lock(GraphicBuffer::USAGE_SW_WRITE_OFTEN, in TEST_F() 155 ASSERT_EQ(OK, buffer->unlock()); in TEST_F() 160 ASSERT_EQ(OK, mProducer->queueBuffer(slot, input, &output)); in TEST_F() 163 ASSERT_EQ(OK, mConsumer->acquireBuffer(&item, 0)); in TEST_F() 166 ASSERT_EQ(OK, item.mGraphicBuffer->lock(GraphicBuffer::USAGE_SW_READ_OFTEN, in TEST_F() 169 ASSERT_EQ(OK, item.mGraphicBuffer->unlock()); in TEST_F() [all …]
|
/aosp_15_r20/out/soong/.intermediates/frameworks/av/media/libaudioclient/audioflinger-aidl-cpp-source/gen/android/media/ |
D | IAudioFlingerService.cpp | 31 ::android::status_t _aidl_ret_status = ::android::OK; in createTrack() 35 if (((_aidl_ret_status) != (::android::OK))) { in createTrack() 39 if (((_aidl_ret_status) != (::android::OK))) { in createTrack() 46 if (((_aidl_ret_status) != (::android::OK))) { in createTrack() 50 if (((_aidl_ret_status) != (::android::OK))) { in createTrack() 57 if (((_aidl_ret_status) != (::android::OK))) { in createTrack() 69 ::android::status_t _aidl_ret_status = ::android::OK; in createRecord() 73 if (((_aidl_ret_status) != (::android::OK))) { in createRecord() 77 if (((_aidl_ret_status) != (::android::OK))) { in createRecord() 84 if (((_aidl_ret_status) != (::android::OK))) { in createRecord() [all …]
|
/aosp_15_r20/external/libchrome/mojo/core/ports/ |
H A D | ports_unittest.cc | 167 return node_.GetMessage(port, message, nullptr) == OK && *message; in ReadMessage() 238 ASSERT_EQ(OK, node_.GetPort(message_event->ports()[i], &port)); in ClosePortsInEvent() 239 EXPECT_EQ(OK, node_.ClosePort(port)); in ClosePortsInEvent() 350 EXPECT_EQ(OK, node0->node().CreatePortPair(port0, port1)); in CreatePortPair() 352 EXPECT_EQ(OK, node0->node().CreateUninitializedPort(port0)); in CreatePortPair() 353 EXPECT_EQ(OK, node1->node().CreateUninitializedPort(port1)); in CreatePortPair() 354 EXPECT_EQ(OK, node0->node().InitializePort(*port0, node1->name(), in CreatePortPair() 356 EXPECT_EQ(OK, node1->node().InitializePort(*port1, node0->name(), in CreatePortPair() 423 EXPECT_EQ(OK, node0.node().CreatePortPair(&a0, &a1)); in TEST_F() 424 EXPECT_EQ(OK, node0.SendStringMessageWithPort(x0, "hello", a1)); in TEST_F() [all …]
|
/aosp_15_r20/out/soong/.intermediates/frameworks/native/services/powermanager/libpowermanager/android_arm64_armv8-2a_cortex-a55_shared/gen/aidl/android/os/ |
D | IPowerManager.cpp | 31 ::android::status_t _aidl_ret_status = ::android::OK; in acquireWakeLock() 35 if (((_aidl_ret_status) != (::android::OK))) { in acquireWakeLock() 39 if (((_aidl_ret_status) != (::android::OK))) { in acquireWakeLock() 43 if (((_aidl_ret_status) != (::android::OK))) { in acquireWakeLock() 47 if (((_aidl_ret_status) != (::android::OK))) { in acquireWakeLock() 51 if (((_aidl_ret_status) != (::android::OK))) { in acquireWakeLock() 55 if (((_aidl_ret_status) != (::android::OK))) { in acquireWakeLock() 59 if (((_aidl_ret_status) != (::android::OK))) { in acquireWakeLock() 63 if (((_aidl_ret_status) != (::android::OK))) { in acquireWakeLock() 67 if (((_aidl_ret_status) != (::android::OK))) { in acquireWakeLock() [all …]
|