/external/webkit/Source/JavaScriptCore/wtf/gobject/ |
H A D | GRefPtr.cpp | 57 bool fake; member in struct:WTF::_GVariant
|
/external/elfutils/libdw/ |
H A D | 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);
|
H A D | dwarf_getloclist.c | 78 struct loc_s fake = { .addr = block.data }; local 79 struct loc_s **found = tfind (&fake, &cu->locs, loc_compare);
|
/external/bluetooth/bluez/input/ |
H A D | 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, argument 281 fake->uinput = open("/dev/input/uinput", O_RDWR); 282 if (fake 333 fake_hid_common_connect(struct fake_input *fake, GError **err) argument 338 fake_hid_common_disconnect(struct fake_input *fake) argument 375 fake_hid_connadd(struct fake_input *fake, GIOChannel *intr_io, struct fake_hid *fake_hid) argument [all...] |
H A D | 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/ |
H A D | dbus-threads.c | 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); 769 fake->locked = FALSE;
|
/external/skia/samplecode/ |
H A D | SampleColorFilter.cpp | 21 int fake = x >> 5; local 24 int diff = fake - orig;
|
/external/elfutils/src/ |
H A D | 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,
|
/external/dbus/test/ |
H A D | decode-gcov.c | 620 unsigned int fake : 1; member in struct:Arc 701 arc->fake = TRUE;
|
/external/libxslt/libxslt/ |
H A D | xslt.c | 6914 xmlDocPtr fake; local 6928 fake = xmlNewDoc(NULL); 6929 if (fake != NULL) { 6934 fake->dict = doc->dict; 6942 newtree = xmlDocCopyNode(subtree, fake, 1); 6944 fake->URL = xmlNodeGetBase(doc, subtree->parent); 6948 fake->URL); 6961 xmlAddChild((xmlNodePtr)fake, newtree); 6962 ret = xsltParseStylesheetDoc(fake); 6964 xmlFreeDoc(fake); [all...] |
/external/valgrind/main/VEX/priv/ |
H A D | host_amd64_defs.c | 68 vex_printf("%%fake%d", r); 2256 //.. # define fake(_n) mkHReg((_n), HRcInt32, False) 2266 //.. p = doAMode_R(p, fake(subopc), fake(i)); 2268 //.. # undef fake 2321 # define fake(_n) mkHReg((_n), HRcInt64, False) macro 2443 *p++ = rexAMode_R( fake(0), i->Ain.Alu64R.dst ); 2445 p = doAMode_R(p, fake(subopc_imm), i->Ain.Alu64R.dst); 2448 *p++ = rexAMode_R( fake(0), i->Ain.Alu64R.dst); 2450 p = doAMode_R(p, fake(subopc_im 3574 # undef fake macro [all...] |
H A D | host_x86_defs.c | 67 vex_printf("%%fake%d", r); 1942 # define fake(_n) mkHReg((_n), HRcInt32, False) macro 1952 p = doAMode_R(p, fake(subopc), fake(i)); 1954 # undef fake macro 2005 # define fake(_n) mkHReg((_n), HRcInt32, False) macro 2093 p = doAMode_R(p, fake(subopc_imm), i->Xin.Alu32R.dst); 2097 p = doAMode_R(p, fake(subopc_imm), i->Xin.Alu32R.dst); 2127 p = doAMode_M(p, fake(0), i->Xin.Alu32M.dst); 2152 p = doAMode_M(p, fake(subopc_im 3096 # undef fake macro [all...] |
/external/valgrind/main/coregrind/m_aspacemgr/ |
H A D | 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? */ 1163 opportunity to create fake segs for the millicode areas. */ 1354 segments. On AIX5 this is pretty bogus; we fake up an entry as 1467 NSegment const * const fake = VG_(am_find_nsegment)(start); local 1468 if (!fake) 1470 aspacem_assert(fake->start <= start); 1471 aspacem_assert(start + len - 1 <= fake->end); 1472 if (fake->kind == SkAnonV || fake [all...] |
/external/valgrind/main/exp-dhat/ |
H A D | 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 );
|
/external/yaffs2/yaffs2/ |
H A D | 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:__anon13404
|
/external/libxml2/ |
H A D | parser.c | 5093 BAD_CAST "fake", NULL, NULL); 5167 BAD_CAST "fake", NULL, NULL); 12699 xmlNodePtr fake, cur; local 12752 fake = xmlNewComment(NULL); 12753 if (fake == NULL) { 12757 xmlAddChild(node, fake); 12844 cur = fake->next; 12845 fake->next = NULL; 12846 node->last = fake; 12859 xmlUnlinkNode(fake); [all...] |
/external/webkit/Source/WebKit/android/jni/ |
H A D | WebViewCore.cpp | 3108 // unfocused textfield. In the latter case, 'fake' will be true 3109 void WebViewCore::click(WebCore::Frame* frame, WebCore::Node* node, bool fake) { argument 3126 handleMouseClick(frame, node, fake); 3275 // in which case, 'fake' is set to true 3276 bool WebViewCore::handleMouseClick(WebCore::Frame* framePtr, WebCore::Node* nodePtr, bool fake) argument 3323 if (!fake) { 3333 } else if (!fake) { 3336 } else if (!fake){ 3346 } else if (!fake) { 4007 static void Click(JNIEnv *env, jobject obj, int framePtr, int nodePtr, jboolean fake) argument 4016 reinterpret_cast<WebCore::Node*>(nodePtr), fake); local [all...] |