HomeSort by relevance Sort by last modified time
    Searched defs:fake (Results 1 - 24 of 24) 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 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);
  /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 232 int fake = style & ~tf.getStyle(); local
234 if ((fake & Typeface.BOLD) != 0) {
238 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/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/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 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/valgrind/main/VEX/priv/
host_amd64_defs.c 68 vex_printf("%%fake%d", r);
2321 # define fake macro
3574 # undef fake macro
    [all...]
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...]
  /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/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-aix5.c 206 #define N_FAKE_STACK_PAGES_MIN 4096 /* 16M fake stack */ /* default size */
207 #define N_FAKE_STACK_PAGES_MAX 32768 /* 128M fake stack */ /* max size? */
1467 NSegment const * const fake = VG_(am_find_nsegment)(start); 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:__anon14444
  /external/libxml2/
parser.c 12699 xmlNodePtr fake, cur; local
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp 4016 reinterpret_cast<WebCore::Node*>(nodePtr), fake); local
    [all...]
  /frameworks/base/core/java/android/webkit/
WebView.java 4385 MotionEvent fake = MotionEvent.obtain(mLastTouchTime, local
    [all...]

Completed in 1460 milliseconds