HomeSort by relevance Sort by last modified time
    Searched refs:StringPrintf (Results 26 - 50 of 673) sorted by null

12 3 4 5 6 7 8 91011>>

  /system/nfc/src/adaptation/
libmain.cc 18 #include <android-base/stringprintf.h>
27 using android::base::StringPrintf;
35 return StringPrintf("%s/%s%u", nfc_storage_path.c_str(), bin.c_str(), block);
87 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf(
97 << StringPrintf("%s: data size=%zu", __func__, actualReadData);
100 LOG(ERROR) << StringPrintf("%s: fail to read", __func__);
105 << StringPrintf("%s: fail to open", __func__);
133 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf(
143 << StringPrintf("%s: %zu bytes written", __func__, actualWrittenData);
148 LOG(ERROR) << StringPrintf("%s: fail to write", __func__)
    [all...]
NfcAdaptation.cc 18 #include <android-base/stringprintf.h>
37 using android::base::StringPrintf;
94 << StringPrintf("%s: level=%u", __func__, nfc_debug_enabled);
239 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s: enter", func);
258 << StringPrintf("%s: Overriding NFA_EE_MAX_EE_SUPPORTED to use %d",
266 << StringPrintf("%s: Overriding NFA_POLL_BAIL_OUT_MODE to use %d", func,
306 << StringPrintf("%s: preserve stack NV store", __func__);
323 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s: exit", func);
339 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s: enter", func);
344 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s: exit", func)
    [all...]
  /system/nfc/src/gki/ulinux/
gki_ulinux.cc 22 #include <android-base/stringprintf.h>
27 using android::base::StringPrintf;
89 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf(
98 LOG(ERROR) << StringPrintf("gki_task task_id=%i terminating",
194 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf(
200 << StringPrintf("Error! task ID > max task allowed");
220 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf(
224 << StringPrintf("GKI creating JOINABLE task %i", task_id);
242 << StringPrintf("pthread_create failed(%d), %s!", ret, taskname);
251 << StringPrintf("PBS SQL lowest priority task")
    [all...]
  /system/nfc/src/nfa/sys/
nfa_sys_cback.cc 24 #include <android-base/stringprintf.h>
30 using android::base::StringPrintf;
62 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf(
102 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf(
nfa_sys_ptim.cc 24 #include <android-base/stringprintf.h>
30 using android::base::StringPrintf;
93 << StringPrintf("nfa_sys_ptim_timer_update expired: %p", p_tle);
111 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("ptim timer stop");
129 << StringPrintf("nfa_sys_ptim_start_timer %p", p_tle);
133 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("ptim timer start");
157 << StringPrintf("nfa_sys_ptim_stop_timer %p", p_tle);
163 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("ptim timer stop");
  /packages/apps/Nfc/nci/jni/
NativeLlcpServiceSocket.cpp 17 #include <android-base/stringprintf.h>
28 using android::base::StringPrintf;
59 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s: enter", __func__);
66 LOG(ERROR) << StringPrintf("%s: fail accept", __func__);
73 LOG(ERROR) << StringPrintf("%s: fail create NativeLlcpSocket", __func__);
81 LOG(ERROR) << StringPrintf("%s: get class object error", __func__);
98 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s: exit", __func__);
114 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s: enter", __func__);
122 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s: exit", __func__);
NativeLlcpConnectionlessSocket.cpp 17 #include <android-base/stringprintf.h>
30 using android::base::StringPrintf;
64 << StringPrintf("%s: nsap = %d", __func__, nsap);
77 << StringPrintf("NFA_P2pSendUI: len = %zu", byte_count);
84 << StringPrintf("%s: NFA_P2pSendUI done, status = %d", __func__, status);
86 LOG(ERROR) << StringPrintf("%s: NFA_P2pSendUI failed, status = %d",
108 << StringPrintf("%s: waiting for data = %d, len = %d", __func__,
171 << StringPrintf("%s: linkMiu = %d", __func__, linkMiu);
177 << StringPrintf("%s: Already waiting for incoming data", __func__);
183 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf(
    [all...]
RouteDataSet.cpp 21 #include <android-base/stringprintf.h>
35 using android::base::StringPrintf;
114 << StringPrintf("%s: enter", "RouteDataSet::initialize");
119 << StringPrintf("%s: exit; return=true", "RouteDataSet::initialize");
133 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf(
161 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s: enter", fn);
172 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s: fail parse", fn);
178 LOG(ERROR) << StringPrintf("%s: fail root element", fn);
182 << StringPrintf("%s: root=%s", fn, node1->name);
192 << StringPrintf("%s: found SecElemSelectedRoutes", fn)
    [all...]
NfcTag.cpp 22 #include <android-base/stringprintf.h>
33 using android::base::StringPrintf;
148 << StringPrintf("%s: state=%u", fn, mActivationState);
165 << StringPrintf("%s: state=%u", fn, mActivationState);
228 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s: enter", fn);
261 << StringPrintf("%s: exit, is same Kovio=%d", fn, rVal);
279 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s: enter", fn);
368 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s: Kovio", fn);
371 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s: Mifare Classic", fn);
385 LOG(ERROR) << StringPrintf("%s: unknown protocol ????", fn)
    [all...]
  /art/dexlayout/
dex_verify.cc 25 #include "android-base/stringprintf.h"
29 using android::base::StringPrintf;
57 *error_msg = StringPrintf(
71 *error_msg = StringPrintf("Mismatched string data for string id %u at offset %x: %s vs %s.",
83 *error_msg = StringPrintf("Mismatched string index for type id %u at offset %x: %u vs %u.",
95 *error_msg = StringPrintf("Mismatched string index for proto id %u at offset %x: %u vs %u.",
103 *error_msg = StringPrintf("Mismatched type index for proto id %u at offset %x: %u vs %u.",
111 *error_msg = StringPrintf("Mismatched type list for proto id %u at offset %x.",
121 StringPrintf("Mismatched class type index for field id %u at offset %x: %u vs %u.",
129 *error_msg = StringPrintf("Mismatched type index for field id %u at offset %x: %u vs %u."
    [all...]
  /system/netd/server/
BandwidthControllerTest.cpp 31 #include <android-base/stringprintf.h>
48 using android::base::StringPrintf;
187 StringPrintf("-A bw_INPUT -m mark --mark 0x%x/0x%x -j RETURN\n",
190 StringPrintf("-A bw_INPUT -j MARK --or-mark 0x%x\n", uidBillingMask) +
205 expectedAccounting += StringPrintf("-A bw_raw_PREROUTING -m bpf --object-pinned %s\n",
216 StringPrintf("-A bw_mangle_POSTROUTING -j MARK --set-mark 0x0/0x%x\n", uidBillingMask);
218 expectedAccounting += StringPrintf("-A bw_mangle_POSTROUTING -m bpf --object-pinned %s\n",
291 StringPrintf(":%s -", c_chain),
292 StringPrintf("-A %s -j bw_penalty_box", c_chain),
293 StringPrintf("-I bw_INPUT %d -i %s --jump %s", ruleIndex, c_iface, c_chain)
    [all...]
IdletimerController.cpp 114 #include <android-base/stringprintf.h>
124 using android::base::StringPrintf;
144 StringPrintf(":%s -", LOCAL_RAW_PREROUTING),
147 StringPrintf(":%s -", LOCAL_MANGLE_POSTROUTING),
175 StringPrintf("%s %s -i %s -j IDLETIMER --timeout %u --label %s --send_nl_msg 1",
179 StringPrintf("%s %s -o %s -j IDLETIMER --timeout %u --label %s --send_nl_msg 1",
BandwidthController.cpp 46 #include "android-base/stringprintf.h"
73 using android::base::StringPrintf;
150 const std::string HAPPY_BOX_WHITELIST_COMMAND = StringPrintf(
215 StringPrintf("-A bw_INPUT -m mark --mark 0x%x/0x%x -j RETURN",
218 StringPrintf("-A bw_INPUT -j MARK --or-mark 0x%x", uidBillingMask),
239 useBpf ? StringPrintf("-A bw_raw_PREROUTING -m bpf --object-pinned %s",
249 StringPrintf("-A bw_mangle_POSTROUTING -j MARK --set-mark 0x0/0x%x",
251 useBpf ? StringPrintf("-A bw_mangle_POSTROUTING -m bpf --object-pinned %s",
396 StringPrintf("-I bw_INPUT %d -i %s --jump %s", ruleInsertPos, iface.c_str(), chain),
397 StringPrintf("-I bw_OUTPUT %d -o %s --jump %s", ruleInsertPos, iface.c_str(), chain)
    [all...]
  /external/libmojo/ui/gfx/geometry/
insets.cc 7 #include "base/strings/stringprintf.h"
14 return base::StringPrintf("%d,%d,%d,%d", top(), left(), bottom(), right());
  /system/core/base/
parsenetaddress.cpp 21 #include "android-base/stringprintf.h"
39 *error = StringPrintf("bad IPv6 address '%s'", address.c_str());
60 *error = StringPrintf("no host in '%s'", address.c_str());
67 *error = StringPrintf("bad port number '%s' in '%s'", port_str.c_str(),
75 StringPrintf(ipv6 ? "[%s]:%d" : "%s:%d", host->c_str(), *port);
  /build/kati/
stmt.cc 21 #include "stringprintf.h"
29 return StringPrintf("RuleStmt(expr=%s term=%d after_term=%s loc=%s:%d)",
62 return StringPrintf(
83 return StringPrintf("CommandStmt(%s, loc=%s:%d)", expr->DebugString().c_str(),
103 return StringPrintf("IfStmt(op=%s, lhs=%s, rhs=%s t=%zu f=%zu loc=%s:%d)",
110 return StringPrintf("IncludeStmt(%s, loc=%s:%d)", expr->DebugString().c_str(),
115 return StringPrintf("ExportStmt(%s, %d, loc=%s:%d)",
120 return StringPrintf("ParseErrorStmt(%s, loc=%s:%d)", msg.c_str(),
  /system/nfc/src/nfa/p2p/
nfa_p2p_api.cc 24 #include <android-base/stringprintf.h>
30 using android::base::StringPrintf;
70 << StringPrintf("server_sap:0x%02x, link_type:0x%x, SN:<%s>", server_sap,
76 LOG(ERROR) << StringPrintf("server_sap must be between %d and %d",
81 LOG(ERROR) << StringPrintf("link type (0x%x) must be specified", link_type);
125 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("link_type:0x%x", link_type);
129 LOG(ERROR) << StringPrintf("link type (0x%x) must be specified", link_type);
169 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("handle:0x%02X", handle);
174 LOG(ERROR) << StringPrintf("Handle is invalid or not registered");
210 << StringPrintf("handle:0x%02X, MIU:%d, RW:%d", handle, miu, rw)
    [all...]
  /packages/apps/Nfc/nci/jni/extns/pn54x/src/
phNxpExtns.cpp 23 #include <android-base/stringprintf.h>
29 using android::base::StringPrintf;
70 LOG(ERROR) << StringPrintf("EXTNS_Init(): error null callback");
78 LOG(ERROR) << StringPrintf("ERROR: MFC Module Init Failed");
130 LOG(ERROR) << StringPrintf("Error Sending msg to Extension Thread");
161 LOG(ERROR) << StringPrintf("Error Sending msg to Extension Thread");
193 LOG(ERROR) << StringPrintf("Error Sending msg to Extension Thread");
221 LOG(ERROR) << StringPrintf("%s: semaphore creation failed (errno=%d)",
228 LOG(ERROR) << StringPrintf("Error Sending msg to Extension Thread");
262 LOG(ERROR) << StringPrintf("Error Sending msg to Extension Thread")
    [all...]
  /art/libartbase/base/
scoped_flock.cc 23 #include <android-base/stringprintf.h>
29 using android::base::StringPrintf;
45 *error_msg = StringPrintf("Failed to open file '%s': %s", filename, strerror(errno));
56 *error_msg = StringPrintf("Failed to lock file '%s': %s", filename, strerror(errno));
62 *error_msg = StringPrintf("Failed to fstat file '%s': %s", filename, strerror(errno));
103 *error_msg = StringPrintf("Failed to duplicate open file '%s': %s",
108 *error_msg = StringPrintf(
  /external/libchrome/base/memory/
linked_ptr_unittest.cc 8 #include "base/strings/stringprintf.h"
19 A(): mynum(num++) { history += base::StringPrintf("A%d ctor\n", mynum); }
20 virtual ~A() { history += base::StringPrintf("A%d dtor\n", mynum); }
21 virtual void Use() { history += base::StringPrintf("A%d use\n", mynum); }
27 B() { history += base::StringPrintf("B%d ctor\n", mynum); }
28 ~B() override { history += base::StringPrintf("B%d dtor\n", mynum); }
29 void Use() override { history += base::StringPrintf("B%d use\n", mynum); }
  /system/vold/model/
EmulatedVolume.cpp 20 #include <android-base/stringprintf.h>
34 using android::base::StringPrintf;
50 setId(StringPrintf("emulated:%u,%u", major(device), minor(device)));
66 mFuseDefault = StringPrintf("/mnt/runtime/default/%s", label.c_str());
67 mFuseRead = StringPrintf("/mnt/runtime/read/%s", label.c_str());
68 mFuseWrite = StringPrintf("/mnt/runtime/write/%s", label.c_str());
71 setPath(StringPrintf("/storage/%s", label.c_str()));
  /art/libdexfile/dex/
dex_instruction.cc 24 #include "android-base/stringprintf.h"
31 using android::base::StringPrintf;
150 os << StringPrintf("0x%04x", insn[i]) << " ";
166 os << StringPrintf("%02x%02x", static_cast<uint8_t>(insn[i] & 0x00FF),
180 case k12x: os << StringPrintf("%s v%d, v%d", opcode, VRegA_12x(), VRegB_12x()); break;
181 case k11n: os << StringPrintf("%s v%d, #%+d", opcode, VRegA_11n(), VRegB_11n()); break;
182 case k11x: os << StringPrintf("%s v%d", opcode, VRegA_11x()); break;
183 case k10t: os << StringPrintf("%s %+d", opcode, VRegA_10t()); break;
184 case k20t: os << StringPrintf("%s %+d", opcode, VRegA_20t()); break;
185 case k22x: os << StringPrintf("%s v%d, v%d", opcode, VRegA_22x(), VRegB_22x()); break
    [all...]
  /external/libchrome/dbus/
dbus_statistics.cc 12 #include "base/strings/stringprintf.h"
207 line += base::StringPrintf(":");
209 line += base::StringPrintf(" Sent (BLOCKING):");
211 line += base::StringPrintf(" %d", sent_blocking);
213 line += base::StringPrintf(" %d/min", sent_blocking / dminutes);
215 line += base::StringPrintf(" %d (%d/min)",
219 line += base::StringPrintf(" Sent:");
221 line += base::StringPrintf(" %d", sent);
223 line += base::StringPrintf(" %d/min", sent / dminutes);
225 line += base::StringPrintf(" %d (%d/min)", sent, sent / dminutes)
    [all...]
  /art/test/936-search-onload/
search_onload.cc 22 #include <android-base/stringprintf.h>
46 std::string dex1 = android::base::StringPrintf("%s/936-search-onload.jar", dex_loc);
47 std::string dex2 = android::base::StringPrintf("%s/936-search-onload-ex.jar", dex_loc);
  /system/core/adb/
socket_spec.cpp 25 #include <android-base/stringprintf.h>
33 using android::base::StringPrintf;
70 *error = StringPrintf("specification is not tcp: '%s'", spec.c_str());
83 *error = StringPrintf("bad port number '%d'", port_value);
97 *error = StringPrintf("missing port in specification: '%s'", spec.c_str());
175 *error = StringPrintf("socket type %s is unavailable on this platform",
185 *error = StringPrintf("unknown socket specification '%s'", spec.c_str());
218 *error = StringPrintf("attempted to listen on unavailable socket type: '%s'",
228 *error = StringPrintf("unknown socket specification '%s'", spec.c_str());

Completed in 442 milliseconds

12 3 4 5 6 7 8 91011>>