/external/skqp/third_party/lua/ |
D | BUILD.gn | 13 system("lua") { 14 libs = [ "lua" ] 17 third_party("lua") { 18 public_include_dirs = [ "../externals/lua" ] 21 "../externals/lua/lapi.c", 22 "../externals/lua/lauxlib.c", 23 "../externals/lua/lbaselib.c", 24 "../externals/lua/lbitlib.c", 25 "../externals/lua/lcode.c", 26 "../externals/lua/lcorolib.c", [all …]
|
/external/skia/third_party/lua/ |
D | BUILD.gn | 13 system("lua") { 14 libs = [ "lua" ] 17 third_party("lua") { 18 public_include_dirs = [ "../externals/lua" ] 21 "../externals/lua/lapi.c", 22 "../externals/lua/lauxlib.c", 23 "../externals/lua/lbaselib.c", 24 "../externals/lua/lbitlib.c", 25 "../externals/lua/lcode.c", 26 "../externals/lua/lcorolib.c", [all …]
|
/external/bcc/src/lua/ |
D | squishy | 1 Module "bcc.vendor.argparse" "bcc/vendor/argparse.lua" 2 Module "bcc.vendor.posix" "bcc/vendor/posix.lua" 3 Module "bcc.vendor.middleclass" "bcc/vendor/middleclass.lua" 4 Module "bcc.vendor.json" "bcc/vendor/json.lua" 5 Module "bcc.vendor.helpers" "bcc/vendor/helpers.lua" 7 Module "bcc.init" "bcc/init.lua" 8 Module "bcc.run" "bcc/run.lua" 9 Module "bcc.bpf" "bcc/bpf.lua" 10 Module "bcc.sym" "bcc/sym.lua" 11 Module "bcc.libbcc" "bcc/libbcc.lua" [all …]
|
D | bpf-scm-1.rockspec | 14 "lua >= 5.1", 29 bpf = "src/lua/bpf/bpf.lua", 30 ["bpf.builtins"] = "src/lua/bpf/builtins.lua", 31 ["bpf.cdef"] = "src/lua/bpf/cdef.lua", 32 ["bpf.elf"] = "src/lua/bpf/elf.lua", 33 ["bpf.init"] = "src/lua/bpf/init.lua", 34 ["bpf.ljbytecode"] = "src/lua/bpf/ljbytecode.lua", 35 ["bpf.proto"] = "src/lua/bpf/proto.lua",
|
D | CMakeLists.txt | 6 ${CMAKE_CURRENT_SOURCE_DIR}/bcc/*.lua 7 ${CMAKE_CURRENT_SOURCE_DIR}/bcc/vendor/*.lua 8 ${CMAKE_CURRENT_SOURCE_DIR}/bpf/*.lua) 11 OUTPUT bcc.lua 12 COMMAND ${LUAJIT} ${CMAKE_CURRENT_SOURCE_DIR}/src/squish.lua ${CMAKE_CURRENT_SOURCE_DIR} 18 COMMAND ${LUAJIT} -bg bcc.lua bcc.o 19 DEPENDS bcc.lua 23 add_executable(bcc-lua src/main.c bcc.o) 24 set_target_properties(bcc-lua PROPERTIES LINKER_LANGUAGE C) 25 target_link_libraries(bcc-lua ${LUAJIT_LIBRARIES}) [all …]
|
/external/skqp/src/utils/ |
D | SkLuaCanvas.cpp | 46 #define AUTO_LUA(verb) AutoCallLua lua(fL, fFunc.c_str(), verb) 92 lua.pushRect(*rec.fBounds, "bounds"); in getSaveLayerStrategy() 95 lua.pushPaint(*rec.fPaint, "paint"); in getSaveLayerStrategy() 117 lua.pushScalar(matrix.getTranslateX(), "dx"); in didConcat() 118 lua.pushScalar(matrix.getTranslateY(), "dy"); in didConcat() 123 lua.pushScalar(matrix.getScaleX(), "sx"); in didConcat() 124 lua.pushScalar(matrix.getScaleY(), "sy"); in didConcat() 145 lua.pushRect(r, "rect"); in onClipRect() 146 lua.pushBool(kSoft_ClipEdgeStyle == edgeStyle, "aa"); in onClipRect() 152 lua.pushRRect(rrect, "rrect"); in onClipRRect() [all …]
|
/external/lua/src/ |
D | Makefile | 40 LUA_T= lua 41 LUA_O= lua.o 70 ./lua -v 132 "SYSCFLAGS=-DLUA_BUILD_AS_DLL" "SYSLIBS=" "SYSLDFLAGS=-s" lua.exe 156 lapi.o: lapi.c lprefix.h lua.h luaconf.h lapi.h llimits.h lstate.h \ 159 lauxlib.o: lauxlib.c lprefix.h lua.h luaconf.h lauxlib.h 160 lbaselib.o: lbaselib.c lprefix.h lua.h luaconf.h lauxlib.h lualib.h 161 lcode.o: lcode.c lprefix.h lua.h luaconf.h lcode.h llex.h lobject.h \ 164 lcorolib.o: lcorolib.c lprefix.h lua.h luaconf.h lauxlib.h lualib.h 165 lctype.o: lctype.c lprefix.h lctype.h lua.h luaconf.h llimits.h [all …]
|
/external/bcc/tests/lua/ |
D | CMakeLists.txt | 6 COMMAND ${TEST_WRAPPER} lua_test_clang sudo ${LUAJIT} test_clang.lua) 9 COMMAND ${TEST_WRAPPER} lua_test_uprobes sudo ${LUAJIT} test_uprobes.lua) 12 COMMAND ${TEST_WRAPPER} lua_test_dump sudo ${LUAJIT} test_dump.lua) 19 …MMAND busted --lua=${LUAJIT} -m "${CMAKE_CURRENT_SOURCE_DIR}/../../src/lua/?.lua" -m "${CMAKE_CURR…
|
D | test_standalone.sh | 13 if [[ ! -x bcc-lua ]]; then 18 LIBRARY=$(ldd bcc-lua | grep luajit) 23 rm -f probe.lua 24 echo "return function(BPF) print(\"Hello world\") end" > probe.lua 28 if ! sudo ./bcc-lua "$PROBE" -d 1 >/dev/null 2>/dev/null; then 32 rm -f libbcc.so probe.lua
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/bindings/lua/ |
D | BUILD | 2 "//upb/bindings/lua:lua_proto_library.bzl", 17 "test_upb.lua", 23 "//:third_party/lunit/console.lua", 24 "//:third_party/lunit/lunit.lua", 25 "//upb/bindings/lua:upb.lua", 31 "//upb/bindings/lua:lupb", 32 "@lua//:liblua",
|
/external/llvm-project/lldb/test/Shell/ScriptInterpreter/Lua/ |
D | command_script_import.test | 1 # REQUIRES: lua 2 # RUN: %lldb --script-language lua -o 'command script import %S/Inputs/testmodule.lua' -o 'script t… 6 # RUN: cp %S/Inputs/testmodule.lua %t/testmodule.notlua 7 # RUN: %lldb --script-language lua -o 'command script import %t/testmodule.notlua' -o 'script testm… 8 # EXTENSION: error: module importing failed: lua failed to import '{{.*}}testmodule.notlua': invali… 11 # RUN: %lldb --script-language lua -o 'command script import %S/Inputs/bogus' -o 'script testmodule… 12 # NONEXISTING: error: module importing failed: lua failed to import '{{.*}}bogus': invalid path
|
D | lua.test | 1 # REQUIRES: lua 2 # RUN: %lldb --script-language lua -o 'script io.stdout:write(1000+100+10+1, "\n")' 2>&1 | FileChec… 3 # RUN: %lldb --script-language lua -o 'script -- io.stdout:write(1000+100+10+1, "\n")' 2>&1 | FileC… 4 # RUN: %lldb --script-language lua -o 'script --language default -- io.stdout:write(1000+100+10+1, … 5 # RUN: %lldb -o 'script -l lua -- io.stdout:write(1000+100+10+1, "\n")' 2>&1 | FileCheck %s 6 # RUN: %lldb -o 'script --language lua -- io.stdout:write(1000+100+10+1, "\n")' 2>&1 | FileCheck %s
|
D | breakpoint_oneline_callback.test | 1 # REQUIRES: lua 3 # RUN: %lldb -s %s --script-language lua %t 2>&1 | FileCheck %s 5 breakpoint command add -s lua -o 'return false' 8 breakpoint command add -s lua -o 'print(bacon)' 12 breakpoint command add -s lua -o "return true" 15 breakpoint command add -s lua -o 'error("my error message")'
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/ |
D | WORKSPACE | 10 name = "lua", 11 build_file = "//bazel:lua.BUILD", 13 strip_prefix = "lua-5.2.4", 15 "https://mirror.bazel.build/www.lua.org/ftp/lua-5.2.4.tar.gz", 16 "https://www.lua.org/ftp/lua-5.2.4.tar.gz",
|
/external/bcc/cmake/ |
D | FindLuaJIT.cmake | 5 # LUAJIT_INCLUDE_DIR, where to find lua.h 8 # #include "lua.h" 10 # #include <lua/lua.h> 11 # This is because, the lua location is not standardized and may exist 12 # in locations other than lua/ 28 # 2010 - modified for cronkite to find luajit instead of lua, as it was before. 31 FIND_PATH(LUAJIT_INCLUDE_DIR lua.h
|
/external/libtextclassifier/native/utils/intents/ |
D | intent-generator-test-lib.cc | 225 })lua"); 256 BuildTestIntentFactoryModel("view_map", R"lua( in TEST_F() 266 })lua"); in TEST_F() 299 BuildTestIntentFactoryModel("test", R"lua( in TEST_F() 309 })lua"); in TEST_F() 339 BuildTestIntentFactoryModel("create_event", R"lua( in TEST_F() 351 })lua"); in TEST_F() 389 BuildTestIntentFactoryModel("time_range", R"lua( in TEST_F() 399 })lua"); in TEST_F() 433 BuildTestIntentFactoryModel("address", R"lua( in TEST_F() [all …]
|
/external/lua/ |
D | Makefile | 18 INSTALL_LMOD= $(INSTALL_TOP)/share/lua/$V 19 INSTALL_CMOD= $(INSTALL_TOP)/lib/lua/$V 42 TO_BIN= lua luac 43 TO_INC= lua.h luaconf.h lualib.h lauxlib.h lua.hpp 45 TO_MAN= lua.1 luac.1
|
D | METADATA | 1 name: "lua" 8 value: "https://www.lua.org/" 12 value: "https://www.lua.org/ftp/lua-5.4.1.tar.gz"
|
/external/oss-fuzz/projects/lua/ |
D | build.sh | 18 sed "s/CFLAGS=/CFLAGS+=/g" -i $SRC/lua/makefile 19 sed "s/MYLDFLAGS=/MYLDFLAGS=${CFLAGS} /g" -i $SRC/lua/makefile 20 sed "s|CC= gcc|CC= ${CC}|g" -i $SRC/lua/makefile 22 cd $SRC/lua
|
/external/icu/icu4c/source/data/region/ |
D | lu.txt | 44 CK{"Lutanda lua Kookɛ"} 51 CV{"Lutanda lua Kapevele"} 68 FK{"Lutanda lua Maluni"} 113 KY{"Lutanda lua Kayima"} 130 MH{"Lutanda lua Marishale"} 134 MP{"Lutanda lua Mariane wa muulu"} 148 NF{"Lutanda lua Norfok"} 178 SB{"Lutanda lua Solomu"} 195 TC{"Lutanda lua Tuluki ne Kaiko"} 218 VG{"Lutanda lua Vierzi wa Angeletele"} [all …]
|
/external/llvm-project/lldb/unittests/ScriptInterpreter/Lua/ |
D | LuaTests.cpp | 41 Lua lua; in TEST() local 42 llvm::Error error = lua.Run("foo = 1"); in TEST() 47 Lua lua; in TEST() local 48 llvm::Error error = lua.Run("nil = foo"); in TEST()
|
/external/llvm-project/lldb/test/Shell/Reproducer/ |
D | TestLuaImport.test | 1 # REQUIRES: lua 6 …RUN: %lldb -x -b --script-language lua --capture --capture-path %t.repro -o 'command script import… 11 # FILES: foo.lua
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/bazel/ |
D | lua.BUILD | 9 "src/lua.h", 10 "src/lua.hpp", 77 "src/lua.h", 78 "src/lua.hpp", 91 name = "lua", 93 "src/lua.c",
|
/external/llvm-project/lldb/bindings/lua/ |
D | lua.swig | 12 %include "lua-typemaps.swig" 19 #include "../bindings/lua/lua-swigsafecast.swig" 25 %include "lua-wrapper.swig"
|
/external/flatbuffers/docs/source/ |
D | LuaUsage.md | 20 `flatbuffers/lua`. You can browse the library code on the 21 [FlatBuffers GitHub page](https://github.com/google/flatbuffers/tree/master/lua). 26 The test code itself is located in [luatest.lua](https://github.com/google/ 27 flatbuffers/blob/master/tests/luatest.lua). 32 *Note: This script requires [Lua 5.3](https://www.lua.org/) to be 43 schema with the `--lua` option to `flatc`. Then you can include both 50 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.lua} 68 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.lua}
|