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

1 2 3 4 5 6 7 8

  /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...]
  /sdk/eclipse/scripts/
common_setup.sh 36 ln -svf `back $1`/$2 $1/
40 ln -svf `back $1`/$2 $1
create_adt_symlinks.sh 45 ln -svf $BACK/out/host/linux-x86/framework/$LIB.jar "$DEST/"
49 ln -svf $BACK/$P "$DEST/"
54 ln -svf $BACK/out/host/darwin-x86/framework/$LIB.jar "$DEST/"
58 ln -svf $BACK/$P "$DEST/"
create_test_symlinks.sh 30 ln -svf `back $1`/$2 $1
48 ln -svf $BACK/out/host/linux-x86/framework/$LIB.jar "$DEST/"
50 ln -svf $BACK/out/host/linux-x86/framework/kxml2-2.3.0.jar "$DEST/"
54 ln -svf $BACK/out/host/darwin-x86/framework/$LIB.jar "$DEST/"
56 ln -svf $BACK/out/host/darwin-x86/framework/kxml2-2.3.0.jar "$DEST/"
create_traceview_symlinks.sh 30 ln -svf $BACK/out/host/linux-x86/framework/$LIB.jar "$DEST/"
35 ln -svf $BACK/out/host/darwin-x86/framework/$LIB.jar "$DEST/"
  /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/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
  /external/llvm/utils/lit/lit/
TestRunner.py 240 ln = ' &&\n'.join(commands)
242 cmd = ShUtil.ShParser(ln, litConfig.isWindows).parse()
244 return (Test.FAIL, "shell parser error on: %r" % ln)
266 for ln in commands:
269 ln = TclUtil.TclLexer(ln).lex_unquoted(process_all = True)
272 tokens = list(TclUtil.TclLexer(ln).lex())
274 return (Test.FAIL, "Tcl lexer error on: %r" % ln)
280 "Invalid test line: %r containing %r" % (ln, t))
285 return (Test.FAIL, "Tcl 'exec' parse error on: %r" % ln)
    [all...]
  /packages/apps/Email/emailcommon/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/clang/utils/C++Tests/LLVM-Code-Symbols/
check-symbols 20 lines = [ln for ln in lines
21 if not ln.startswith(' C')]
  /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 60 $(RM) $@ && ln -s ${<F} $@
62 $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
mh-aix-gcc 82 ln -f $< $(SHARED_OBJECT_NO_VERSION)
86 ln -f $< $(SHARED_OBJECT_NO_VERSION)
122 $(RM) $@ && ln -s ${*F}$(SO_TARGET_VERSION).$(SO) $@
124 $(RM) $@ && ln -s ${*F}$(SO_TARGET_VERSION).$(SO) $@
  /development/tools/axl/
log.py 40 for ln in " ".join(map(str, logstrs)).split("\n"):
41 self._file.write("%s %s\n" % (timeStr, ln))
  /external/clang/utils/analyzer/
ubiviz 24 for ln in file:
25 yield eval(ln)

Completed in 268 milliseconds

1 2 3 4 5 6 7 8