Searched defs:searchers (Results 1 - 3 of 3) sorted by relevance
/external/skia/third_party/lua/src/ |
H A D | 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[ [all...] |
/external/syslinux/com32/lua/src/ |
H A D | 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[ [all...] |
/external/guice/extensions/persist/lib/ |
H A D | hibernate-search.jar | META-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/search/ org/hibernate/search/annotations/ ... |
Completed in 130 milliseconds