/system/bt/common/ |
D | metric_id_allocator_unittest.cc | 133 int dummy = 22; in TEST() local 134 int* pointer = &dummy; in TEST() 152 EXPECT_EQ(dummy, 44); in TEST() 156 EXPECT_EQ(dummy, 44); in TEST() 164 EXPECT_EQ(dummy, 88); in TEST() 166 EXPECT_EQ(dummy, 176); in TEST() 170 EXPECT_EQ(dummy, 176); in TEST() 174 EXPECT_EQ(dummy, 176); in TEST() 176 EXPECT_EQ(dummy, 88); in TEST() 186 int dummy = 243; in TEST() local [all …]
|
/system/extras/mmap-perf/ |
D | mmapPerf.cpp | 34 int dummy = 0; variable 88 dummy += *targetPtr; in benchRandomRead() 92 *targetPtr = dummy; in benchRandomWrite() 96 dummy += *targetPtr; in benchLinearRead() 100 *targetPtr = dummy; in benchLinearWrite()
|
/system/nvram/messages/include/nvram/messages/ |
D | tagged_union.h | 253 int dummy[] = {(DestroyMember<Member>(), 0)...}; 254 (void)dummy; 268 int dummy[] = { 272 (void)dummy; 287 int dummy[] = { 291 (void)dummy;
|
/system/bt/service/example/heart_rate/ |
D | heart_rate_server.cc | 375 std::vector<uint8_t> dummy; in OnCharacteristicWriteRequest() local 384 dummy, &status); in OnCharacteristicWriteRequest() 396 bluetooth::GATT_ERROR_OUT_OF_RANGE, offset, dummy, in OnCharacteristicWriteRequest() 408 bluetooth::GATT_ERROR_NONE, offset, dummy, &status); in OnCharacteristicWriteRequest() 418 std::vector<uint8_t> dummy; in OnDescriptorWriteRequest() local 427 dummy, &status); in OnDescriptorWriteRequest() 440 offset, dummy, &status); in OnDescriptorWriteRequest() 459 bluetooth::GATT_ERROR_NONE, offset, dummy, &status); in OnDescriptorWriteRequest() 467 std::vector<uint8_t> dummy; in OnExecuteWriteRequest() local 470 bluetooth::GATT_ERROR_REQUEST_NOT_SUPPORTED, 0, dummy, in OnExecuteWriteRequest()
|
/system/core/debuggerd/client/ |
D | debuggerd_client_test.cpp | 115 char dummy; in TEST() local 116 TEMP_FAILURE_RETRY(read(pipe_read.get(), &dummy, sizeof(dummy))); in TEST()
|
/system/bpf/libbpf_android/ |
D | BpfUtils.cpp | 105 char dummy; in kernelVersion() local 106 ret = sscanf(buf.release, "%u.%u.%u%c", &kver_major, &kver_minor, &kver_sub, &dummy); in kernelVersion()
|
/system/teeui/libteeui/include/teeui/ |
D | utf8range.h | 92 Iter dummy = *this; variable 94 return dummy;
|
D | font_rendering.h | 50 auto dummy = handle_; variable 52 rhs.handle_ = dummy; 126 Iter dummy = *this; variable 128 return dummy;
|
/system/tools/xsdc/tests/resources/ |
D | unsupported_tag.xsd | 4 <xs:element name="dummy" type="xs:string"/>
|
/system/gatekeeper/ |
D | gatekeeper_messages.cpp | 34 uintptr_t dummy; in fitsBuffer() local 35 return !__builtin_add_overflow(reinterpret_cast<uintptr_t>(begin), field_size, &dummy) in fitsBuffer() 36 && dummy <= reinterpret_cast<uintptr_t>(end); in fitsBuffer()
|
/system/nvram/messages/ |
D | io.cpp | 293 uint64_t dummy; in SkipField() local 294 return DecodeVarint(stream_buffer_, &dummy); in SkipField()
|
/system/security/keystore/include/keystore/ |
D | keystore_concurrency.h | 45 UnlockProxyLockHelper dummy(std::move(*this));
|
/system/libhwbinder/vts/performance/ |
D | Latency.cpp | 133 void* dummy; in threadTransaction() local 144 REQUIRE(!pthread_join(thread, &dummy)); in threadTransaction()
|
/system/netd/server/ |
D | BandwidthControllerTest.cpp | 119 uintptr_t dummy; in expectUpdateQuota() local 120 FILE* dummyFile = reinterpret_cast<FILE*>(&dummy); in expectUpdateQuota()
|
/system/logging/liblog/include_vndk/log/ |
D | log_main.h | 115 #define __android_second(dummy, second, ...) second argument
|
/system/logging/liblog/include/log/ |
D | log_main.h | 115 #define __android_second(dummy, second, ...) second argument
|
/system/media/audio_utils/tests/ |
D | metadata_tests.cpp | 91 struct dummy { in TEST() struct 100 arg = dummy{}; // not an expected type, apply will fail with false. in TEST()
|
/system/keymaster/include/keymaster/ |
D | authorization_set.h | 674 AuthProxyIterator dummy(*this); 676 return dummy;
|
/system/core/llkd/ |
D | libllkd.cpp | 1034 int dummy; in llkCheck() local 1041 &tid, pdir, &state, &ppid, &utime, &stime, &dummy); in llkCheck() 1046 << ppid << " ... " << utime << ' ' << stime << ' ' << dummy; in llkCheck()
|
/system/apex/ |
D | pylintrc | 328 # A regular expression matching the name of dummy variables (i.e. expectedly 330 dummy-variables-rgx=^\*{0,2}(_$|unused_|dummy_)
|
/system/tools/mkbootimg/ |
D | pylintrc | 321 # A regular expression matching the name of dummy variables (i.e. expectedly 323 dummy-variables-rgx=^\*{0,2}(_$|unused_|dummy_)
|
/system/update_engine/ |
D | pylintrc | 198 # A regular expression matching names used for dummy variables (i.e. not used). 199 dummy-variables-rgx=^\*{0,2}(_$|unused_|dummy_)
|
/system/core/debuggerd/ |
D | debuggerd_test.cpp | 250 char dummy; in StartProcess() local 252 TEMP_FAILURE_RETRY(read(crasher_read_pipe.get(), &dummy, 1)); in StartProcess()
|