Home
last modified time | relevance | path

Searched defs:ls (Results 1 – 25 of 788) sorted by relevance

12345678910>>...32

/aosp_15_r20/external/lua/src/
H A Dlparser.c68 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 …]
H A Dllex.c32 #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 …]
/aosp_15_r20/external/testng/ant/3rdparty/
HDcobertura.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sourceforge/ net/ ...
/aosp_15_r20/external/skia/resources/skottie/
H A Dskottie-text-valign-2.json1683 "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 …]
H A Dskottie-text-valign-visual-scaletofit.json1684 "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 …]
H A Dskottie-text-valign-visual-2.json1683 "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 …]
H A Dskottie-text-valign-scaletofit.json1684 "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 …]
H A Dskottie-text-allcaps.json50 "ls": 0, number
71 "ls": 0, number
92 "ls": 0, number
113 "ls": 0, number
H A Dskottie-text-strokescale.json50 "ls": 0, number
74 "ls": 0, number
98 "ls": 0, number
122 "ls": 0, number
146 "ls": 0, number
H A Dskottie-text-scale-to-fit-minmax.json3016 "ls": 0, number
3033 "ls": 0, number
3050 "ls": 0, number
3067 "ls": 0, number
3084 "ls": 0, number
3101 "ls": 0, number
3118 "ls": 0, number
3135 "ls": 0, number
3152 "ls": 0, number
3266 "ls": 0, number
[all …]
H A Dskottie-text-scale-to-fit.json3015 "ls": 0, number
3031 "ls": 0, number
3047 "ls": 0, number
3063 "ls": 0, number
3079 "ls": 0, number
3095 "ls": 0, number
3111 "ls": 0, number
3127 "ls": 0, number
3143 "ls": 0, number
3256 "ls": 0, number
[all …]
/aosp_15_r20/libcore/ojluni/src/test/java/util/stream/boottest/java/util/stream/
H A DNodeBuilderTest.java50 List<List<Integer>> ls = new ArrayList<>(); in createNodeBuilders() local
95 List<List<Integer>> ls = new ArrayList<>(); in createIntNodeBuilders() local
141 List<List<Long>> ls = new ArrayList<>(); in createLongNodeBuilders() local
191 List<List<Double>> ls = new ArrayList<>(); in createDoubleNodeBuilders() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/src/
Dlock_pool.cpp1301 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
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/pdcurses/
H A Dborder.c131 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()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
H A DControlsBindingControllerImpl.kt120 val ls = LoadSubscriber(callback, MAX_CONTROLS_REQUEST) in bindAndLoad() constant
132 val ls = LoadSubscriber(callback, SUGGESTED_CONTROLS_REQUEST) in bindAndLoadSuggested() constant
/aosp_15_r20/external/libdav1d/src/
H A Dlf_apply_tmpl.c181 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()
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/
H A Dlookup.c38 struct lookup_struct *ls = (struct lookup_struct *) priv_data; in lookup_proc() local
54 struct lookup_struct ls; in ext2fs_lookup() local
H A Dunlink.c40 struct link_struct *ls = (struct link_struct *) priv_data; in unlink_proc() local
76 struct link_struct ls; in ext2fs_unlink() local
H A Dlink.c191 struct link_struct *ls = (struct link_struct *) priv_data; in link_proc() local
269 struct link_struct ls; in add_dirent_to_buf() local
612 struct link_struct ls; in ext2fs_link() local
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/tests/
Dtask_combinations.rs80 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
/aosp_15_r20/external/e2fsprogs/debugfs/
H A Dls.c92 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
/aosp_15_r20/libcore/luni/src/test/java/tests/security/cert/
H A DCertStore2Test.java251 Collection<? extends CRL> ls = certStore.getCRLs(null); in testGetCRLs() local
258 Collection<? extends CRL> ls = certStore.getCRLs(new MyCRLSelector()); in testGetCRLs() local
/aosp_15_r20/libcore/ojluni/src/test/java/lang/StringBuilder/
H A DBuilderForwarding.java225 List<String> ls = new ArrayList<String>(); in insertintObject() local
231 sb.insert(sb.length()+1, ls); in insertintObject() local
/aosp_15_r20/libcore/ojluni/src/test/java/lang/StringBuffer/
H A DBufferForwarding.java198 List<String> ls = new ArrayList<String>(); in insertintObject() local
204 sb.insert(sb.length()+1, ls); in insertintObject() local
/aosp_15_r20/hardware/interfaces/automotive/audiocontrol/aidl/default/
H A DAudioControl.cpp306 [](const std::string& ls, const aidl_type& rs) { in toString()
313 [](const std::string& ls, const aidl_enum_type& rs) { in toEnumString()
321 [](const std::string& ls, const std::optional<aidl_type>& rs) { in toString()

12345678910>>...32