OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lib_file
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libvpx/
unpack_lib_posix.sh
36
lib_file
=$f
41
if [ -z "$
lib_file
" ]; then
57
obj_list="$($ar t $
lib_file
| grep '\.o$')"
69
$ar p $
lib_file
$filename > $out_dir/$1
/external/chromium_org/tools/cygprofile/
symbolize.py
67
def ParseLibSymbols(
lib_file
):
71
lib_file
: the library or executable that contains the profiled code
75
in
lib_file
and map of addresses to all symbols at a particular address
77
cmd = ['nm', '-S', '-n',
lib_file
]
170
def AddrToLine(addr,
lib_file
):
172
cmd = ['addr2line', '-f', '-e',
lib_file
, hex(addr)]
190
parser = optparse.OptionParser('usage: %prog [options] log_file
lib_file
')
199
parser.error('expected 2 args: log_file
lib_file
')
201
(log_file,
lib_file
) = args
204
lib_name =
lib_file
.split('/')[-1].strip(
[
all
...]
/external/chromium_org/third_party/skia/platform_tools/android/bin/
android_perf
59
for
lib_file
in \
64
adb_push_if_needed "$
lib_file
" /data/local/tmp
65
cp "$
lib_file
" $TMP_APP_LOC
Completed in 480 milliseconds