OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subr
(Results
101 - 125
of
149
) sorted by null
1
2
3
4
5
6
/external/elfutils/tests/
run-varlocs.sh
18
. $srcdir/test-
subr
.sh
run-readelf-vmcoreinfo.sh
18
. $srcdir/test-
subr
.sh
run-readelf-zdebug-rel.sh
18
. $srcdir/test-
subr
.sh
run-addr2line-test.sh
18
. $srcdir/test-
subr
.sh
run-addrname-test.sh
18
. $srcdir/test-
subr
.sh
run-elfgetchdr.sh
18
. $srcdir/test-
subr
.sh
run-addr2line-i-test.sh
18
. $srcdir/test-
subr
.sh
run-dwfllines.sh
18
. $srcdir/test-
subr
.sh
run-elfgetzdata.sh
18
. $srcdir/test-
subr
.sh
run-get-lines.sh
19
. $srcdir/test-
subr
.sh
run-prelink-addr-test.sh
18
. $srcdir/test-
subr
.sh
run-readelf-dwz-multi.sh
18
. $srcdir/test-
subr
.sh
run-readelf-z.sh
18
. $srcdir/test-
subr
.sh
run-readelf-zdebug.sh
18
. $srcdir/test-
subr
.sh
run-readelf-zp.sh
18
. $srcdir/test-
subr
.sh
run-readelf-line.sh
18
. $srcdir/test-
subr
.sh
run-readelf-s.sh
18
. $srcdir/test-
subr
.sh
Makefile.am
191
coverage.sh test-
subr
.sh test-wrapper.sh \
283
backtrace-
subr
.sh backtrace.i386.core.bz2 backtrace.i386.exec.bz2 \
run-dwarf-getmacros.sh
18
. $srcdir/test-
subr
.sh
run-elfputzdata.sh
18
. $srcdir/test-
subr
.sh
run-funcretval.sh
18
. $srcdir/test-
subr
.sh
/external/javassist/src/main/javassist/
CtBehavior.java
797
int
subr
= iterator.getCodeLength() - gapLen;
local
801
if (pos >=
subr
)
808
insertGoto(iterator,
subr
, pos);
809
subr
= iterator.getCodeLength() - gapLen;
850
* assert
subr
> pos
852
private void insertGoto(CodeIterator iterator, int
subr
, int pos)
855
iterator.setMark(
subr
);
858
boolean wide =
subr
+ 2 - pos > Short.MAX_VALUE;
[
all
...]
/external/fonttools/Lib/fontTools/misc/
psCharStrings.py
559
subr
= self.localSubrs[subrIndex+self.localBias]
560
self.execute(
subr
)
564
subr
= self.globalSubrs[subrIndex+self.globalBias]
565
self.execute(
subr
)
1022
subr
= self.subrs[subrIndex]
1023
self.execute(
subr
)
1075
# Push back final coords so
subr
0 can find them
/external/dhcpcd-6.8.2/
dhcpcd-run-hooks.in
302
elif [ "$x" = "/etc/rc.d" -a -e /etc/rc.d/rc.
subr
]; then
/external/fonttools/Lib/fontTools/
cffLib.py
118
subr
= psCharStrings.T2CharString()
119
subr
.fromXML(name, attrs, content)
120
self.GlobalSubrs.append(
subr
)
389
subr
= self[i]
390
if
subr
.needsDecompilation():
395
subr
.toXML(xmlWriter)
402
subr
= psCharStrings.T2CharString()
403
subr
.fromXML(name, attrs, content)
404
self.append(
subr
)
[
all
...]
Completed in 185 milliseconds
1
2
3
4
5
6