Home
last modified time | relevance | path

Searched refs:at (Results 1 – 25 of 1093) sorted by relevance

12345678910>>...44

/system/unwinding/libunwindstack/tests/
DArmExidxExtractTest.cpp71 ASSERT_EQ(0xa8, data_->at(0)); in TEST_F()
72 ASSERT_EQ(0xb0, data_->at(1)); in TEST_F()
73 ASSERT_EQ(0xb0, data_->at(2)); in TEST_F()
81 ASSERT_EQ(0xa1, data_->at(0)); in TEST_F()
82 ASSERT_EQ(0xa2, data_->at(1)); in TEST_F()
83 ASSERT_EQ(0xa3, data_->at(2)); in TEST_F()
84 ASSERT_EQ(0xb0, data_->at(3)); in TEST_F()
104 ASSERT_EQ(0xf3, data_->at(0)); in TEST_F()
105 ASSERT_EQ(0xb0, data_->at(1)); in TEST_F()
113 ASSERT_EQ(0xf3, data_->at(0)); in TEST_F()
[all …]
/system/testing/gtest_extras/
DOptions.h40 uint64_t deadline_threshold_ms() const { return numerics_.at("deadline_threshold_ms"); } in deadline_threshold_ms()
41 uint64_t slow_threshold_ms() const { return numerics_.at("slow_threshold_ms"); } in slow_threshold_ms()
43 uint64_t shard_index() const { return numerics_.at("gtest_shard_index"); } in shard_index()
44 uint64_t total_shards() const { return numerics_.at("gtest_total_shards"); } in total_shards()
46 bool print_time() const { return bools_.at("gtest_print_time"); } in print_time()
47 bool allow_disabled_tests() const { return bools_.at("gtest_also_run_disabled_tests"); } in allow_disabled_tests()
48 bool list_tests() const { return bools_.at("gtest_list_tests"); } in list_tests()
50 const std::string& color() const { return strings_.at("gtest_color"); } in color()
51 const std::string& xml_file() const { return strings_.at("xml_file"); } in xml_file()
52 const std::string& filter() const { return strings_.at("gtest_filter"); } in filter()
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Disochronous_connection_handler.cc34 if (groups_.at(group_parameters.id).HasStreams()) { in SetCigParameters()
65 if (groups_.at(cig_id).HasConnectedStream()) { in RemoveCig()
84 return cis_to_group_.at(handle); in GetGroupId()
89 return groups_.at(cis_to_group_.at(handle)).GetStreamParameters(handle); in GetStreamParameters()
94 return groups_.at(id).GetParameters(); in GetGroupParameters()
98 return groups_.at(cis_to_group_.at(handle)).StreamIsConnected(handle); in GetStreamIsConnected()
/system/tools/aidl/tests/lazy_test/
Dmain.cpp67 ASSERT_FALSE(isServiceRunning(gServiceNames.at(i))) in SetUp()
68 << "Service '" << android::String8(gServiceNames.at(i)) << "' is already running. " in SetUp()
80 ASSERT_FALSE(isServiceRunning(gServiceNames.at(i))) << "Service failed to shut down."; in TearDown()
91 sp<IBinder> service = waitForService(gServiceNames.at(i % nServices)); in TEST_F()
100 times.at(i) = (size_t)(rand() % (maxWait + 1)); in waitTimes()
110 std::cout << "Thread waiting " << waitTimes.at(i) << " while not holding service." in testWithTimes()
112 sleep(waitTimes.at(i)); in testWithTimes()
115 sp<IBinder> service = waitForService(gServiceNames.at(i % nServices)); in testWithTimes()
118 std::cout << "Thread waiting " << waitTimes.at(i) << " while holding service." << std::endl; in testWithTimes()
119 sleep(waitTimes.at(i)); in testWithTimes()
[all …]
/system/security/keystore2/src/
Dasync_task.rs321 let at = AsyncTask::default(); in test_async_task() localVariable
326 at.queue_hi(move |shelf| { in test_async_task()
335 at.queue_lo(move |shelf| { in test_async_task()
340 at.queue_hi(move |shelf| { in test_async_task()
348 at.queue_lo(move |shelf| { in test_async_task()
362 let at = Arc::new(AsyncTask::default()); in test_async_task_chain() localVariable
366 let at_clone = at.clone(); in test_async_task_chain()
367 at.queue_hi(move |_shelf| { in test_async_task_chain()
378 let at = AsyncTask::default(); in test_async_task_panic() localVariable
379 at.queue_hi(|_shelf| { in test_async_task_panic()
[all …]
/system/apex/proto/
Dapex_build_info.proto6 * You may obtain a copy of the License at
37 // Value of --min_sdk_version parameter passed at build time.
40 // Value of --target_sdk_version parameter passed at build time.
43 // Whether the --no_hashtree option was set at build time.
46 // Value of --override_apk_package_name passed at build itme.
49 // Value of --logging_parent passed at build time.
52 // Value of --payload_fs_type passed at build time.
/system/update_engine/payload_generator/
Dmerge_sequence_generator_unittest.cc102 ASSERT_EQ(std::set<CowMergeOperation>(), merge_after.at(transfers[0])); in TEST_F()
103 ASSERT_EQ(std::set<CowMergeOperation>(), merge_after.at(transfers[1])); in TEST_F()
113 merge_after.at(transfers[0])); in TEST_F()
115 merge_after.at(transfers[1])); in TEST_F()
117 merge_after.at(transfers[2])); in TEST_F()
129 ASSERT_EQ(std::set<CowMergeOperation>(), merge_after.at(transfers[0])); in TEST_F()
130 ASSERT_EQ(std::set<CowMergeOperation>(), merge_after.at(transfers[1])); in TEST_F()
144 merge_after.at(transfers[0])); in TEST_F()
146 merge_after.at(transfers[1])); in TEST_F()
/system/sepolicy/prebuilts/api/29.0/public/
Ddevice.te74 # Documented at https://source.android.com/devices/bootloader/partitions-images
78 # Documented at https://source.android.com/devices/bootloader/partitions-images
82 # Documented at https://source.android.com/devices/bootloader/partitions-images
86 # Documented at https://source.android.com/devices/bootloader/partitions-images
90 # Documented at https://source.android.com/devices/bootloader/partitions-images
99 # Documented at https://source.android.com/devices/bootloader/partitions-images
103 # Documented at https://source.android.com/devices/bootloader/partitions-images
/system/sepolicy/prebuilts/api/30.0/public/
Ddevice.te76 # Documented at https://source.android.com/devices/bootloader/partitions-images
80 # Documented at https://source.android.com/devices/bootloader/partitions-images
84 # Documented at https://source.android.com/devices/bootloader/partitions-images
88 # Documented at https://source.android.com/devices/bootloader/partitions-images
92 # Documented at https://source.android.com/devices/bootloader/partitions-images
101 # Documented at https://source.android.com/devices/bootloader/partitions-images
105 # Documented at https://source.android.com/devices/bootloader/partitions-images
/system/bt/stack/test/fuzzers/a2dp/codec/
Da2dpCodecHelperFunctions.h66 return CODEC_INDEX_ENUM_VALS.at( in getArbitraryBtavCodecIndex()
73 return CODEC_PRIORITY_ENUM_VALS.at(fdp->ConsumeIntegralInRange<size_t>( in getArbitraryBtavCodecPriority()
79 return CODEC_SAMPLERATE_ENUM_VALS.at(fdp->ConsumeIntegralInRange<size_t>( in getArbitraryBtavCodecSampleRate()
85 return CODEC_BPS_ENUM_VALS.at( in getArbitraryBtavCodecBitsPerSample()
91 return CODEC_CHANNELMODE_ENUM_VALS.at(fdp->ConsumeIntegralInRange<size_t>( in getArbitraryBtavCodecChannelMode()
/system/sepolicy/public/
Ddevice.te82 # Documented at https://source.android.com/devices/bootloader/partitions-images
86 # Documented at https://source.android.com/devices/bootloader/partitions-images
90 # Documented at https://source.android.com/devices/bootloader/partitions-images
94 # Documented at https://source.android.com/devices/bootloader/partitions-images
98 # Documented at https://source.android.com/devices/bootloader/partitions-images
107 # Documented at https://source.android.com/devices/bootloader/partitions-images
111 # Documented at https://source.android.com/devices/bootloader/partitions-images
/system/sepolicy/prebuilts/api/31.0/public/
Ddevice.te82 # Documented at https://source.android.com/devices/bootloader/partitions-images
86 # Documented at https://source.android.com/devices/bootloader/partitions-images
90 # Documented at https://source.android.com/devices/bootloader/partitions-images
94 # Documented at https://source.android.com/devices/bootloader/partitions-images
98 # Documented at https://source.android.com/devices/bootloader/partitions-images
107 # Documented at https://source.android.com/devices/bootloader/partitions-images
111 # Documented at https://source.android.com/devices/bootloader/partitions-images
/system/tools/hidl/
Dhidl-gen_y.yy6 * You may obtain a copy of the License at
376 std::cerr << "ERROR: " << errorMsg << " at " << @1 << "\n";
388 std::cerr << "ERROR: " << errorMsg << " at " << @1 << "\n";
479 std::cerr << "ERROR: missing ; at " << @$ << "\n";
489 std::cerr << "ERROR: FQName '" << $1 << "' is not valid at "
499 std::cerr << "ERROR: FQName '" << $1 << "' is not valid at "
524 << "' at "
533 std::cerr << "ERROR: Package statement must be at the beginning of the file (" << @1 << ")\n";
543 std::cerr << "ERROR: Unable to import '" << $2 << "' at " << @2
551 std::cerr << "ERROR: Unable to import '" << $2 << "' at " << @2
[all …]
/system/memory/lmkd/
DREADME.md11 at acceptable levels.
38 killed at low vmpressure level. Default = 1001
42 killed at medium vmpressure level. Default = 800
46 killed at critical vmpressure level. Default = 0
51 ro.lmk.upgrade_pressure: max mem_pressure at which level will be upgraded
55 ro.lmk.downgrade_pressure: min mem_pressure at which vmpressure event will
/system/chre/external/flatbuffers/
DREADME.md4 changes described in the comment at the top of flatbuffers.h, and apply them to
9 The FlatBuffers project is hosted at https://github.com/google/flatbuffers/
/system/tools/hidl/test/error_test/references_broken_package/1.0/
Drequired_error1 missing ; at
/system/tools/hidl/test/error_test/method_ends_in_semicolon/1.0/
Drequired_error1 missing ; at
/system/tools/hidl/test/error_test/interface_semicolon/1.0/
Drequired_error1 missing ; at
/system/tools/aidl/
Dgenerate_cpp_unittest.cpp47 io_delegate_.SetFileContents(options_.InputFiles().at(0), file_contents_); in ParseSingleInterface()
50 ImportResolver import_resolver{io_delegate_, options_.InputFiles().at(0), {"."}, {}}; in ParseSingleInterface()
66 io_delegate_.SetFileContents(options_.InputFiles().at(0), file_contents_); in ParseSingleEnumDeclaration()
/system/bt/gd/packet/parser/test/
Dgenerated_packet_test.cc79 ASSERT_EQ(packet_bytes->at(i), child_two_two_three[i]); in TEST()
111 ASSERT_EQ(packet_bytes->at(i), child[i]); in TEST()
183 ASSERT_EQ(packet_bytes->at(i), child_two_two_three[i]); in TEST()
204 ASSERT_EQ(packet_bytes->at(i), child[i]); in TEST()
243 ASSERT_EQ(packet_bytes->at(i), middle_four_bits[i]); in TEST()
269 ASSERT_EQ(packet_bytes->at(i), child_with_six_bytes[i]); in TEST()
305 ASSERT_EQ(packet_bytes->at(i), parent_with_sum[i]); in TEST()
352 ASSERT_EQ(packet_bytes->at(i), child_with_nested_sum[i]); in TEST()
387 ASSERT_EQ(parent_size_modifier[i], packet_bytes->at(i)); in TEST()
422 ASSERT_EQ(child_size_modifier[i], packet_bytes->at(i)); in TEST()
[all …]
/system/tools/hidl/test/error_test/interface_unique_method_names/1.0/
Drequired_error1 Redefinition of method 'foo' at
/system/tools/hidl/test/error_test/empty_generates/1.0/
Drequired_error1 generates clause used without result at
/system/chre/apps/power_test/common/idl/
Dchre_power_test.fbs5 // You may obtain a copy of the License at
42 /// Represents a message to ask the nanoapp to create a timer that wakes up at
86 /// sampling at the requested interval
101 /// data buffered at given interval. Note: If there is more than one audio
143 /// enables all sensors at their fastest sampling rate.
155 /// sampling at the requested interval
/system/tools/hidl/test/error_test/no_empty_safe_union/1.0/
Drequired_error1 Safe union must contain at least two types to be useful
/system/tools/hidl/test/error_test/scope_unique_type_names/1.0/
Drequired_error1 A type named 'S' is already declared in the scope at

12345678910>>...44