HomeSort by relevance Sort by last modified time
    Searched refs:ln (Results 76 - 100 of 233) sorted by null

1 2 34 5 6 7 8 910

  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/libexec/gcc/arm-eabi/4.6.x-google/install-tools/
fixinc.sh 119 elif ln -s X $LIB/ShouldNotExist 2>/dev/null; then
122 elif ln -s X /tmp/ShouldNotExist 2>/dev/null; then
295 ln -s . ${LIB}/${sym_link} > /dev/null 2>&1
309 ln -s $dots$y ${LIB}/${sym_link} > /dev/null 2>&1
366 ln -s ${dots}root${full_dest_dir} ${LIB}/${sym_link} > /dev/null 2>&1
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/libexec/gcc/arm-linux-androideabi/4.6.x-google/install-tools/
fixinc.sh 119 elif ln -s X $LIB/ShouldNotExist 2>/dev/null; then
122 elif ln -s X /tmp/ShouldNotExist 2>/dev/null; then
295 ln -s . ${LIB}/${sym_link} > /dev/null 2>&1
309 ln -s $dots$y ${LIB}/${sym_link} > /dev/null 2>&1
366 ln -s ${dots}root${full_dest_dir} ${LIB}/${sym_link} > /dev/null 2>&1
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/install-tools/
fixinc.sh 119 elif ln -s X $LIB/ShouldNotExist 2>/dev/null; then
122 elif ln -s X /tmp/ShouldNotExist 2>/dev/null; then
295 ln -s . ${LIB}/${sym_link} > /dev/null 2>&1
309 ln -s $dots$y ${LIB}/${sym_link} > /dev/null 2>&1
366 ln -s ${dots}root${full_dest_dir} ${LIB}/${sym_link} > /dev/null 2>&1
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/install-tools/
fixinc.sh 119 elif ln -s X $LIB/ShouldNotExist 2>/dev/null; then
122 elif ln -s X /tmp/ShouldNotExist 2>/dev/null; then
295 ln -s . ${LIB}/${sym_link} > /dev/null 2>&1
309 ln -s $dots$y ${LIB}/${sym_link} > /dev/null 2>&1
366 ln -s ${dots}root${full_dest_dir} ${LIB}/${sym_link} > /dev/null 2>&1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/libexec/gcc/x86_64-linux/4.6.x-google/install-tools/
fixinc.sh 119 elif ln -s X $LIB/ShouldNotExist 2>/dev/null; then
122 elif ln -s X /tmp/ShouldNotExist 2>/dev/null; then
295 ln -s . ${LIB}/${sym_link} > /dev/null 2>&1
309 ln -s $dots$y ${LIB}/${sym_link} > /dev/null 2>&1
366 ln -s ${dots}root${full_dest_dir} ${LIB}/${sym_link} > /dev/null 2>&1
  /development/tools/recovery_l10n/src/com/android/recovery_l10n/
Main.java 152 for (String ln : localeNames) {
153 int u = ln.indexOf('_');
155 Log.i(TAG, "locale = " + ln);
156 locales.add(new Locale(ln.substring(0, u), ln.substring(u+1)));
  /external/llvm/utils/Misc/
zkill 97 for i,ln in enumerate(it):
98 if not ln.strip():
101 fields = ln.split(None, numRows - 1)
103 warning('unable to process row: %r' % ln)
114 warning('unable to process %r in row: %r' % (field[0], ln))
  /external/openssl/crypto/bn/
bn_mul.c 399 BN_ULONG ln,lo,*p; local
530 ln=(lo+c1)&BN_MASK2;
531 *p=ln;
535 if (ln < (BN_ULONG)c1)
540 ln=(lo+1)&BN_MASK2;
541 *p=ln;
542 } while (ln == 0);
555 BN_ULONG ln,lo,*p; local
706 ln=(lo+c1)&BN_MASK2;
707 *p=ln;
    [all...]
  /external/clang/utils/
FindSpecRefs 659 for i,ln in enumerate(f):
661 for m in nameAndSpecRefRE.finditer(ln):
668 for m in loneSpecRefRE.finditer(ln):
768 for ln in p.stdout.read(1024).split('\n'):
769 if ln.startswith('Revision:'):
770 return ln.split(':',1)[1].strip()
    [all...]
  /external/elfutils/libdw/
Makefile.am 104 ln -fs $@ $@.$(VERSION)
117 ln -fs libdw-$(PACKAGE_VERSION).so $(DESTDIR)$(libdir)/libdw.so.$(VERSION)
118 ln -fs libdw.so.$(VERSION) $(DESTDIR)$(libdir)/libdw.so
  /external/libvorbis/lib/
