HomeSort by relevance Sort by last modified time
    Searched refs:ffi (Results 1 - 18 of 18) sorted by null

  /external/v8/test/mjsunit/wasm/
ffi-error.js 9 function testCallFFI(ffi) {
40 print("instantiate FFI");
41 var module = _WASMEXP_.instantiateModule(data, ffi);
46 var ffi = new Object();
47 ffi.fun = function(a, b) { print(a, b); }
48 testCallFFI(ffi);
52 // FFI object should be an object.
54 var ffi = 0;
55 testCallFFI(ffi);
59 // FFI object should have a "fun" property
    [all...]
unreachable.js 15 var ffi = new Object();
16 ffi.add = (function(a, b) { return a + b | 0; });
31 ), ffi);
ffi.js 14 var ffi = new Object();
15 ffi.fun = func;
41 var module = _WASMEXP_.instantiateModule(data, ffi);
196 var ffi = new Object();
204 ffi.fun = function(a, b) {
239 var module = _WASMEXP_.instantiateModule(data, ffi);
289 var ffi = new Object();
290 ffi.print = print;
323 var module = _WASMEXP_.instantiateModule(data, ffi);
stackwalk.js 14 var ffi = new Object();
15 ffi.fun = func;
41 var module = _WASMEXP_.instantiateModule(data, ffi);
  /external/skia/tests/
FontMgrAndroidParserTest.cpp 90 const FontFileInfo& ffi = fontFamilies[i]->fFonts[j]; local
91 SkDebugf(" file (%d) %s#%d", ffi.fWeight, ffi.fFileName.c_str(), ffi.fIndex);
92 for (const auto& axis : ffi.fAxes) {
  /external/e2fsprogs/debugfs/
ro_debug_cmds.ct 58 find_free_inode, ffi;
debug_cmds.ct 104 find_free_inode, ffi;
  /external/fio/
server.c 483 struct fio_fork_item *ffi; local
485 ffi = malloc(sizeof(*ffi));
486 ffi->exitval = 0;
487 ffi->signal = 0;
488 ffi->exited = 0;
489 ffi->pid = pid;
490 flist_add_tail(&ffi->list, list);
505 static void fio_server_check_fork_item(struct fio_fork_item *ffi)
509 ret = waitpid(ffi->pid, &status, WNOHANG)
545 struct fio_fork_item *ffi; local
    [all...]
  /external/v8/src/wasm/
wasm-js.cc 222 i::Handle<i::JSObject> ffi = i::Handle<i::JSObject>::null(); local
225 result.val->Instantiate(isolate, ffi, memory);
261 i::Handle<i::JSObject> ffi = i::Handle<i::JSObject>::null(); local
264 ffi = i::Handle<i::JSObject>::cast(v8::Utils::OpenHandle(*obj));
268 result.val->Instantiate(isolate, ffi, memory);
wasm-module.h 120 MaybeHandle<JSObject> Instantiate(Isolate* isolate, Handle<JSObject> ffi,
wasm-module.cc 241 Handle<JSObject> ffi,
340 // Lookup external function in FFI object.
341 if (!ffi.is_null()) {
342 MaybeHandle<Object> result = Object::GetProperty(ffi, name);
350 thrower.Error("FFI function #%d:%s is not a JSFunction.", index,
355 thrower.Error("FFI function #%d:%s not found.", index, cstr);
359 thrower.Error("FFI table is not an object.");
408 // A wrapper will be generated for FFI calls.
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 40 #include <ffi.h>
43 #include <ffi/ffi.h>
  /external/icu/icu4c/source/test/intltest/
strcase.cpp 541 UnicodeString ffi=UNICODE_STRING_SIMPLE("ffi"); local
563 if((full==ffi && c==0xfb03) || (full==ss && (c==0xdf || c==0x1e9e))) {
  /external/v8/test/webkit/fast/js/
string-capitalization.js 36 shouldBe('String("?").toUpperCase()', '"FFI"');
37 shouldBe('String("FFI").toLowerCase()', '"ffi"');
  /external/fonttools/Lib/fontTools/
agl.py 59 # name "A." Also omitted is "ffi," because AGL maps this to the
100 # - Corrected statement above about why "ffi" is omitted.
  /external/llvm/
configure     [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 3173 milliseconds