/external/chromium_org/sdch/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/chromium_org/third_party/tcmalloc/vendor/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/cmockery/cmockery_0_1_2/packages/ |
deb.sh | 50 ln -s "${topdir}/${archive}.tar.gz" "${LIB}${archive}.orig.tar.gz" 55 ln -s "packages/deb" "debian"
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_macos.py | 53 for ln in data.splitlines(): 54 if ln.startswith('type:'): 55 tp = ln.split()[-1][1:-1] 56 if ln.startswith('creator:'): 57 cr = ln.split()[-1][1:-1]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_macos.py | 53 for ln in data.splitlines(): 54 if ln.startswith('type:'): 55 tp = ln.split()[-1][1:-1] 56 if ln.startswith('creator:'): 57 cr = ln.split()[-1][1:-1]
|
/system/core/toolbox/upstream-netbsd/usr.bin/grep/ |
util.c | 192 struct str ln; local 222 ln.file = grep_malloc(strlen(fn) + 1); 223 strcpy(ln.file, fn); 224 ln.line_no = 0; 225 ln.len = 0; 227 ln.off = -1; 230 ln.off += ln.len + 1; 231 if ((ln.dat = grep_fgetln(f, &ln.len)) == NULL || ln.len == 0 [all...] |
/external/clang/utils/ |
CmpDriver | 99 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 [all...] |
/ndk/build/tools/ |
deploy-host-mcld.sh | 104 run ln -s "../../../../../../$MCLD" "$LD_MCLD" 107 run ln -s "../../../../../$MCLD" "$LD_MCLD" 117 run ln -s "../../../../../$MCLD" "$LD_MCLD"
|
/external/chromium_org/third_party/icu/source/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) $@
|
mh-aix-va | 93 ln -f $< $(SHARED_OBJECT_NO_VERSION) 97 ln -f $< $(SHARED_OBJECT_NO_VERSION) 134 $(RM) $@ && ln -s ${*F}$(SO_TARGET_VERSION).$(SO) $@ 136 $(RM) $@ && ln -s ${*F}$(SO_TARGET_VERSION).$(SO) $@
|
/external/icu/icu4c/source/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) $@
|
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) $@
|
mh-aix-va | 93 ln -f $< $(SHARED_OBJECT_NO_VERSION) 97 ln -f $< $(SHARED_OBJECT_NO_VERSION) 134 $(RM) $@ && ln -s ${*F}$(SO_TARGET_VERSION).$(SO) $@ 136 $(RM) $@ && ln -s ${*F}$(SO_TARGET_VERSION).$(SO) $@
|
/external/llvm/utils/lit/lit/ |
TestRunner.py | 238 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) [all...] |
/development/tools/axl/ |
log.py | 40 for ln in " ".join(map(str, logstrs)).split("\n"): 41 self._file.write("%s %s\n" % (timeStr, ln))
|
/device/asus/flo/conn_init/ |
Android.mk | 52 ln -sf /data/misc/wifi/WCNSS_qcom_cfg.ini \ 54 ln -sf /data/misc/wifi/WCNSS_qcom_wlan_nv.bin \
|
/device/lge/mako/conn_init/ |
Android.mk | 52 ln -sf /data/misc/wifi/WCNSS_qcom_cfg.ini $(TARGET_OUT_VENDOR)/firmware/wlan/prima/WCNSS_qcom_cfg.ini; \ 53 ln -sf /data/misc/wifi/WCNSS_qcom_wlan_nv.bin $(TARGET_OUT_VENDOR)/firmware/wlan/prima/WCNSS_qcom_wlan_nv.bin
|
/external/clang/utils/analyzer/ |
ubiviz | 24 for ln in file: 25 yield eval(ln)
|