/external/tensorflow/tensorflow/c/experimental/saved_model/core/ |
D | tf_concrete_function_loading_test.cc | 73 SavedConcreteFunction saved; in TEST_F() local 93 SavedConcreteFunction saved; in TEST_F() local 116 SavedConcreteFunction saved; in TEST_F() local 137 SavedConcreteFunction saved; in TEST_F() local 160 SavedConcreteFunction saved; in TEST_F() local 185 SavedConcreteFunction saved; in TEST_F() local 205 SavedConcreteFunction saved; in TEST_F() local 224 SavedConcreteFunction saved; in TEST_F() local 249 SavedConcreteFunction saved; in TEST_F() local
|
/external/mesa3d/src/glx/apple/ |
D | apple_xgl_api_read.c | 51 SetRead(struct apple_xgl_saved_state *saved) in SetRead() 83 UnsetRead(struct apple_xgl_saved_state *saved) in UnsetRead() 103 struct apple_xgl_saved_state saved; in __applegl_glReadPixels() local 115 struct apple_xgl_saved_state saved; in __applegl_glCopyPixels() local 128 struct apple_xgl_saved_state saved; in __applegl_glCopyColorTable() local
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowPendingIntentTest.java | 293 PendingIntent saved = PendingIntent.getActivity(context, 99, identical, FLAG_NO_CREATE); in getActivity_withFlagNoCreate_shouldReturnExistingIntent() local 304 PendingIntent saved = PendingIntent.getActivity(context, 99, updated, 0); in getActivity_withNoFlags_shouldReturnExistingIntent() local 329 PendingIntent saved = in getActivities_withFlagNoCreate_shouldReturnExistingIntent() local 341 PendingIntent saved = PendingIntent.getActivities(context, 99, identicalIntents, 0); in getActivities_withNoFlags_shouldReturnExistingIntent() local 366 PendingIntent saved = PendingIntent.getBroadcast(context, 99, identical, FLAG_NO_CREATE); in getBroadcast_withFlagNoCreate_shouldReturnExistingIntent() local 377 PendingIntent saved = PendingIntent.getBroadcast(context, 99, identical, 0); in getBroadcast_withNoFlags_shouldReturnExistingIntent() local 402 PendingIntent saved = PendingIntent.getService(context, 99, identical, FLAG_NO_CREATE); in getService_withFlagNoCreate_shouldReturnExistingIntent() local 413 PendingIntent saved = PendingIntent.getService(context, 99, identical, 0); in getService_withNoFlags_shouldReturnExistingIntent() local 442 PendingIntent saved = in getForegroundService_withFlagNoCreate_shouldReturnExistingIntent() local 455 PendingIntent saved = PendingIntent.getForegroundService(context, 99, identical, 0); in getForegroundService_withNoFlags_shouldReturnExistingIntent() local
|
/external/python/cpython3/Lib/test/libregrtest/ |
D | save_env.py | 179 def restore_shutil_archive_formats(self, saved): argument 188 def restore_shutil_unpack_formats(self, saved): argument 221 def restore_threading__dangling(self, saved): argument 232 def restore_multiprocessing_process__dangling(self, saved): argument 243 def restore_sysconfig__CONFIG_VARS(self, saved): argument 253 def restore_sysconfig__INSTALL_SCHEMES(self, saved): argument 280 def restore_locale(self, saved): argument
|
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowPendingIntentTest.java | 311 PendingIntent saved = PendingIntent.getActivity(context, 99, identical, FLAG_NO_CREATE); in getActivity_withFlagNoCreate_shouldReturnExistingIntent() local 322 PendingIntent saved = PendingIntent.getActivity(context, 99, updated, 0); in getActivity_withNoFlags_shouldReturnExistingIntent() local 347 PendingIntent saved = in getActivities_withFlagNoCreate_shouldReturnExistingIntent() local 359 PendingIntent saved = PendingIntent.getActivities(context, 99, identicalIntents, 0); in getActivities_withNoFlags_shouldReturnExistingIntent() local 384 PendingIntent saved = PendingIntent.getBroadcast(context, 99, identical, FLAG_NO_CREATE); in getBroadcast_withFlagNoCreate_shouldReturnExistingIntent() local 395 PendingIntent saved = PendingIntent.getBroadcast(context, 99, identical, 0); in getBroadcast_withNoFlags_shouldReturnExistingIntent() local 420 PendingIntent saved = PendingIntent.getService(context, 99, identical, FLAG_NO_CREATE); in getService_withFlagNoCreate_shouldReturnExistingIntent() local 431 PendingIntent saved = PendingIntent.getService(context, 99, identical, 0); in getService_withNoFlags_shouldReturnExistingIntent() local 460 PendingIntent saved = in getForegroundService_withFlagNoCreate_shouldReturnExistingIntent() local 473 PendingIntent saved = PendingIntent.getForegroundService(context, 99, identical, 0); in getForegroundService_withNoFlags_shouldReturnExistingIntent() local
|
/external/iptables/extensions/ |
D | libxt_set.h | 144 char *saved = strdup(opt_arg); in parse_dirs_v0() local 170 char *saved = strdup(opt_arg); in parse_dirs() local
|
/external/strace/ |
D | bpf.c | 445 struct obj_get_info_saved *saved) in print_bpf_map_info() 488 struct obj_get_info_saved *saved) in print_bpf_prog_info() 591 uint32_t size, struct obj_get_info_saved *saved) in print_bpf_obj_info() 635 struct obj_get_info_saved *saved; in BEGIN_BPF_CMD_DECODER() local
|
/external/libcap-ng/libcap-ng-0.7/src/test/ |
D | lib_test.c | 34 void *saved; in main() local
|
/external/compiler-rt/test/asan/TestCases/ |
D | use-after-scope-temp.cc | 11 const IntHolder *saved; variable
|
/external/rust/crates/ciborium-ll/src/ |
D | seg.rs | 35 fn saved(&self) -> usize { in saved() method 102 fn saved(&self) -> usize { in saved() method
|
/external/libcups/cups/ |
D | testarray.c | 45 char *saved[32]; /* Saved entries */ in main() local
|
/external/virglrenderer/src/venus/ |
D | vkr_cs.c | 245 struct vkr_cs_decoder_saved_state *saved; in vkr_cs_decoder_push_state() local 268 const struct vkr_cs_decoder_saved_state *saved; in vkr_cs_decoder_pop_state() local
|
/external/skia/tests/ |
D | ChecksumTest.cpp | 32 const uint32_t saved = tweaked[j]; in DEF_TEST() local
|
/external/zstd/tests/ |
D | seqgen.h | 31 unsigned saved; member
|
/external/strace/tests-mx32/ |
D | test_ucopy.c | 93 int saved = 0; in test_ucopy() local
|
D | ptrace.c | 112 int status, tracee, saved; in test_peeksiginfo() local
|
/external/strace/tests-m32/ |
D | test_ucopy.c | 93 int saved = 0; in test_ucopy() local
|
D | ptrace.c | 112 int status, tracee, saved; in test_peeksiginfo() local
|
/external/strace/tests/ |
D | test_ucopy.c | 93 int saved = 0; in test_ucopy() local
|
D | ptrace.c | 112 int status, tracee, saved; in test_peeksiginfo() local
|
/external/igt-gpu-tools/tools/ |
D | intel_display_poller.c | 265 uint32_t saved, surf = 0; in poll_pixel_pan() local 303 uint32_t saved, surf = 0; in poll_pixel_flip() local 703 uint32_t saved, surf = 0; in poll_dsl_pan() local 750 uint32_t saved, surf = 0; in poll_dsl_flip() local 795 uint32_t dsl, dsl1 = 0, dsl2 = 0, surf, surf1, surf2, surflive, surfl1 = 0, surfl2, saved, tmp; in poll_dsl_surflive() local
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_debug.c | 46 void si_save_cs(struct radeon_winsys *ws, struct radeon_cmdbuf *cs, struct radeon_saved_cs *saved, in si_save_cs() 84 void si_clear_saved_cs(struct radeon_saved_cs *saved) in si_clear_saved_cs() 566 static void si_dump_bo_list(struct si_context *sctx, const struct radeon_saved_cs *saved, FILE *f) in si_dump_bo_list() 1113 static void si_dump_dma(struct si_context *sctx, struct radeon_saved_cs *saved, FILE *f) in si_dump_dma() 1132 void si_check_vm_faults(struct si_context *sctx, struct radeon_saved_cs *saved, enum ring_type ring) in si_check_vm_faults()
|
/external/armnn/src/armnnTfLiteParser/test/ |
D | LoadModel.cpp | 203 bool saved = flatbuffers::SaveFile(fname.c_str(), in BOOST_FIXTURE_TEST_CASE() local
|
/external/ltp/testcases/kernel/syscalls/clock_adjtime/ |
D | clock_adjtime01.c | 60 static struct tst_timex saved, ttxc; variable
|
D | clock_adjtime02.c | 61 static struct tst_timex saved, ttxc; variable
|