Home
last modified time | relevance | path

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

12345678910>>...27

/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/chromium_org/third_party/openssl/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/chromium_org/tools/deep_memory_profiler/lib/
Ddump.py161 self._version, ln = self._parse_version()
166 self._extract_stacktrace_lines(ln)
191 (ln, found) = skip_while(
198 if self._lines[ln].startswith('heap profile: '):
199 version = self._lines[ln][13:].strip()
201 (ln, _) = skip_while(
202 ln, len(self._lines),
208 elif self._lines[ln] == 'STACKTRACES:\n':
210 elif self._lines[ln] == 'MMAP_STACKTRACES:\n':
213 return (version, ln)
[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/openssl/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/jmonkeyengine/engine/src/core-plugins/com/jme3/shader/plugins/
DGLSLLoader.java98 String ln = r.readLine(); in loadNode() local
99 if (ln.startsWith("#import ")){ in loadNode()
100 ln = ln.substring(8).trim(); in loadNode()
101 if (ln.startsWith("\"") && ln.endsWith("\"") && ln.length() > 3){ in loadNode()
104 ln = ln.substring(1, ln.length()-1); in loadNode()
105 if (ln.equals(nodeName)) in loadNode()
109 DependencyNode dependNode = dependCache.get(ln); in loadNode()
111 GlslDependKey key = new GlslDependKey(ln); in loadNode()
115 dependNode = loadNode(stream, ln); in loadNode()
130 sb.append(ln).append('\n'); in loadNode()
/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/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/"
24 ln -f -s /opt/google/chrome/libppGoogleNaClPluginChrome.so "$this_dir/"
44 [ -e "$dest_path" ] || ln -f -s $src_path $dest_path
/external/llvm/utils/lit/lit/
DTestRunner.py248 for ln in commands:
250 cmds.append(ShUtil.ShParser(ln, litConfig.isWindows,
253 return (Test.FAIL, "shell parser error on: %r" % ln)
372 for ln in open(sourcepath):
374 if 'RUN:' in ln:
376 index = ln.index('RUN:')
377 ln = ln[index+4:]
380 ln = ln.rstrip()
383 ln = re.sub('%\(line\)', str(line_number), ln)
389 ln = re.sub('%\(line *([\+-]) *(\d+)\)', replace_line_number, ln)
[all …]
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
DHDRLoader.java231 String ln = readString(in); in load() local
232 ln = ln.trim(); in load()
233 if (ln.startsWith("#") || ln.equals("")){ in load()
234 if (ln.equals("#?RADIANCE") || ln.equals("#?RGBE")) in load()
238 } else if (ln.startsWith("+") || ln.startsWith("-")){ in load()
240 String[] resData = ln.split("\\s"); in load()
261 int index = ln.indexOf("="); in load()
263 logger.log(Level.FINE, "Ignored string: {0}", ln); in load()
267 String var = ln.substring(0, index).trim().toLowerCase(); in load()
268 String value = ln.substring(index+1).trim().toLowerCase(); in load()
[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/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/
DCmpDriver94 for ln in err.split('\n'):
95 if (ln == 'Using built-in specs.' or
96 ln.startswith('Target: ') or
97 ln.startswith('Configured with: ') or
98 ln.startswith('Thread model: ') or
99 ln.startswith('gcc version') or
100 ln.startswith('clang version')):
102 elif ln.strip().startswith('"'):
103 self.commands.append(list(splitArgs(ln)))
105 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/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/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/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/icu4c/data/zone/
Dln.txt6 // * Source File: <path>/common/main/ln.xml
10 * ICU <specials> source: <path>/xml/main/ln.xml
12 ln{
/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/icu4c/data/lang/
Dln.txt6 // * Source File: <path>/common/main/ln.xml
10 * ICU <specials> source: <path>/xml/main/ln.xml
12 ln{
37 ln{"lingála"}

12345678910>>...27