| /external/tensorflow/tensorflow/lite/java/src/test/java/org/tensorflow/lite/ |
| D | NativeInterpreterWrapperTest.java | 63 NativeInterpreterWrapper wrapper = new NativeInterpreterWrapper(FLOAT_MODEL_PATH); in testConstructor() local 70 NativeInterpreterWrapper wrapper = in testConstructorWithOptions() local 80 NativeInterpreterWrapper wrapper = new NativeInterpreterWrapper(INVALID_MODEL_PATH); in testConstructorWithInvalidModel() local 90 NativeInterpreterWrapper wrapper = new NativeInterpreterWrapper(NONEXISTING_MODEL_PATH); in testConstructorWithNonexistingModel() local 101 NativeInterpreterWrapper wrapper = new NativeInterpreterWrapper(MODEL_WITH_CUSTOM_OP_PATH); in testConstructorWithUnresolableCustomOp() local 112 NativeInterpreterWrapper wrapper = new NativeInterpreterWrapper(FLOAT_MODEL_PATH); in testRunWithFloat() local 130 try (NativeInterpreterWrapper wrapper = new NativeInterpreterWrapper(FLOAT_MODEL_PATH)) { in testRunWithBufferOutput() 151 NativeInterpreterWrapper wrapper = new NativeInterpreterWrapper(FLOAT_MODEL_PATH); in testRunWithInputsOfSameDims() local 174 NativeInterpreterWrapper wrapper = new NativeInterpreterWrapper(INT_MODEL_PATH); in testRunWithInt() local 192 NativeInterpreterWrapper wrapper = new NativeInterpreterWrapper(LONG_MODEL_PATH); in testRunWithLong() local [all …]
|
| /external/jemalloc_new/include/jemalloc/internal/ |
| D | tsd_win.h | 19 tsd_wrapper_t *wrapper = (tsd_wrapper_t *)TlsGetValue(tsd_tsd); in tsd_cleanup_wrapper() local 39 tsd_wrapper_set(tsd_wrapper_t *wrapper) { in tsd_wrapper_set() 49 tsd_wrapper_t *wrapper = (tsd_wrapper_t *) TlsGetValue(tsd_tsd); in tsd_wrapper_get() local 83 tsd_wrapper_t *wrapper; in tsd_boot1() local 119 tsd_wrapper_t *wrapper; in tsd_get() local 131 tsd_wrapper_t *wrapper; in tsd_set() local
|
| D | tsd_generic.h | 33 tsd_wrapper_t *wrapper = (tsd_wrapper_t *)arg; in tsd_cleanup_wrapper() local 54 tsd_wrapper_set(tsd_wrapper_t *wrapper) { in tsd_wrapper_set() 63 tsd_wrapper_t *wrapper = (tsd_wrapper_t *)pthread_getspecific(tsd_tsd); in tsd_wrapper_get() local 101 tsd_wrapper_t *wrapper; in tsd_boot1() local 137 tsd_wrapper_t *wrapper; in tsd_get() local 149 tsd_wrapper_t *wrapper; in tsd_set() local
|
| /external/grpc-grpc/src/ruby/ext/grpc/ |
| D | rb_compression_options.c | 58 grpc_rb_compression_options* wrapper = NULL; in grpc_rb_compression_options_free() local 90 grpc_rb_compression_options* wrapper = NULL; in grpc_rb_compression_options_alloc() local 108 grpc_rb_compression_options* wrapper = NULL; in grpc_rb_compression_options_disable_compression_algorithm_internal() local 199 grpc_rb_compression_options* wrapper = NULL; in grpc_rb_compression_options_is_algorithm_enabled() local 239 grpc_rb_compression_options* wrapper = NULL; in grpc_rb_compression_options_to_hash() local 310 grpc_rb_compression_options* wrapper = NULL; in grpc_rb_compression_options_get_default_algorithm() local 329 grpc_rb_compression_options* wrapper = NULL; in grpc_rb_compression_options_get_default_level() local 348 grpc_rb_compression_options* wrapper = NULL; in grpc_rb_compression_options_get_disabled_algorithms() local 377 grpc_rb_compression_options* wrapper = NULL; in grpc_rb_compression_options_init() local
|
| D | rb_server_credentials.c | 46 grpc_rb_server_credentials* wrapper = NULL; in grpc_rb_server_credentials_free() local 64 grpc_rb_server_credentials* wrapper = NULL; in grpc_rb_server_credentials_mark() local 93 grpc_rb_server_credentials* wrapper = ALLOC(grpc_rb_server_credentials); in grpc_rb_server_credentials_alloc() local 131 grpc_rb_server_credentials* wrapper = NULL; in grpc_rb_server_credentials_init() local 239 grpc_rb_server_credentials* wrapper = NULL; in grpc_rb_get_wrapped_server_credentials() local
|
| D | rb_channel_credentials.c | 53 grpc_rb_channel_credentials* wrapper = NULL; in grpc_rb_channel_credentials_free() local 66 grpc_rb_channel_credentials* wrapper = NULL; in grpc_rb_channel_credentials_mark() local 93 grpc_rb_channel_credentials* wrapper = ALLOC(grpc_rb_channel_credentials); in grpc_rb_channel_credentials_alloc() local 106 grpc_rb_channel_credentials* wrapper; in grpc_rb_wrap_channel_credentials() local 144 grpc_rb_channel_credentials* wrapper = NULL; in grpc_rb_channel_credentials_init() local 259 grpc_rb_channel_credentials* wrapper = NULL; in grpc_rb_get_wrapped_channel_credentials() local
|
| D | rb_call_credentials.c | 139 grpc_rb_call_credentials* wrapper; in grpc_rb_call_credentials_free() local 152 grpc_rb_call_credentials* wrapper = NULL; in grpc_rb_call_credentials_mark() local 178 grpc_rb_call_credentials* wrapper = ALLOC(grpc_rb_call_credentials); in grpc_rb_call_credentials_alloc() local 190 grpc_rb_call_credentials* wrapper; in grpc_rb_wrap_call_credentials() local 211 grpc_rb_call_credentials* wrapper = NULL; in grpc_rb_call_credentials_init() local 286 grpc_rb_call_credentials* wrapper = NULL; in grpc_rb_get_wrapped_call_credentials() local
|
| D | rb_channel.c | 101 grpc_rb_channel* wrapper; member 192 grpc_rb_channel* wrapper = ALLOC(grpc_rb_channel); in grpc_rb_channel_alloc() local 210 grpc_rb_channel* wrapper = NULL; in grpc_rb_channel_init() local 299 grpc_rb_channel* wrapper = NULL; in grpc_rb_channel_get_connectivity_state() local 374 grpc_rb_channel* wrapper = NULL; in grpc_rb_channel_watch_connectivity_state() local 410 grpc_rb_channel* wrapper = NULL; in grpc_rb_channel_create_call() local 471 grpc_rb_channel* wrapper = NULL; in grpc_rb_channel_destroy() local 485 grpc_rb_channel* wrapper = NULL; in grpc_rb_channel_get_target() local 828 grpc_rb_channel* wrapper = NULL; in grpc_rb_get_wrapped_channel() local
|
| D | rb_server.c | 126 grpc_rb_server* wrapper = ALLOC(grpc_rb_server); in grpc_rb_server_alloc() local 140 grpc_rb_server* wrapper = NULL; in grpc_rb_server_init() local 365 grpc_rb_server* wrapper = NULL; in grpc_rb_get_wrapped_server() local
|
| /external/apache-harmony/support/src/test/java/tests/util/ |
| D | CallVerificationStack.java | 202 BaseTypeWrapper wrapper = (BaseTypeWrapper) this.pop(); in popBoolean() local 213 BaseTypeWrapper wrapper = (BaseTypeWrapper) this.pop(); in popChar() local 224 BaseTypeWrapper wrapper = (BaseTypeWrapper) this.pop(); in popDouble() local 235 BaseTypeWrapper wrapper = (BaseTypeWrapper) this.pop(); in popFloat() local 246 BaseTypeWrapper wrapper = (BaseTypeWrapper) this.pop(); in popInt() local 257 BaseTypeWrapper wrapper = (BaseTypeWrapper) this.pop(); in popLong() local 268 BaseTypeWrapper wrapper = (BaseTypeWrapper) this.pop(); in popShort() local
|
| /external/clang/test/CodeGen/ |
| D | 2010-08-12-asm-aggr-arg.c | 6 struct wrapper { struct 12 struct wrapper w; in test() argument
|
| /external/snakeyaml/src/test/java/examples/staticstate/ |
| D | StaticFieldsWrapperTest.java | 47 Wrapper wrapper = (Wrapper) yaml.load(output); in testWrapper() local 73 Wrapper wrapper = (Wrapper) yaml.load(output); in testLocalTag() local 94 Wrapper wrapper = loader.loadAs(output, Wrapper.class); in testRootBean() local
|
| /external/libchrome/base/android/ |
| D | jni_int_wrapper.h | 24 inline jint as_jint(JniIntWrapper wrapper) { in as_jint() 50 inline jint as_jint(const JniIntWrapper& wrapper) { in as_jint()
|
| /external/skqp/src/core/ |
| D | SkScan.cpp | 82 SkAAClipBlitterWrapper wrapper(clip, blitter); in FillIRect() local 97 SkAAClipBlitterWrapper wrapper(clip, blitter); in FillXRect() local 112 SkAAClipBlitterWrapper wrapper(clip, blitter); in FillRect() local
|
| /external/skia/src/core/ |
| D | SkScan.cpp | 82 SkAAClipBlitterWrapper wrapper(clip, blitter); in FillIRect() local 97 SkAAClipBlitterWrapper wrapper(clip, blitter); in FillXRect() local 112 SkAAClipBlitterWrapper wrapper(clip, blitter); in FillRect() local
|
| /external/deqp/modules/egl/ |
| D | teglNegativePartialUpdateTests.cpp | 242 CallLogWrapper wrapper (egl, log); in iterate() local 284 CallLogWrapper wrapper (egl, log); in iterate() local 369 CallLogWrapper wrapper (egl, log); in iterate() local 402 CallLogWrapper wrapper (egl, log); in iterate() local 437 CallLogWrapper wrapper (egl, log); in iterate() local 468 CallLogWrapper wrapper (egl, log); in iterate() local 508 CallLogWrapper wrapper (egl, log); in iterate() local
|
| /external/grpc-grpc/src/cpp/server/ |
| D | secure_server_credentials.cc | 31 void AuthMetadataProcessorAyncWrapper::Destroy(void* wrapper) { in Destroy() 37 void* wrapper, grpc_auth_context* context, const grpc_metadata* md, in Process() 102 auto* wrapper = new AuthMetadataProcessorAyncWrapper(processor); in SetAuthMetadataProcessor() local
|
| /external/python/cpython2/Lib/curses/ |
| D | wrapper.py | 12 def wrapper(func, *args, **kwds): function
|
| /external/mesa3d/src/compiler/glsl/ |
| D | string_to_uint_map.h | 88 struct string_map_iterate_wrapper_closure *wrapper; in iterate() local 164 struct string_map_iterate_wrapper_closure *wrapper = in subtract_one_wrapper() local
|
| /external/tensorflow/tensorflow/python/keras/applications/ |
| D | __init__.py | 63 def wrapper(*args, **kwargs): function
|
| /external/testng/src/test/java/test/junit/testsetup/ |
| D | LayerATestSuite.java | 14 TestSuiteContainerWrapper wrapper = new TestSuiteContainerWrapper(suite, Data.class); in suite() local
|
| /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | ShadowLegacyResourcesImpl.java | 143 …public TypedArray obtainStyledAttributes(Resources.Theme wrapper, AttributeSet set, int[] attrs, i… in obtainStyledAttributes() 156 …public Drawable loadDrawable(Resources wrapper, TypedValue value, int id, Resources.Theme theme, b… in loadDrawable() 170 …public Drawable loadDrawable(Resources wrapper, TypedValue value, int id, int density, Resources.… in loadDrawable()
|
| /external/python/cpython3/Lib/curses/ |
| D | __init__.py | 63 def wrapper(func, *args, **kwds): function
|
| /external/compiler-rt/lib/interception/ |
| D | interception_linux.cc | 22 uptr real, uptr wrapper) { in GetRealFunctionAddress()
|
| /external/proguard/src/proguard/gui/ |
| D | MemberSpecificationsPanel.java | 198 MyMemberSpecificationWrapper wrapper = in getMemberSpecifications() local 227 MyMemberSpecificationWrapper wrapper = (MyMemberSpecificationWrapper)value; in getListCellRendererComponent() local
|