MCPcopy Create free account

hub / github.com/Tencent/RapidView / functions

Functions4,469 in github.com/Tencent/RapidView

↓ 27 callersMethodnextChar
()
luaj_virtual_machine/src/core/org/luaj/vm2/compiler/LexState.java:211
↓ 27 callersMethodoptjstring
(String defval)
luaj_virtual_machine/src/core/org/luaj/vm2/LuaNil.java:103
↓ 27 callersMethodstrvalue
Convert this value to a string if it is a {@link LuaString} or {@link LuaNumber}, or throw a {@link LuaError} if it is not @return {@link LuaString} c
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:3146
↓ 27 callersMethodtoString
Convert the value to a human readable string using {@link #tojstring()} @return String value intended to be human readible. @see #tostring() @see #toj
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:564
↓ 27 callersMethodtouserdata
Return argument i as a java Object if a userdata, or null. @param i the index of the argument to convert, 1 is the first argument @return java Object
luaj_virtual_machine/src/core/org/luaj/vm2/Varargs.java:471
↓ 26 callersMethodoptint
(int defval)
luaj_virtual_machine/src/core/org/luaj/vm2/LuaNil.java:97
↓ 26 callersMethodstoreLocal
(int pc, int slot)
luaj_virtual_machine/src/jse/org/luaj/vm2/luajc/JavaBuilder.java:392
↓ 25 callersMethodgetFloat
()
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/deobfuscated/IVar.java:33
↓ 25 callersMethodisint
Check if {@code this} is a {@code number} and is representable by java int without rounding or truncation @return true if this is a {@code number} mea
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:332
↓ 25 callersMethodremove
Return a Slot with the given value set to nil; must not return null for next() to behave correctly.
luaj_virtual_machine/src/core/org/luaj/vm2/LuaTable.java:954
↓ 25 callersMethodwrite
( LuaString string )
luaj_virtual_machine/src/core/org/luaj/vm2/lib/IoLib.java:81
↓ 24 callersMethodISK
test whether value is a constant
luaj_virtual_machine/src/core/org/luaj/vm2/Lua.java:144
↓ 24 callersMethoddiv
Divide: Perform numeric divide operation by another value of unknown type, including metatag processing. <p> Each operand must derive from {@link LuaN
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:2402
↓ 24 callersMethodisinttype
Check if {@code this} is a {@link LuaInteger} <p> No attempt to convert from string will be made by this call. @return true if this is a {@code LuaInt
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:344
↓ 24 callersMethodmod
Modulo: Perform numeric modulo operation with another value of unknown type, including metatag processing. <p> Each operand must derive from {@link Lu
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:2463
↓ 24 callersMethodmul
Multiply: Perform numeric multiply 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:2289
↓ 24 callersMethodrun
(ParamsObject object, ViewGroup.LayoutParams params, Map<String, IRapidView> brotherMap, Var value)
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/param/ParamsObject.java:51
↓ 24 callersMethodrunTest
(String testName)
luaj_virtual_machine/test/junit/org/luaj/vm2/ScriptDrivenTest.java:149
↓ 24 callersMethodsetmetatable
(LuaValue metatable)
luaj_virtual_machine/src/core/org/luaj/vm2/LuaTable.java:208
↓ 24 callersMethodthrowsLuaError
(String methodName, Object obj)
luaj_virtual_machine/test/junit/org/luaj/vm2/LuaOperationsTest.java:65
↓ 23 callersMethoderror
(log : String)
rapidstudio_vscode_extension/rapidstudio/src/tool.ts:51
↓ 23 callersMethodgetBytes
(String name)
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/utils/RapidFileLoader.java:68
↓ 23 callersMethodgetReqMap2
()
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/server/TestServer.java:213
↓ 23 callersMethodisboolean
Check if {@code this} is a {@code boolean} @return true if this is a {@code boolean}, otherwise false @see #isboolean() @see #toboolean() @see #checkb
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:297
↓ 23 callersMethodisnumber
Tests if argument i is a number. Since anywhere a number is required, a string can be used that is a number, this will return true for both numbers an
luaj_virtual_machine/src/core/org/luaj/vm2/Varargs.java:129
↓ 23 callersMethodscore
( LuaValue value )
luaj_virtual_machine/src/jse/org/luaj/vm2/lib/jse/CoerceLuaToJava.java:67
↓ 22 callersMethodcharAt
( int index )
luaj_virtual_machine/src/core/org/luaj/vm2/LuaString.java:532
↓ 22 callersMethodcheckdouble
Return argument i as a double, or throw an error if it cannot be converted to one. @param i the index of the argument to test, 1 is the first argument
luaj_virtual_machine/src/core/org/luaj/vm2/Varargs.java:294
↓ 22 callersMethodcheckuserdata
Return argument i as a java Object if a userdata, or throw an error if any other type. @param i the index of the argument to test, 1 is the first argu
luaj_virtual_machine/src/core/org/luaj/vm2/Varargs.java:364
↓ 22 callersMethodget
(LuaValue key)
luaj_virtual_machine/src/jse/org/luaj/vm2/lib/jse/JavaInstance.java:49
↓ 22 callersMethodgetCoercion
(Class c)
luaj_virtual_machine/src/jse/org/luaj/vm2/lib/jse/CoerceLuaToJava.java:358
↓ 22 callersMethodinvoke
Call {@code this} with 0 arguments, including metatag processing, and retain all return values in a {@link Varargs}. <p> If {@code this} is a {@link L
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:1693
↓ 22 callersMethodjjMoveStringLiteralDfa1_0
(long active0, long active1)
luaj_virtual_machine/src/jse/org/luaj/vm2/parser/LuaParserTokenManager.java:532
↓ 21 callersMethodchecktable
Return argument i as a LuaTable if a lua table, or throw an error if any other type. @param i the index of the argument to test, 1 is the first argume
luaj_virtual_machine/src/core/org/luaj/vm2/Varargs.java:350
↓ 21 callersMethodcodeABC
(int o, int a, int b, int c)
luaj_virtual_machine/src/core/org/luaj/vm2/compiler/FuncState.java:1105
↓ 21 callersMethodisstring
Check if {@code this} is a {@code string} @return true if this is a {@code string}, meaning derives from {@link LuaString} or {@link LuaNumber}, other
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:393
↓ 21 callersMethodjjStartNfaWithStates_0
(int pos, int kind, int state)
luaj_virtual_machine/src/jse/org/luaj/vm2/parser/LuaParserTokenManager.java:843
↓ 21 callersMethodtojstring
Convert to human readable String for any type. @return String for use by human readers based on type. @see #tostring() @see #optjstring(String) @see #
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:534
↓ 21 callersMethodtypename
Get the String name of the type of this value. <p> @return name from type name list {@link #TYPE_NAMES} corresponding to the type of this value: "nil
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:287
↓ 20 callersMethodadd
Add: Perform numeric add operation with another value including metatag processing. <p> Each operand must derive from {@link LuaNumber} or derive from
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:2173
↓ 20 callersMethodcall
()
luaj_virtual_machine/src/core/org/luaj/vm2/LuaClosure.java:129
↓ 20 callersMethoddoTest
( boolean littleEndian, int numberFormat, boolean stripDebug, String script, String expectedPriorDump, Str
luaj_virtual_machine/test/junit/org/luaj/vm2/compiler/DumpLoadEndianIntTest.java:83
↓ 20 callersMethodeq
( LuaValue val )
luaj_virtual_machine/src/core/org/luaj/vm2/LuaTable.java:875
↓ 20 callersMethodexecute
(...args: any[])
rapidstudio_vscode_extension/rapidstudio/src/command/command.ts:17
↓ 20 callersMethodisfunction
Tests if argument i is a function. @param i the index of the argument to test, 1 is the first argument @return true if the argument exists and is a fu
luaj_virtual_machine/src/core/org/luaj/vm2/Varargs.java:117
↓ 20 callersMethodisthread
Tests if argument i is a thread. @param i the index of the argument to test, 1 is the first argument @return true if the argument exists and is a lua
luaj_virtual_machine/src/core/org/luaj/vm2/Varargs.java:153
↓ 20 callersMethodj2mepow
(double x, double y)
luaj_virtual_machine/test/junit/org/luaj/vm2/MathLibTest.java:46
↓ 20 callersMethodnew_Table
()
luaj_virtual_machine/test/junit/org/luaj/vm2/TableTest.java:31
↓ 20 callersMethodnext
Find the next key,value pair if {@code this} is a table, return {@link #NIL} if there are no more, or throw a {@link LuaError} if not a table. <p> To
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:1327
↓ 20 callersMethodoptvalue
(LuaValue defval)
luaj_virtual_machine/src/core/org/luaj/vm2/LuaNil.java:107
↓ 19 callersMethoddumpInt
(int x)
luaj_virtual_machine/src/core/org/luaj/vm2/compiler/DumpState.java:113
↓ 19 callersMethodlastIndexOf
Find the last index of a string in this string @param s the string to search for @return index of last match found, or -1 if not found.
luaj_virtual_machine/src/core/org/luaj/vm2/LuaString.java:617
↓ 19 callersMethodreplace
(int n, int v, int field, int width)
luaj_virtual_machine/src/core/org/luaj/vm2/lib/Bit32Lib.java:206
↓ 19 callersMethodtypename
()
luaj_virtual_machine/src/core/org/luaj/vm2/LuaNil.java:56
↓ 19 callersMethodtyperror
Throw a {@link LuaError} indicating an invalid type was supplied to a function @param expected String naming the type that was expected @throws LuaErr
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:1073
↓ 19 callersMethodvalue
Return first entry's value
luaj_virtual_machine/src/core/org/luaj/vm2/LuaTable.java:972
↓ 18 callersMethodjjCheckNAddTwoStates
(int state1, int state2)
luaj_virtual_machine/src/jse/org/luaj/vm2/parser/LuaParserTokenManager.java:2089
↓ 18 callersMethodread
()
luaj_virtual_machine/src/core/org/luaj/vm2/lib/IoLib.java:94
↓ 18 callersMethodtojstring
()
luaj_virtual_machine/src/core/org/luaj/vm2/LuaString.java:259
↓ 18 callersMethodtolong
Return argument i as a java long value, discarding any fractional part and truncating, or 0 if not a number. @param i the index of the argument to con
luaj_virtual_machine/src/core/org/luaj/vm2/Varargs.java:452
↓ 17 callersMethodLineInfo
()
luaj_virtual_machine/src/jse/org/luaj/vm2/parser/LuaParser.java:33
↓ 17 callersMethodbuffer
Convert the value to a {@link Buffer} for more efficient concatenation of multiple strings. @return Buffer instance containing the string or number
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:3084
↓ 17 callersMethodcheckarith
Check for number in arithmetic, or throw aritherror
luaj_virtual_machine/src/core/org/luaj/vm2/LuaString.java:332
↓ 17 callersMethodexpectNegSubargsError
(Varargs v)
luaj_virtual_machine/test/junit/org/luaj/vm2/VarargsTest.java:215
↓ 17 callersMethodget
()
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/utils/RapidThreadPool.java:48
↓ 17 callersMethodgetInstance
()
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/framework/RapidPool.java:73
↓ 17 callersMethodgetReqMap3
()
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/server/TestServer.java:221
↓ 17 callersMethodlength
()
luaj_virtual_machine/src/core/org/luaj/vm2/LuaString.java:520
↓ 17 callersMethodloadInt
Load a 4-byte int value from the input stream @return the int value laoded.
luaj_virtual_machine/src/core/org/luaj/vm2/LoadState.java:173
↓ 17 callersMethodmetatag
Get particular metatag, or return {@link LuaValue#NIL} if it doesn't exist @param tag Metatag name to look up, typically a string such as {@link LuaVa
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:3347
↓ 17 callersMethodoptuserdata
(Object defval)
luaj_virtual_machine/src/core/org/luaj/vm2/LuaNil.java:105
↓ 17 callersMethodrawget
Get a value in a table without metatag processing. @param key the key to look up, must not be {@link #NIL} or null @return {@link LuaValue} for that k
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:1220
↓ 17 callersMethodtobyte
Return argument i as a java byte value, discarding any fractional part and truncating, or 0 if not a number. @param i the index of the argument to con
luaj_virtual_machine/src/core/org/luaj/vm2/Varargs.java:418
↓ 17 callersMethodtochar
Return argument i as a java char value, discarding any fractional part and truncating, or 0 if not a number. @param i the index of the argument to con
luaj_virtual_machine/src/core/org/luaj/vm2/Varargs.java:425
↓ 17 callersMethodtofloat
Return argument i as a java float value, discarding excess fractional part and truncating, or 0 if not a number. @param i the index of the argument to
luaj_virtual_machine/src/core/org/luaj/vm2/Varargs.java:438
↓ 17 callersMethodtoshort
Return argument i as a java short value, discarding any fractional part and truncating, or 0 if not a number. @param i the index of the argument to co
luaj_virtual_machine/src/core/org/luaj/vm2/Varargs.java:465
↓ 16 callersMethodGETARG_C
(int i)
luaj_virtual_machine/src/core/org/luaj/vm2/Lua.java:123
↓ 16 callersMethodchecknotnil
()
luaj_virtual_machine/src/core/org/luaj/vm2/LuaNil.java:84
↓ 16 callersMethodcompile
Compile lua source into a Prototype. The InputStream is assumed to be in UTF-8.
luaj_virtual_machine/src/core/org/luaj/vm2/Globals.java:150
↓ 16 callersMethodgetMethod
(LuaValue key)
luaj_virtual_machine/src/jse/org/luaj/vm2/lib/jse/JavaClass.java:95
↓ 16 callersMethodgetParentView
()
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/deobfuscated/IRapidParser.java:57
↓ 16 callersMethodgteq
Greater than or equals: Perform numeric or string comparison with another value of unknown type, including metatag processing, and returning {@link Lu
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:2884
↓ 16 callersMethodislong
Check if {@code this} is a {@code number} and is representable by java long without rounding or truncation @return true if this is a {@code number} me
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:358
↓ 16 callersMethodscannumber
Convert to a number in base 10, or base 16 if the string starts with '0x', or return Double.NaN if it cannot be converted to a number. @return double
luaj_virtual_machine/src/core/org/luaj/vm2/LuaString.java:758
↓ 16 callersMethodsetmetatable
Set the metatable for this {@link LuaValue} <p> For {@link LuaTable} and {@link LuaUserdata} instances, the metatable is per instance. For all other t
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:1399
↓ 16 callersMethodtoString
Returns the image.
luaj_virtual_machine/src/jse/org/luaj/vm2/parser/Token.java:100
↓ 16 callersMethodwrite
(LuaString s)
luaj_virtual_machine/src/jse/org/luaj/vm2/lib/jse/JseIoLib.java:151
↓ 15 callersMethodExp
()
luaj_virtual_machine/src/jse/org/luaj/vm2/parser/LuaParser.java:711
↓ 15 callersMethodcall
(LuaValue var1, LuaValue var2)
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/lua/RapidLuaLib.java:47
↓ 15 callersMethodcompareerror
Throw a {@link LuaError} based on a comparison error such as greater-than or less-than, typically due to an invalid operand type @param rhs String des
luaj_virtual_machine/src/core/org/luaj/vm2/LuaValue.java:1116
↓ 15 callersMethodgetLength
()
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/deobfuscated/IBytes.java:31
↓ 15 callersMethodgetReqMap1
()
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/server/TestServer.java:204
↓ 15 callersMethodgetTaskCenter
()
rapidview-sample/rapidview-core/src/main/java/com/tencent/rapidview/deobfuscated/IRapidParser.java:77
↓ 15 callersMethodhashCode
()
luaj_virtual_machine/src/core/org/luaj/vm2/LuaString.java:443
↓ 15 callersMethodindexOfAny
Java version of strpbrk - find index of any byte that in an accept string. @param accept {@link LuaString} containing characters to look for. @return
luaj_virtual_machine/src/core/org/luaj/vm2/LuaString.java:569
↓ 15 callersMethodinit
( int k, int i )
luaj_virtual_machine/src/core/org/luaj/vm2/compiler/LexState.java:770
↓ 15 callersMethodrealloc
(LuaValue[] v, int n)
luaj_virtual_machine/src/core/org/luaj/vm2/compiler/Constants.java:110
↓ 15 callersMethodreset
()
luaj_virtual_machine/src/core/org/luaj/vm2/Globals.java:454
↓ 15 callersMethodsave_and_next
()
luaj_virtual_machine/src/core/org/luaj/vm2/compiler/LexState.java:224
↓ 15 callersMethodstandardTestsA_G
(Varargs a_g)
luaj_virtual_machine/test/junit/org/luaj/vm2/VarargsTest.java:109
← previousnext →101–200 of 4,469, ranked by callers