/external/chromium_org/chrome/browser/chromeos/login/ |
D | mock_login_utils.cc | 21 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/ |
D | redefine_extname.c | 3 #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/ |
D | regress-1650.js | 48 assertSame(fake, arguments[0]); 56 var fake = new Fake; variable 58 g(fake, x);
|
/external/valgrind/main/VEX/priv/ |
D | host_x86_defs.c | 2052 # 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 …]
|
D | host_amd64_defs.c | 2287 # 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/ |
D | functions.c | 282 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/ |
D | cross.gyp | 40 'inputs': ['<(SHARED_INTERMEDIATE_DIR)/cross_program.fake'], 60 '<(SHARED_INTERMEDIATE_DIR)/cross_lib.fake',
|
D | cross_compile.gypi | 12 'outputs': ['<(SHARED_INTERMEDIATE_DIR)/>(_target_name).fake'],
|
/external/chromium_org/third_party/icu/source/data/mappings/ |
D | noop-iso-ir-165.ucm | 11 # 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
|
D | noop-gb2312_gl.ucm | 11 # 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
|
D | noop-cns-11643.ucm | 10 # 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/ |
D | noop-iso-ir-165.ucm | 11 # 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
|
D | noop-gb2312_gl.ucm | 11 # 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
|
D | noop-cns-11643.ucm | 10 # 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/ |
D | 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 }; 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()
|
D | libdw_findcu.c | 149 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/ |
D | NumberFormatTestCases.txt | 78 # 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/ |
D | strip_native_libraries.gypi | 39 # Add a fake output to force the build to always re-run this step. This 42 'outputs': [ '<(stamp).fake' ]
|
D | pack_arm_relocations.gypi | 72 # 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/ |
D | NumberFormatTestCases.txt | 78 # 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/ |
D | bookmark_folder_target_unittest.mm | 48 // 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 | .gitattributes | 1 # All self-test PNG files are fake (human-readable, diffable plaintext files).
|
/external/chromium_org/third_party/skia/gm/rebaseline_server/testdata/ |
D | .gitattributes | 1 # All self-test PNG files are fake (human-readable, diffable plaintext files).
|
/external/chromium_org/third_party/webrtc/tools/loopback_test/ |
D | record-test.sh | 59 $CHROME_UNDER_TESTING --use-fake-ui-for-media-stream "${TEST_URL}"
|
/external/valgrind/main/exp-dhat/ |
D | dh_main.c | 131 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()
|