Searched refs:dummy (Results 1 - 25 of 26) sorted by relevance

12

/system/core/adb/
H A Dfdevent_test.h26 int dummy = -1; member in class:FdeventTest
39 // Register a dummy socket used to wake up the fdevent loop to tell it to die.
51 dummy = dummy_fds[0];
56 // dummy socket installed in PrepareThread() + fdevent_run_on_main_thread socket
59 // dummy socket + fdevent_run_on_main_thread + fdevent_subproc_setup() sockets
66 ASSERT_TRUE(WriteFdExactly(dummy, "", 1));
68 ASSERT_EQ(0, adb_close(dummy));
H A Djdwp_service.cpp276 char dummy = '!'; local
279 iov.iov_base = &dummy;
H A Dtransport_local.cpp101 std::string dummy; local
102 return local_connect_arbitrary_ports(port-1, port, &dummy) == 0;
/system/extras/mmap-perf/
H A DmmapPerf.cpp33 int dummy = 0; variable
87 dummy += *targetPtr;
91 *targetPtr = dummy;
95 dummy += *targetPtr;
99 *targetPtr = dummy;
/system/core/debuggerd/client/
H A Ddebuggerd_client_test.cpp115 char dummy; local
116 TEMP_FAILURE_RETRY(read(pipe_read.get(), &dummy, sizeof(dummy)));
/system/nvram/messages/include/nvram/messages/
H A Dtagged_union.h75 // int dummy[] = {
80 // (void)dummy;
253 int dummy[] = {(DestroyMember<Member>(), 0)...}; local
254 (void)dummy;
268 int dummy[] = { local
272 (void)dummy;
287 int dummy[] = { local
291 (void)dummy;
/system/bt/service/example/heart_rate/
H A Dheart_rate_server.cc375 std::vector<uint8_t> dummy; local
384 dummy, &status);
396 bluetooth::GATT_ERROR_OUT_OF_RANGE, offset, dummy,
408 bluetooth::GATT_ERROR_NONE, offset, dummy, &status);
418 std::vector<uint8_t> dummy; local
427 dummy, &status);
440 offset, dummy, &status);
459 bluetooth::GATT_ERROR_NONE, offset, dummy, &status);
467 std::vector<uint8_t> dummy; local
470 bluetooth::GATT_ERROR_REQUEST_NOT_SUPPORTED, 0, dummy,
[all...]
/system/extras/tests/sdcard/
H A Dsysutil.cpp477 char dummy; local
478 size = sizeof(dummy);
486 s = read(readfd, &dummy, size);
571 char dummy; local
575 size = sizeof(dummy);
579 ssize_t s = write(writefd, &dummy, size);
/system/tpm/trunks/
H A Dhmac_authorization_delegate_test.cc27 std::string dummy; local
29 EXPECT_FALSE(delegate.GetCommandAuthorization(p_hash, false, false, &dummy));
30 EXPECT_EQ(0u, dummy.size());
31 EXPECT_FALSE(delegate.CheckResponseAuthorization(p_hash, dummy));
32 EXPECT_FALSE(delegate.EncryptCommandParameter(&dummy));
33 EXPECT_FALSE(delegate.DecryptResponseParameter(&dummy));
/system/core/libnativebridge/tests/
H A DAndroid.mk33 libnativebridge-dummy
/system/extras/memcpy-perf/
H A Dmemcpy-perf.cpp23 bool dummy = false; variable
42 " --dummy\n"
66 } else if (string(argv[i]) == string("--dummy")) {
67 dummy = true;
122 if (!dummy) {
144 if (!dummy) {
/system/core/base/include/android-base/
H A Dlogging.h314 #define CHECK_CONSTEXPR(x, out, dummy) \
316 ? (LOG(FATAL) << "Check failed: " << #x out, dummy) \
347 #define DCHECK_CONSTEXPR(x, out, dummy)
349 #define DCHECK_CONSTEXPR(x, out, dummy) CHECK_CONSTEXPR(x, out, dummy)
/system/extras/tests/memtest/
H A Dmemtest.cpp179 int dummy = 0; local
181 *(volatile long long*)&dummy = 0;
/system/core/include/log/
H A Dlog_main.h91 #define __android_second(dummy, second, ...) second
/system/core/liblog/include/log/
H A Dlog_main.h91 #define __android_second(dummy, second, ...) second
/system/core/liblog/include_vndk/log/
H A Dlog_main.h91 #define __android_second(dummy, second, ...) second
/system/core/logd/
H A DLogKlog.cpp391 char dummy; local
392 if (sscanf(cp + 4, "%d%c", &pid, &dummy) == 2) {
402 char dummy; local
403 if (sscanf(cp, "[%d:%*[a-z_./0-9:A-Z]]%c", &pid, &dummy) == 2) {
/system/libhwbinder/
H A DProcessState.cpp158 int dummy = 0; local
159 status_t result = ioctl(mDriverFD, BINDER_SET_CONTEXT_MGR, &dummy);
/system/libhwbinder/vts/performance/
H A DLatency.cpp133 void* dummy; local
144 REQUIRE(!pthread_join(thread, &dummy));
/system/nvram/messages/
H A Dio.cpp293 uint64_t dummy;
294 return DecodeVarint(stream_buffer_, &dummy);
/system/netd/server/
H A DBandwidthControllerTest.cpp134 uintptr_t dummy; local
135 FILE* dummyFile = reinterpret_cast<FILE*>(&dummy);
/system/core/logcat/
H A Dlogcat.cpp926 size_t dummy = ANDROID_LOG_WRAP_DEFAULT_TIMEOUT; local
928 !getSizeTArg(optctx.optarg, &dummy, 1)) {
934 if ((dummy != ANDROID_LOG_WRAP_DEFAULT_TIMEOUT) &&
939 ANDROID_LOG_WRAP_DEFAULT_TIMEOUT, dummy);
/system/core/debuggerd/
H A Ddebuggerd_test.cpp220 char dummy; local
222 TEMP_FAILURE_RETRY(read(crasher_read_pipe.get(), &dummy, 1));
/system/nfc/halimpl/bcm2079x/gki/ulinux/
H A Dgki_ulinux.c494 void* GKI_run_worker_thread(void* dummy) { argument
/system/tpm/tpm_manager/server/
H A Dtpm_manager_service_test.cc42 base::AtExitManager dummy; member in namespace:__anon2558

Completed in 1368 milliseconds

12