Searched refs:lua (Results 1 – 25 of 96) sorted by relevance
1234
/external/skia/gyp/ |
D | lua.gyp | 11 'target_name': 'lua', 16 '../third_party/lua/src/lapi.c', 17 '../third_party/lua/src/lcode.c', 18 '../third_party/lua/src/lctype.c', 19 '../third_party/lua/src/ldebug.c', 20 '../third_party/lua/src/ldo.c', 21 '../third_party/lua/src/ldump.c', 22 '../third_party/lua/src/lfunc.c', 23 '../third_party/lua/src/lgc.c', 24 '../third_party/lua/src/llex.c', [all …]
|
D | tools.gyp | 299 '../tools/lua/lua_app.cpp', 311 'lua.gyp:lua', 321 '../tools/lua/lua_pictures.cpp', 335 'lua.gyp:lua', 535 '../third_party/lua/src/', 538 'lua.gyp:lua',
|
D | SampleApp.gyp | 152 'lua.gyp:lua',
|
/external/skia/src/utils/ |
D | SkLuaCanvas.cpp | 43 #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() 112 lua.pushScalar(matrix.getTranslateX(), "dx"); in didConcat() 113 lua.pushScalar(matrix.getTranslateY(), "dy"); in didConcat() 118 lua.pushScalar(matrix.getScaleX(), "sx"); in didConcat() 119 lua.pushScalar(matrix.getScaleY(), "sy"); in didConcat() 140 lua.pushRect(r, "rect"); in onClipRect() 141 lua.pushBool(kSoft_ClipEdgeStyle == edgeStyle, "aa"); in onClipRect() 147 lua.pushRRect(rrect, "rrect"); in onClipRRect() [all …]
|
/external/icu/icu4c/source/data/region/ |
D | lu.txt | 50 CK{"Lutanda lua Kookɛ"} 57 CV{"Lutanda lua Kapevele"} 74 FK{"Lutanda lua Maluni"} 119 KY{"Lutanda lua Kayima"} 136 MH{"Lutanda lua Marishale"} 141 MP{"Lutanda lua Mariane wa muulu"} 155 NF{"Lutanda lua Norfok"} 185 SB{"Lutanda lua Solomu"} 202 TC{"Lutanda lua Tuluki ne Kaiko"} 225 VG{"Lutanda lua Vierzi wa Angeletele"} [all …]
|
/external/svox/pico_resources/tools/LingwareBuilding/ |
D | Readme.txt | 8 ! perl, lua, cygwin 11 ! lua 5.1.4 http://www.lua.org/
|
/external/skia/site/dev/testing/ |
D | ct.md | 18 …n [telemetry](https://www.chromium.org/developers/telemetry)'s benchmarks, lua scripts and other t… 25 … contains the ability to run lua scripts on the SKP repository to scrape web pages. It only takes … 30 * Run Lua Scripts. Documentation about lua bindings is [here](https://skia.org/user/special/lua). W… 58 The framework has also been used to run multiple lua scripts to scrape the SKP repositories for the…
|
/external/skia/site/user/special/ |
D | lua.md | 14 Building lua requires the readline development library. If missing this can be installed (on Ubuntu… 36 $ lua 47 The key part to loading the bindings is `require 'skia'` which tells lua to look
|
/external/v8/tools/gcmole/ |
D | README | 41 folder as driver (gcmole.lua). 46 CLANG_BIN=<path-to-clang-bin-folder> lua tools/gcmole/gcmole.lua [<arch>]
|
/external/hyphenation-patterns/Ethi/ |
D | hyph-und-ethi.lic.txt | 12 …hyphen/trunk/hyph-utf8/source/generic/hyph-utf8/languages/mul-ethi/generate_patterns_mul-ethi.lua).
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
D | picoloadphones.lua | 1 #!lua
|
D | picoloaddbg.lua | 1 #!lua
|
/external/icu/icu4c/source/data/lang/ |
D | ur.txt | 166 lua{"لیوبا لولوآ"}
|
D | am.txt | 246 lua{"ሉባ-ሉሏ"}
|
D | or.txt | 244 lua{"ଲୁବା-ଲୁଲୁଆ"}
|
D | brx.txt | 246 lua{"लुबा लुलुआ"}
|
D | ks.txt | 248 lua{"لوٗبا لوٗلُوا"}
|
D | bs_Cyrl.txt | 252 lua{"луба-лулуа"}
|
D | ne.txt | 331 lua{"लुबा-लुलुआ"}
|
D | he.txt | 304 lua{"לובה, לולואה"}
|
D | fa.txt | 302 lua{"لوبایی‐لولوا"}
|
D | ta.txt | 294 lua{"லுபா-லுலுலா"}
|
D | sr.txt | 280 lua{"Луба-лулуа"}
|
/external/curl/docs/ |
D | ROADMAP.md | 106 1. Embed a language interpreter (lua?). For that middle ground where curl
|
D | BINDINGS | 123 http://luaforge.net/projects/lua-curl/
|
1234