Home
last modified time | relevance | path

Searched defs:fake (Results 1 – 25 of 37) sorted by relevance

12

/external/elfutils/libdw/
Dlibdw_findcu.c236 struct Dwarf_CU fake = { .start = start, .end = 0 }; in __libdw_findcu() local
285 struct Dwarf_CU fake = { .start = start, .end = 0 }; in __libdw_findcu_addr() local
300 Dwarf fake = { .sectiondata[IDX_debug_info] = &fake_data }; in __libdw_find_split_dbg_addr() local
Ddwarf_getlocation.c150 struct loc_block_s fake = { .addr = (void *) op }; in dwarf_getlocation_implicit_value() local
193 struct loc_s fake = { .addr = attr->valp }; in is_constant_offset() local
248 struct loc_s fake = { .addr = block->data }; in __libdw_intern_expression() local
Ddwarf_getmacros.c277 Dwarf_Macro_Op_Table fake = { .offset = macoff, .sec_index = sec_index }; in cache_op_table() local
/external/wayland/tests/
Dinterface-test.c34 const struct wl_interface fake = { in TEST() local
/external/mockito/src/test/java/org/mockito/internal/util/collections/
DIdentitySetTest.java38 Fake fake = new Fake(); in shouldWorkEvenIfEqualsTheSame() local
/external/python/pyfakefs/pyfakefs/pytest_tests/
Dpytest_doctest_test.py14 def make_file_factory(func_name, fake, result): argument
/external/libbrillo/brillo/blkdev_utils/
Dloop_device_fake.cc23 namespace fake { namespace
Ddevice_mapper_fake.cc14 namespace fake { namespace
/external/igt-gpu-tools/tests/
Dprime_self_import.c243 int fake; in test_reimport_close_race() local
329 int fake; in test_export_close_race() local
/external/igt-gpu-tools/tests/i915/
Dgem_flink_race.c158 int fake; in test_flink_close() local
/external/libbrillo/brillo/http/
Dhttp_connection_fake.cc16 namespace fake { namespace
/external/tensorflow/tensorflow/lite/experimental/examples/lstm/
Dinput_data.py277 def fake(): function
/external/python/pyfakefs/pyfakefs/tests/
Dfake_filesystem_vs_real_test.py146 def _compare_behaviors(self, method_name, path, real, fake, argument
217 def _get_fake_value(method_name, path, fake): argument
/external/ltp/testcases/kernel/firmware/fw_load_user/
Dfw_load.c53 int fake; member
/external/skqp/samplecode/
DSampleColorFilter.cpp27 int fake = x >> 5; in round5_slow() local
/external/llvm-project/lldb/include/lldb/Core/
DSection.h162 void SetIsFake(bool fake) { m_fake = fake; } in SetIsFake()
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DAbstractPathMatcherTest.java118 private static Path fake(final String path) { in fake() method in AbstractPathMatcherTest
/external/curl/tests/server/
Dgetpart.c33 int fake; member
/external/webrtc/modules/desktop_capture/
Ddesktop_capturer_differ_wrapper_unittest.cc162 std::unique_ptr<FakeDesktopCapturer> fake(new FakeDesktopCapturer()); in ExecuteDifferWrapperTest() local
/external/skia/src/pathops/
DSkPathOpsTSect.h100 SkTCurve* fake = curve.make(heap); in debugInit() local
/external/openssh/
Dauth-pam.c962 char *fake; in sshpam_respond() local
1330 char *fake = NULL; in sshpam_auth_passwd() local
Dauth.c715 static struct passwd fake; in fakepw() local
/external/python/cpython3/Lib/test/
Dinspect_fodder2.py125 def fake(): function
/external/elfutils/src/
Dnm.c1393 Dwarf_Global fake = { .name = symstr }; in show_symbols() local
1443 struct local_name fake = in show_symbols() local
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_posix.cpp372 TSAN_INTERCEPTOR(int, pause, int fake) { in TSAN_INTERCEPTOR() argument
1658 TSAN_INTERCEPTOR(int, inotify_init, int fake) { in TSAN_INTERCEPTOR() argument
1785 TSAN_INTERCEPTOR(void*, tmpfile, int fake) { in TSAN_INTERCEPTOR()
1797 TSAN_INTERCEPTOR(void*, tmpfile64, int fake) { in TSAN_INTERCEPTOR()
1819 TSAN_INTERCEPTOR(void, abort, int fake) { in TSAN_INTERCEPTOR()
2141 TSAN_INTERCEPTOR(int, fork, int fake) { in TSAN_INTERCEPTOR() argument
2167 TSAN_INTERCEPTOR(int, vfork, int fake) { in TSAN_INTERCEPTOR() argument

12