MCPcopy Create free account

hub / github.com/Tencent/RapidView / functions

Functions4,469 in github.com/Tencent/RapidView

↓ 764 callersMethodvalueOf
Convert java boolean to a {@link LuaValue}. @param b boolean value to convert @return {@link #TRUE} if not or {@link #FALSE} if false
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:3159
↓ 552 callersMethodget
(String key)
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/deobfuscated/IDataBinder.java:51
↓ 210 callersMethodlength
Length operator: return lua length of object {@code (#this)} including metatag processing as java int @return length as defined by the lua # operator
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:2025
↓ 209 callersMethodset
( int key, LuaValue value )
luaj_virtual_machine/src/core/org/luaj/vm2/LuaTable.java:262
↓ 180 callersMethodappend
( Instruction i )
luaj_virtual_machine/src/jse/org/luaj/vm2/luajc/JavaBuilder.java:758
↓ 170 callersMethodsubstring
Take a substring using Java zero-based indexes for begin and end or range. @param beginIndex The zero-based index of the first character to include.
luaj_virtual_machine/src/core/org/luaj/vm2/LuaString.java:435
↓ 166 callersMethodtojstring
Convert the buffer to a Java String @return the value as a Java String
luaj_virtual_machine/src/core/org/luaj/vm2/Buffer.java:119
↓ 163 callersMethodgetParser
()
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/deobfuscated/IRapidView.java:48
↓ 161 callersMethodadd
(Element element)
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/deobfuscated/IRapidTask.java:38
↓ 161 callersMethodthrowsErrorReq
(LuaValue obj, String method )
luaj_virtual_machine/test/junit/org/luaj/vm2/TypeTest.java:904
↓ 153 callersMethodarg
Get the n-th argument value (1-based). @param i the index of the argument to get, 1 is the first argument @return Value at position i, or LuaValue.NIL
luaj_virtual_machine/src/core/org/luaj/vm2/Varargs.java:57
↓ 149 callersMethodd
(String tag, String msg)
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/utils/XLog.java:21
↓ 147 callersMethodthrowsError
(LuaValue obj, String method, Class argtype, Object argument )
luaj_virtual_machine/test/junit/org/luaj/vm2/TypeTest.java:546
↓ 139 callersMethodgetString
()
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/deobfuscated/IVar.java:37
↓ 126 callersMethodvalueOf
Get a {@link LuaString} instance whose bytes match the supplied Java String using the UTF8 encoding. @param string Java String containing characters t
luaj_virtual_machine/src/core/org/luaj/vm2/LuaString.java:113
↓ 121 callersMethodjj_consume_token
(int kind)
luaj_virtual_machine/src/jse/org/luaj/vm2/parser/LuaParser.java:1720
↓ 118 callersMethodvarargsOf
Construct a {@link Varargs} around an array of {@link LuaValue}s. @param v The array of {@link LuaValue}s @return {@link Varargs} wrapping the suppli
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:3403
↓ 114 callersMethodset
Set the value of this Slot's first Entry, if possible, or return a new Slot whose first entry has the given value.
luaj_virtual_machine/src/core/org/luaj/vm2/LuaTable.java:943
↓ 111 callersMethodarg1
Get the first argument in the list. @return LuaValue which is first in the list, or LuaValue.NIL if there are no values. @see Varargs#arg(int) @see Lu
luaj_virtual_machine/src/core/org/luaj/vm2/Varargs.java:71
↓ 109 callersMethodget
( int key )
luaj_virtual_machine/src/core/org/luaj/vm2/LuaTable.java:220
↓ 96 callersMethodappend
Append a single byte to the buffer. @return {@code this} to allow call chaining
luaj_virtual_machine/src/core/org/luaj/vm2/Buffer.java:135
↓ 96 callersMethodtodouble
Return argument i as a java double value or 0 if not a number. @param i the index of the argument to convert, 1 is the first argument @return double v
luaj_virtual_machine/src/core/org/luaj/vm2/Varargs.java:431
↓ 95 callersMethodgetView
()
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/deobfuscated/IRapidView.java:46
↓ 90 callersMethodcoerce
Coerse a Java object to a corresponding lua value. <p> Integral types {@code boolean}, {@code byte}, {@code char}, and {@code int} will become {@link
luaj_virtual_machine/src/jse/org/luaj/vm2/lib/jse/CoerceJavaToLua.java:176
↓ 81 callersMethodindexOf
Find the index of a byte starting at a point in this string @param b the byte to look for @param start the first index in the string @return index of
luaj_virtual_machine/src/core/org/luaj/vm2/LuaString.java:588
↓ 77 callersMethodtryMathOp
(String op, double x)
luaj_virtual_machine/test/junit/org/luaj/vm2/MathLibTest.java:204
↓ 76 callersMethodcall
Call {@code this} with 0 arguments, including metatag processing, and return only the first return value. <p> If {@code this} is a {@link LuaFunction}
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:1424
↓ 74 callersMethodgetValue
Get the value of the upvalue @return the {@link LuaValue} for this upvalue
luaj_virtual_machine/src/core/org/luaj/vm2/UpValue.java:62
↓ 74 callersMethodprint
Pretty-prints contents of a Prototype. @param prototype Prototype to print.
luaj_virtual_machine/src/core/org/luaj/vm2/Print.java:349
↓ 73 callersMethodgetContext
()
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/deobfuscated/IRapidParser.java:96
↓ 70 callersMethodvalueOf
(int i)
luaj_virtual_machine/src/core/org/luaj/vm2/LuaInteger.java:51
↓ 68 callersMethodeq
Equals: Perform equality comparison with another value including metatag processing using {@link #EQ}. @param val The value to compare with. @return
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:2048
↓ 66 callersMethodargerror
Throw a {@link LuaError} indicating an invalid argument was supplied to a function @param expected String naming the type that was expected @throws Lu
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:1058
↓ 66 callersMethodtoString
Convert the buffer to a Java String @return the value as a Java String
luaj_virtual_machine/src/core/org/luaj/vm2/Buffer.java:127
↓ 64 callersMethodtableOf
Construct an empty {@link LuaTable}. @return new {@link LuaTable} instance with no values and no metatable.
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:3205
↓ 64 callersMethodtoboolean
()
luaj_virtual_machine/src/core/org/luaj/vm2/LuaNil.java:68
↓ 63 callersMethodisEmpty
(String value)
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/utils/RapidStringUtils.java:45
↓ 63 callersMethodsubargs
Create a {@code Varargs} instance containing arguments starting at index {@code start} @param start the index from which to include arguments, where 1
luaj_virtual_machine/src/core/org/luaj/vm2/Varargs.java:505
↓ 61 callersMethoderror
Throw a {@link LuaError} with a particular message @param message String providing message details @throws LuaError in all cases
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:1041
↓ 58 callersMethodcheckint
Return argument i as a java int value, discarding any fractional part, or throw an error if not a number. @param i the index of the argument to test,
luaj_virtual_machine/src/core/org/luaj/vm2/Varargs.java:308
↓ 57 callersMethodisnil
Check if {@code this} is {@code #NIL} @return true if this is {@code #NIL}, otherwise false @see #NIL @see #NONE @see #checknotnil() @see #optvalue(Lu
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:370
↓ 56 callersMethodrunFragment
( Varargs expected, String script )
luaj_virtual_machine/test/junit/org/luaj/vm2/FragmentsTest.java:64
↓ 54 callersMethodgetmetatable
()
luaj_virtual_machine/src/core/org/luaj/vm2/LuaNil.java:76
↓ 54 callersMethodjj_scan_token
(int kind)
luaj_virtual_machine/src/jse/org/luaj/vm2/parser/LuaParser.java:1746
↓ 51 callersMethodisnil
()
luaj_virtual_machine/src/core/org/luaj/vm2/LuaNil.java:72
↓ 49 callersMethodexpectEquals
(Varargs x, Varargs y)
luaj_virtual_machine/test/junit/org/luaj/vm2/VarargsTest.java:60
↓ 48 callersMethodluaByte
(int index)
luaj_virtual_machine/src/core/org/luaj/vm2/LuaString.java:528
↓ 47 callersMethodnarg
Get the number of arguments, or 0 if there are none. @return number of arguments.
luaj_virtual_machine/src/core/org/luaj/vm2/Varargs.java:63
↓ 47 callersMethodnext
Get the next element after a particular key in the table @return key,value or nil
luaj_virtual_machine/src/core/org/luaj/vm2/LuaTable.java:381
↓ 47 callersMethodtoint
Return argument i as a java int value, discarding any fractional part and truncating, or 0 if not a number. @param i the index of the argument to conv
luaj_virtual_machine/src/core/org/luaj/vm2/Varargs.java:445
↓ 46 callersMethodL
(SyntaxElement e, long startinfo)
luaj_virtual_machine/src/jse/org/luaj/vm2/parser/LuaParser.java:37
↓ 45 callersMethodcheckTable
( LuaValue t, LuaValue aa, LuaValue bb, LuaValue cc, LuaValue dd, LuaValue ee, LuaValue ff, LuaValue gg,
luaj_virtual_machine/test/junit/org/luaj/vm2/MetatableTest.java:246
↓ 45 callersMethodisuserdata
Tests if argument i is a userdata. @param i the index of the argument to test, 1 is the first argument @return true if the argument exists and is a us
luaj_virtual_machine/src/core/org/luaj/vm2/Varargs.java:160
↓ 45 callersMethodload
Convenience function to load a string value as a script. Must be lua source. @param script Contents of a lua script, such as "print 'hello, world.'"
luaj_virtual_machine/src/core/org/luaj/vm2/Globals.java:195
↓ 44 callersMethodgetString
()
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/data/Var.java:414
↓ 42 callersMethodadd
Link the given new entry to this slot.
luaj_virtual_machine/src/core/org/luaj/vm2/LuaTable.java:948
↓ 41 callersMethod_assert
(boolean b)
luaj_virtual_machine/src/core/org/luaj/vm2/compiler/Constants.java:62
↓ 40 callersMethodconcat
Concatenate another value onto this value and return the result using rules of lua string concatenation including metatag processing. <p> Only strings
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:3030
↓ 40 callersMethodinheritanceLevels
Determine levels of inheritance between a base class and a subclass @param baseclass base class to look for @param subclass class from which to start
luaj_virtual_machine/src/jse/org/luaj/vm2/lib/jse/CoerceLuaToJava.java:272
↓ 40 callersMethodlt
Less than: Perform numeric or string comparison with another value of unknown type, including metatag processing, and returning {@link LuaValue}. <p>
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:2584
↓ 40 callersMethodset
Set a value in a table without metatag processing using {@link #NEWINDEX}. @param key the key to use, must not be {@link #NIL} or null @param value th
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:1165
↓ 39 callersMethodread
()
luaj_virtual_machine/test/junit/org/luaj/vm2/ErrorsTest.java:48
↓ 39 callersMethoduserdataOf
Construct a LuaUserdata for an object. @param o The java instance to be wrapped as userdata @return {@link LuaUserdata} value wrapping the java insta
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:3271
↓ 38 callersMethodeval
Evaluate any pending tail call and return result. @return the evaluated tail call result
luaj_virtual_machine/src/core/org/luaj/vm2/Varargs.java:77
↓ 37 callersMethodaccept
(Visitor visitor)
luaj_virtual_machine/src/jse/org/luaj/vm2/ast/Exp.java:29
↓ 37 callersMethodcheckstring
Return argument i as a LuaString if a string or number, or throw an error if any other type @param i the index of the argument to test, 1 is the first
luaj_virtual_machine/src/core/org/luaj/vm2/Varargs.java:343
↓ 37 callersMethoddip2px
根据手机的分辨率从 dp 的单位 转成为 px(像素)
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/utils/ViewUtils.java:38
↓ 37 callersMethodget
Get a value in a table including metatag processing using {@link #INDEX}. @param key the key to look up, must not be {@link #NIL} or null @return {@li
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:1136
↓ 37 callersMethodgetID
()
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/animation/IAnimation.java:26
↓ 36 callersMethodisstring
Tests if argument i is a string. Since all lua numbers can be used where strings are used, this will return true for both strings and numbers. @param
luaj_virtual_machine/src/core/org/luaj/vm2/Varargs.java:139
↓ 36 callersMethodloadLocal
(int pc, int slot)
luaj_virtual_machine/src/jse/org/luaj/vm2/luajc/JavaBuilder.java:382
↓ 35 callersMethodjjStopAtPos
(int pos, int kind)
luaj_virtual_machine/src/jse/org/luaj/vm2/parser/LuaParserTokenManager.java:15
↓ 35 callersMethodpow
Raise to power: Raise this value to a power including metatag processing. <p> Each operand must derive from {@link LuaNumber} or derive from {@link Lu
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:2330
↓ 35 callersMethodreadChar
Read a character.
luaj_virtual_machine/src/jse/org/luaj/vm2/parser/SimpleCharStream.java:183
↓ 35 callersMethodsub
Subtract: Perform numeric subtract operation with another value of unknown type, including metatag processing. <p> Each operand must derive from {@lin
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:2215
↓ 34 callersMethoddoTest
(String file)
luaj_virtual_machine/test/junit/org/luaj/vm2/compiler/LuaParserTests.java:17
↓ 34 callersMethodequals
(Object o)
luaj_virtual_machine/src/core/org/luaj/vm2/LuaNil.java:80
↓ 34 callersMethodjj_ntk
()
luaj_virtual_machine/src/jse/org/luaj/vm2/parser/LuaParser.java:1787
↓ 34 callersMethodload
Convert the prototype into a LuaFunction with the supplied environment.
luaj_virtual_machine/src/core/org/luaj/vm2/Globals.java:144
↓ 34 callersMethodvalue
Get buffer contents as a {@link LuaValue} @return value as a {@link LuaValue}, converting as necessary
luaj_virtual_machine/src/core/org/luaj/vm2/Buffer.java:91
↓ 33 callersMethodGETARG_A
(int i)
luaj_virtual_machine/src/core/org/luaj/vm2/Lua.java:111
↓ 33 callersMethodclear
()
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/deobfuscated/control/IRapidRecyclerView.java:119
↓ 33 callersMethodgetBoolean
()
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/deobfuscated/IVar.java:27
↓ 33 callersMethodvisit
(Chunk chunk)
luaj_virtual_machine/src/jse/org/luaj/vm2/ast/Visitor.java:29
↓ 31 callersMethodcheckjstring
Return argument i as a java String if a string or number, or throw an error if any other type @param i the index of the argument to test, 1 is the fir
luaj_virtual_machine/src/core/org/luaj/vm2/Varargs.java:336
↓ 31 callersMethodisclosure
Check if {@code this} is a {@code function} that is a closure, meaning interprets lua bytecode for its execution @return true if this is a {@code clos
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:307
↓ 31 callersMethodt
(String format, String expected)
luaj_virtual_machine/test/junit/org/luaj/vm2/lib/jse/OsLibTest.java:21
↓ 30 callersMethodGETARG_B
(int i)
luaj_virtual_machine/src/core/org/luaj/vm2/Lua.java:119
↓ 30 callersMethodjjCheckNAddStates
(int start, int end)
luaj_virtual_machine/src/jse/org/luaj/vm2/parser/LuaParserTokenManager.java:2095
↓ 30 callersMethodstringToList
(String value)
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/utils/RapidStringUtils.java:109
↓ 29 callersMethodgetInt
()
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/deobfuscated/IVar.java:29
↓ 29 callersMethodstandardGlobals
Create a standard set of globals for JSE including all the libraries. @return Table of globals initialized with the standard JSE libraries @see #debu
luaj_virtual_machine/src/jse/org/luaj/vm2/lib/jse/JsePlatform.java:94
↓ 29 callersMethodvalueOf
(double d)
luaj_virtual_machine/src/core/org/luaj/vm2/LuaDouble.java:77
↓ 28 callersMethodGET_OPCODE
(int i)
luaj_virtual_machine/src/core/org/luaj/vm2/Lua.java:107
↓ 28 callersMethodistable
Tests if argument i is a table. @param i the index of the argument to test, 1 is the first argument @return true if the argument exists and is a lua t
luaj_virtual_machine/src/core/org/luaj/vm2/Varargs.java:146
↓ 28 callersMethodlteq
Less than or equals: Perform numeric or string comparison with another value of unknown type, including metatag processing, and returning {@link LuaVa
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:2684
↓ 28 callersMethodnotify
(IRapidNode.HOOK_TYPE type, String value)
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/deobfuscated/IRapidTask.java:44
↓ 27 callersMethodclose
(Closeable stream )
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/utils/Closer.java:24
↓ 27 callersMethodgetMessage
Get the string message if it was supplied, or a string representation of the message object if that was supplied.
luaj_virtual_machine/src/core/org/luaj/vm2/LuaError.java:57
↓ 27 callersMethodnext
()
luaj_virtual_machine/src/core/org/luaj/vm2/compiler/LexState.java:721
next →1–100 of 4,469, ranked by callers