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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
loadlib.c 482 lua_getfield(L, lua_upvalueindex(1), "searchers"); /* will be at index 3 */
484 luaL_error(L, LUA_QL("package.searchers") " must be a table");
485 /* iterate over available searchers to find a loader */
488 if (lua_isnil(L, -1)) { /* no more searchers? */
676 static const lua_CFunction searchers[] = local
679 /* create 'searchers' table */
680 lua_createtable(L, sizeof(searchers)/sizeof(searchers[0]) - 1, 0);
681 /* fill it with pre-defined searchers */
682 for (i=0; searchers[i] != NULL; i++) {
    [all...]
  /external/skia/third_party/lua/src/
loadlib.c 482 lua_getfield(L, lua_upvalueindex(1), "searchers"); /* will be at index 3 */
484 luaL_error(L, LUA_QL("package.searchers") " must be a table");
485 /* iterate over available searchers to find a loader */
488 if (lua_isnil(L, -1)) { /* no more searchers? */
676 static const lua_CFunction searchers[] = local
679 /* create 'searchers' table */
680 lua_createtable(L, sizeof(searchers)/sizeof(searchers[0]) - 1, 0);
681 /* fill it with pre-defined searchers */
682 for (i=0; searchers[i] != NULL; i++)
    [all...]
  /external/syslinux/com32/lua/src/
loadlib.c 531 lua_getfield(L, lua_upvalueindex(1), "searchers"); /* will be at index 3 */
533 luaL_error(L, LUA_QL("package.searchers") " must be a table");
534 /* iterate over available searchers to find a loader */
537 if (lua_isnil(L, -1)) { /* no more searchers? */
753 static const lua_CFunction searchers[] = local
756 /* create 'searchers' table */
757 lua_createtable(L, sizeof(searchers)/sizeof(searchers[0]) - 1, 0);
758 /* fill it with pre-defined searchers */
759 for (i=0; searchers[i] != NULL; i++)
    [all...]
  /external/guice/extensions/persist/lib/
hibernate-search.jar 
  /build/make/tools/droiddoc/templates-ndk/assets/js/
docs.js     [all...]

Completed in 733 milliseconds