Searched defs:ls (Results 1 - 25 of 63) sorted by relevance

123

/external/chromium_org/third_party/cld/encodings/compact_lang_det/
H A Dletterscript_enum.cc108 const char* UnicodeLScriptName(const UnicodeLScript ls) { argument
109 CHECK(ls >= 0 && ls < ULScript_NUM_SCRIPTS);
110 return kUnicodeLScriptNames[ls];
114 const char* UnicodeLScriptCode(const UnicodeLScript ls) { argument
115 CHECK(ls >= 0 && ls < ULScript_NUM_SCRIPTS);
116 return kLScriptName4[ls];
/external/valgrind/main/memcheck/tests/
H A Dinits.c12 static int ls; local
16 if (ls == 0xCAFEBABE) printf("3!\n");
/external/chromium_org/tools/gyp/test/mac/
H A Dgyptest-framework.py17 def ls(path): function
64 if set(ls(test.built_file_path('Test Framework.framework',
H A Dgyptest-app.py27 def ls(path): function
109 if set(ls(test.built_file_path('Test App Gyp.app', chdir='app-bundle'))) != \
/external/clang/test/CodeGen/
H A Dno-opt-volatile-memcpy.c12 struct s ls; local
13 ls = ls;
15 ls = gs;
/external/clang/test/CodeGenCXX/
H A Dno-opt-volatile-memcpy.cpp12 struct s ls; local
13 ls = ls;
15 ls = gs;
/external/e2fsprogs/lib/ext2fs/
H A Dlookup.c37 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
[all...]
H A Dunlink.c39 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...]
H A Dlink.c39 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
115 struct link_struct ls; local
[all...]
/external/eigen/bench/btl/generic_bench/utils/
H A Dsize_log.hh36 float ls=0.0; local
44 ls = ls_min + float(i)*delta_ls ;
46 size=int(exp(ls));
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
H A Dindex.php152 $ls = new LicenseServerClient(); variable
153 echo $ls->checkLicense($_REQUEST['user_id']);
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/
H A Dindex.php151 $ls = new LicenseServerClient(); variable
152 echo $ls->checkLicense($_REQUEST['user_id']);
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dloop_unroll.cpp89 loop_variable_state *const ls = this->state->get(ir); local
95 if (ls == NULL) {
96 assert(ls != NULL);
100 iterations = ls->max_iterations;
120 if (ls->num_loop_jumps > 1)
122 else if (ls->num_loop_jumps) {
151 * Note that since ls->num_loop_jumps is <= 1, it is impossible
246 unroll_loops(exec_list *instructions, loop_state *ls, unsigned max_iterations) argument
248 loop_unroll_visitor v(ls, max_iterations);
H A Dloop_controls.cpp174 loop_variable_state *const ls = this->state->get(ir); local
179 if (ls == NULL) {
180 assert(ls != NULL);
188 int max_iterations = ls->max_iterations;
196 foreach_list(node, &ls->terminators) {
240 foreach_list(iv_node, &ls->induction_variables) {
267 assert(ls->num_loop_jumps > 0);
268 ls->num_loop_jumps--;
290 ls->max_iterations = max_iterations;
297 set_loop_controls(exec_list *instructions, loop_state *ls) argument
[all...]
H A Dloop_analysis.cpp55 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
217 loop_variable_state *ls = this->loops->insert(ir); local
226 loop_variable_state *const ls = local
[all...]
/external/chromium_org/v8/test/webkit/
H A DToNumber.js37 var ls = String.fromCharCode(0x2028); variable
105 shouldBe("+ls", "0");
129 shouldBe("+(ls + '1')", "1");
153 shouldBe("+('1' + ls)", "1");
177 shouldBe("+('1' + ls + '1')", "NaN");
H A DparseFloat.js35 var ls = String.fromCharCode(0x2028); variable
81 shouldBe("parseFloat(ls + '1')", "1");
/external/e2fsprogs/debugfs/
H A Dls.c2 * 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
129 struct list_dir_struct ls; local
[all...]
/external/mesa3d/src/glsl/
H A Dloop_unroll.cpp89 loop_variable_state *const ls = this->state->get(ir); local
95 if (ls == NULL) {
96 assert(ls != NULL);
100 iterations = ls->max_iterations;
120 if (ls->num_loop_jumps > 1)
122 else if (ls->num_loop_jumps) {
151 * Note that since ls->num_loop_jumps is <= 1, it is impossible
246 unroll_loops(exec_list *instructions, loop_state *ls, unsigned max_iterations) argument
248 loop_unroll_visitor v(ls, max_iterations);
H A Dloop_controls.cpp174 loop_variable_state *const ls = this->state->get(ir); local
179 if (ls == NULL) {
180 assert(ls != NULL);
188 int max_iterations = ls->max_iterations;
196 foreach_list(node, &ls->terminators) {
240 foreach_list(iv_node, &ls->induction_variables) {
267 assert(ls->num_loop_jumps > 0);
268 ls->num_loop_jumps--;
290 ls->max_iterations = max_iterations;
297 set_loop_controls(exec_list *instructions, loop_state *ls) argument
[all...]
/external/chromium_org/net/third_party/nss/ssl/
H A Dssltrace.c149 unsigned ls = LEN(bp+5); local
158 PrintBuf(ss, "session-id", bp+9+lcs, ls);
159 PrintBuf(ss, "challenge", bp+9+lcs+ls, lc);
/external/clang/test/Sema/
H A Dformat-strings-scanf.c47 scanf("%ls", ws); // no-warning
84 void test_scanlist(int *ip, char *sp, wchar_t *ls) { argument
87 scanf("%l[xyx]", ls); // no-warning
88 scanf("%ll[xyx]", ls); // expected-warning {{length modifier 'll' results in undefined behavior or no effect with '[' conversion specifier}}
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DLineSegment.java65 public LineSegment(LineSegment ls) { argument
66 this.origin = new Vector3f(ls.getOrigin());
67 this.direction = new Vector3f(ls.getDirection());
68 this.extent = ls.getExtent();
92 public void set(LineSegment ls) { argument
93 this.origin = new Vector3f(ls.getOrigin());
94 this.direction = new Vector3f(ls.getDirection());
95 this.extent = ls.getExtent();
102 public float distance(LineSegment ls) { argument
103 return FastMath.sqrt(distanceSquared(ls));
[all...]
/external/jmonkeyengine/engine/src/test/jme3test/network/
H A DTestSerialization.java84 List<Object> ls; field in class:TestSerialization.TestSerializationMessage
109 ls = new ArrayList<Object>();
110 ls.add("hello");
111 ls.add(new SomeObject(-22));
135 System.out.println(cm.ls);
/external/chromium_org/chrome/installer/mac/third_party/bsdiff/
H A Dgoobspatch.c77 lzma_stream ls; member in struct:__anon7053
97 lzma_stream ls = LZMA_STREAM_INIT; local
105 xzf->ls = ls;
129 xzf->err = lzma_stream_decoder(&xzf->ls, memlimit,
148 lzma_end(&xzf->ls);
172 if (xzf->ls.avail_in == 0 && !xzf->eof) {
174 xzf->ls.next_in = xzf->in;
175 xzf->ls.avail_in = fread(xzf->in, 1, BUFSIZ,
188 xzf->ls
[all...]

Completed in 848 milliseconds

123