/external/lua/src/ |
D | llex.c | 32 #define next(ls) (ls->current = zgetc(ls->z)) argument 36 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r') argument 51 #define save_and_next(ls) (save(ls, ls->current), next(ls)) argument 57 static void save (LexState *ls, int c) { in save() 82 const char *luaX_token2str (LexState *ls, int token) { in luaX_token2str() 99 static const char *txtToken (LexState *ls, int token) { in txtToken() 111 static l_noret lexerror (LexState *ls, const char *msg, int token) { in lexerror() 119 l_noret luaX_syntaxerror (LexState *ls, const char *msg) { in luaX_syntaxerror() 129 TString *luaX_newstring (LexState *ls, const char *str, size_t l) { in luaX_newstring() 153 static void inclinenumber (LexState *ls) { in inclinenumber() [all …]
|
D | lparser.c | 68 static l_noret error_expected (LexState *ls, int token) { in error_expected() 95 static int testnext (LexState *ls, int c) { in testnext() 107 static void check (LexState *ls, int c) { in check() 116 static void checknext (LexState *ls, int c) { in checknext() 122 #define check_condition(ls,c,msg) { if (!(c)) luaX_syntaxerror(ls, msg); } argument 130 static void check_match (LexState *ls, int what, int who, int where) { in check_match() 143 static TString *str_checkname (LexState *ls) { in str_checkname() 166 static void codename (LexState *ls, expdesc *e) { in codename() 175 static int registerlocalvar (LexState *ls, FuncState *fs, TString *varname) { in registerlocalvar() 193 static int new_localvar (LexState *ls, TString *name) { in new_localvar() [all …]
|
/external/e2fsprogs/lib/ext2fs/ |
D | lookup.c | 38 struct lookup_struct *ls = (struct lookup_struct *) priv_data; in lookup_proc() local 54 struct lookup_struct ls; in ext2fs_lookup() local
|
D | unlink.c | 40 struct link_struct *ls = (struct link_struct *) priv_data; in unlink_proc() local 76 struct link_struct ls; in ext2fs_unlink() local
|
/external/rust/android-crates-io/crates/tokio/src/runtime/tests/ |
D | loom_local.rs | 19 let ls = LocalSet::new(); in wake_during_shutdown() localVariable
|
D | task_combinations.rs | 80 let ls = [CombiLocalSet::Yes, CombiLocalSet::No]; in test_combinations() localVariable 204 ls: Option<crate::task::LocalSet>, in test_combination() field 220 let ls = match ls { in test_combination() localVariable
|
/external/coreboot/payloads/libpayload/curses/PDCurses/pdcurses/ |
D | border.c | 131 int wborder(WINDOW *win, chtype ls, chtype rs, chtype ts, chtype bs, in wborder() 181 int border(chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, in border() 312 int wborder_set(WINDOW *win, const cchar_t *ls, const cchar_t *rs, in wborder_set() 323 int border_set(const cchar_t *ls, const cchar_t *rs, const cchar_t *ts, in border_set()
|
/external/e2fsprogs/debugfs/ |
D | ls.c | 92 struct list_dir_struct *ls = (struct list_dir_struct *) private; in list_dir_proc() local 190 struct list_dir_struct ls; in do_list_dir() local
|
/external/clang/test/SemaObjC/ |
D | conflict-nonfragile-abi2.m | 12 @property int ls; property
|
/external/eigen/bench/btl/generic_bench/utils/ |
D | size_log.hh | 36 float ls=0.0; in size_log() local
|
/external/clang/test/CodeGen/ |
D | no-opt-volatile-memcpy.c | 12 struct s ls; in foo() local
|
/external/libxkbcommon/test/ |
D | log.c | 58 darray_char *ls = xkb_context_get_user_data(ctx); in log_fn() local
|
/external/skia/resources/skottie/ |
D | skottie-text-valign-visual-2.json | 1683 "ls": 0, number 1698 "ls": 0, number 1713 "ls": 0, number 1728 "ls": 0, number 1743 "ls": 0, number 1758 "ls": 0, number 1773 "ls": 0, number 1788 "ls": 0, number 1803 "ls": 0, number 1818 "ls": 0, number [all …]
|
D | skottie-text-valign-visual-scaletofit.json | 1684 "ls": 0, number 1700 "ls": 0, number 1716 "ls": 0, number 1732 "ls": 0, number 1748 "ls": 0, number 1764 "ls": 0, number 1780 "ls": 0, number 1796 "ls": 0, number 1812 "ls": 0, number 1828 "ls": 0, number [all …]
|
D | skottie-text-valign-scaletofit.json | 1684 "ls": 0, number 1700 "ls": 0, number 1716 "ls": 0, number 1732 "ls": 0, number 1748 "ls": 0, number 1764 "ls": 0, number 1780 "ls": 0, number 1796 "ls": 0, number 1812 "ls": 0, number 1828 "ls": 0, number [all …]
|
D | skottie-text-valign-2.json | 1683 "ls": 0, number 1698 "ls": 0, number 1713 "ls": 0, number 1728 "ls": 0, number 1743 "ls": 0, number 1758 "ls": 0, number 1773 "ls": 0, number 1788 "ls": 0, number 1803 "ls": 0, number 1818 "ls": 0, number [all …]
|
D | skottie-text-allcaps.json | 50 "ls": 0, number 71 "ls": 0, number 92 "ls": 0, number 113 "ls": 0, number
|
/external/libdav1d/src/ |
D | lf_apply_tmpl.c | 181 pixel *dst, const ptrdiff_t ls, in filter_plane_cols_y() 217 pixel *dst, const ptrdiff_t ls, in filter_plane_rows_y() 248 const ptrdiff_t ls, const int w, in filter_plane_cols_uv() 285 const ptrdiff_t ls, const int w, in filter_plane_rows_uv()
|
/external/clang/test/CodeGenCXX/ |
D | no-opt-volatile-memcpy.cpp | 12 struct s ls; in foo() local
|
/external/pigweed/pw_env_setup/py/pw_env_setup/ |
D | python_packages.py | 47 def ls(output_file: Path | None) -> int: # pylint: disable=invalid-name function
|
/external/mesa3d/src/panfrost/compiler/valhall/ |
D | va_compiler.h | 91 unsigned fma, cvt, sfu, v, ls, t; member
|
/external/sdv/vsomeip/third_party/boost/atomic/src/ |
D | lock_pool.cpp | 1301 lock_state& ls = g_lock_pool[get_lock_index(h)].state; in short_lock() local 1308 lock_state& ls = g_lock_pool[get_lock_index(h)].state; in long_lock() local 1323 lock_state* ls = static_cast< lock_state* >(vls); in allocate_wait_state() local 1345 lock_state* ls = static_cast< lock_state* >(vls); in free_wait_state() local 1355 lock_state* ls = static_cast< lock_state* >(vls); in wait() local 1374 lock_state* ls = static_cast< lock_state* >(vls); in notify_one() local 1384 lock_state* ls = static_cast< lock_state* >(vls); in notify_all() local
|
/external/vogar/src/vogar/android/ |
D | DeviceFilesystem.java | 82 public List<File> ls(File dir) throws FileNotFoundException { in ls() method in DeviceFilesystem
|
/external/stg/test_cases/info_tests/primitive/ |
D | long.c | 6 long signed ls; member
|
/external/vogar/src/vogar/ |
D | Target.java | 77 public abstract List<File> ls(File directory) throws FileNotFoundException; in ls() method in Target
|