HomeSort by relevance Sort by last modified time
    Searched refs:ls (Results 1 - 25 of 509) 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/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/
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...]
link.c 39 struct link_struct *ls = (struct link_struct *) priv_data; local
44 rec_len = EXT2_DIR_REC_LEN(ls->namelen);
46 ls->err = ext2fs_get_rec_len(ls->fs, dirent, &curr_rec_len);
47 if (ls->err)
59 ls->err = ext2fs_set_rec_len(ls->fs, curr_rec_len, dirent);
60 if (ls->err)
75 ls->err = ext2fs_set_rec_len(ls->fs, min_rec_len, dirent)
115 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/valgrind/main/memcheck/tests/
inits.c 12 static int ls; local
16 if (ls == 0xCAFEBABE) printf("3!\n");
  /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...]
LinkSocketTest.java 30 LinkSocket ls; local
32 ls = new LinkSocket();
33 ls.close();
  /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
76 if (ls->options & PARSE_OPT) {
78 fprintf(ls->f,"/%u/%06o/%d/%d/%s/",ino,inode.i_mode,inode.i_uid, inode.i_gid,name);
80 fprintf(ls->f, "/");
82 fprintf(ls->f, "%lld/", inode.i_size | ((__u64)inode.i_size_high << 32));
83 fprintf(ls->f, "\n");
85 else if (ls->options & LONG_OPT) {
99 fprintf(ls->f, "%c%6u%c %6o (%d) %5d %5d ", lbr, ino, rbr,
103 fprintf(ls->f, "%5d", inode.i_size)
129 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
  /dalvik/tools/dmtracedump/
dumpdir.sh 3 FILES=`ls $1/*.data | sed "s/^\\(.*\\).data$/\\1/"`
  /external/iproute2/examples/diffserv/
Edge1 57 $TC qdisc ls dev $INDEV
59 $TC class ls dev $INDEV
61 $TC filter ls dev $INDEV parent 1:0
64 $TC qdisc ls $EGDEV
66 $TC class ls $EGDEV
68 $TC filter ls $EGDEV parent 1:0
  /external/iproute2/examples/
SYN-DoS.rate.limit 42 $TC qdisc ls dev $INDEV
44 $TC class ls dev $INDEV
46 $TC filter ls dev $INDEV parent ffff:
  /build/core/
find-jdk-tools-jar.sh 10 LSLINE=$(ls -l "$JAVAC")
  /dalvik/tools/
get-hprof 19 # as found by using "ls".
24 FILE_BASE=`adb shell ls -l '/data/misc/heap-dump*.hprof' | tail -1 | \
  /development/tools/labpretest/sholes/
custom_flash.sh 35 bootloaderfile=`ls -1 sholes/ | sed -n 's/^\(motoboot_unsecure.[0-9A-Z]*.img\)\n*/\1/ p'`
37 bootloaderfile=`ls -1 sholes/ | sed -n 's/^\(motoboot_secure.[0-9A-Z]*.img\)\n*/\1/ p'`
  /external/wpa_supplicant_8/src/eap_peer/
Makefile 8 if ls *.so >/dev/null 2>&1; then \
  /external/chromium_org/third_party/mesa/src/src/glsl/
loop_analysis.cpp 55 loop_variable_state *ls = new(this->mem_ctx) loop_variable_state; local
57 hash_table_insert(this->ht, ls, ir);
60 return ls;
148 loop_variable_state *const ls = local
151 ls->num_loop_jumps++;
164 loop_variable_state *const ls = local
167 ls->contains_calls = true;
180 loop_variable_state *const ls = local
184 loop_variable *lv = ls->get(var);
187 lv = ls->insert(var)
217 loop_variable_state *ls = this->loops->insert(ir); local
226 loop_variable_state *const ls = local
    [all...]
  /external/mesa3d/src/glsl/
loop_analysis.cpp 55 loop_variable_state *ls = new(this->mem_ctx) loop_variable_state; local
57 hash_table_insert(this->ht, ls, ir);
60 return ls;
148 loop_variable_state *const ls = local
151 ls->num_loop_jumps++;
164 loop_variable_state *const ls = local
167 ls->contains_calls = true;
180 loop_variable_state *const ls = local
184 loop_variable *lv = ls->get(var);
187 lv = ls->insert(var)
217 loop_variable_state *ls = this->loops->insert(ir); local
226 loop_variable_state *const ls = local
    [all...]
  /external/grub/stage2/
size_test 30 set dummy `ls -l $file`
  /frameworks/base/packages/Keyguard/scripts/
copy_profile_icons.sh 3 for user in `adb $* shell ls /data/system/users | grep -v xml`
7 for photo in `adb $* shell ls /data/system/users | grep -v xml`

Completed in 977 milliseconds

1 2 3 4 5 6 7 8 91011>>