Home
last modified time | relevance | path

Searched refs:ln (Results 1 – 25 of 704) sorted by relevance

12345678910>>...29

/external/chromium_org/tools/deep_memory_profiler/lib/
Ddeep_dump.py164 self._version, ln = self._parse_version()
169 self._extract_stacktrace_lines(ln)
194 (ln, found) = skip_while(
201 if self._lines[ln].startswith('heap profile: '):
202 version = self._lines[ln][13:].strip()
204 (ln, _) = skip_while(
205 ln, len(self._lines),
211 elif self._lines[ln] == 'STACKTRACES:\n':
213 elif self._lines[ln] == 'MMAP_STACKTRACES:\n':
216 return (version, ln)
[all …]
/external/openssl/crypto/asn1/
Dasn_moid.c115 char *ln, *ostr, *p, *lntmp; in do_create() local
119 ln = name; in do_create()
124 ln = NULL; in do_create()
131 nid = OBJ_create(ostr, name, ln); in do_create()
138 ln = value; in do_create()
139 while(isspace((unsigned char)*ln)) ln++; in do_create()
143 if (p == ln) in do_create()
148 lntmp = OPENSSL_malloc((p - ln) + 1); in do_create()
151 memcpy(lntmp, ln, p - ln); in do_create()
152 lntmp[p - ln] = 0; in do_create()
[all …]
/external/openssl/crypto/objects/
Dobj_lib.c69 char *ln=NULL,*sn=NULL; in OBJ_dup() local
92 r->ln=r->sn=NULL; in OBJ_dup()
93 if (o->ln != NULL) in OBJ_dup()
95 i=strlen(o->ln)+1; in OBJ_dup()
96 ln=OPENSSL_malloc(i); in OBJ_dup()
97 if (ln == NULL) goto err; in OBJ_dup()
98 memcpy(ln,o->ln,i); in OBJ_dup()
99 r->ln=ln; in OBJ_dup()
115 if (ln != NULL) OPENSSL_free(ln); in OBJ_dup()
Dobj_dat.pl73 $ln{$1}=$d;
102 $ln=defined($ln{$nid{$i}})?"$ln{$nid{$i}}":"NULL";
105 $sn=$ln;
106 $sn{$nid{$i}} = $ln;
109 if ($ln eq "NULL") {
110 $ln=$sn;
111 $ln{$nid{$i}} = $sn;
116 $out.=","."\"$ln\"";
154 @a=grep(defined($ln{$nid{$_}}),0 .. $n);
155 foreach (sort { $ln{$nid{$a}} cmp $ln{$nid{$b}} } @a)
[all …]
Dobjects.pl75 if ($Cname ne "" && defined($ln{$module.$Cname}))
76 …{ die "objects.txt:$o:There's already an object with long name ",$ln{$module.$Cname}," on line ",$…
91 if ($Cname ne "" && defined($ln{$module.$Cname}))
92 …{ die "objects.txt:$o:There's already an object with long name ",$ln{$module.$Cname}," on line ",$…
100 $ln{$Cname} = $myln;
197 print OUT "#define LN_",$Cname,"\t\t\"",$ln{$Cname},"\"\n" if $ln{$Cname} ne "";
/external/chromium_org/third_party/boringssl/src/crypto/obj/
Dobj_dat.pl73 $ln{$1}=$d;
102 $ln=defined($ln{$nid{$i}})?"$ln{$nid{$i}}":"NULL";
105 $sn=$ln;
106 $sn{$nid{$i}} = $ln;
109 if ($ln eq "NULL") {
110 $ln=$sn;
111 $ln{$nid{$i}} = $sn;
116 $out.=","."\"$ln\"";
154 @a=grep(defined($ln{$nid{$_}}),0 .. $n);
155 foreach (sort { $ln{$nid{$a}} cmp $ln{$nid{$b}} } @a)
[all …]
Dobj.c92 char *sn = NULL, *ln = NULL; in OBJ_dup() local
108 r->ln = r->sn = NULL; in OBJ_dup()
123 if (o->ln != NULL) { in OBJ_dup()
124 ln = OPENSSL_strdup(o->ln); in OBJ_dup()
125 if (ln == NULL) { in OBJ_dup()
138 r->ln = ln; in OBJ_dup()
147 if (ln != NULL) { in OBJ_dup()
148 OPENSSL_free(ln); in OBJ_dup()
267 return strcmp(name, kObjects[nid].ln); in long_name_cmp()
277 template.ln = long_name; in OBJ_ln2nid()
[all …]
Dobjects.pl75 if ($Cname ne "" && defined($ln{$module.$Cname}))
76 …{ die "objects.txt:$o:There's already an object with long name ",$ln{$module.$Cname}," on line ",$…
91 if ($Cname ne "" && defined($ln{$module.$Cname}))
92 …{ die "objects.txt:$o:There's already an object with long name ",$ln{$module.$Cname}," on line ",$…
100 $ln{$Cname} = $myln;
193 print OUT "#define LN_",$Cname,"\t\t\"",$ln{$Cname},"\"\n" if $ln{$Cname} ne "";
/external/libmtp/src/
Dutil.c75 uint32_t ln, lc; in data_dump_ascii() local
83 ln = ( remain > 16 ) ? 16 : remain; in data_dump_ascii()
85 for (i = 0; i < ln; i++) { in data_dump_ascii()
90 if ( ln < 16 ) { in data_dump_ascii()
91 int width = ((16-ln)/2)*5 + (2*(ln%2)); in data_dump_ascii()
96 for (i = 0; i < ln; i++) { in data_dump_ascii()
104 remain -= ln; in data_dump_ascii()
105 dump_boundry += ln; in data_dump_ascii()
/external/pcre/dist/
DMakefile.am732 ln -sf pcre_assign_jit_stack.3 $(DESTDIR)$(man3dir)/pcre16_assign_jit_stack.3
733 ln -sf pcre_compile.3 $(DESTDIR)$(man3dir)/pcre16_compile.3
734 ln -sf pcre_compile2.3 $(DESTDIR)$(man3dir)/pcre16_compile2.3
735 ln -sf pcre_config.3 $(DESTDIR)$(man3dir)/pcre16_config.3
736 ln -sf pcre_copy_named_substring.3 $(DESTDIR)$(man3dir)/pcre16_copy_named_substring.3
737 ln -sf pcre_copy_substring.3 $(DESTDIR)$(man3dir)/pcre16_copy_substring.3
738 ln -sf pcre_dfa_exec.3 $(DESTDIR)$(man3dir)/pcre16_dfa_exec.3
739 ln -sf pcre_exec.3 $(DESTDIR)$(man3dir)/pcre16_exec.3
740 ln -sf pcre_free_study.3 $(DESTDIR)$(man3dir)/pcre16_free_study.3
741 ln -sf pcre_free_substring.3 $(DESTDIR)$(man3dir)/pcre16_free_substring.3
[all …]
/external/chromium_org/chrome/test/chromeos/autotest/files/client/deps/chrome_test/
Dsetup_test_links.sh14 [ -L "$this_dir/locales" ] || ln -f -s "/opt/google/chrome/locales" \
16 [ -L "$this_dir/resources" ] || ln -f -s "/opt/google/chrome/resources" \
18 ln -f -s /opt/google/chrome/*.pak "$this_dir/"
21 ln -f -s /opt/google/chrome/nacl_helper "$this_dir/"
22 ln -f -s /opt/google/chrome/nacl_helper_bootstrap "$this_dir/"
23 ln -f -s /opt/google/chrome/nacl_irt_*.nexe "$this_dir/"
43 [ -e "$dest_path" ] || ln -f -s $src_path $dest_path
/external/llvm/utils/lit/lit/
DTestRunner.py238 for ln in commands:
240 cmds.append(ShUtil.ShParser(ln, litConfig.isWindows,
243 return lit.Test.Result(Test.FAIL, "shell parser error on: %r" % ln)
348 keyword,ln = match.groups()
350 str(ln.decode('ascii')))
403 for line_number, command_type, ln in \
407 ln = ln.rstrip()
410 ln = re.sub('%\(line\)', str(line_number), ln)
416 ln = re.sub('%\(line *([\+-]) *(\d+)\)', replace_line_number, ln)
420 script[-1] = script[-1][:-1] + ln
[all …]
/external/chromium_org/chrome/test/chromeos/autotest/files/client/deps/pyauto_dep/
Dsetup_test_links.sh9 ln -f -s /opt/google/chrome/chrome $(dirname $0)/chrome
10 [ -L $(dirname $0)/locales ] || ln -f -s /opt/google/chrome/locales \
12 [ -L $(dirname $0)/resources ] || ln -f -s /opt/google/chrome/resources \
14 ln -f -s /opt/google/chrome/*.pak $(dirname $0)/
15 ln -f -s /opt/google/chrome/libffmpegsumo.so $(dirname $0)/libffmpegsumo.so
/external/llvm/utils/lit/lit/formats/
Dgoogletest.py43 for ln in lines:
44 if not ln.strip():
49 while ln[index*2:index*2+2] == ' ':
54 ln = ln[index*2:]
55 if ln.endswith('.'):
56 nested_tests.append(ln)
58 yield ''.join(nested_tests) + ln
/external/llvm/utils/Target/ARM/
Danalyze-match-table.py12 for ln in lines:
13 ln = ln.split("{", 1)[1]
14 ln = ln.rsplit("}", 1)[0]
15 a,bc = ln.split("{", 1)
/external/clang/utils/
DCmpDriver99 for ln in err.split('\n'):
100 if (ln == 'Using built-in specs.' or
101 ln.startswith('Target: ') or
102 ln.startswith('Configured with: ') or
103 ln.startswith('Thread model: ') or
104 ln.startswith('gcc version') or
105 ln.startswith('clang version')):
107 elif ln.strip().startswith('"'):
108 self.commands.append(list(splitArgs(ln)))
110 self.stderr += ln + '\n'
/external/llvm/utils/git/
Dfind-rev29 for ln in p.stdout:
30 if ln.startswith('commit '):
31 lastCommit = ln.split(' ',2)[1]
32 elif ln.startswith(' git-svn-id: '):
33 _,repo,_ = ln.strip().split(' ')
/external/valgrind/main/none/tests/
Dallexec_prepare_prereq17 ln -f $1/allexec allexec32
19 ln -f -s allexec64 allexec32
23 ln -f $2/allexec allexec64
25 ln -f -s allexec32 allexec64
/external/chromium_org/third_party/icu/source/data/lang/
Dln.txt6 // * Source File: <path>/common/main/ln.xml
10 * ICU <specials> source: <path>/common/main/ln.xml
12 ln{
14 ln{"lingála"}
/external/mesa3d/src/mesa/program/
Dprog_statevars.c94 const GLuint ln = (GLuint) state[1]; in _mesa_fetch_state() local
98 COPY_4V(value, ctx->Light.Light[ln].Ambient); in _mesa_fetch_state()
101 COPY_4V(value, ctx->Light.Light[ln].Diffuse); in _mesa_fetch_state()
104 COPY_4V(value, ctx->Light.Light[ln].Specular); in _mesa_fetch_state()
107 COPY_4V(value, ctx->Light.Light[ln].EyePosition); in _mesa_fetch_state()
110 value[0] = ctx->Light.Light[ln].ConstantAttenuation; in _mesa_fetch_state()
111 value[1] = ctx->Light.Light[ln].LinearAttenuation; in _mesa_fetch_state()
112 value[2] = ctx->Light.Light[ln].QuadraticAttenuation; in _mesa_fetch_state()
113 value[3] = ctx->Light.Light[ln].SpotExponent; in _mesa_fetch_state()
116 COPY_3V(value, ctx->Light.Light[ln].SpotDirection); in _mesa_fetch_state()
[all …]
/external/chromium_org/third_party/mesa/src/src/mesa/program/
Dprog_statevars.c94 const GLuint ln = (GLuint) state[1]; in _mesa_fetch_state() local
98 COPY_4V(value, ctx->Light.Light[ln].Ambient); in _mesa_fetch_state()
101 COPY_4V(value, ctx->Light.Light[ln].Diffuse); in _mesa_fetch_state()
104 COPY_4V(value, ctx->Light.Light[ln].Specular); in _mesa_fetch_state()
107 COPY_4V(value, ctx->Light.Light[ln].EyePosition); in _mesa_fetch_state()
110 value[0] = ctx->Light.Light[ln].ConstantAttenuation; in _mesa_fetch_state()
111 value[1] = ctx->Light.Light[ln].LinearAttenuation; in _mesa_fetch_state()
112 value[2] = ctx->Light.Light[ln].QuadraticAttenuation; in _mesa_fetch_state()
113 value[3] = ctx->Light.Light[ln].SpotExponent; in _mesa_fetch_state()
116 COPY_3V(value, ctx->Light.Light[ln].SpotDirection); in _mesa_fetch_state()
[all …]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
Dnasmlib.c177 size_t ln=strlen(*str); in nasm_quote() local
180 if (ln>1 && (*str)[ln-1]==q && (q=='"' || q=='\'')) in nasm_quote()
185 p = nasm_malloc(ln+3); in nasm_quote()
188 p[ln+1] = p[0] = q; in nasm_quote()
189 p[ln+2] = 0; in nasm_quote()
/external/chromium_org/third_party/boringssl/src/crypto/bn/
Dmul.c319 BN_ULONG ln, lo, *p; in bn_mul_recursive() local
426 ln = (lo + c1) & BN_MASK2; in bn_mul_recursive()
427 *p = ln; in bn_mul_recursive()
431 if (ln < (BN_ULONG)c1) { in bn_mul_recursive()
435 ln = (lo + 1) & BN_MASK2; in bn_mul_recursive()
436 *p = ln; in bn_mul_recursive()
437 } while (ln == 0); in bn_mul_recursive()
449 BN_ULONG ln, lo, *p; in bn_mul_part_recursive() local
563 ln = (lo + c1) & BN_MASK2; in bn_mul_part_recursive()
564 *p = ln; in bn_mul_part_recursive()
[all …]
/external/clang/utils/ABITest/
DEnumeration.py241 for ln in a[::-1]:
242 if ''.join(ln).strip():
243 print ' '.join(ln)
245 for ln in b[::-1]:
246 if ''.join(ln).strip():
247 print ' '.join(ln)
259 for ln in a[::-1]:
260 if ''.join(ln).strip():
261 print ' '.join(ln)
/external/icu/icu4c/source/data/zone/
Dln.txt6 // * Source File: <path>/common/main/ln.xml
10 * ICU <specials> source: <path>/common/main/ln.xml
12 ln{

12345678910>>...29