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

  /external/v8/src/ffi/
ffi-compiler.h 19 namespace ffi { namespace in namespace:v8::internal
33 } // namespace ffi
ffi-compiler.cc 5 #include "src/ffi/ffi-compiler.h"
33 namespace ffi { namespace in namespace:v8::internal
126 } // namespace ffi
  /external/skia/tests/
FontMgrAndroidParserTest.cpp 91 const FontFileInfo& ffi = fontFamilies[i]->fFonts[j]; local
92 SkDebugf(" file (%d) %s#%d", ffi.fWeight, ffi.fFileName.c_str(), ffi.fIndex);
93 for (const auto& coordinate : ffi.fVariationDesignPosition) {
  /external/icu/icu4c/source/test/intltest/
strcase.cpp 550 UnicodeString ffi=UNICODE_STRING_SIMPLE("ffi"); local
572 if((full==ffi && c==0xfb03) || (full==ss && (c==0xdf || c==0x1e9e))) {
    [all...]
  /external/fio/
server.c 649 struct fio_fork_item *ffi; local
651 ffi = malloc(sizeof(*ffi));
652 ffi->exitval = 0;
653 ffi->signal = 0;
654 ffi->exited = 0;
655 ffi->pid = pid;
656 flist_add_tail(&ffi->list, list);
671 static void fio_server_check_fork_item(struct fio_fork_item *ffi)
675 ret = waitpid(ffi->pid, &status, WNOHANG)
714 struct fio_fork_item *ffi; local
    [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 77 milliseconds