HomeSort by relevance Sort by last modified time
    Searched defs:fake (Results 1 - 18 of 18) 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/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...]
  /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/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/libxslt/libxslt/
xslt.c 6914 xmlDocPtr fake; local
    [all...]
  /external/valgrind/main/VEX/priv/
host_amd64_defs.c 68 vex_printf("%%fake%d", r);
2279 # define fake macro
3504 # undef fake macro
    [all...]
host_x86_defs.c 67 vex_printf("%%fake%d", r);
2029 # define fake macro
2041 # undef fake macro
2099 # define fake macro
3299 # undef fake macro
    [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:__anon18655
  /external/libxml2/
parser.c 12990 xmlNodePtr fake, cur; local
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 817 milliseconds