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

1 2

  /external/clang/test/CodeGen/
redefine_extname.c 3 #pragma redefine_extname fake real
6 extern int fake(void);
11 int fish() { return fake() + __PRAGMA_REDEFINE_EXTNAME + name; }
12 // Check that the call to fake() is emitted as a call to real()
  /external/openssh/regress/
login-timeout.sh 11 (echo SSH-2.0-fake; sleep 60) | telnet 127.0.0.1 ${PORT} >/dev/null 2>&1 &
24 (echo SSH-2.0-fake; sleep 60) | telnet 127.0.0.1 ${PORT} >/dev/null 2>&1 &
  /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 237 int fake = style & ~tf.getStyle(); local
239 if ((fake & Typeface.BOLD) != 0) {
243 if ((fake & Typeface.ITALIC) != 0) {
  /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/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);
  /development/tools/emulator/system/camera/
Android.mk 63 fake-pipeline2/Scene.cpp \
64 fake-pipeline2/Sensor.cpp \
65 fake-pipeline2/JpegCompressor.cpp
  /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/v8/test/mjsunit/regress/
regress-1650.js 41 function Fake() {}
45 Fake.prototype.call = function () {
46 assertSame(Fake.prototype.bind, this);
48 assertSame(fake, arguments[0]);
53 Fake.prototype.bind = function () {
56 var fake = new Fake;
58 g(fake, x);
  /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 9 atomicio.c compat.c fake-rfc2553.c
  /external/valgrind/main/VEX/priv/
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...]
host_amd64_defs.c 68 vex_printf("%%fake%d", r);
2364 # define fake macro
3699 # undef fake macro
    [all...]
  /bootable/recovery/
verifier_test.sh 95 expect_fail fake-eocd.zip
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
factory.py 40 by real ports. This does not include any "fake" names like "test"
  /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()));
  /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/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/v8/test/mozilla/
mozilla-shell-emulation.js 28 // Sets up fake implementations of MDC built-in objects and functions
  /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:__anon17181
  /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...]

Completed in 2187 milliseconds

1 2