HomeSort by relevance Sort by last modified time
    Searched refs:runtime (Results 176 - 200 of 1107) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/swiftshader/third_party/subzero/
c2wasm-exe.sh 11 clang -m32 a.out.o ./runtime/szrt.c \
12 ./runtime/wasm-runtime.cpp -lm -g -lstdc++
  /external/swiftshader/third_party/subzero/runtime/
szrt_asm_arm32.s 1 ##===- subzero/runtime/szrt_asm_arm32.s - Subzero runtime asm helpers------===##
11 ## the Subzero arm32 runtime.
szrt_asm_mips32.s 1 ##===- subzero/runtime/szrt_asm_mips32.s - Subzero runtime asm helpers-----===##
11 ## the Subzero mips32 runtime.
szrt_asm_x8664.s 1 ##===- subzero/runtime/szrt_asm_x8664.s - Subzero runtime asm helpers------===##
11 ## the Subzero x8664 runtime.
  /external/u-boot/lib/efi_selftest/
efi_selftest_variables.c 19 static struct efi_runtime_services *runtime; variable in typeref:struct:efi_runtime_services
37 runtime = systable->runtime;
58 ret = runtime->query_variable_info(EFI_VARIABLE_BOOTSERVICE_ACCESS,
68 ret = runtime->set_variable(L"efi_st_var0", &guid_vendor0,
77 ret = runtime->get_variable(L"efi_st_var0", &guid_vendor0,
92 ret = runtime->set_variable(L"efi_st_var1", &guid_vendor1,
100 ret = runtime->get_variable(L"efi_st_var1", &guid_vendor1,
116 ret = runtime->set_variable(L"efi_st_var1", &guid_vendor1,
125 ret = runtime->get_variable(L"efi_st_var1", &guid_vendor1
    [all...]
  /external/skia/src/compute/skc/platforms/cl_12/
composition_cl_12.c 142 struct skc_runtime * const runtime = impl->runtime; local
145 skc_runtime_host_perm_free(runtime,impl->composition);
148 skc_runtime_release_cq_in_order(runtime,impl->cq);
155 skc_extent_phw1g_tdrNs_free(runtime,&impl->cmds.extent);
156 skc_extent_phrw_free (runtime,&impl->saved.extent);
157 skc_extent_phr_pdrw_free (runtime,&impl->atomics);
159 skc_extent_pdrw_free (runtime,&impl->keys);
160 skc_extent_pdrw_free (runtime,&impl->offsets);
163 skc_runtime_host_perm_free(runtime,impl)
176 struct skc_runtime * const runtime = impl->runtime; local
210 struct skc_runtime * const runtime = impl->runtime; local
232 struct skc_runtime * const runtime = impl->runtime; local
323 struct skc_runtime * const runtime = impl->runtime; local
384 struct skc_runtime * const runtime = impl->runtime; local
760 struct skc_runtime * const runtime = context->runtime; local
    [all...]
surface_cl_12.c 38 struct skc_runtime * runtime; member in struct:skc_surface_impl
158 struct skc_runtime * const runtime = impl->runtime; local
164 skc_runtime_host_perm_free(runtime,impl->surface);
167 skc_runtime_release_cq_in_order(runtime,impl->cq);
170 // skc_extent_phrN_pdwN_free(runtime,&impl->fb);
173 skc_runtime_host_perm_free(runtime,impl);
205 struct skc_runtime * const runtime = impl->runtime; local
211 skc_runtime_host_temp_free(runtime,render,render->id)
236 struct skc_runtime * const runtime = impl->runtime; local
405 struct skc_runtime * const runtime = context->runtime; local
    [all...]
  /external/skqp/src/compute/skc/platforms/cl_12/
composition_cl_12.c 142 struct skc_runtime * const runtime = impl->runtime; local
145 skc_runtime_host_perm_free(runtime,impl->composition);
148 skc_runtime_release_cq_in_order(runtime,impl->cq);
155 skc_extent_phw1g_tdrNs_free(runtime,&impl->cmds.extent);
156 skc_extent_phrw_free (runtime,&impl->saved.extent);
157 skc_extent_phr_pdrw_free (runtime,&impl->atomics);
159 skc_extent_pdrw_free (runtime,&impl->keys);
160 skc_extent_pdrw_free (runtime,&impl->offsets);
163 skc_runtime_host_perm_free(runtime,impl)
176 struct skc_runtime * const runtime = impl->runtime; local
210 struct skc_runtime * const runtime = impl->runtime; local
232 struct skc_runtime * const runtime = impl->runtime; local
323 struct skc_runtime * const runtime = impl->runtime; local
384 struct skc_runtime * const runtime = impl->runtime; local
760 struct skc_runtime * const runtime = context->runtime; local
    [all...]
  /art/test/909-attach-agent/
run 32 ./default-run "$@" --android-runtime-option -Xplugin:${plugin} \
33 --android-runtime-option -Xcompiler-option \
34 --android-runtime-option --debuggable \
38 ./default-run "$@" --android-runtime-option -Xcompiler-option \
39 --android-runtime-option --debuggable \
  /external/antlr/runtime/JavaScript/src/org/antlr/runtime/
MissingTokenException.js 1 org.antlr.runtime.MissingTokenException = function(expecting, input, inserted) {
3 org.antlr.runtime.MissingTokenException.superclass.constructor.call(
10 org.antlr.runtime.MissingTokenException,
11 org.antlr.runtime.MismatchedTokenException, {
27 name: "org.antlr.runtime.MissingTokenException"
BitSet.js 14 org.antlr.runtime.BitSet = function(bits) {
16 bits = org.antlr.runtime.BitSet.BITS;
30 org.antlr.lang.augmentObject(org.antlr.runtime.BitSet, {
34 * @memberOf org.antlr.runtime.BitSet
41 * @memberOf org.antlr.runtime.BitSet
51 * @memberOf org.antlr.runtime.BitSet
62 * @memberOf org.antlr.runtime.BitSet
66 var bitPosition = bitNumber & org.antlr.runtime.BitSet.MOD_MASK;
75 * @memberOf org.antlr.runtime.BitSet
79 return (el >> org.antlr.runtime.BitSet.LOG_BITS) + 1
    [all...]
BaseRecognizer.js 10 * @param {org.antlr.runtime.RecognizerSharedState} [state] state object with
13 org.antlr.runtime.BaseRecognizer = function(state) {
19 * @type org.antlr.runtime.RecognizerSharedState
21 this.state = state || new org.antlr.runtime.RecognizerSharedState();
24 org.antlr.lang.augmentObject(org.antlr.runtime.BaseRecognizer, {
26 * @memberOf org.antlr.runtime.BaseRecognizer
32 * @memberOf org.antlr.runtime.BaseRecognizer
38 * @memberOf org.antlr.runtime.BaseRecognizer
44 * @memberOf org.antlr.runtime.BaseRecognizer
50 * @memberOf org.antlr.runtime.BaseRecognize
    [all...]
  /external/pdfium/fxjs/xfa/
cjx_list.cpp 34 CJS_Return CJX_List::append(CJS_V8* runtime,
39 auto* pNode = ToNode(runtime->ToXFAObject(params[0]));
47 CJS_Return CJX_List::insert(CJS_V8* runtime,
52 auto* pNewNode = ToNode(runtime->ToXFAObject(params[0]));
56 auto* pBeforeNode = ToNode(runtime->ToXFAObject(params[1]));
61 CJS_Return CJX_List::remove(CJS_V8* runtime,
66 auto* pNode = ToNode(runtime->ToXFAObject(params[0]));
74 CJS_Return CJX_List::item(CJS_V8* runtime,
79 int32_t index = runtime->ToInt32(params[0]);
84 return CJS_Return(runtime->NewXFAObject
    [all...]
cjx_packet.cpp 27 CJS_V8* runtime,
36 runtime->ToWideString(params[0]).c_str());
39 runtime->NewString(attributeValue.UTF8Encode().AsStringView()));
43 CJS_V8* runtime,
51 runtime->ToWideString(params[1]), runtime->ToWideString(params[0]));
53 return CJS_Return(runtime->NewNull());
57 CJS_V8* runtime,
64 WideString name = runtime->ToWideString(params[0]);
69 return CJS_Return(runtime->NewNull())
    [all...]
cjx_layoutpseudomodel.cpp 72 CJS_V8* runtime,
78 CXFA_Node* pNode = ToNode(runtime->ToXFAObject(params[0]));
84 WideString tmp_unit = runtime->ToWideString(params[1]);
88 int32_t iIndex = params.size() >= 3 ? runtime->ToInt32(params[2]) : 0;
104 return CJS_Return(runtime->NewNumber(0.0));
125 return CJS_Return(runtime->NewNumber(FXSYS_round(fValue * 1000) / 1000.0f));
129 CJS_V8* runtime,
131 return HWXY(runtime, params, XFA_LAYOUTMODEL_H);
135 CJS_V8* runtime,
137 return HWXY(runtime, params, XFA_LAYOUTMODEL_W)
    [all...]
cjx_logpseudomodel.cpp 29 CJS_V8* runtime,
35 CJS_V8* runtime,
41 CJS_V8* runtime,
47 CJS_V8* runtime,
53 CJS_V8* runtime,
  /external/deqp/scripts/
build_android_mustpass.py 210 runtime = "11m"), variable
223 runtime = "30m"), variable
236 runtime = "1h50min"), variable
243 runtime = "5m"), variable
249 runtime = "5m"), variable
255 runtime = "5m"), variable
261 runtime = "5m"), variable
269 runtime = "10m"), variable
277 runtime = "10m"), variable
290 runtime = "4h40m") variable
298 runtime = "1m30s"), variable
304 runtime = "1m30s"), variable
310 runtime = "1m30s"), variable
316 runtime = "1m30s"), variable
324 runtime = "2m"), variable
332 runtime = "1m"), variable
341 runtime = "1h11m"), variable
360 runtime = "23m"), variable
368 runtime = "2m"), variable
385 runtime = "46m"), variable
392 runtime = "10m"), variable
411 runtime = "1h50m"), variable
418 runtime = "10m"), variable
425 runtime = "1m"), variable
431 runtime = "1m"), variable
437 runtime = "1m"), variable
443 runtime = "1m"), variable
452 runtime = "1m"), variable
461 runtime = "1m"), variable
480 runtime = "1h40m"), variable
487 runtime = "10m"), variable
495 runtime = "1m30s"), variable
501 runtime = "1m30s"), variable
507 runtime = "1m30s"), variable
513 runtime = "1m30s"), variable
521 runtime = "2m"), variable
529 runtime = "1m"), variable
543 runtime = "2h29m"), variable
546 runtime = "10m"), variable
    [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
check_lint.sh 22 ASAN_RTL_LINT_FILTER=${COMMON_LINT_FILTER},-runtime/int
23 ASAN_TEST_LINT_FILTER=${COMMON_LINT_FILTER},-runtime/sizeof,-runtime/int,-runtime/printf,-runtime/threadsafe_fn
26 TSAN_TEST_LINT_FILTER=${TSAN_RTL_LINT_FILTER},-runtime/threadsafe_fn,-runtime/int
31 DFSAN_RTL_LINT_FILTER=${COMMON_LINT_FILTER},-runtime/int,-runtime/printf,-runtime/references,-readability/functio
    [all...]
  /external/autotest/client/site_tests/platform_ToolchainTests/src/
Makefile 11 fortify-runtime-flags := -Wno-user-defined-warnings -Wno-unused-result
13 all: fortify-runtime-tests
15 fortify-runtime-tests: clang-fortify-driver.o clang-fortify-tests-1.o \
20 $(fortify-cxx) $(fortify-runtime-flags) -c -D_FORTIFY_SOURCE=1 -o $@
23 $(fortify-cxx) $(fortify-runtime-flags) -c -D_FORTIFY_SOURCE=2 -o $@
26 rm -f clang-fortify-*.o fortify-runtime-tests
31 install -m 0755 fortify-runtime-tests $(DESTDIR)/usr/local/bin
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
compiler_functor.cc 131 runtime::RewriteIRRuntimeFunctions(&module, enable_fast_math_);
168 {"tanhf", runtime::kTanhV4F32SymbolName, 4},
169 {"llvm.tanh.f32", runtime::kTanhV4F32SymbolName, 4},
171 {"tanhf", runtime::kTanhV8F32SymbolName, 8},
172 {"llvm.tanh.f32", runtime::kTanhV8F32SymbolName, 8},
174 {"expf", runtime::kExpV4F32SymbolName, 4},
175 {"llvm.exp.f32", runtime::kExpV4F32SymbolName, 4},
177 {"expf", runtime::kExpV8F32SymbolName, 8},
178 {"llvm.exp.f32", runtime::kExpV8F32SymbolName, 8},
180 {"logf", runtime::kLogV4F32SymbolName, 4}
    [all...]
  /external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/
CommonTreeAdaptor.js 10 org.antlr.runtime.tree.CommonTreeAdaptor = function() {};
12 org.antlr.lang.extend(org.antlr.runtime.tree.CommonTreeAdaptor,
13 org.antlr.runtime.tree.BaseTreeAdaptor, {
29 return org.antlr.runtime.tree.CommonTreeAdaptor.superclass.create.apply(this, arguments);
31 return new org.antlr.runtime.tree.CommonTree(payload);
58 return new org.antlr.runtime.CommonToken(arguments[0], arguments[1]);
60 return new org.antlr.runtime.CommonToken(arguments[0]);
120 return org.antlr.runtime.Token.INVALID_TOKEN_TYPE;
130 if ( t instanceof org.antlr.runtime.tree.CommonTree ) {
  /external/antlr/tool/src/test/java/org/antlr/test/
TestBufferedTreeNodeStream.java 30 import org.antlr.runtime.CommonToken;
31 import org.antlr.runtime.tree.BufferedTreeNodeStream;
32 import org.antlr.runtime.tree.CommonTree;
33 import org.antlr.runtime.tree.Tree;
34 import org.antlr.runtime.tree.TreeNodeStream;
  /external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
RubyDescriptorPool.java 40 import org.jruby.runtime.*;
41 import org.jruby.runtime.builtin.IRubyObject;
48 public static void createRubyDescriptorPool(Ruby runtime) {
49 RubyModule protobuf = runtime.getClassFromPath("Google::Protobuf");
50 RubyClass cDescriptorPool = protobuf.defineClassUnder("DescriptorPool", runtime.getObject(), new ObjectAllocator() {
52 public IRubyObject allocate(Ruby runtime, RubyClass klazz) {
53 return new RubyDescriptorPool(runtime, klazz);
58 descriptorPool = (RubyDescriptorPool) cDescriptorPool.newInstance(runtime.getCurrentContext(), Block.NULL_BLOCK);
68 this.cBuilder = (RubyClass) context.runtime.getClassFromPath("Google::Protobuf::Builder");
85 return context.runtime.getNil()
122 Ruby runtime = context.runtime; local
    [all...]
RubyFieldDescriptor.java 40 import org.jruby.runtime.ObjectAllocator;
41 import org.jruby.runtime.ThreadContext;
42 import org.jruby.runtime.builtin.IRubyObject;
46 public static void createRubyFileDescriptor(Ruby runtime) {
47 RubyModule mProtobuf = runtime.getClassFromPath("Google::Protobuf");
48 RubyClass cFieldDescriptor = mProtobuf.defineClassUnder("FieldDescriptor", runtime.getObject(), new ObjectAllocator() {
50 public IRubyObject allocate(Ruby runtime, RubyClass klazz) {
51 return new RubyFieldDescriptor(runtime, klazz);
57 public RubyFieldDescriptor(Ruby runtime, RubyClass klazz) {
58 super(runtime, klazz)
    [all...]
  /external/smali/smali/src/main/java/org/jf/smali/
SemanticException.java 31 import org.antlr.runtime.CommonToken;
32 import org.antlr.runtime.IntStream;
33 import org.antlr.runtime.RecognitionException;
34 import org.antlr.runtime.Token;
35 import org.antlr.runtime.tree.CommonTree;

Completed in 1952 milliseconds

1 2 3 4 5 6 78 91011>>