/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/lua/ |
D | def.c | 62 static const void* lupb_wrapper_check(lua_State* L, int narg, in lupb_wrapper_check() 68 static void lupb_wrapper_pushdefpool(lua_State* L, int narg) { in lupb_wrapper_pushdefpool() 76 static void lupb_wrapper_pushwrapper(lua_State* L, int narg, const void* def, in lupb_wrapper_pushwrapper() 89 void lupb_MessageDef_pushsubmsgdef(lua_State* L, const upb_FieldDef* f) { in lupb_MessageDef_pushsubmsgdef() 98 const upb_FieldDef* lupb_FieldDef_check(lua_State* L, int narg) { in lupb_FieldDef_check() 102 static int lupb_FieldDef_ContainingOneof(lua_State* L) { in lupb_FieldDef_ContainingOneof() 109 static int lupb_FieldDef_ContainingType(lua_State* L) { in lupb_FieldDef_ContainingType() 116 static int lupb_FieldDef_Default(lua_State* L) { in lupb_FieldDef_Default() 126 static int lupb_FieldDef_Type(lua_State* L) { in lupb_FieldDef_Type() 132 static int lupb_FieldDef_HasSubDef(lua_State* L) { in lupb_FieldDef_HasSubDef() [all …]
|
D | msg.c | 126 static upb_CType lupb_checkfieldtype(lua_State* L, int narg) { in lupb_checkfieldtype() 139 static void lupb_cacheinit(lua_State* L) { in lupb_cacheinit() 158 static bool lupb_cacheget(lua_State* L, const void* key) { in lupb_cacheget() 180 static void lupb_cacheset(lua_State* L, const void* key) { in lupb_cacheset() 198 static upb_Arena* lupb_Arena_check(lua_State* L, int narg) { in lupb_Arena_check() 203 upb_Arena* lupb_Arena_pushnew(lua_State* L) { in lupb_Arena_pushnew() 214 static void lupb_Arena_Fuse(lua_State* L, int to, int from) { in lupb_Arena_Fuse() 220 static void lupb_Arena_Fuseobjs(lua_State* L, int to, int from) { in lupb_Arena_Fuseobjs() 227 static int lupb_Arena_gc(lua_State* L) { in lupb_Arena_gc() 240 static upb_Arena* lupb_Arenaget(lua_State* L, int narg) { in lupb_Arenaget() [all …]
|
/aosp_15_r20/external/lua/src/ |
H A D | lapi.c | 46 #define isvalid(L, o) (!ttisnil(o) || o != &G(L)->nilvalue) argument 56 static TValue *index2value (lua_State *L, int idx) { in index2value() 83 static StkId index2stack (lua_State *L, int idx) { in index2stack() 98 LUA_API int lua_checkstack (lua_State *L, int n) { in lua_checkstack() 136 LUA_API lua_CFunction lua_atpanic (lua_State *L, lua_CFunction panicf) { in lua_atpanic() 146 LUA_API lua_Number lua_version (lua_State *L) { in lua_version() 161 LUA_API int lua_absindex (lua_State *L, int idx) { in lua_absindex() 168 LUA_API int lua_gettop (lua_State *L) { in lua_gettop() 173 LUA_API void lua_settop (lua_State *L, int idx) { in lua_settop() 203 static void reverse (lua_State *L, StkId from, StkId to) { in reverse() [all …]
|
H A D | liolib.c | 65 #define l_popen(L,c,m) (fflush(NULL), popen(c,m)) argument 66 #define l_pclose(L,file) (pclose(file)) argument 70 #define l_popen(L,c,m) (_popen(c,m)) argument 71 #define l_pclose(L,file) (_pclose(file)) argument 76 #define l_popen(L,c,m) \ argument 80 #define l_pclose(L,file) ((void)L, (void)file, -1) argument 152 #define tolstream(L) ((LStream *)luaL_checkudata(L, 1, LUA_FILEHANDLE)) argument 157 static int io_type (lua_State *L) { in io_type() 171 static int f_tostring (lua_State *L) { in f_tostring() 181 static FILE *tofile (lua_State *L) { in tofile() [all …]
|
H A D | lauxlib.c | 52 static int findfield (lua_State *L, int objidx, int level) { in findfield() 79 static int pushglobalfuncname (lua_State *L, lua_Debug *ar) { in pushglobalfuncname() 100 static void pushfuncname (lua_State *L, lua_Debug *ar) { in pushfuncname() 116 static int lastlevel (lua_State *L) { in lastlevel() 131 LUALIB_API void luaL_traceback (lua_State *L, lua_State *L1, in luaL_traceback() 175 LUALIB_API int luaL_argerror (lua_State *L, int arg, const char *extramsg) { in luaL_argerror() 193 int luaL_typeerror (lua_State *L, int arg, const char *tname) { in luaL_typeerror() 207 static void tag_error (lua_State *L, int arg, int tag) { in tag_error() 216 LUALIB_API void luaL_where (lua_State *L, int level) { in luaL_where() 234 LUALIB_API int luaL_error (lua_State *L, const char *fmt, ...) { in luaL_error() [all …]
|
H A D | lbaselib.c | 24 static int luaB_print (lua_State *L) { in luaB_print() 45 static int luaB_warn (lua_State *L) { in luaB_warn() 81 static int luaB_tonumber (lua_State *L) { in luaB_tonumber() 114 static int luaB_error (lua_State *L) { in luaB_error() 126 static int luaB_getmetatable (lua_State *L) { in luaB_getmetatable() 137 static int luaB_setmetatable (lua_State *L) { in luaB_setmetatable() 149 static int luaB_rawequal (lua_State *L) { in luaB_rawequal() 157 static int luaB_rawlen (lua_State *L) { in luaB_rawlen() 166 static int luaB_rawget (lua_State *L) { in luaB_rawget() 174 static int luaB_rawset (lua_State *L) { in luaB_rawset() [all …]
|
H A D | ldo.c | 58 #define LUAI_THROW(L,c) throw(c) argument 59 #define LUAI_TRY(L,c,a) \ argument 66 #define LUAI_THROW(L,c) _longjmp((c)->b, 1) argument 67 #define LUAI_TRY(L,c,a) if (_setjmp((c)->b) == 0) { a } argument 73 #define LUAI_THROW(L,c) longjmp((c)->b, 1) argument 74 #define LUAI_TRY(L,c,a) if (setjmp((c)->b) == 0) { a } argument 91 void luaD_seterrorobj (lua_State *L, int errcode, StkId oldtop) { in luaD_seterrorobj() 114 l_noret luaD_throw (lua_State *L, int errcode) { in luaD_throw() 141 int luaD_rawrunprotected (lua_State *L, Pfunc f, void *ud) { in luaD_rawrunprotected() 164 static void correctstack (lua_State *L, StkId oldstack, StkId newstack) { in correctstack() [all …]
|
H A D | lua.c | 43 static void lstop (lua_State *L, lua_Debug *ar) { in lstop() 100 static int report (lua_State *L, int status) { in report() 113 static int msghandler (lua_State *L) { in msghandler() 132 static int docall (lua_State *L, int narg, int nres) { in docall() 160 static void createargtable (lua_State *L, char **argv, int argc, int script) { in createargtable() 173 static int dochunk (lua_State *L, int status) { in dochunk() 179 static int dofile (lua_State *L, const char *name) { in dofile() 184 static int dostring (lua_State *L, const char *s, const char *name) { in dostring() 193 static int dolibrary (lua_State *L, const char *name) { in dolibrary() 207 static int pushargs (lua_State *L) { in pushargs() [all …]
|
H A D | lmathlib.c | 29 static int math_abs (lua_State *L) { in math_abs() 40 static int math_sin (lua_State *L) { in math_sin() 45 static int math_cos (lua_State *L) { in math_cos() 50 static int math_tan (lua_State *L) { in math_tan() 55 static int math_asin (lua_State *L) { in math_asin() 60 static int math_acos (lua_State *L) { in math_acos() 65 static int math_atan (lua_State *L) { in math_atan() 73 static int math_toint (lua_State *L) { in math_toint() 86 static void pushnumint (lua_State *L, lua_Number d) { in pushnumint() 95 static int math_floor (lua_State *L) { in math_floor() [all …]
|
H A D | ldblib.c | 35 static void checkstack (lua_State *L, lua_State *L1, int n) { in checkstack() 41 static int db_getregistry (lua_State *L) { in db_getregistry() 47 static int db_getmetatable (lua_State *L) { in db_getmetatable() 56 static int db_setmetatable (lua_State *L) { in db_setmetatable() 65 static int db_getuservalue (lua_State *L) { in db_getuservalue() 77 static int db_setuservalue (lua_State *L) { in db_setuservalue() 94 static lua_State *getthread (lua_State *L, int *arg) { in getthread() 111 static void settabss (lua_State *L, const char *k, const char *v) { in settabss() 116 static void settabsi (lua_State *L, const char *k, int v) { in settabsi() 121 static void settabsb (lua_State *L, const char *k, int v) { in settabsb() [all …]
|
H A D | loadlib.c | 67 #define setprogdir(L) ((void)0) argument 133 static void *lsys_load (lua_State *L, const char *path, int seeglb) { in lsys_load() 140 static lua_CFunction lsys_sym (lua_State *L, void *lib, const char *sym) { in lsys_sym() 175 static void setprogdir (lua_State *L) { in setprogdir() 192 static void pusherror (lua_State *L) { in pusherror() 207 static void *lsys_load (lua_State *L, const char *path, int seeglb) { in lsys_load() 215 static lua_CFunction lsys_sym (lua_State *L, void *lib, const char *sym) { in lsys_sym() 243 static void *lsys_load (lua_State *L, const char *path, int seeglb) { in lsys_load() 250 static lua_CFunction lsys_sym (lua_State *L, void *lib, const char *sym) { in lsys_sym() 283 static int noenv (lua_State *L) { in noenv() [all …]
|
H A D | loslib.c | 68 #define l_pushtime(L,t) lua_pushinteger(L,(lua_Integer)(t)) argument 69 #define l_gettime(L,arg) luaL_checkinteger(L, arg) argument 74 #define l_pushtime(L,t) lua_pushnumber(L,(lua_Number)(t)) argument 75 #define l_gettime(L,arg) luaL_checknumber(L, arg) argument 142 static int os_execute (lua_State *L) { in os_execute() 156 static int os_remove (lua_State *L) { in os_remove() 162 static int os_rename (lua_State *L) { in os_rename() 169 static int os_tmpname (lua_State *L) { in os_tmpname() 180 static int os_getenv (lua_State *L) { in os_getenv() 186 static int os_clock (lua_State *L) { in os_clock() [all …]
|
H A D | lstate.c | 51 #define fromstate(L) (cast(LX *, cast(lu_byte *, (L)) - offsetof(LX, l))) argument 71 static unsigned int luai_makeseed (lua_State *L) { in luai_makeseed() 99 LUA_API int lua_setcstacklimit (lua_State *L, unsigned int limit) { in lua_setcstacklimit() 135 void luaE_enterCcall (lua_State *L) { in luaE_enterCcall() 156 CallInfo *luaE_extendCI (lua_State *L) { in luaE_extendCI() 174 void luaE_freeCI (lua_State *L) { in luaE_freeCI() 192 void luaE_shrinkCI (lua_State *L) { in luaE_shrinkCI() 214 static void stack_init (lua_State *L1, lua_State *L) { in stack_init() 237 static void freestack (lua_State *L) { in freestack() 250 static void init_registry (lua_State *L, global_State *g) { in init_registry() [all …]
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/container/internal/ |
H A D | layout_test.cc | 90 using L = Layout<int32_t>; in TEST() typedef 96 using L = Layout<int32_t, int32_t>; in TEST() typedef 105 using L = Layout<int8_t, int32_t, Int128>; in TEST() typedef 123 using L = Layout<int32_t>; in TEST() typedef 129 using L = Layout<int32_t, int32_t>; in TEST() typedef 137 using L = Layout<int8_t, int32_t, Int128>; in TEST() typedef 152 using L = Layout<int32_t>; in TEST() typedef 158 using L = Layout<int32_t, int32_t>; in TEST() typedef 168 using L = Layout<int8_t, int32_t, Int128>; in TEST() typedef 202 using L = Layout<int32_t>; in TEST() typedef [all …]
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/container/internal/ |
H A D | layout_test.cc | 90 using L = Layout<int32_t>; in TEST() typedef 96 using L = Layout<int32_t, int32_t>; in TEST() typedef 105 using L = Layout<int8_t, int32_t, Int128>; in TEST() typedef 123 using L = Layout<int32_t>; in TEST() typedef 129 using L = Layout<int32_t, int32_t>; in TEST() typedef 137 using L = Layout<int8_t, int32_t, Int128>; in TEST() typedef 152 using L = Layout<int32_t>; in TEST() typedef 158 using L = Layout<int32_t, int32_t>; in TEST() typedef 168 using L = Layout<int8_t, int32_t, Int128>; in TEST() typedef 202 using L = Layout<int32_t>; in TEST() typedef [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
D | layout_test.cc | 90 using L = Layout<int32_t>; in TEST() typedef 96 using L = Layout<int32_t, int32_t>; in TEST() typedef 105 using L = Layout<int8_t, int32_t, Int128>; in TEST() typedef 123 using L = Layout<int32_t>; in TEST() typedef 129 using L = Layout<int32_t, int32_t>; in TEST() typedef 137 using L = Layout<int8_t, int32_t, Int128>; in TEST() typedef 152 using L = Layout<int32_t>; in TEST() typedef 158 using L = Layout<int32_t, int32_t>; in TEST() typedef 168 using L = Layout<int8_t, int32_t, Int128>; in TEST() typedef 202 using L = Layout<int32_t>; in TEST() typedef [all …]
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/container/internal/ |
H A D | layout_test.cc | 90 using L = Layout<int32_t>; in TEST() typedef 96 using L = Layout<int32_t, int32_t>; in TEST() typedef 105 using L = Layout<int8_t, int32_t, Int128>; in TEST() typedef 123 using L = Layout<int32_t>; in TEST() typedef 129 using L = Layout<int32_t, int32_t>; in TEST() typedef 137 using L = Layout<int8_t, int32_t, Int128>; in TEST() typedef 152 using L = Layout<int32_t>; in TEST() typedef 158 using L = Layout<int32_t, int32_t>; in TEST() typedef 168 using L = Layout<int8_t, int32_t, Int128>; in TEST() typedef 202 using L = Layout<int32_t>; in TEST() typedef [all …]
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/container/internal/ |
H A D | layout_test.cc | 93 using L = Layout<int32_t>; in TEST() typedef 99 using L = Layout<int32_t, int32_t>; in TEST() typedef 108 using L = Layout<int8_t, int32_t, Int128>; in TEST() typedef 126 using L = Layout<int32_t>; in TEST() typedef 132 using L = Layout<int32_t, int32_t>; in TEST() typedef 140 using L = Layout<int8_t, int32_t, Int128>; in TEST() typedef 155 using L = Layout<int32_t>; in TEST() typedef 161 using L = Layout<int32_t, int32_t>; in TEST() typedef 171 using L = Layout<int8_t, int32_t, Int128>; in TEST() typedef 205 using L = Layout<int32_t>; in TEST() typedef [all …]
|
/aosp_15_r20/external/abseil-cpp/absl/container/internal/ |
H A D | layout_test.cc | 93 using L = Layout<int32_t>; in TEST() typedef 99 using L = Layout<int32_t, int32_t>; in TEST() typedef 108 using L = Layout<int8_t, int32_t, Int128>; in TEST() typedef 126 using L = Layout<int32_t>; in TEST() typedef 132 using L = Layout<int32_t, int32_t>; in TEST() typedef 140 using L = Layout<int8_t, int32_t, Int128>; in TEST() typedef 155 using L = Layout<int32_t>; in TEST() typedef 161 using L = Layout<int32_t, int32_t>; in TEST() typedef 171 using L = Layout<int8_t, int32_t, Int128>; in TEST() typedef 205 using L = Layout<int32_t>; in TEST() typedef [all …]
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/container/internal/ |
H A D | layout_test.cc | 93 using L = Layout<int32_t>; in TEST() typedef 99 using L = Layout<int32_t, int32_t>; in TEST() typedef 108 using L = Layout<int8_t, int32_t, Int128>; in TEST() typedef 126 using L = Layout<int32_t>; in TEST() typedef 132 using L = Layout<int32_t, int32_t>; in TEST() typedef 140 using L = Layout<int8_t, int32_t, Int128>; in TEST() typedef 155 using L = Layout<int32_t>; in TEST() typedef 161 using L = Layout<int32_t, int32_t>; in TEST() typedef 171 using L = Layout<int8_t, int32_t, Int128>; in TEST() typedef 205 using L = Layout<int32_t>; in TEST() typedef [all …]
|
/aosp_15_r20/packages/modules/Connectivity/tests/unit/java/android/net/ |
D | NetworkStatsTest.java | 452 assertValues(stats.getTotal(null), 1408L, 88L, 0L, 2L, 20L); in testGetTotal() local 453 assertValues(stats.getTotal(null, 100), 1280L, 80L, 0L, 2L, 20L); in testGetTotal() local 454 assertValues(stats.getTotal(null, 101), 128L, 8L, 0L, 0L, 0L); in testGetTotal() local 457 assertValues(stats.getTotal(null, ifaces), 0L, 0L, 0L, 0L, 0L); in testGetTotal() local 460 assertValues(stats.getTotal(null, ifaces), 1024L, 64L, 0L, 0L, 0L); in testGetTotal() local 496 assertValues(after.getTotalIncludingTags(null), 127L, 254L, 0L, 4L, 40L); in testRemoveUids() local 500 assertValues(after.getTotalIncludingTags(null), 127L, 254L, 0L, 4L, 40L); in testRemoveUids() local 558 assertValues(expectedMultiple.getTotalIncludingTags(null), 14L, 104L, 4L, 4L, 21L); in testRemoveEmptyEntries() local
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | PatternMatch.h | 87 LTy L; member 102 LTy L; member 117 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) { in m_CombineOr() 123 inline match_combine_and<LTy, RTy> m_CombineAnd(const LTy &L, const RTy &R) { in m_CombineAnd() 393 LHS_t L; member 406 inline AnyBinaryOp_match<LHS, RHS> m_BinOp(const LHS &L, const RHS &R) { in m_BinOp() 416 LHS_t L; member 434 inline BinaryOp_match<LHS, RHS, Instruction::Add> m_Add(const LHS &L, in m_Add() 440 inline BinaryOp_match<LHS, RHS, Instruction::FAdd> m_FAdd(const LHS &L, in m_FAdd() 446 inline BinaryOp_match<LHS, RHS, Instruction::Sub> m_Sub(const LHS &L, in m_Sub() [all …]
|
/aosp_15_r20/art/test/2275-integral-unsigned-arithmetic/src/ |
H A D | Main.java | 145 assertEquals($noinline$divideUnsignedLong(Long.MAX_VALUE, -1L), 0L); in test_Long_divideUnsigned_no_fold() local 151 assertEquals($noinline$divideUnsignedLong(Long.MAX_VALUE, Long.MIN_VALUE), 0L); in test_Long_divideUnsigned_no_fold() local 152 assertEquals($noinline$divideUnsignedLong(Long.MIN_VALUE, Long.MAX_VALUE), 1L); in test_Long_divideUnsigned_no_fold() local 155 assertEquals($noinline$divideUnsignedLong(BIG_LONG_VALUE, BIG_LONG_VALUE), 1L); in test_Long_divideUnsigned_no_fold() local 157 assertEquals($noinline$divideUnsignedLong(BIG_LONG_VALUE, 1024L), 721960566564885L); in test_Long_divideUnsigned_no_fold() local 158 assertEquals($noinline$divideUnsignedLong(BIG_LONG_VALUE, 0x1FFFFFFFFL), 86064406L); in test_Long_divideUnsigned_no_fold() local 201 assertEquals(Long.divideUnsigned(Long.MAX_VALUE, -1L), 0L); in test_Long_divideUnsigned() local 207 assertEquals(Long.divideUnsigned(Long.MAX_VALUE, Long.MIN_VALUE), 0L); in test_Long_divideUnsigned() local 208 assertEquals(Long.divideUnsigned(Long.MIN_VALUE, Long.MAX_VALUE), 1L); in test_Long_divideUnsigned() local 211 assertEquals(Long.divideUnsigned(BIG_LONG_VALUE, BIG_LONG_VALUE), 1L); in test_Long_divideUnsigned() local [all …]
|
/aosp_15_r20/external/mesa3d/src/freedreno/decode/ |
H A D | script.c | 26 static lua_State *L; variable 90 l_meta_rnn_enum_tostring(lua_State *L) in l_meta_rnn_enum_tostring() 107 l_meta_rnn_enum_tonumber(lua_State *L) in l_meta_rnn_enum_tonumber() 121 pushenum(struct lua_State *L, int val, struct rnnenum *info) in pushenum() 152 push_rnndoff(lua_State *L, struct rnn *rnn, struct rnndelem *elem, in push_rnndoff() 167 pushdecval(struct lua_State *L, struct rnn *rnn, uint64_t regval, in pushdecval() 196 l_rnn_etype(lua_State *L, struct rnn *rnn, struct rnndelem *elem, in l_rnn_etype() 231 l_rnn_struct_meta_index(lua_State *L) in l_rnn_struct_meta_index() 254 l_rnn_etype_struct(lua_State *L, struct rnn *rnn, struct rnndelem *elem, in l_rnn_etype_struct() 273 l_rnn_array_meta_index(lua_State *L) in l_rnn_array_meta_index() [all …]
|
/aosp_15_r20/external/threetenbp/src/test/java/org/threeten/bp/format/ |
H A D | TestDateTimeParsing.java | 195 assertEquals(acc.getLong(INSTANT_SECONDS), 86402L); in test_parse_fromField_InstantSeconds() local 196 assertEquals(acc.getLong(NANO_OF_SECOND), 0L); in test_parse_fromField_InstantSeconds() local 197 assertEquals(acc.getLong(MICRO_OF_SECOND), 0L); in test_parse_fromField_InstantSeconds() local 198 assertEquals(acc.getLong(MILLI_OF_SECOND), 0L); in test_parse_fromField_InstantSeconds() local 212 assertEquals(acc.getLong(INSTANT_SECONDS), 86402L); in test_parse_fromField_InstantSeconds_NanoOfSecond() local 213 assertEquals(acc.getLong(NANO_OF_SECOND), 123456789L); in test_parse_fromField_InstantSeconds_NanoOfSecond() local 214 assertEquals(acc.getLong(MICRO_OF_SECOND), 123456L); in test_parse_fromField_InstantSeconds_NanoOfSecond() local 215 assertEquals(acc.getLong(MILLI_OF_SECOND), 123L); in test_parse_fromField_InstantSeconds_NanoOfSecond() local 228 assertEquals(acc.getLong(SECOND_OF_DAY), 864L); in test_parse_fromField_SecondOfDay() local 229 assertEquals(acc.getLong(NANO_OF_SECOND), 0L); in test_parse_fromField_SecondOfDay() local [all …]
|