Home
last modified time | relevance | path

Searched defs:fake (Results 1 – 17 of 17) sorted by relevance

/external/v8/test/mjsunit/regress/
Dregress-1650.js56 var fake = new Fake; variable
/external/elfutils/libdw/
Dlibdw_findcu.c93 struct Dwarf_CU fake = { .start = start, .end = 0 }; local
Ddwarf_getlocation.c121 struct loc_s fake = { .addr = block->data }; in getlocation() local
/external/dbus/dbus/
Ddbus-threads.c743 DBusFakeMutex *fake = (DBusFakeMutex*) mutex; in dbus_fake_mutex_free() local
753 DBusFakeMutex *fake = (DBusFakeMutex*) mutex; in dbus_fake_mutex_lock() local
765 DBusFakeMutex *fake = (DBusFakeMutex*) mutex; in dbus_fake_mutex_unlock() local
/external/webkit/Source/JavaScriptCore/wtf/gobject/
DGRefPtr.cpp57 bool fake; member
/external/skia/samplecode/
DSampleColorFilter.cpp28 int fake = x >> 5; in round5_slow() local
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
DProxyTest.java169 Proxy fake = new Proxy(new InvocationHandler() { in test_isProxyClassLjava_lang_Class() local
/external/openssh/
Dauth.c687 static struct passwd fake; in fakepw() local
/external/elfutils/src/
Dnm.c1092 Dwarf_Global fake = { .name = symstr }; in show_symbols() local
1143 struct local_name fake = in show_symbols() local
/external/valgrind/main/exp-dhat/
Ddh_main.c131 Block fake; in find_Block_containing() local
157 Block fake; in delete_Block_starting_at() local
/external/valgrind/main/VEX/priv/
Dhost_x86_defs.c1942 # define fake(_n) mkHReg((_n), HRcInt32, False) in do_fop2_st() macro
2007 # define fake(_n) mkHReg((_n), HRcInt32, False) in emit_X86Instr() macro
Dhost_amd64_defs.c2364 # define fake(_n) mkHReg((_n), HRcInt64, False) in emit_AMD64Instr() macro
/external/yaffs2/yaffs2/
Dyaffs_guts.h402 __u8 fake:1; /* A fake object has no presence on NAND. */ member
502 __u8 fake:1; member
/external/dbus/test/
Ddecode-gcov.c620 unsigned int fake : 1; member
/external/libxslt/libxslt/
Dxslt.c6914 xmlDocPtr fake; in xsltLoadStylesheetPI() local
/external/libxml2/
Dparser.c12990 xmlNodePtr fake, cur; in xmlParseInNodeContext() local
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp3535 void WebViewCore::initializeTextInput(WebCore::Node* node, bool fake) in initializeTextInput()