HomeSort by relevance Sort by last modified time
    Searched defs:fake (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/chrome/browser/chromeos/login/
mock_login_utils.cc 21 FakeLoginUtils* fake = fake_login_utils_.get(); local
23 .WillByDefault(Invoke(fake, &FakeLoginUtils::DoBrowserLaunch));
25 .WillByDefault(Invoke(fake, &FakeLoginUtils::PrepareProfile));
27 .WillByDefault(Invoke(fake, &FakeLoginUtils::CreateAuthenticator));
  /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/elfutils/0.153/libdw/
libdw_findcu.c 149 struct Dwarf_CU fake = { .start = start, .end = 0 }; local
150 struct Dwarf_CU **found = tfind (&fake, tree, findcu_cb);
dwarf_getlocation.c 138 struct loc_block_s fake = { .addr = (void *) op }; local
139 struct loc_block_s **found = tfind (&fake, &attr->cu->locs, loc_compare);
176 struct loc_s fake = { .addr = attr->valp }; local
177 struct loc_s **found = tfind (&fake, &attr->cu->locs, loc_compare);
224 struct loc_s fake = { .addr = block->data }; local
225 struct loc_s **found = tfind (&fake, cache, loc_compare);
  /external/chromium_org/third_party/skia/samplecode/
SampleColorFilter.cpp 29 int fake = x >> 5; local
32 int diff = fake - orig;
  /external/skia/samplecode/
SampleColorFilter.cpp 29 int fake = x >> 5; local
32 int diff = fake - orig;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
ProxyTest.java 189 class Fake extends Proxy {
190 Fake() {
195 Proxy fake = new Proxy(new InvocationHandler() { local
206 .isProxyClass(Fake.class));
208 .isProxyClass(fake.getClass()));
  /external/chromium_org/third_party/libxslt/libexslt/
functions.c 282 xmlNodePtr paramNode, oldInsert, fake; local
404 fake = xmlNewDocNode(tctxt->output, NULL,
405 (const xmlChar *)"fake", NULL);
407 tctxt->insert = fake;
430 if (fake->children != NULL) {
432 xmlDebugDumpNode (stderr, fake, 1);
438 xmlFreeNode(fake);
441 xmlFreeNode(fake);
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfwprintf.c 100 FILE fake; local
104 _FILEEXT_SETUP(&fake, &fakeext);
106 fake._flags = fp->_flags & ~__SNBF;
107 fake._file = fp->_file;
108 fake._cookie = fp->_cookie;
109 fake._write = fp->_write;
112 fake._bf._base = fake._p = buf;
113 fake._bf._size = fake._w = sizeof(buf)
    [all...]
vfprintf.c 122 FILE fake; local
126 _FILEEXT_SETUP(&fake, &fakeext);
128 fake._flags = fp->_flags & ~__SNBF;
129 fake._file = fp->_file;
130 fake._cookie = fp->_cookie;
131 fake._write = fp->_write;
134 fake._bf._base = fake._p = buf;
135 fake._bf._size = fake._w = sizeof(buf)
    [all...]
  /external/elfutils/0.153/src/
nm.c 1271 Dwarf_Global fake = { .name = symstr }; local
1322 struct local_name fake = local
    [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/chromium_org/third_party/libxslt/libxslt/
xslt.c 6914 xmlDocPtr fake; local
    [all...]
  /external/valgrind/main/VEX/priv/
host_amd64_defs.c 68 vex_printf("%%fake%d", r);
2287 # define fake macro
3538 # undef fake macro
    [all...]
host_x86_defs.c 67 vex_printf("%%fake%d", r);
2052 # define fake macro
2064 # undef fake macro
2122 # define fake macro
3332 # 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:__anon38412
  /external/chromium_org/third_party/libxml/src/
parser.c 12998 xmlNodePtr fake, cur; local
    [all...]
  /external/libxml2/
parser.c 13531 xmlNodePtr fake, cur; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
org.apache.felix.bundlerepository-1.6.6.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 660 milliseconds