/external/bluetooth/bluez/input/ |
fakehid.c | 214 struct fake_input *fake = data; local 250 if (write(fake->uinput, &event, sizeof(event)) != sizeof(event)) { 259 if (write(fake->uinput, &event, sizeof(event)) != sizeof(event)) { 267 ioctl(fake->uinput, UI_DEV_DESTROY); 268 close(fake->uinput); 269 fake->uinput = -1; 270 g_io_channel_unref(fake->io); 275 static int ps3remote_setup_uinput(struct fake_input *fake, 281 fake->uinput = open("/dev/input/uinput", O_RDWR); 282 if (fake->uinput < 0) [all...] |
fakehid.h | 33 int (*setup_uinput) (struct fake_input *fake, struct fake_hid *fake_hid); 39 struct fake_input *fake_hid_connadd(struct fake_input *fake, GIOChannel *intr_io,
|
device.c | 69 struct fake_input *fake; member in struct:input_conn 141 g_free(iconn->fake); 270 struct fake_input *fake = data; local 304 send_key(fake->uinput, key); 309 ioctl(fake->uinput, UI_DEV_DESTROY); 310 close(fake->uinput); 311 fake->uinput = -1; 312 g_io_channel_unref(fake->io); 321 struct fake_input *fake = iconn->fake; local 577 struct fake_input *fake; local 650 struct fake_input *fake = iconn->fake; local 681 struct fake_input *fake = iconn->fake; local 891 struct fake_input *fake = iconn->fake; local 917 struct fake_input *fake; local [all...] |
/frameworks/base/core/java/android/text/style/ |
StyleSpan.java | 100 int fake = want & ~tf.getStyle(); local 102 if ((fake & Typeface.BOLD) != 0) { 106 if ((fake & Typeface.ITALIC) != 0) {
|
TypefaceSpan.java | 84 int fake = oldStyle & ~tf.getStyle(); local 86 if ((fake & Typeface.BOLD) != 0) { 90 if ((fake & Typeface.ITALIC) != 0) {
|
TextAppearanceSpan.java | 232 int fake = style & ~tf.getStyle(); local 234 if ((fake & Typeface.BOLD) != 0) { 238 if ((fake & Typeface.ITALIC) != 0) {
|
/external/webkit/Source/JavaScriptCore/wtf/gobject/ |
GRefPtr.cpp | 57 bool fake; member in struct:WTF::_GVariant
|
/external/elfutils/libdw/ |
libdw_findcu.c | 57 struct Dwarf_CU fake = { .start = start, .end = 0 }; local 58 struct Dwarf_CU **found = tfind (&fake, &dbg->cu_tree, findcu_cb);
|
dwarf_getloclist.c | 78 struct loc_s fake = { .addr = block.data }; local 79 struct loc_s **found = tfind (&fake, &cu->locs, loc_compare);
|
/external/dbus/dbus/ |
dbus-threads.c | 683 /** Fake mutex used for debugging */ 685 /** Fake mutex used for debugging */ 743 DBusFakeMutex *fake = (DBusFakeMutex*) mutex; local 745 _dbus_assert (!fake->locked); 747 dbus_free (fake); 753 DBusFakeMutex *fake = (DBusFakeMutex*) mutex; local 755 _dbus_assert (!fake->locked); 757 fake->locked = TRUE; 765 DBusFakeMutex *fake = (DBusFakeMutex*) mutex; local 767 _dbus_assert (fake->locked) [all...] |
/bootable/recovery/ |
verifier_test.sh | 84 expect_fail fake-eocd.zip
|
/bionic/libc/stdio/ |
vfprintf.c | 86 FILE fake; local 90 _FILEEXT_SETUP(&fake, &fakeext); 92 fake._flags = fp->_flags & ~__SNBF; 93 fake._file = fp->_file; 94 fake._cookie = fp->_cookie; 95 fake._write = fp->_write; 98 fake._bf._base = fake._p = buf; 99 fake._bf._size = fake._w = sizeof(buf) [all...] |
/external/dropbear/ |
Android.mk | 9 atomicio.c compat.c fake-rfc2553.c
|
/external/valgrind/main/VEX/priv/ |
host_x86_defs.c | 67 vex_printf("%%fake%d", r); 1942 # define fake macro 1954 # undef fake macro 2005 # define fake macro 3096 # undef fake macro [all...] |
host_amd64_defs.c | 68 vex_printf("%%fake%d", r); 2321 # define fake macro 3574 # undef fake macro [all...] |
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
factory.py | 40 by real ports. This does not include any "fake" names like "test"
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/ |
ProxyTest.java | 163 class Fake extends Proxy { 164 Fake() { 169 Proxy fake = new Proxy(new InvocationHandler() { local 180 .isProxyClass(Fake.class)); 182 .isProxyClass(fake.getClass()));
|
/external/skia/samplecode/ |
SampleColorFilter.cpp | 21 int fake = x >> 5; local 24 int diff = fake - orig;
|
/libcore/luni/src/test/java/tests/api/java/lang/reflect/ |
ProxyTest.java | 201 class Fake extends Proxy { 202 Fake() { 207 Proxy fake = new Proxy(new InvocationHandler() { local 218 .isProxyClass(Fake.class)); 220 .isProxyClass(fake.getClass()));
|
/external/valgrind/main/exp-dhat/ |
dh_main.c | 131 Block fake; local 132 fake.payload = a; 133 fake.req_szB = 1; 137 &foundkey, &foundval, (UWord)&fake ); 145 tl_assert(res != &fake); 157 Block fake; local 158 fake.payload = a; 159 fake.req_szB = 1; 161 NULL, NULL, (Addr)&fake ); [all...] |
/external/clang/bindings/python/tests/cindex/ |
test_translation_unit.py | 39 tu = index.parse('fake.c', ['-I./'], unsaved_files = [ 40 ('fake.c', """ 41 #include "fake.h" 45 ('./fake.h', """ 56 tu = index.parse('fake.c', unsaved_files = [ 57 ('fake.c', StringIO.StringIO('int x;'))])
|
/external/v8/test/mozilla/ |
mozilla-shell-emulation.js | 28 // Sets up fake implementations of MDC built-in objects and functions
|
/external/webkit/Source/WebKit/android/jni/ |
WebViewCore.h | 323 * Also used when typing into an unfocused textfield, in which case 'fake' 326 void click(WebCore::Frame* frame, WebCore::Node* node, bool fake); 625 * @param fake This is a fake mouse click, used to put a textfield into focus. Do not 628 bool handleMouseClick(WebCore::Frame*, WebCore::Node*, bool fake);
|
/external/yaffs2/yaffs2/ |
yaffs_guts.h | 402 __u8 fake:1; /* A fake object has no presence on NAND. */ member in struct:yaffs_ObjectStruct 502 __u8 fake:1; member in struct:__anon14252
|
/external/elfutils/src/ |
nm.c | 1076 Dwarf_Global fake = { .name = symstr }; local 1077 Dwarf_Global **found = tfind (&fake, &global_root, 1127 struct local_name fake = local 1133 struct local_name **found = tfind (&fake, &local_root, [all...] |