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

1 2 3 4 5 6 7 8 910

  /external/openssl/crypto/asn1/
asn_moid.c 115 char *ln, *ostr, *p, *lntmp; local
119 ln = name;
124 ln = NULL;
131 nid = OBJ_create(ostr, name, ln);
138 ln = value;
139 while(isspace((unsigned char)*ln)) ln++;
143 if (p == ln)
148 lntmp = OPENSSL_malloc((p - ln) + 1);
151 memcpy(lntmp, ln, p - ln)
    [all...]
  /external/openssl/crypto/objects/
obj_lib.c 69 char *ln=NULL,*sn=NULL; local
92 r->ln=r->sn=NULL;
93 if (o->ln != NULL)
95 i=strlen(o->ln)+1;
96 ln=OPENSSL_malloc(i);
97 if (ln == NULL) goto err;
98 memcpy(ln,o->ln,i);
99 r->ln=ln;
    [all...]
obj_dat.pl 73 $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\"";
    [all...]
  /external/libmtp/src/
util.c 75 uint32_t ln, lc; local
83 ln = ( remain > 16 ) ? 16 : remain;
85 for (i = 0; i < ln; i++) {
90 if ( ln < 16 ) {
91 int width = ((16-ln)/2)*5 + (2*(ln%2));
96 for (i = 0; i < ln; i++) {
104 remain -= ln;
105 dump_boundry += ln;
  /external/valgrind/main/none/tests/
allexec_prepare_prereq 17 ln -f $1/allexec allexec32
19 ln -f -s allexec64 allexec32
23 ln -f $2/allexec allexec64
25 ln -f -s allexec32 allexec64
  /external/libvorbis/lib/
lsp.h 24 extern void vorbis_lsp_to_curve(float *curve,int *map,int n,int ln,
  /ndk/sources/host-tools/make-3.81/tests/
mkshadow 48 ln -s "$suite" .testdir
51 ln -s .testdir/$f .
  /external/webkit/Source/JavaScriptCore/gyp/
generate-derived-sources.sh 6 /bin/ln -sfh "${SRCROOT}/.." JavaScriptCore
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/shader/plugins/
GLSLLoader.java 98 String ln = r.readLine(); local
99 if (ln.startsWith("#import ")){
100 ln = ln.substring(8).trim();
101 if (ln.startsWith("\"") && ln.endsWith("\"") && ln.length() > 3){
104 ln = ln.substring(1, ln.length()-1)
    [all...]
  /external/llvm/utils/git/
find-rev 29 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/llvm/utils/Target/ARM/
analyze-match-table.py 12 for ln in lines:
13 ln = ln.split("{", 1)[1]
14 ln = ln.rsplit("}", 1)[0]
15 a,bc = ln.split("{", 1)
  /external/webkit/Source/WebCore/gyp/
generate-derived-sources.sh 6 /bin/ln -sfh "${SRCROOT}/.." WebCore
  /packages/apps/Email/src/org/apache/commons/io/input/
ProxyInputStream.java 80 * @param ln the number of bytes to skip
84 public long skip(long ln) throws IOException {
85 return in.skip(ln);
ProxyReader.java 80 * @param ln the number of bytes to skip
84 public long skip(long ln) throws IOException {
85 return in.skip(ln);
  /external/chromium/sdch/open-vcdiff/packages/
deb.sh 52 ln -s "${topdir}/${archive}.tar.gz" "${LIB}${archive}.orig.tar.gz"
54 ln -s "${topdir}/${archive}.tar.gz" "${LIB}${archive_with_underscore}.orig.tar.gz"
  /external/open-vcdiff/packages/
deb.sh 66 ln -s "${topdir}/${archive}.tar.gz" "${LIB}${archive}.orig.tar.gz"
68 ln -s "${topdir}/${archive}.tar.gz" "${LIB}${archive_with_underscore}.orig.tar.gz"
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
HDRLoader.java 231 String ln = readString(in); local
232 ln = ln.trim();
233 if (ln.startsWith("#") || ln.equals("")){
234 if (ln.equals("#?RADIANCE") || ln.equals("#?RGBE"))
238 } else if (ln.startsWith("+") || ln.startsWith("-")){
240 String[] resData = ln.split("\\s")
    [all...]
  /external/llvm/utils/lit/lit/
TestRunner.py 246 for ln in commands:
248 cmds.append(ShUtil.ShParser(ln, litConfig.isWindows).parse())
250 return (Test.FAIL, "shell parser error on: %r" % ln)
363 for ln in open(sourcepath):
365 if 'RUN:' in ln:
367 index = ln.index('RUN:')
368 ln = ln[index+4:]
371 ln = ln.rstrip(
    [all...]
  /system/core/toolbox/grep/
util.c 191 struct str ln; local
221 ln.file = grep_malloc(strlen(fn) + 1);
222 strcpy(ln.file, fn);
223 ln.line_no = 0;
224 ln.len = 0;
226 ln.off = -1;
229 ln.off += ln.len + 1;
230 if ((ln.dat = grep_fgetln(f, &ln.len)) == NULL || ln.len == 0
    [all...]
  /external/clang/utils/
CmpDriver 94 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
    [all...]
  /external/icu4c/config/
mh-alpha-linux-cc 72 $(RM) $@ && ln -s ${<F} $@
74 $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
mh-alpha-osf 72 $(RM) $@ && ln -s ${<F} $@
74 $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
mh-bsd-gcc 62 $(RM) $@ && ln -s ${<F} $@
64 $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
mh-haiku 63 $(RM) $@ && ln -s ${<F} $@
65 $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
  /development/tools/axl/
log.py 40 for ln in " ".join(map(str, logstrs)).split("\n"):
41 self._file.write("%s %s\n" % (timeStr, ln))

Completed in 527 milliseconds

1 2 3 4 5 6 7 8 910