Searched defs:fake (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/
H A Dmock_login_utils.cc21 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));
/external/elfutils/0.153/libdw/
H A Dlibdw_findcu.c149 struct Dwarf_CU fake = { .start = start, .end = 0 }; local
150 struct Dwarf_CU **found = tfind (&fake, tree, findcu_cb);
H A Ddwarf_getlocation.c138 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/
H A DSampleColorFilter.cpp29 int fake = x >> 5; local
32 int diff = fake - orig;
/external/lldb/include/lldb/Core/
H A DSection.h219 SetIsFake(bool fake) argument
221 m_fake = fake;
/external/skia/samplecode/
H A DSampleColorFilter.cpp29 int fake = x >> 5; local
32 int diff = fake - orig;
/external/chromium_org/third_party/libxslt/libexslt/
H A Dfunctions.c282 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);
/external/chromium_org/third_party/libxslt/libxslt/
H A Dxslt.c6914 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/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc907 INTERCEPTOR(char *, dlerror, int fake) { argument
909 char *res = REAL(dlerror)(fake);
1103 INTERCEPTOR(void, tzset, int fake) { argument
1105 REAL(tzset)(fake);
/external/elfutils/0.153/src/
H A Dnm.c1271 Dwarf_Global fake = { .name = symstr }; local
1272 Dwarf_Global **found = tfind (&fake, &global_root,
1322 struct local_name fake = local
1328 struct local_name **found = tfind (&fake, &local_root,
/external/valgrind/main/VEX/priv/
H A Dhost_amd64_defs.c68 vex_printf("%%fake%d", r);
2287 # define fake(_n) mkHReg((_n), HRcInt64, False) macro
2420 *p++ = rexAMode_R( fake(0), i->Ain.Alu64R.dst );
2422 p = doAMode_R(p, fake(subopc_imm), i->Ain.Alu64R.dst);
2425 *p++ = rexAMode_R( fake(0), i->Ain.Alu64R.dst);
2427 p = doAMode_R(p, fake(subopc_imm), i->Ain.Alu64R.dst);
2462 *p++ = rexAMode_M(fake(0), i->Ain.Alu64M.dst);
2464 p = doAMode_M(p, fake(0), i->Ain.Alu64M.dst);
2482 *p++ = rexAMode_R(fake(0), i->Ain.Sh64.dst);
2484 p = doAMode_R(p, fake(subop
3538 # undef fake macro
[all...]
H A Dhost_x86_defs.c67 vex_printf("%%fake%d", r);
2052 # define fake(_n) mkHReg((_n), HRcInt32, False) macro
2062 p = doAMode_R(p, fake(subopc), fake(i));
2064 # undef fake macro
2122 # define fake(_n) mkHReg((_n), HRcInt32, False) macro
2210 p = doAMode_R(p, fake(subopc_imm), i->Xin.Alu32R.dst);
2214 p = doAMode_R(p, fake(subopc_imm), i->Xin.Alu32R.dst);
2244 p = doAMode_M(p, fake(0), i->Xin.Alu32M.dst);
2269 p = doAMode_M(p, fake(subopc_im
3332 # undef fake macro
[all...]
/external/valgrind/main/exp-dhat/
H A Ddh_main.c131 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/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc1442 TSAN_INTERCEPTOR(int, inotify_init, int fake) { argument
1443 SCOPED_TSAN_INTERCEPTOR(inotify_init, fake);
1444 int fd = REAL(inotify_init)(fake);
1595 TSAN_INTERCEPTOR(void*, tmpfile, int fake) { argument
1596 SCOPED_TSAN_INTERCEPTOR(tmpfile, fake);
1597 void *res = REAL(tmpfile)(fake);
1606 TSAN_INTERCEPTOR(void*, tmpfile64, int fake) { argument
1607 SCOPED_TSAN_INTERCEPTOR(tmpfile64, fake);
1608 void *res = REAL(tmpfile64)(fake);
1635 TSAN_INTERCEPTOR(void, abort, int fake) { argument
1937 TSAN_INTERCEPTOR(int, fork, int fake) argument
1957 TSAN_INTERCEPTOR(int, vfork, int fake) argument
[all...]
/external/yaffs2/yaffs2/
H A Dyaffs_guts.h402 __u8 fake:1; /* A fake object has no presence on NAND. */ member in struct:yaffs_ObjectStruct
502 __u8 fake:1; member in struct:__anon34331
/external/chromium_org/third_party/libxml/src/
H A Dparser.c5196 BAD_CAST "fake", NULL, NULL);
5270 BAD_CAST "fake", NULL, NULL);
12998 xmlNodePtr fake, cur; local
13089 fake = xmlNewComment(NULL);
13090 if (fake == NULL) {
13094 xmlAddChild(node, fake);
13165 cur = fake->next;
13166 fake->next = NULL;
13167 node->last = fake;
13180 xmlUnlinkNode(fake);
[all...]
/external/libxml2/
H A Dparser.c5518 BAD_CAST "fake", NULL, NULL);
5592 BAD_CAST "fake", NULL, NULL);
13531 xmlNodePtr fake, cur; local
13622 fake = xmlNewComment(NULL);
13623 if (fake == NULL) {
13627 xmlAddChild(node, fake);
13698 cur = fake->next;
13699 fake->next = NULL;
13700 node->last = fake;
13713 xmlUnlinkNode(fake);
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 8961 milliseconds