lsp.c 65 void vorbis_lsp_to_curve(float *curve,int *map,int n,int ln,float *lsp,int m,
68 float wdel=M_PI/ln;
140 void vorbis_lsp_to_curve(float *curve,int *map,int n,int ln,float *lsp,int m,
158 long wi=vorbis_coslook_i(k*65536/ln);
248 void vorbis_lsp_to_curve(float *curve,int *map,int n,int ln,float *lsp,int m,
251 float wdel=M_PI/ln;
floor1.c 642 int ln=loneighbor[sortpos]; local
646 if(memo[ln]!=hn){
648 int lsortpos=look->reverse_index[ln];
650 memo[ln]=hn;
654 int lx=info->postlist[ln];
656 int ly=post_Y(fit_valueA,fit_valueB,ln);
686 fit_valueB[ln]=ly0;
687 if(ln==0)fit_valueA[ln]=ly0;
701 if(loneighbor[j]==ln)
724 int ln=look->loneighbor[i-2]; local
806 int ln=look->loneighbor[i-2]; local
    [all...]
  /build/tools/
java-event-log-tags.py 87 for fn, ln, msg in tagfile.errors:
88 print >> sys.stderr, "%s:%d: error: %s" % (fn, ln, msg)
  /external/clang/tools/driver/
Android.mk 100 $(hide) ln -sf $(notdir $<) $@
  /external/e2fsprogs/util/
gen-tarball.in 46 (cd $top_srcdir/.. ; rm -f $SRCROOT ; ln -sf $base_e2fsprogs $SRCROOT)
  /system/core/init/
Android.mk 56 $(hide) ln -sf ../$(INIT_BINARY) $@
  /system/core/sh/
Android.mk 67 $(hide) ln -sf $(TARGET_SHELL) $@
  /external/bzip2/
Makefile 93 ln -s -f $(PREFIX)/bin/bzgrep $(PREFIX)/bin/bzegrep
94 ln -s -f $(PREFIX)/bin/bzgrep $(PREFIX)/bin/bzfgrep
97 ln -s -f $(PREFIX)/bin/bzmore $(PREFIX)/bin/bzless
100 ln -s -f $(PREFIX)/bin/bzdiff $(PREFIX)/bin/bzcmp
143 ln -s -f . $(DISTNAME)
  /external/openssl/crypto/asn1/
tasn_prn.c 491 const char *ln; local
492 ln = OBJ_nid2ln(OBJ_obj2nid(oid));
493 if(!ln)
494 ln = "";
496 if (BIO_printf(out, "%s (%s)", ln, objbuf) <= 0)
  /external/e2fsprogs/debian/
rules 329 ln -s et/com_err.h ${tmpdir}/usr/include
361 (cd ${udebdir}/sbin; ln -s e2fsck fsck.ext2 ; \
362 ln -s e2fsck fsck.ext3 ; ln -s e2fsck fsck.ext4 ; \
363 ln -s mke2fs mkfs.ext2 ; ln -s mke2fs mkfs.ext3 ; \
364 ln -s mke2fs mkfs.ext4)
393 ln -sf libblkid${BLKID_SOVERSION} ${debdir}/libblkid-dev/usr/share/doc/libblkid-dev
398 ln -sf libss${SS_SOVERSION} ${debdir}/ss-dev/usr/share/doc/ss-dev
402 ln -sf libcomerr${COMERR_SOVERSION} ${debdir}/comerr-dev/usr/share/doc/comerr-de
    [all...]
  /ndk/sources/host-tools/make-3.81/
file.c 81 register char *lname, *ln; local
95 for (n = name, ln = lname; *n != '\0'; ++n, ++ln)
96 *ln = isupper ((unsigned char)*n) ? tolower ((unsigned char)*n) : *n;
97 *ln = '\0';
142 char *lname, *ln; local
152 for (n = name, ln = lname; *n != '\0'; ++n, ++ln)
155 *ln = tolower ((unsigned char)*n);
157 *ln = *n
    [all...]
  /external/linux-tools-perf/util/
probe-finder.c 73 struct line_node *ln; local
77 list_for_each_entry_reverse(ln, head, list) {
78 if (ln->line < line) {
79 p = &ln->list;
81 } else if (ln->line == line) /* Already exist */
88 ln = zalloc(sizeof(struct line_node));
89 if (ln == NULL)
91 ln->line = line;
92 INIT_LIST_HEAD(&ln->list);
93 list_add(&ln->list, p)
100 struct line_node *ln; local
119 struct line_node *ln; local
    [all...]
  /external/elfutils/libelf/
Makefile.am 119 ln -fs $@ $@.$(VERSION)
132 ln -fs libelf-$(PACKAGE_VERSION).so $(DESTDIR)$(libdir)/libelf.so.$(VERSION)
133 ln -fs libelf.so.$(VERSION) $(DESTDIR)$(libdir)/libelf.so
  /external/libcap-ng/libcap-ng-0.7/utils/
netcap.c 162 char line[256], ln[256], *s, *e; local
169 snprintf(ln, 256, "%s/%s", buf, ent->d_name);
170 if ((llen = readlink(ln, line, sizeof(line)-1)) < 0)
  /external/openssl/crypto/txt_db/
txt_db.c 76 long ln=0; local
116 ln++;
160 fprintf(stderr,"wrong number of fields on line %ld (looking for field %d, got %d, '%s' left)\n",ln,num,n,f);

Completed in 3802 milliseconds

1 2 34 5 6 7 8 910