Home
last modified time | relevance | path

Searched refs:fake (Results 1 – 25 of 137) sorted by relevance

123456

/external/chromium_org/chrome/browser/chromeos/login/
Dmock_login_utils.cc21 FakeLoginUtils* fake = fake_login_utils_.get(); in DelegateToFake() local
23 .WillByDefault(Invoke(fake, &FakeLoginUtils::DoBrowserLaunch)); in DelegateToFake()
25 .WillByDefault(Invoke(fake, &FakeLoginUtils::PrepareProfile)); in DelegateToFake()
27 .WillByDefault(Invoke(fake, &FakeLoginUtils::CreateAuthenticator)); in DelegateToFake()
/external/clang/test/CodeGen/
Dredefine_extname.c3 #pragma redefine_extname fake real
6 extern int fake(void);
11 int fish() { return fake() + __PRAGMA_REDEFINE_EXTNAME + name; } in fish()
/external/chromium_org/v8/test/mjsunit/regress/
Dregress-1650.js48 assertSame(fake, arguments[0]);
56 var fake = new Fake; variable
58 g(fake, x);
/external/valgrind/main/VEX/priv/
Dhost_x86_defs.c2052 # define fake(_n) mkHReg((_n), HRcInt32, False) in do_fop2_st() macro
2062 p = doAMode_R(p, fake(subopc), fake(i)); in do_fop2_st()
2064 # undef fake in do_fop2_st()
2122 # define fake(_n) mkHReg((_n), HRcInt32, False) in emit_X86Instr() macro
2210 p = doAMode_R(p, fake(subopc_imm), i->Xin.Alu32R.dst); in emit_X86Instr()
2214 p = doAMode_R(p, fake(subopc_imm), i->Xin.Alu32R.dst); in emit_X86Instr()
2244 p = doAMode_M(p, fake(0), i->Xin.Alu32M.dst); in emit_X86Instr()
2269 p = doAMode_M(p, fake(subopc_imm), i->Xin.Alu32M.dst); in emit_X86Instr()
2274 p = doAMode_M(p, fake(subopc_imm), i->Xin.Alu32M.dst); in emit_X86Instr()
2293 p = doAMode_R(p, fake(subopc), i->Xin.Sh32.dst); in emit_X86Instr()
[all …]
Dhost_amd64_defs.c2287 # define fake(_n) mkHReg((_n), HRcInt64, False) in emit_AMD64Instr() macro
2420 *p++ = rexAMode_R( fake(0), i->Ain.Alu64R.dst ); in emit_AMD64Instr()
2422 p = doAMode_R(p, fake(subopc_imm), i->Ain.Alu64R.dst); in emit_AMD64Instr()
2425 *p++ = rexAMode_R( fake(0), i->Ain.Alu64R.dst); in emit_AMD64Instr()
2427 p = doAMode_R(p, fake(subopc_imm), i->Ain.Alu64R.dst); in emit_AMD64Instr()
2462 *p++ = rexAMode_M(fake(0), i->Ain.Alu64M.dst); in emit_AMD64Instr()
2464 p = doAMode_M(p, fake(0), i->Ain.Alu64M.dst); in emit_AMD64Instr()
2482 *p++ = rexAMode_R(fake(0), i->Ain.Sh64.dst); in emit_AMD64Instr()
2484 p = doAMode_R(p, fake(subopc), i->Ain.Sh64.dst); in emit_AMD64Instr()
2487 *p++ = rexAMode_R(fake(0), i->Ain.Sh64.dst); in emit_AMD64Instr()
[all …]
/external/chromium_org/third_party/libxslt/libexslt/
Dfunctions.c282 xmlNodePtr paramNode, oldInsert, fake; in exsltFuncFunctionFunction() local
404 fake = xmlNewDocNode(tctxt->output, NULL, in exsltFuncFunctionFunction()
407 tctxt->insert = fake; in exsltFuncFunctionFunction()
430 if (fake->children != NULL) { in exsltFuncFunctionFunction()
432 xmlDebugDumpNode (stderr, fake, 1); in exsltFuncFunctionFunction()
438 xmlFreeNode(fake); in exsltFuncFunctionFunction()
441 xmlFreeNode(fake); in exsltFuncFunctionFunction()
/external/chromium_org/tools/gyp/test/external-cross-compile/src/
Dcross.gyp40 'inputs': ['<(SHARED_INTERMEDIATE_DIR)/cross_program.fake'],
60 '<(SHARED_INTERMEDIATE_DIR)/cross_lib.fake',
Dcross_compile.gypi12 'outputs': ['<(SHARED_INTERMEDIATE_DIR)/>(_target_name).fake'],
/external/chromium_org/third_party/icu/source/data/mappings/
Dnoop-iso-ir-165.ucm11 # This is not a real ISO-IR-165 table, but a "fake" table to return U+FFFD
15 # them vulernable to a security issue. By including this 'fake' table
Dnoop-gb2312_gl.ucm11 # This is not a real GB2312 GL table, but a "fake" table to return U+FFFD
15 # them vulernable to a security issue. By including this 'fake' table
Dnoop-cns-11643.ucm10 # This is not a real CNS-11643 table, but a "fake" table to return U+FFFD
14 # them vulernable to a security issue. By including this 'fake' table,
/external/icu/icu4c/source/data/mappings/
Dnoop-iso-ir-165.ucm11 # This is not a real ISO-IR-165 table, but a "fake" table to return U+FFFD
15 # them vulernable to a security issue. By including this 'fake' table
Dnoop-gb2312_gl.ucm11 # This is not a real GB2312 GL table, but a "fake" table to return U+FFFD
15 # them vulernable to a security issue. By including this 'fake' table
Dnoop-cns-11643.ucm10 # This is not a real CNS-11643 table, but a "fake" table to return U+FFFD
14 # them vulernable to a security issue. By including this 'fake' table,
/external/elfutils/0.153/libdw/
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 }; in check_constant_offset() local
177 struct loc_s **found = tfind (&fake, &attr->cu->locs, loc_compare); in check_constant_offset()
224 struct loc_s fake = { .addr = block->data }; in __libdw_intern_expression() local
225 struct loc_s **found = tfind (&fake, cache, loc_compare); in __libdw_intern_expression()
Dlibdw_findcu.c149 struct Dwarf_CU fake = { .start = start, .end = 0 }; local
150 struct Dwarf_CU **found = tfind (&fake, tree, findcu_cb);
/external/icu/icu4c/source/test/testdata/
DNumberFormatTestCases.txt78 # recognize real ISO name in parsing, so, can not use fake name as QQQ
79 #fpc: - 123/QQQ "QQQ123.00" 123/QQQ # QQQ is fake
/external/chromium_org/build/android/
Dstrip_native_libraries.gypi39 # Add a fake output to force the build to always re-run this step. This
42 'outputs': [ '<(stamp).fake' ]
Dpack_arm_relocations.gypi72 # Add a fake output to force the build to always re-run this step. This
75 'outputs': [ '<(stamp).fake' ]
/external/chromium_org/third_party/icu/source/test/testdata/
DNumberFormatTestCases.txt78 # recognize real ISO name in parsing, so, can not use fake name as QQQ
79 #fpc: - 123/QQQ "QQQ123.00" 123/QQQ # QQQ is fake
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_folder_target_unittest.mm48 // Need a fake "button" which has a bookmark node.
70 // Need a fake "button" which has a bookmark node.
102 // Need a fake "button" which has a bookmark node.
/external/skia/gm/rebaseline_server/testdata/
D.gitattributes1 # All self-test PNG files are fake (human-readable, diffable plaintext files).
/external/chromium_org/third_party/skia/gm/rebaseline_server/testdata/
D.gitattributes1 # All self-test PNG files are fake (human-readable, diffable plaintext files).
/external/chromium_org/third_party/webrtc/tools/loopback_test/
Drecord-test.sh59 $CHROME_UNDER_TESTING --use-fake-ui-for-media-stream "${TEST_URL}"
/external/valgrind/main/exp-dhat/
Ddh_main.c131 Block fake; in find_Block_containing() local
132 fake.payload = a; in find_Block_containing()
133 fake.req_szB = 1; in find_Block_containing()
137 &foundkey, &foundval, (UWord)&fake ); in find_Block_containing()
145 tl_assert(res != &fake); in find_Block_containing()
157 Block fake; in delete_Block_starting_at() local
158 fake.payload = a; in delete_Block_starting_at()
159 fake.req_szB = 1; in delete_Block_starting_at()
161 NULL, NULL, (Addr)&fake ); in delete_Block_starting_at()

123456