HomeSort by relevance Sort by last modified time
    Searched refs:ls (Results 1 - 25 of 763) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
letterscript_enum.cc 108 const char* UnicodeLScriptName(const UnicodeLScript ls) {
109 CHECK(ls >= 0 && ls < ULScript_NUM_SCRIPTS);
110 return kUnicodeLScriptNames[ls];
114 const char* UnicodeLScriptCode(const UnicodeLScript ls) {
115 CHECK(ls >= 0 && ls < ULScript_NUM_SCRIPTS);
116 return kLScriptName4[ls];
  /external/chromium_org/third_party/skia/third_party/lua/src/
llex.c 28 #define next(ls) (ls->current = zgetc(ls->z))
32 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r')
46 #define save_and_next(ls) (save(ls, ls->current), next(ls))
    [all...]
lparser.c 56 static void statement (LexState *ls);
57 static void expr (LexState *ls, expdesc *v);
60 static void anchor_token (LexState *ls) {
62 lua_assert(ls->fs != NULL || ls->t.token == TK_EOS);
63 if (ls->t.token == TK_NAME || ls->t.token == TK_STRING) {
64 TString *ts = ls->t.seminfo.ts;
65 luaX_newstring(ls, getstr(ts), ts->tsv.len);
71 static l_noret semerror (LexState *ls, const char *msg)
474 LexState *ls = fs->ls; local
    [all...]
llex.h 69 LUAI_FUNC void luaX_setinput (lua_State *L, LexState *ls, ZIO *z,
71 LUAI_FUNC TString *luaX_newstring (LexState *ls, const char *str, size_t l);
72 LUAI_FUNC void luaX_next (LexState *ls);
73 LUAI_FUNC int luaX_lookahead (LexState *ls);
74 LUAI_FUNC l_noret luaX_syntaxerror (LexState *ls, const char *s);
75 LUAI_FUNC const char *luaX_token2str (LexState *ls, int token);
  /external/clang/test/CodeGen/
no-opt-volatile-memcpy.c 12 struct s ls; local
13 ls = ls;
15 ls = gs;
18 // CHECK: %[[LS:.*]] = alloca %struct.s, align 4
19 // CHECK-NEXT: %[[ZERO:.*]] = bitcast %struct.s* %[[LS]] to i8*
20 // CHECK-NEXT: %[[ONE:.*]] = bitcast %struct.s* %[[LS]] to i8*
23 // CHECK-NEXT: %[[TWO:.*]] = bitcast %struct.s* %[[LS]] to i8*
  /external/clang/test/CodeGenCXX/
no-opt-volatile-memcpy.cpp 12 struct s ls; local
13 ls = ls;
15 ls = gs;
18 // CHECK: %[[LS:.*]] = alloca %struct.s, align 4
19 // CHECK-NEXT: %[[ZERO:.*]] = bitcast %struct.s* %[[LS]] to i8*
20 // CHECK-NEXT: %[[ONE:.*]] = bitcast %struct.s* %[[LS]] to i8*
23 // CHECK-NEXT: %[[TWO:.*]] = bitcast %struct.s* %[[LS]] to i8*
  /external/e2fsprogs/lib/ext2fs/
link.c 39 struct link_struct *ls = (struct link_struct *) priv_data; local
44 if (ls->done)
47 rec_len = EXT2_DIR_REC_LEN(ls->namelen);
49 ls->err = ext2fs_get_rec_len(ls->fs, dirent, &curr_rec_len);
50 if (ls->err)
62 ls->err = ext2fs_set_rec_len(ls->fs, curr_rec_len, dirent);
63 if (ls->err)
78 ls->err = ext2fs_set_rec_len(ls->fs, min_rec_len, dirent)
118 struct link_struct ls; local
    [all...]
unlink.c 39 struct link_struct *ls = (struct link_struct *) priv_data; local
42 prev = ls->prev;
43 ls->prev = dirent;
45 if (ls->name) {
46 if ((dirent->name_len & 0xFF) != ls->namelen)
48 if (strncmp(ls->name, dirent->name, dirent->name_len & 0xFF))
51 if (ls->inode) {
52 if (dirent->inode != ls->inode)
63 ls->done++;
75 struct link_struct ls; local
    [all...]
lookup.c 37 struct lookup_struct *ls = (struct lookup_struct *) priv_data; local
39 if (ls->len != (dirent->name_len & 0xFF))
41 if (strncmp(ls->name, dirent->name, (dirent->name_len & 0xFF)))
43 *ls->inode = dirent->inode;
44 ls->found++;
53 struct lookup_struct ls; local
57 ls.name = name;
58 ls.len = namelen;
59 ls.inode = inode;
60 ls.found = 0
    [all...]
  /external/e2fsprogs/tests/
test_post 4 num_ok=`ls *.ok 2>/dev/null | wc -l`
5 num_failed=`ls *.failed 2>/dev/null | wc -l`
12 for fname in $(ls *.failed); do
  /external/valgrind/main/memcheck/tests/
inits.c 12 static int ls; local
16 if (ls == 0xCAFEBABE) printf("3!\n");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/isl/
local_space.h 16 isl_ctx *isl_local_space_get_ctx(__isl_keep isl_local_space *ls);
21 __isl_keep isl_local_space *ls);
22 void *isl_local_space_free(__isl_take isl_local_space *ls);
24 int isl_local_space_is_set(__isl_keep isl_local_space *ls);
26 int isl_local_space_dim(__isl_keep isl_local_space *ls,
28 int isl_local_space_has_dim_name(__isl_keep isl_local_space *ls,
30 const char *isl_local_space_get_dim_name(__isl_keep isl_local_space *ls,
33 __isl_take isl_local_space *ls,
35 int isl_local_space_has_dim_id(__isl_keep isl_local_space *ls,
37 __isl_give isl_id *isl_local_space_get_dim_id(__isl_keep isl_local_space *ls,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
local_space.h 16 isl_ctx *isl_local_space_get_ctx(__isl_keep isl_local_space *ls);
21 __isl_keep isl_local_space *ls);
22 void *isl_local_space_free(__isl_take isl_local_space *ls);
24 int isl_local_space_is_set(__isl_keep isl_local_space *ls);
26 int isl_local_space_dim(__isl_keep isl_local_space *ls,
28 int isl_local_space_has_dim_name(__isl_keep isl_local_space *ls,
30 const char *isl_local_space_get_dim_name(__isl_keep isl_local_space *ls,
33 __isl_take isl_local_space *ls,
35 int isl_local_space_has_dim_id(__isl_keep isl_local_space *ls,
37 __isl_give isl_id *isl_local_space_get_dim_id(__isl_keep isl_local_space *ls,
    [all...]
  /frameworks/base/core/tests/coretests/src/android/net/
LocalSocketTest.java 35 LocalSocket ls; local
40 ls = new LocalSocket();
42 ls.connect(new LocalSocketAddress("android.net.LocalSocketTest"));
47 ls.getOutputStream().write(42);
57 ls.setFileDescriptorsForSend(
60 ls.getOutputStream().write(42);
71 assertEquals(1, ls.getInputStream().read());
72 assertEquals(4, ls.getInputStream().available());
77 countRead = ls.getInputStream().read(buffer, 1, 15);
87 ls.getInputStream().read(buffer, 1, 16)
    [all...]
  /external/e2fsprogs/debugfs/
ls.c 2 * ls.c --- list directories
61 struct list_dir_struct *ls = (struct list_dir_struct *) private; variable in typeref:struct:list_dir_struct
75 if (ls->options & PARSE_OPT) {
81 fprintf(ls->f,"/%u/%06o/%d/%d/%s/",ino,inode.i_mode,inode.i_uid, inode.i_gid,name);
83 fprintf(ls->f, "/");
85 fprintf(ls->f, "%lld/", EXT2_I_SIZE(&inode));
86 fprintf(ls->f, "\n");
87 } else if (ls->options & LONG_OPT) {
101 fprintf(ls->f, "%c%6u%c %6o (%d) %5d %5d ", lbr, ino, rbr,
105 fprintf(ls->f, "%5d", inode.i_size)
130 struct list_dir_struct ls; local
    [all...]
  /external/eigen/bench/btl/generic_bench/utils/
size_log.hh 36 float ls=0.0; local
44 ls = ls_min + float(i)*delta_ls ;
46 size=int(exp(ls));
  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSSerializerFilter.java 13 package org.w3c.dom.ls;
42 * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-LS-20040407'>Document Object Model (DOM) Level 3 Load
LSException.java 13 package org.w3c.dom.ls;
26 * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-LS-20040407'>Document Object Model (DOM) Level 3 Load
LSResourceResolver.java 13 package org.w3c.dom.ls;
24 * if the "LS" feature is supported.
35 * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-LS-20040407'>Document Object Model (DOM) Level 3 Load
  /external/strace/
git-set-file-times 9 my %ls;
14 open FH, 'git ls-files -z|' or die $!;
17 $ls{$_} = $_;
28 my @files = delete @ls{split(/\0/, $_)};
34 last unless %ls;
  /external/strace/tests/
strace-f.test 10 $STRACE -f $time /bin/ls > $LOG 2>&1 ||
qual_syscall.test 7 check_prog ls
10 $STRACE -e execve ls > /dev/null 2> $LOG &&
18 $STRACE -e trace=process ls > /dev/null 2> $LOG &&
  /dalvik/tools/dmtracedump/
dumpdir.sh 3 FILES=`ls $1/*.data | sed "s/^\\(.*\\).data$/\\1/"`
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
examples.sh 15 example_tests=$(ls $(dirname $0)/*.sh)
  /external/chromium_org/third_party/skia/experimental/LightSymbolsUtil/lightsymbols/
lightsymbols.cc 31 LightSymbol* ls = GetCurrentFrame(); local
32 if (ls == 0) {
35 return ls->GetCallStackCore(sz, len, separator);
119 const LightSymbol* ls = this; local
122 while (ls != NULL && len > 1000) {
123 sprintf(szOut, "%s, %s:%i%s", ls->sym, fileNames[ls->fileId], ls->lineNumber, separator);
128 ls = ls->parentFrame;
    [all...]

Completed in 1019 milliseconds

1 2 3 4 5 6 7 8 91011>>