HomeSort by relevance Sort by last modified time
    Searched defs:ExecutionMode (Results 1 - 8 of 8) sorted by null

  /external/libchrome/base/task_scheduler/
task_traits.h 117 enum class ExecutionMode {
  /external/spirv-llvm/lib/SPIRV/
SPIRVInternal.h 351 const static char ExecutionMode[] = "spirv.ExecutionMode";
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
CompletableFutureTest.java 319 for (ExecutionMode m : ExecutionMode.values())
371 final ExecutionMode m;
372 CheckedAction(ExecutionMode m) { this.m = m; }
383 CheckedIntegerAction(ExecutionMode m) { super(m); }
394 IntegerSupplier(ExecutionMode m, Integer value) {
412 NoopConsumer(ExecutionMode m) { super(m); }
422 IncFunction(ExecutionMode m) { super(m); }
440 SubtractAction(ExecutionMode m) { super(m); }
450 SubtractFunction(ExecutionMode m) { super(m);
    [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
spirv.hpp 88 enum ExecutionMode {
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
spirv.hpp 93 enum ExecutionMode {
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.0/
spirv.hpp 92 enum ExecutionMode {
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.1/
spirv.hpp 92 enum ExecutionMode {
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
spirv.hpp 93 enum ExecutionMode {

Completed in 132 milliseconds