| /external/libmojo/ipc/ |
| ipc_message_utils.cc | 335 dispatch(0) { [all...] |
| /external/vulkan-validation-layers/loader/ |
| loader.h | 155 uint32_t *index; // index into the dev_ext dispatch table 160 // dispatch entry. 180 VkDevice chain_device; // device object from the dispatch chain 206 struct loader_icd_term_dispatch dispatch; member in struct:loader_icd_term
|
| /external/compiler-rt/lib/tsan/rtl/ |
| tsan_libdispatch_mac.cc | 25 #include <dispatch/dispatch.h>
|
| /external/deqp/external/openglcts/modules/gl/ |
| gl4cStencilTexturingTests.cpp | 660 void FunctionalTest::dispatch(GLuint program_id, bool is_stencil, GLuint dst_texture_id, GLuint src_texture_id) function in class:gl4cts::StencilTexturing::FunctionalTest 700 /* Dispatch program */ [all...] |
| /external/harfbuzz_ng/src/ |
| hb-ot-layout.cc | 1086 inline return_t dispatch (const T &obj) function in struct:hb_get_subtables_context_t [all...] |
| hb-ot-layout-common-private.hh | 618 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::Lookup 624 typename context_t::return_t r = get_subtable<SubTableType> (i).dispatch (c, lookup_type); [all...] |
| /external/mesa3d/src/gallium/drivers/llvmpipe/ |
| lp_rast.c | 562 static lp_rast_cmd_func dispatch[LP_RAST_OP_MAX] = variable 609 dispatch[block->cmd[k]]( task, block->arg[k] );
|
| /external/mesa3d/src/mesa/drivers/x11/ |
| glxapi.c | 27 * This is the GLX API dispatcher. It uses a dispatch table but that's 69 #define DISPATCH(FUNC, ARGS, MESSAGE) \ 85 /* Display -> Dispatch caching */ 96 /* search list of display/dispatch pairs for this display */ 109 /* Setup the dispatch table */ 1145 * Return size of the GLX dispatch table, in entries, not bytes. 1162 * Initialize all functions in given dispatch table to be no-ops 1168 nop_func *dispatch = (nop_func *) t; local 1172 dispatch[i] = generic_no_op_func; 1352 * This function does not get dispatched through the dispatch tabl [all...] |
| /prebuilts/tools/common/m2/repository/com/facebook/testing/screenshot/core/0.2.3/ |
| core-0.2.3.jar | |
| /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-io/8.1.14.v20131031/ |
| jetty-io-8.1.14.v20131031.jar | |
| /prebuilts/misc/common/ecj/ |
| ecj.jar | |
| /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/3.5-20170307000048+0000/ |
| gradle-tooling-api-3.5-20170307000048+0000.jar | |
| /external/tensorflow/tensorflow/contrib/lite/testing/ |
| generate_examples.py | [all...] |
| /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
| esextcTextureCubeMapArraySampling.hpp | 582 void dispatch(glw::GLuint program_id, glw::GLuint width, glw::GLuint height);
|
| /external/e2fsprogs/ext2ed/ |
| init.c | 73 dispatch ("help");
|
| /external/v8/src/inspector/ |
| v8-inspector-session-impl.cc | 342 m_dispatcher.dispatch(protocol::StringUtil::parseJSON(message));
|
| /frameworks/base/core/java/android/app/ |
| Dialog.java | 814 return event.dispatch(this, mDecor != null [all...] |
| /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
| WifiConfigStoreTest.java | 246 mAlarmManager.dispatch(WifiConfigStore.BUFFERED_WRITE_ALARM_TAG);
|
| /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/ |
| BaseWifiScannerImplTest.java | 304 mAlarmManager.dispatch(WificondScannerImpl.TIMEOUT_ALARM_TAG);
|
| /packages/services/Car/car-usb-handler/src/android/car/usb/handler/ |
| UsbDeviceHandlerResolver.java | 425 public boolean dispatch(UsbDevice device, ComponentName component, boolean inAoap) { method in class:UsbDeviceHandlerResolver 427 Log.d(TAG, "dispatch: " + device + " component: " + component + " inAoap: " + inAoap);
|
| /frameworks/rs/ |
| rsApiStubs.cpp | 33 // both the client interface and the dispatch table interface, but at the 42 const dispatchTable* dispatch; member in struct:RsContextWrapper 49 return wrapper->dispatch->func(context, ##__VA_ARGS__); \ [all...] |
| /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
| select.go | 305 // dispatch cases
|
| /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
| select.go | 305 // dispatch cases
|
| /external/guice/extensions/struts2/lib/ |
| jetty-util-6.1.0.jar | |
| /external/protobuf/php/ext/google/protobuf/ |
| upb.c | 6866 const upb_inttable *dispatch; local 8045 static int32_t dispatch(upb_pbdecoder *d) { function 8046 upb_inttable *dispatch = d->top->dispatch; local [all...] |