HomeSort by relevance Sort by last modified time
    Searched refs:fake (Results 1 - 24 of 24) sorted by null

  /external/bluetooth/bluez/input/
fakehid.c 215 struct fake_input *fake = data; local
249 if (write(fake->uinput, &event, sizeof(event)) != sizeof(event)) {
258 if (write(fake->uinput, &event, sizeof(event)) != sizeof(event)) {
266 ioctl(fake->uinput, UI_DEV_DESTROY);
267 close(fake->uinput);
268 fake->uinput = -1;
269 g_io_channel_unref(fake->io);
274 static int ps3remote_setup_uinput(struct fake_input *fake,
280 fake->uinput = open("/dev/input/uinput", O_RDWR);
281 if (fake->uinput < 0)
    [all...]
fakehid.h 33 int (*setup_uinput) (struct fake_input *fake, struct fake_hid *fake_hid);
38 int fake_hid_connadd(struct fake_input *fake, GIOChannel *intr_io,
device.c 74 struct fake_input *fake; member in struct:input_conn
150 g_free(iconn->fake);
280 struct fake_input *fake = data; local
310 send_key(fake->uinput, key);
315 ioctl(fake->uinput, UI_DEV_DESTROY);
316 close(fake->uinput);
317 fake->uinput = -1;
318 g_io_channel_unref(fake->io);
353 struct fake_input *fake = iconn->fake; local
609 struct fake_input *fake; local
673 struct fake_input *fake = iconn->fake; local
704 struct fake_input *fake = iconn->fake; local
910 struct fake_input *fake = iconn->fake; local
936 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 233 int fake = style & ~tf.getStyle(); local
235 if ((fake & Typeface.BOLD) != 0) {
239 if ((fake & Typeface.ITALIC) != 0) {
  /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 680 /** Fake mutex used for debugging */
682 /** Fake mutex used for debugging */
740 DBusFakeMutex *fake = (DBusFakeMutex*) mutex; local
742 _dbus_assert (!fake->locked);
744 dbus_free (fake);
750 DBusFakeMutex *fake = (DBusFakeMutex*) mutex; local
752 _dbus_assert (!fake->locked);
754 fake->locked = TRUE;
762 DBusFakeMutex *fake = (DBusFakeMutex*) mutex; local
764 _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 11 atomicio.c compat.c fake-rfc2553.c
  /packages/apps/Email/src/com/android/email/activity/
UpgradeAccounts.java 848 Account fake = new Account(context); local
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/
changelogs_unittest.py 139 changelog = ChangeLog("/fake/path")
  /external/chromium/third_party/icu/source/data/mappings/
ucmlocal.mk 29 # * Three 'fake' tables to prevent Webkit from falling back to the default
  /external/v8/test/mozilla/
mozilla-shell-emulation.js 28 // Sets up fake implementations of MDC built-in objects and functions
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
ProxyTest.java 262 class Fake extends Proxy {
263 Fake() {
268 Proxy fake = new Proxy(new InvocationHandler() { local
279 .isProxyClass(Fake.class));
281 .isProxyClass(fake.getClass()));
  /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:__anon8603
yaffs_guts.c 334 * Access functions to useful fake objects
1388 obj->fake = 1; /* it is fake so it has no NAND presence... */
    [all...]
  /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...]
  /external/elfutils/
elfutils.spec 139 %doc fake-src/FULL
  /external/dbus/test/
decode-gcov.c 619 unsigned int fake : 1; member in struct:Arc
700 arc->fake = TRUE;
    [all...]
  /external/libxml2/
parser.c 12699 xmlNodePtr fake, cur; local
    [all...]
  /external/zlib/
make_vms.com 92 $! Build a fake configure input header

Completed in 445 milliseconds