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

  /external/webkit/Source/JavaScriptCore/wtf/gobject/
GRefPtr.cpp 57 bool fake; member in struct:WTF::_GVariant
  /external/elfutils/libdw/
libdw_findcu.c 93 struct Dwarf_CU fake = { .start = start, .end = 0 }; local
94 struct Dwarf_CU **found = tfind (&fake, &dbg->cu_tree, findcu_cb);
dwarf_getlocation.c 121 struct loc_s fake = { .addr = block->data }; local
122 struct loc_s **found = tfind (&fake, &cu->locs, loc_compare);
  /frameworks/base/core/java/android/text/style/
TypefaceSpan.java 84 int fake = oldStyle & ~tf.getStyle(); local
86 if ((fake & Typeface.BOLD) != 0) {
90 if ((fake & Typeface.ITALIC) != 0) {
StyleSpan.java 100 int fake = want & ~tf.getStyle(); local
102 if ((fake & Typeface.BOLD) != 0) {
106 if ((fake & Typeface.ITALIC) != 0) {
TextAppearanceSpan.java 237 int fake = style & ~tf.getStyle(); local
239 if ((fake & Typeface.BOLD) != 0) {
243 if ((fake & Typeface.ITALIC) != 0) {
  /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...]
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...]
  /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...]
  /external/openssh/
auth.c 687 static struct passwd fake; local
689 memset(&fake, 0, sizeof(fake));
690 fake.pw_name = "NOUSER";
691 fake.pw_passwd =
694 fake.pw_gecos = "NOUSER";
696 fake.pw_uid = privsep_pw == NULL ? (uid_t)-1 : privsep_pw->pw_uid;
697 fake.pw_gid = privsep_pw == NULL ? (gid_t)-1 : privsep_pw->pw_gid;
699 fake.pw_class = "";
701 fake.pw_dir = "/nonexist"
    [all...]
  /external/skia/samplecode/
SampleColorFilter.cpp 28 int fake = x >> 5; local
31 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/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()));
  /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/elfutils/src/
nm.c 1092 Dwarf_Global fake = { .name = symstr }; local
1093 Dwarf_Global **found = tfind (&fake, &global_root,
1143 struct local_name fake = local
1149 struct local_name **found = tfind (&fake, &local_root,
    [all...]
  /external/valgrind/main/VEX/priv/
host_amd64_defs.c 68 vex_printf("%%fake%d", r);
2364 # define fake macro
3699 # undef fake macro
    [all...]
host_x86_defs.c 67 vex_printf("%%fake%d", r);
1942 # define fake macro
1954 # undef fake macro
2007 # define fake macro
3107 # undef fake macro
    [all...]
  /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/dbus/test/
decode-gcov.c 620 unsigned int fake : 1; member in struct:Arc
701 arc->fake = TRUE;
    [all...]
  /external/libxslt/libxslt/
xslt.c 6914 xmlDocPtr fake; local
    [all...]
  /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:__anon15798
  /external/libxml2/
parser.c 12990 xmlNodePtr fake, cur; local
    [all...]

Completed in 597 milliseconds