Searched refs:local (Results 1 - 25 of 27) sorted by relevance

12

/system/core/libunwindstack/tests/
H A DMemoryLocalTest.cpp33 MemoryLocal local; local
36 ASSERT_TRUE(local.ReadFully(reinterpret_cast<uint64_t>(src.data()), dst.data(), 1024));
43 ASSERT_TRUE(local.ReadFully(reinterpret_cast<uint64_t>(src.data()), dst.data(), 1024));
54 MemoryLocal local; local
57 ASSERT_FALSE(local.ReadFully(0, dst.data(), 1));
58 ASSERT_FALSE(local.ReadFully(0, dst.data(), 100));
62 MemoryLocal local; local
68 ASSERT_FALSE(local.ReadFully(reinterpret_cast<uint64_t>(&value), dst.data(), SIZE_MAX));
80 MemoryLocal local; local
83 ASSERT_EQ(1024U, local
99 MemoryLocal local; local
[all...]
H A DUnwindTest.cpp127 extern "C" void InnerFunction(bool local, bool trigger_invalid_call) { argument
128 if (local) {
147 extern "C" void MiddleFunction(bool local, bool trigger_invalid_call) { argument
148 InnerFunction(local, trigger_invalid_call);
151 extern "C" void OuterFunction(bool local, bool trigger_invalid_call) { argument
152 MiddleFunction(local, trigger_invalid_call);
160 TEST_F(UnwindTest, local) {
/system/extras/pssbench/
H A DAndroid.mk4 LOCAL_MODULE_PATH := $(TARGET_OUT_DATA)/local/tmp
/system/core/include/log/
H A Dlog_time.h109 log_time local(*this);
110 return local -= T;
114 log_time local(*this);
115 return local += T;
144 log_time local(*this);
145 return local -= T;
149 log_time local(*this);
150 return local += T;
/system/core/liblog/include/log/
H A Dlog_time.h109 log_time local(*this);
110 return local -= T;
114 log_time local(*this);
115 return local += T;
144 log_time local(*this);
145 return local -= T;
149 log_time local(*this);
150 return local += T;
/system/extras/tests/ext4/
H A DAndroid.mk3 local_target_dir := $(TARGET_OUT_DATA)/local/tmp
/system/extras/tests/pagingtest/
H A DAndroid.mk1 local_target_dir := $(TARGET_OUT_DATA)/local/tmp
/system/netd/server/
H A DPppController.h34 int attachPppd(const char *tty, struct in_addr local,
H A DPppController.cpp51 int PppController::attachPppd(const char *tty, struct in_addr local, argument
80 char *l = strdup(inet_ntoa(local));
/system/extras/power_profile/camera_avg/
H A Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
78 @rem End local scope for the variables with windows NT shell
/system/extras/power_profile/camera_flashlight/
H A Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
78 @rem End local scope for the variables with windows NT shell
/system/extras/power_profile/gps_on/
H A Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
78 @rem End local scope for the variables with windows NT shell
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/
H A Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
78 @rem End local scope for the variables with windows NT shell
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/
H A Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
78 @rem End local scope for the variables with windows NT shell
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/
H A Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
78 @rem End local scope for the variables with windows NT shell
/system/tools/aidl/
H A Daidl_language.cpp196 AidlMember* local = member.release(); local
197 AidlMethod* method = local->AsMethod();
198 AidlIntConstant* int_constant = local->AsIntConstant();
199 AidlStringConstant* string_constant = local->AsStringConstant();
/system/tools/hidl/
H A DAST.cpp530 Type *local = findDefinedType(autofilled, &matchingName);
531 CHECK(local == nullptr || autofilled == matchingName);
534 if (local != nullptr && fromImport != nullptr && local != fromImport) {
544 if (local != nullptr) {
545 *returnedType = local;
/system/tpm/tpm_manager/
H A DAndroid.mk48 proto_include := $(call local-generated-sources-dir)/proto/$(LOCAL_PATH)/..
49 aidl_include := $(call local-generated-sources-dir)/aidl-generated/include
/system/core/adb/
H A Dadb.h93 // is one transport per connected device/emulator. A "local transport" connects
134 int init_socket_transport(atransport* t, int s, int port, int local);
H A Dtransport.h44 // Returns true if both local features and |feature_set| support |feature|.
182 // If this is a local transport, serial will also match [tcp:|udp:]<hostname>[:port] targets.
242 int register_socket_transport(int s, const char* serial, int port, int local);
H A Dtransport_local.cpp153 // Retry the disconnected local port for 60 times, and sleep 1 second between two retries.
392 D("transport: local %s init", debug_name);
444 int init_socket_transport(atransport* t, int s, int adb_port, int local) { argument
453 if (local) {
458 D("local transport for port %d already registered (%p)?", adb_port, existing_transport);
H A Dtest_device.py468 log_path = "/data/local/tmp/adb_signal_test.log"
490 # Waiting for the local adb to finish is insufficient, since it hangs
700 SCRATCH_DIR = '/data/local/tmp'
723 self.device.push(local=tmp.name, remote=self.DEVICE_TEMP_FILE)
863 self.device.push(local=tmp_file.name, remote='/system/')
874 self.device.pull(remote=remote_file, local=tmp_write.name)
887 output = self.device.pull(remote=self.DEVICE_TEMP_FILE, local='x')
920 self.device.pull(remote=self.DEVICE_TEMP_DIR, local=host_dir)
955 self.device.pull(remote=self.DEVICE_TEMP_DIR, local=symlink)
988 self.device.pull(remote=self.DEVICE_TEMP_DIR, local
[all...]
H A Dadb.cpp189 static void send_ready(unsigned local, unsigned remote, atransport *t) argument
194 p->msg.arg0 = local;
199 static void send_close(unsigned local, unsigned remote, atransport *t) argument
204 p->msg.arg0 = local;
400 case A_OPEN: /* OPEN(local-id, 0, "destination") */
414 case A_OKAY: /* READY(local-id, remote-id, "") */
424 /* Other READY messages must use the same local-id */
432 // have closed the local socket because of client disconnection. Then we need
439 case A_CLSE: /* CLOSE(local-id, remote-id, "") or CLOSE(0, remote-id, "") */
450 * other devices. To avoid this, only allow this if the local
[all...]
/system/core/liblog/
H A Dproperties.c613 struct cache2_property_size local = { local
635 property_size = do_cache2_property_size(&local);
/system/libhwbinder/
H A DParcel.cpp104 LOG_REFS("Parcel %p acquiring reference on local %p", who, obj.cookie);
150 LOG_REFS("Parcel %p releasing reference on local %p", who, obj.cookie);
202 BHwBinder *local = binder->localBinder(); local
203 if (!local) {
216 int policy = local->getMinSchedulingPolicy();
217 int priority = local->getMinSchedulingPriority();
223 obj.binder = reinterpret_cast<uintptr_t>(local->getWeakRefs());
224 obj.cookie = reinterpret_cast<uintptr_t>(local);
244 IBinder *local = real->localBinder(); local
245 if (!local) {
[all...]

Completed in 8029 milliseconds

12