HomeSort by relevance Sort by last modified time
    Searched refs:dispatch (Results 326 - 350 of 521) sorted by null

<<11121314151617181920>>

  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c 7540 const upb_inttable *dispatch; local
8756 static int32_t dispatch(upb_pbdecoder *d) { function
8757 upb_inttable *dispatch = d->top->dispatch; local
    [all...]
  /external/python/cpython3/Lib/test/
test_functools.py     [all...]
  /external/v8/src/interpreter/
bytecode-generator.cc 140 // paths going through the finally-block to dispatch after leaving the block.
158 // generates a new dispatch token that identifies one particular path. This
169 // Records the dispatch token to be used to identify the re-throw path when
177 // Records the dispatch token to be used to identify the implicit fall-through
185 // This generates a dynamic dispatch on the token from the entry point.
188 SwitchBuilder dispatch(builder(), static_cast<int>(deferred_.size() + 1));
193 dispatch.Case(static_cast<int>(i));
195 dispatch.DefaultAt(static_cast<int>(deferred_.size()));
198 dispatch.SetCaseTarget(static_cast<int>(i));
202 dispatch.SetCaseTarget(static_cast<int>(deferred_.size()))
    [all...]
  /frameworks/rs/cpp/
ScriptIntrinsicBLAS.cpp 115 tryDispatch(mRS, RS::dispatch->ScriptForEachMulti(con, id, 0, in_allocs, NELEM(in_allocs), nullptr,
129 tryDispatch(mRS, RS::dispatch->ScriptForEachMulti(con, id, 0, in_allocs, NELEM(in_allocs), nullptr,
142 tryDispatch(mRS, RS::dispatch->ScriptForEachMulti(con, id, 0, in_allocs, NELEM(in_allocs), nullptr,
155 tryDispatch(mRS, RS::dispatch->ScriptForEachMulti(con, id, 0, in_allocs, NELEM(in_allocs), nullptr,
176 tryDispatch(mRS, RS::dispatch->ScriptForEachMulti(con, id, 0, in_allocs, NELEM(in_allocs), nullptr,
    [all...]
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.0/
gradle-tooling-api-2.0.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.1/
gradle-tooling-api-2.1.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.2/
gradle-tooling-api-2.2.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.10/
gradle-tooling-api-2.10.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.14/
gradle-tooling-api-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.14.1/
gradle-tooling-api-2.14.1.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.8/
gradle-tooling-api-2.8.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/3.2/
gradle-tooling-api-3.2.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/3.3/
gradle-tooling-api-3.3.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/3.4.1/
gradle-tooling-api-3.4.1.jar 
  /bionic/libc/malloc_debug/tests/
malloc_debug_unit_tests.cpp 101 ASSERT_TRUE(debug_initialize(&dispatch, &zygote, options));
115 static MallocDispatch dispatch; member in class:MallocDebugTest
118 MallocDispatch MallocDebugTest::dispatch = { member in class:MallocDebugTest
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
CallTest.java     [all...]
  /frameworks/av/media/libstagefright/omx/
OMXNodeInstance.cpp 267 void dispatch(std::list<omx_message> &messages);
307 void OMXNodeInstance::CallbackDispatcher::dispatch(std::list<omx_message> &messages) { function in class:android::OMXNodeInstance::CallbackDispatcher
332 dispatch(messages);
    [all...]
  /prebuilts/sdk/tools/jacks/
jack-4.32.CANDIDATE.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-impl/1.0.2.v20150114/
aether-impl-1.0.2.v20150114.jar 
  /external/mesa3d/src/mesa/vbo/
vbo_save_api.c 47 * commands through the Exec dispatch table, or fix up the copied
80 #include "main/dispatch.h"
501 struct _glapi_table *dispatch = GET_DISPATCH(); local
512 _glapi_set_dispatch(dispatch);
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
WifiAwareDataPathStateManagerTest.java     [all...]
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
ecj-4.6.1.jar 
  /prebuilts/go/darwin-x86/src/regexp/
onepass.go 341 // build a dispatch operator from the two legs of the alt.
  /prebuilts/go/linux-x86/src/regexp/
onepass.go 341 // build a dispatch operator from the two legs of the alt.

Completed in 1360 milliseconds

<<11121314151617181920>>