Home
last modified time | relevance | path

Searched refs:local (Results 1 – 25 of 52) sorted by relevance

123

/system/core/libunwindstack/tests/
DMemoryLocalTest.cpp30 MemoryLocal local; in TEST() local
33 ASSERT_TRUE(local.Read(reinterpret_cast<uint64_t>(src.data()), dst.data(), 1024)); in TEST()
40 ASSERT_TRUE(local.Read(reinterpret_cast<uint64_t>(src.data()), dst.data(), 1024)); in TEST()
53 MemoryLocal local; in TEST() local
57 ASSERT_TRUE(local.ReadString(reinterpret_cast<uint64_t>(name.c_str()), &dst_name)); in TEST()
60 ASSERT_TRUE(local.ReadString(reinterpret_cast<uint64_t>(&name[7]), &dst_name)); in TEST()
63 ASSERT_TRUE(local.ReadString(reinterpret_cast<uint64_t>(&name[7]), &dst_name, 10)); in TEST()
66 ASSERT_FALSE(local.ReadString(reinterpret_cast<uint64_t>(&name[7]), &dst_name, 9)); in TEST()
70 MemoryLocal local; in TEST() local
73 ASSERT_FALSE(local.Read(0, dst.data(), 1)); in TEST()
[all …]
/system/core/liblog/include_vndk/log/
Dlog_time.h103 log_time local(*this);
104 return local -= T;
108 log_time local(*this);
109 return local += T;
138 log_time local(*this);
139 return local -= T;
143 log_time local(*this);
144 return local += T;
/system/core/liblog/include/log/
Dlog_time.h103 log_time local(*this);
104 return local -= T;
108 log_time local(*this);
109 return local += T;
138 log_time local(*this);
139 return local -= T;
143 log_time local(*this);
144 return local += T;
/system/core/adb/
DSERVICES.TXT56 host:transport-local
77 host-local:<request>
99 <host-prefix>:forward:<local>;<remote>
100 Asks the ADB server to forward local connections from <local>
104 host-serial/host-usb/host-local/host prefixes as described previously
107 the format of <local> is one of:
110 local:<path> -> Unix local domain socket on <path>
115 local:<path> -> Unix local domain socket on device
118 or even any one of the local services described below.
120 <host-prefix>:forward:norebind:<local>;<remote>
[all …]
Dprotocol.txt50 The identifiers "local-id" and "remote-id" are always relative to the
103 --- OPEN(local-id, 0, "destination") -----------------------------------
108 identified by local-id that it wishes to connect to the named
109 destination in the message payload. The local-id may not be zero.
120 * "local-dgram:<identifier>"
121 * "local-stream:<identifier>"
122 * "shell" - local shell service
127 --- READY(local-id, remote-id, "") -------------------------------------
132 identified by local-id is ready for write messages and that it is
135 Neither the local-id nor the remote-id may be zero.
[all …]
Dtest_device.py748 self.device.push(local=tmp.name, remote=self.DEVICE_TEMP_FILE)
888 self.device.push(local=tmp_file.name, remote='/system/')
899 self.device.pull(remote=remote_file, local=tmp_write.name)
912 output = self.device.pull(remote=self.DEVICE_TEMP_FILE, local='x')
945 self.device.pull(remote=self.DEVICE_TEMP_DIR, local=host_dir)
980 self.device.pull(remote=self.DEVICE_TEMP_DIR, local=symlink)
1013 self.device.pull(remote=self.DEVICE_TEMP_DIR, local=host_dir)
1037 self.device.pull(remote=self.DEVICE_TEMP_DIR, local=dest_dir)
1070 self.device.pull(remote=remote_symlink, local=host_dir)
1091 self.device.pull(remote=remote_empty_path, local=host_dir)
Dtransport.h202 int register_socket_transport(int s, const char* serial, int port, int local);
Dadb.h141 int init_socket_transport(atransport *t, int s, int port, int local);
Dtransport_local.cpp517 int init_socket_transport(atransport *t, int s, int adb_port, int local) in init_socket_transport() argument
531 if (local) { in init_socket_transport()
Dadb.cpp189 static void send_ready(unsigned local, unsigned remote, atransport *t) in send_ready() argument
194 p->msg.arg0 = local; in send_ready()
199 static void send_close(unsigned local, unsigned remote, atransport *t) in send_close() argument
204 p->msg.arg0 = local; in send_close()
/system/core/libvndksupport/
Dlibvndksupport.map.txt5 local:
/system/tools/hidl/
DAST.cpp332 Type *local = findDefinedType(autofilled, &matchingName); in lookupAutofilledType() local
333 CHECK(local == nullptr || autofilled == matchingName); in lookupAutofilledType()
336 if (local != nullptr && fromImport != nullptr && local != fromImport) { in lookupAutofilledType()
346 if (local != nullptr) { in lookupAutofilledType()
347 *returnedType = local; in lookupAutofilledType()
/system/netd/server/
DPppController.cpp51 int PppController::attachPppd(const char *tty, struct in_addr local, in attachPppd() argument
80 char *l = strdup(inet_ntoa(local)); in attachPppd()
DPppController.h34 int attachPppd(const char *tty, struct in_addr local,
/system/tools/aidl/
Daidl_language.cpp196 AidlMember* local = member.release(); in AidlInterface() local
197 AidlMethod* method = local->AsMethod(); in AidlInterface()
198 AidlIntConstant* int_constant = local->AsIntConstant(); in AidlInterface()
199 AidlStringConstant* string_constant = local->AsStringConstant(); in AidlInterface()
/system/core/liblog/
Dliblog.map.txt11 local:
Dproperties.c613 struct cache2_property_size local = { in __android_logger_get_buffer_size() local
635 property_size = do_cache2_property_size(&local); in __android_logger_get_buffer_size()
/system/bt/doc/
Dbtsnoop_net.md3 btsnoop_net exposes Bluetooth snoop logs over a local TCP socket which enables
/system/core/libsync/
Dlibsync.map.txt22 local:
/system/bt/build/
DAndroid.bp46 // Setup Bluetooth local make variables for handling configuration
/system/sepolicy/public/
Duncrypt.te11 # For debugging, allow /data/local/tmp access
/system/extras/ioshark/
DREADME19 device (on /data/local/tmp say). Explode the tarfile.
/system/sepolicy/private/
Dplatform_app.te14 # Read from /data/local/tmp or /data/data/com.android.shell.
/system/libhwbinder/
DParcel.cpp202 BHwBinder *local = binder->localBinder(); in flatten_binder() local
203 if (!local) { in flatten_binder()
216 int policy = local->getMinSchedulingPolicy(); in flatten_binder()
217 int priority = local->getMinSchedulingPriority(); in flatten_binder()
223 obj.binder = reinterpret_cast<uintptr_t>(local->getWeakRefs()); in flatten_binder()
224 obj.cookie = reinterpret_cast<uintptr_t>(local); in flatten_binder()
244 IBinder *local = real->localBinder(); in flatten_binder() local
245 if (!local) { in flatten_binder()
/system/tpm/trunks/
Dtrunks.gyp29 # We need this include dir because we include all the local code as

123