HomeSort by relevance Sort by last modified time
    Searched full:printf (Results 401 - 425 of 4695) sorted by null

<<11121314151617181920>>

  /external/bluetooth/glib/m4macros/
glib-2.0.m4 103 printf("%s, bad version string\n", "$min_glib_version");
111 printf("\n*** 'pkg-config --modversion glib-2.0' returned %d.%d.%d, but GLIB (%d.%d.%d)\n",
114 printf ("*** was found! If pkg-config was correct, then it is best\n");
115 printf ("*** to remove the old version of GLib. You may also be able to fix the error\n");
116 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
117 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
118 printf("*** required on your system.\n");
119 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
120 printf("*** to point to the correct configuration files\n");
126 printf("*** GLIB header files (version %d.%d.%d) do not match\n"
    [all...]
  /external/bluetooth/hcidump/parser/
capi.c 242 printf("Controller: %d\n", nctr);
244 printf("Number of B-channels: %d\n", nchn);
248 printf("Global options: 0x%04x\n", value);
251 printf("B1 protocol support: 0x%08x\n", value);
254 printf("B2 protocol support: 0x%08x\n", value);
257 printf("B3 protocol support: 0x%08x\n", value);
263 printf("Manufacturer-specific information:\n");
267 printf("Number of controllers: %d\n", nctr);
283 printf("Controller: %d %s\n", ctr & 0x7f, ctr & 0x80 ? "Ext." : "Int.");
287 printf("PLCI: 0x%02x\n", plci)
    [all...]
l2cap.c 369 printf("Command rej: reason %d", reason);
373 printf(" mtu %d\n", get_val(frm->ptr + L2CAP_CMD_REJ_SIZE, 2));
377 printf(" dcid 0x%4.4x scid 0x%4.4x\n", cid & 0xffff, cid >> 16);
380 printf("\n");
385 printf("%s\n", reason2str(reason));
399 printf("Connect req: psm %d scid 0x%4.4x\n", psm, scid);
428 printf("Connect rsp: dcid 0x%4.4x scid 0x%4.4x result %d status %d\n",
432 printf("%s", connresult2str(result));
435 printf(" - %s\n", status2str(status));
437 printf("\n")
    [all...]
  /system/bluetooth/tools/
socktest.c 69 if (events & POLLIN) printf("POLLIN ");
70 if (events & POLLPRI) printf("POLLPRI ");
71 if (events & POLLOUT) printf("POLLOUT ");
72 if (events & POLLERR) printf("POLLERR ");
73 if (events & POLLHUP) printf("POLLHUP ");
74 if (events & POLLNVAL) printf("POLLNVAL ");
75 printf("\n");
81 printf("%d ", ufds[i].fd);
118 printf("%ld: socket()\n", pthread_self());
120 printf("%ld: socket() = %d\n", pthread_self(), ret)
    [all...]
  /external/bluetooth/bluez/test/
btiotest.c 82 printf("Disconnected\n");
90 printf("Disconnecting\n");
106 printf("Connecting failed: %s\n", err->message);
115 printf("Unable to get destination address: %s\n",
121 printf("Successfully connected to %s. handle=%u, class=%02x%02x%02x\n",
131 printf("Unable to get L2CAP MTU sizes: %s\n",
135 printf("imtu=%u, omtu=%u\n", imtu, omtu);
140 printf("Disconnected\n");
166 printf("Rejecting connection\n");
171 printf("Accepting connection\n")
    [all...]
  /external/wpa_supplicant/
main_winsvc.c 79 printf("Could not open wpa_supplicant interface key\n");
92 printf("ctrl_interface[len=%d] '%s'\n",
103 printf("adapter[len=%d] '%s'\n",
114 printf("config[len=%d] '%s'\n",
146 printf("Could not open wpa_supplicant registry key\n");
174 printf("Failed to initialize wpa_supplicant\n");
182 printf("Could not open wpa_supplicant interfaces registry "
199 printf("RegEnumKeyEx failed: 0x%x\n",
233 printf("SetServiceStatus() failed: %d\n",
246 printf("Registering service: " TSTR "\n", WPASVC_NAME)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
main_winsvc.c 80 printf("Could not open wpa_supplicant interface key\n");
93 printf("ctrl_interface[len=%d] '%s'\n",
104 printf("adapter[len=%d] '%s'\n",
115 printf("config[len=%d] '%s'\n",
158 printf("Could not open wpa_supplicant registry key\n");
193 printf("Failed to initialize wpa_supplicant\n");
201 printf("Could not open wpa_supplicant interfaces registry "
218 printf("RegEnumKeyEx failed: 0x%x\n",
252 printf("SetServiceStatus() failed: %d\n",
265 printf("Registering service: " TSTR "\n", WPASVC_NAME)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
main_winsvc.c 80 printf("Could not open wpa_supplicant interface key\n");
93 printf("ctrl_interface[len=%d] '%s'\n",
104 printf("adapter[len=%d] '%s'\n",
115 printf("config[len=%d] '%s'\n",
158 printf("Could not open wpa_supplicant registry key\n");
193 printf("Failed to initialize wpa_supplicant\n");
201 printf("Could not open wpa_supplicant interfaces registry "
218 printf("RegEnumKeyEx failed: 0x%x\n",
252 printf("SetServiceStatus() failed: %d\n",
265 printf("Registering service: " TSTR "\n", WPASVC_NAME)
    [all...]
  /build/tools/bin2asm/
data 16 printf("\
40 printf((col == 0) ? ".byte %3d" : ",%3d", buf[i]);
43 printf("\n");
50 printf("\n");
  /development/pdk/pndk/samples/sample/
hello_cpp.cpp 14 printf("C++ example printing message: %s", msg);
hellolibrary.c 8 printf("Library printing message: %s", msg);
  /development/tools/emulator/system/libqemu/
test_guest_2.c 36 printf("Usage: %s [options]\n\n", progname);
37 printf(
141 printf("Connected to tcp:localhost:%d\n", port);
148 printf("Connected to '%s' pipe\n", pipeName);
202 printf(".... to be continued ...\n");
205 printf("%04x:", nn);
208 printf(" %02x", buffer[nn+mm]);
210 printf(" ");
212 printf( " -- " );
215 printf(" %02x", buffer2[nn+mm])
    [all...]
  /external/chromium/testing/gtest/test/
gtest_catch_exceptions_test_.cc 113 printf("%s",
143 printf("%s",
160 printf("%s",
170 printf("%s",
177 printf("%s",
183 printf("%s",
189 printf("%s",
196 printf("%s",
213 printf("%s",
220 printf("%s"
    [all...]
  /external/clang/test/CodeGenCXX/
array-construction.cpp 7 extern "C" int printf(...);
15 printf("xpto::xpto()\n");
21 printf("xpto::~xpto()\n");
30 printf("array[%d][%d][%d] = {%d, %f}\n",
multi-dim-operator-new.cpp 4 extern "C" int printf(const char *, ...);
8 printf("%p\n", this);
27 printf("%p\n", a[i][j]);
42 printf("%d\n", g[i].iFoo);
  /external/iptables/extensions/
libip6t_icmp6.c 61 printf("Valid ICMPv6 Types:");
68 printf(" (%s)", icmpv6_codes[i].name);
70 printf("\n %s", icmpv6_codes[i].name);
73 printf("\n%s", icmpv6_codes[i].name);
75 printf("\n");
80 printf(
178 printf(" %s%s",
186 printf(" !");
188 printf("type %u", type);
190 printf(" code %u", code_min)
    [all...]
libip6t_mh.c 52 printf("Valid MH types:");
56 printf(" (%s)", mh_names[i].name);
58 printf("\n%s", mh_names[i].name);
60 printf("\n");
65 printf(
152 printf("%u", type);
154 printf("%s", name);
162 printf(" ");
164 printf("%s", inv);
167 printf("%s", inv)
    [all...]
libxt_quota.c 23 printf("quota match options:\n"
31 printf(" quota: %llu bytes", (unsigned long long)q->quota);
40 printf("! ");
41 printf(" --quota %llu", (unsigned long long) q->quota);
  /external/libffi/testsuite/libffi.call/
float2.c 37 routines like printf(). */
38 printf ("%Lf\n", ldblit(f));
46 routines like printf(). */
47 printf ("%Lf, %Lf, %Lf, %Lf\n", ld, ldblit(f), ld - ldblit(f), LDBL_EPSILON);
struct2.c 54 printf ("%g\n", ts2_arg.d1);
55 printf ("%g\n", ts2_arg.d2);
59 printf ("%g\n", ts2_result->d1);
60 printf ("%g\n", ts2_result->d2);
struct9.c 54 printf ("%g\n", ts9_arg.f);
55 printf ("%d\n", ts9_arg.i);
59 printf ("%g\n", ts9_result->f);
60 printf ("%d\n", ts9_result->i);
  /external/llvm/test/CodeGen/Generic/
print-add.ll 5 declare i32 @printf(i8*, ...)
10 call i32 (i8*, ...)* @printf( i8* %f, i32 %d ) ; <i32>:1 [#uses=0]
12 call i32 (i8*, ...)* @printf( i8* %f, i32 %e ) ; <i32>:2 [#uses=0]
15 call i32 (i8*, ...)* @printf( i8* %f, i32 %h ) ; <i32>:3 [#uses=0]
  /external/llvm/test/FrontendC/
2002-02-18-64bitConstant.c 9 printf("%lld\n", Var);
2009-05-17-AlwaysInline.c 16 printf ("%d\n", Y);
  /external/llvm/test/LLVMC/C/
sink.c 11 printf("hello\n");

Completed in 1056 milliseconds

<<11121314151617181920>>