update new sdk

This commit is contained in:
August 2020-07-15 19:27:51 +08:00
parent f33907443a
commit 744c72c133
1643 changed files with 83006 additions and 28021 deletions

89
android/external/ImageMagick/.gitignore vendored Normal file
View file

@ -0,0 +1,89 @@
/config/ImageMagick.rdf
/config/*.dox
/config/config.h
/config/delegates.xml
/config/stamp-h1
/config/type-apple.xml
/config/type-dejavu.xml
/config/type-ghostscript.xml
/config/type-windows.xml
/config/type.xml
/Magick++/bin/Magick++-config
/Magick++/demo/*_out*
/Magick++/demo/analyze
/Magick++/demo/button
/Magick++/demo/demo
/Magick++/demo/detrans
/Magick++/demo/flip
/Magick++/demo/gravity
/Magick++/demo/piddle
/Magick++/demo/shapes
/Magick++/demo/zoom
/Magick++/tests/appendImages
/Magick++/tests/attributes
/Magick++/tests/averageImages
/Magick++/tests/coalesceImages
/Magick++/tests/coderInfo
/Magick++/tests/color
/Magick++/tests/colorHistogram
/Magick++/tests/exceptions
/Magick++/tests/geometry
/Magick++/tests/montageImages
/Magick++/tests/morphImages
/Magick++/tests/readWriteBlob
/Magick++/tests/readWriteImages
/Magick++/tests/testmagick_anim_out*
/PerlMagick/*.a
/PerlMagick/**/*.bs
/PerlMagick/**/*.c
/PerlMagick/**/*.json
/PerlMagick/**/*.yml
/PerlMagick/**/*.pm
/PerlMagick/**/*.xs
/PerlMagick/**/pm_to_blib
/PerlMagick/**/typemap
/PerlMagick/Zip.ps1
/PerlMagick/blib
/PerlMagick/check.sh
/tests/*_out*
/tests/drawtest
/tests/validate
/tests/wandtest
/utilities/animate
/utilities/compare
/utilities/composite
/utilities/conjure
/utilities/display
/utilities/identify
/utilities/import
/utilities/magick
/utilities/mogrify
/utilities/montage
/utilities/stream
/ImageMagick.spec
/autom4te.cache
/config.log
/config.status
/common.shi
/libtool
/local.exp
/magick.sh
/perl-sources
/test-suite.log
*.o
*.lo
*.log
*.la
*.pc
*.trs
.deps
.dirstamp
.libs
Makefile
Makefile.PL

View file

@ -0,0 +1,13 @@
CMakeFiles
tests/CMakeFiles
tests/Debug
*.opensdf
*.sdf
tests/*tests.dir
*.vcxproj
*.vcxproj.filters
*.sln
*.tlog
Testing/Temporary/*.*
CMakeCache.txt
*.suo

View file

@ -0,0 +1,3 @@
[submodule "tests/unittest-cpp"]
path = tests/unittest-cpp
url = https://github.com/Microsoft/unittest-cpp.git

View file

@ -0,0 +1,7 @@
/.metadata/
/AndroidPlot-Core/target/
/AndroidPlot-Core/.settings/
/Examples/DemoApp/.settings/
/Examples/DemoApp/bin/
/Examples/DemoApp/gen/
/Examples/DemoApp/target/

6
android/external/ant-glob/.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
bin
*~
*.bak
Thumbs.db
*.class
*.DS_Store

80
android/external/autotest/.gitignore vendored Normal file
View file

@ -0,0 +1,80 @@
#
# NOTE! Please use 'git ls-files -i --exclude-standard'
# command after changing this file, to see if there are
# any tracked files which get ignored after the change.
#
# Standard ignores
*.[aod]
*.la
*.lo
*.pyc
*.so
*~
# Anything created as a result of running a test
results.*/
tmp/
# This file is meant only for local testing
private_host_attributes_config.py
# default svn:ignore property:
*.o
#*#
.*.rej
*.rej
.*~
*~
.*.swp
.#*
.DS_Store.
# additional patterns:
*.pyc
client/control
client/results/
client/tests/kvm/images
client/tests/kvm/env
client/tmp
client/tests/kvm/*.cfg
logs/*
results-*
results/*
server/tmp
tko/parsers/test/site_scenarios
ExternalSource
/frontend/client/www/
/shadow_config.ini
/site-packages/
monitor_db.pid
server/cros/chaos_shadow_ap_list.conf
server/site_tests/network_WiFiChaosPSK/control.local
# These exist on the production servers.
bug_filing_oauth_credentials.dat
gmail_api_credentials.dat
creds/
site_utils/autotest_private/
site_utils/autotest_tools/
site_utils/devserver/
site_utils/buildbot_src/
# Pupplylab files
puppylab/Vagrantfile
puppylab/chromeos_lab_core_cluster.box
puppylab/.vagrant
# Container directory
containers/
# Shadow config for ssp deploy
ssp_deploy_shadow_config.json
# Shadow config for perf dashboard
tko/perf_upload/perf_dashboard_shadow_config.json
# HWID key file used by site_utils/hwid_lib.py
hwid_key
# suite_scheduler.ini is deployed by puppet
suite_scheduler.ini

View file

@ -0,0 +1 @@
closure-library-20111110-r1376

View file

@ -0,0 +1,3 @@
fakemodem
fakemodem-dbus.h
fakenet

6
android/external/bart/.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
*.pyc
.ipynb_checkpoints
example_trace_dat*
/dist/
/build/
/bart_py.egg-info/

View file

@ -0,0 +1,3 @@
_build
*.rst
!index.rst

View file

@ -0,0 +1,24 @@
build/
ssl/test/runner/runner
*.swp
*.swo
doc/*.html
doc/doc.css
util/bot/android_tools
util/bot/cmake-linux64
util/bot/cmake-linux64.tar.gz
util/bot/cmake-mac
util/bot/cmake-mac.tar.gz
util/bot/cmake-win32
util/bot/cmake-win32.zip
util/bot/golang
util/bot/gyp
util/bot/libFuzzer
util/bot/llvm-build
util/bot/perl-win32
util/bot/perl-win32.zip
util/bot/sde-linux64
util/bot/sde-linux64.tar.bz2
util/bot/win_toolchain.json
util/bot/yasm-win32.exe

View file

@ -20,12 +20,10 @@ public class RSAKeyPairGenerator
private static final BigInteger ONE = BigInteger.valueOf(1);
private RSAKeyGenerationParameters param;
private int iterations;
public void init(KeyGenerationParameters param)
{
this.param = (RSAKeyGenerationParameters)param;
this.iterations = getNumberOfIterations(this.param.getStrength(), this.param.getCertainty());
}
public AsymmetricCipherKeyPair generateKeyPair()
@ -191,6 +189,8 @@ public class RSAKeyPairGenerator
protected boolean isProbablePrime(BigInteger x)
{
int iterations = getNumberOfIterations(x.bitLength(), param.getCertainty());
/*
* Primes class for FIPS 186-4 C.3 primality checking
*/

17
android/external/brotli/.gitignore vendored Normal file
View file

@ -0,0 +1,17 @@
# C
*.o
bin/
buildfiles/
**/obj/
dist/
# Python
__pycache__/
*.py[cod]
*.so
*.egg-info/
# Tests
*.txt.uncompressed
*.bro
*.unbro

6
android/external/brotli/.gitmodules vendored Normal file
View file

@ -0,0 +1,6 @@
[submodule "terryfy"]
path = terryfy
url = https://github.com/MacPython/terryfy.git
[submodule "research/esaxx"]
path = research/esaxx
url = https://github.com/hillbig/esaxx

14
android/external/bsdiff/.gitignore vendored Normal file
View file

@ -0,0 +1,14 @@
#
# NOTE! Please use 'git ls-files -i --exclude-standard'
# command after changing this file, to see if there are
# any tracked files which get ignored after the change.
#
# Standard ignores
*.o
*~
# Executables
bsdiff
bspatch
unittests

6
android/external/caliper/.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
*.iml
*.ipr
*.iws
.idea
target
*~

View file

@ -29,3 +29,5 @@ LOCAL_SHARED_LIBRARIES := libutils liblog libicuuc libicui18n
LOCAL_CXX_STL := libc++
include $(BUILD_SHARED_LIBRARY)
include $(LOCAL_PATH)/test/Android.mk

View file

@ -18,6 +18,6 @@ LOCAL_CFLAGS += \
LOCAL_C_INCLUDES += $(LOCAL_PATH)/../src $(LOCAL_PATH)/ external/v8
LOCAL_SHARED_LIBRARIES := libpac libutils liblog
LOCAL_SHARED_LIBRARIES := libpac libutils liblog libandroid_runtime
include $(BUILD_NATIVE_TEST)

View file

@ -0,0 +1,15 @@
// PAC script with getter that changes element kind.
function FindProxyForURL(url, host) {
let arr = [];
arr[1000] = 0x1234;
arr.__defineGetter__(256, function () {
delete arr[256];
arr.unshift(1.1);
});
let results = Object.entries(arr);
let str = results.toString();
return "DIRECT";
}

View file

@ -544,5 +544,19 @@ TEST(ProxyResolverV8Test, DNSResolutionOfInternationDomainName) {
EXPECT_EQ("xn--bcher-kva.ch", bindings->dns_resolves_ex[0]);
}
TEST(ProxyResolverV8Test, GetterChangesElementKind) {
ProxyResolverV8WithMockBindings resolver(new MockJSBindings());
int result = resolver.SetPacScript(String16(CHANGE_ELEMENT_KIND_JS));
EXPECT_EQ(OK, result);
// Execute FindProxyForURL().
result = resolver.GetProxyForURL(kQueryUrl, kQueryHost, &kResults);
EXPECT_EQ(OK, result);
std::vector<std::string> proxies = string16ToProxyList(kResults);
EXPECT_EQ(1U, proxies.size());
EXPECT_EQ("DIRECT", proxies[0]);
}
} // namespace
} // namespace net

View file

@ -78,6 +78,23 @@
"function fn() {}\n" \
"\n" \
#define CHANGE_ELEMENT_KIND_JS \
"// PAC script with getter that changes element kind.\n" \
" \n" \
"function FindProxyForURL(url, host) {\n" \
" let arr = [];\n" \
" arr[1000] = 0x1234;\n" \
"\n" \
" arr.__defineGetter__(256, function () {\n" \
" delete arr[256];\n" \
" arr.unshift(1.1);\n" \
" });\n" \
"\n" \
" let results = Object.entries(arr);\n" \
" let str = results.toString(); \n" \
" return \"DIRECT\";\n" \
"}\n" \
#define DIRECT_JS \
"function FindProxyForURL(url, host) {\n" \
" return \"DIRECT\";\n" \

View file

@ -0,0 +1,3 @@
*.pyc
trace.html
catapult-upstream

View file

@ -0,0 +1,3 @@
*.pyc
systrace_trace_viewer.html
trace.html

View file

@ -0,0 +1,2 @@
obj/
libs/

37
android/external/clang/.gitignore vendored Normal file
View file

@ -0,0 +1,37 @@
#==============================================================================#
# This file specifies intentionally untracked files that git should ignore.
# See: http://www.kernel.org/pub/software/scm/git/docs/gitignore.html
#
# This file is intentionally different from the output of `git svn show-ignore`,
# as most of those are useless.
#==============================================================================#
#==============================================================================#
# File extensions to be ignored anywhere in the tree.
#==============================================================================#
# Temp files created by most text editors.
*~
# Merge files created by git.
*.orig
# Byte compiled python modules.
*.pyc
# vim swap files
.*.sw?
.sw?
#==============================================================================#
# Explicit files to ignore (only matches one).
#==============================================================================#
cscope.files
cscope.out
#==============================================================================#
# Directories to ignore (do not add trailing '/'s, they skip symlinks).
#==============================================================================#
# Clang extra user tools, which is tracked independently (clang-tools-extra).
tools/extra
# Sphinx build products
docs/_build
docs/analyzer/_build
# debug info testsuite
test/debuginfo-tests

View file

@ -0,0 +1,5 @@
*~
darwin_fat
clang_darwin
multi_arch
*.sw?

28
android/external/conscrypt/.gitignore vendored Normal file
View file

@ -0,0 +1,28 @@
# Gradle
build
gradle.properties
.gradle
local.properties
# Maven (examples)
target
# IntelliJ IDEA
.idea
*.iml
# Eclipse
.classpath
.project
.settings
bin
# OS X
.DS_Store
# Emacs
*~
\#*\#
# Vim
.*.sw[nop]

View file

@ -0,0 +1 @@
\.externalNativeBuild/

5
android/external/curl/.gitattributes vendored Normal file
View file

@ -0,0 +1,5 @@
*.dsw -crlf
buildconf eol=lf
configure.ac eol=lf
*.m4 eol=lf
*.in eol=lf

52
android/external/curl/.gitignore vendored Normal file
View file

@ -0,0 +1,52 @@
*.asc
*.dll
*.exe
*.exp
*.la
*.lib
*.lo
*.o
*.obj
*.pdb
*~
.*.swp
.cproject
.deps
.dirstamp
.libs
.project
.settings
/build/
/builds/
CHANGES.dist
Debug
INSTALL
Makefile
Makefile.in
Release
TAGS
aclocal.m4
aclocal.m4.bak
autom4te.cache
compile
config.cache
config.guess
config.log
config.status
config.sub
configure
curl-*.tar.bz2
curl-*.tar.gz
curl-*.tar.lzma
curl-*.zip
curl-config
depcomp
install-sh
libcurl.pc
libtool
ltmain.sh
missing
mkinstalldirs
tags
test-driver
scripts/_curl

2
android/external/curl/docs/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
*.html
*.pdf

View file

@ -0,0 +1,79 @@
10-at-a-time
anyauthput
certinfo
chkspeed
cookie_interface
debug
externalsocket
fileupload
fopen
ftp-wildcard
ftpget
ftpgetinfo
ftpgetresp
ftpsget
ftpupload
getinfo
getinmemory
http-post
httpcustomheader
httpput
https
imap
imap-append
imap-copy
imap-create
imap-delete
imap-examine
imap-fetch
imap-list
imap-multi
imap-noop
imap-search
imap-ssl
imap-store
imap-tls
multi-app
multi-debugcallback
multi-double
multi-post
multi-single
persistant
pop3-dele
pop3-list
pop3-multi
pop3-noop
pop3-retr
pop3-ssl
pop3-stat
pop3-tls
pop3-top
pop3-uidl
pop3s
pop3slist
post-callback
postinmemory
postit2
progressfunc
resolve
rtsp
sendrecv
sepheaders
sftpget
simple
simplepost
simplesmtp
simplessl
smtp-expn
smtp-mail
smtp-multi
smtp-ssl
smtp-tls
smtp-vrfy
url2file
usercertinmem
xmlstream
http2-download
http2-serverpush
http2-upload
imap-lsub

View file

@ -0,0 +1,3 @@
*.html
*.pdf
libcurl-symbols.3

View file

@ -0,0 +1,4 @@
curlbuild.h
curlver.h.dist
stamp-h2
stamp-h3

13
android/external/curl/lib/.gitignore vendored Normal file
View file

@ -0,0 +1,13 @@
*.a
*.imp
*.nlm
*.orig
*.rej
*.res
Makefile.vc*.dist
TAGS
curl_config.h
curl_config.h.in
libcurl.plist.dist
libcurl.vers
stamp-h1

View file

@ -17,22 +17,22 @@
/* #undef CURL_DISABLE_CRYPTO_AUTH */
/* to disable DICT */
/* #undef CURL_DISABLE_DICT */
#define CURL_DISABLE_DICT 1
/* to disable FILE */
/* #undef CURL_DISABLE_FILE */
/* to disable FTP */
/* #undef CURL_DISABLE_FTP */
#define CURL_DISABLE_FTP 1
/* to disable Gopher */
/* #undef CURL_DISABLE_GOPHER */
#define CURL_DISABLE_GOPHER 1
/* to disable HTTP */
/* #undef CURL_DISABLE_HTTP */
/* to disable IMAP */
/* #undef CURL_DISABLE_IMAP */
#define CURL_DISABLE_IMAP 1
/* to disable LDAP */
#define CURL_DISABLE_LDAP 1
@ -44,25 +44,25 @@
/* #undef CURL_DISABLE_LIBCURL_OPTION */
/* to disable POP3 */
/* #undef CURL_DISABLE_POP3 */
#define CURL_DISABLE_POP3 1
/* to disable proxies */
/* #undef CURL_DISABLE_PROXY */
/* to disable RTSP */
/* #undef CURL_DISABLE_RTSP */
#define CURL_DISABLE_RTSP 1
/* to disable SMB/CIFS */
/* #undef CURL_DISABLE_SMB */
#define CURL_DISABLE_SMB 1
/* to disable SMTP */
/* #undef CURL_DISABLE_SMTP */
#define CURL_DISABLE_SMTP 1
/* to disable TELNET */
/* #undef CURL_DISABLE_TELNET */
#define CURL_DISABLE_TELNET 1
/* to disable TFTP */
/* #undef CURL_DISABLE_TFTP */
#define CURL_DISABLE_TFTP 1
/* to disable TLS-SRP authentication */
/* #undef CURL_DISABLE_TLS_SRP */

6
android/external/curl/m4/.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
libtool.m4
libtool.m4.tmp
ltoptions.m4
ltsugar.m4
ltversion.m4
lt~obsolete.m4

View file

@ -0,0 +1 @@
curl.spec

View file

@ -0,0 +1 @@
curl.list

View file

@ -0,0 +1,2 @@
curl-ssl.spec
curl.spec

View file

@ -0,0 +1,6 @@
VC*/src/*curl.vcproj.dist
VC*/lib/*curl.vcproj.dist
VC*/src/*curl.vcxproj.dist
VC*/lib/*curl.vcxproj.dist
VC6/lib/libcurl.dsp.dist
VC6/src/curl.dsp.dist

View file

@ -0,0 +1,4 @@
/*.ncb
/*.opensdf
/*.sdf
/*.suo

View file

@ -0,0 +1,6 @@
/*.ncb
/*.opensdf
/*.sdf
/*.suo
/*.user
/*.vcxproj

View file

@ -0,0 +1,6 @@
/*.ncb
/*.opensdf
/*.sdf
/*.suo
/*.user
/*.vcxproj

View file

@ -0,0 +1,4 @@
/*.ncb
/*.opensdf
/*.sdf
/*.suo

View file

@ -0,0 +1,6 @@
/*.ncb
/*.opensdf
/*.sdf
/*.suo
/*.user
/*.vcxproj

View file

@ -0,0 +1,6 @@
/*.ncb
/*.opensdf
/*.sdf
/*.suo
/*.user
/*.vcxproj

View file

@ -0,0 +1,4 @@
/*.ncb
/*.opensdf
/*.sdf
/*.suo

View file

@ -0,0 +1,6 @@
/*.ncb
/*.opensdf
/*.sdf
/*.suo
/*.user
/*.vcxproj

View file

@ -0,0 +1,6 @@
/*.ncb
/*.opensdf
/*.sdf
/*.suo
/*.user
/*.vcxproj

View file

@ -0,0 +1,5 @@
/*.opendb
/*.opensdf
/*.sdf
/*.vc.db
/.vs

View file

@ -0,0 +1,6 @@
/*.opensdf
/*.sdf
/*.user
/*.vc.db
/*.vcxproj
/.vs

View file

@ -0,0 +1,6 @@
/*.opensdf
/*.sdf
/*.user
/*.vc.db
/*.vcxproj
/.vs

View file

@ -0,0 +1,2 @@
/*.ncb
/*.opt

View file

@ -0,0 +1,5 @@
/*.dsp
/*.html
/*.ncb
/*.opt
/*.plg

View file

@ -0,0 +1,5 @@
/*.dsp
/*.html
/*.ncb
/*.opt
/*.plg

View file

@ -0,0 +1,2 @@
/*.ncb
/*.suo

View file

@ -0,0 +1,3 @@
/*.ncb
/*.suo
/*.vcproj

View file

@ -0,0 +1,3 @@
/*.ncb
/*.suo
/*.vcproj

View file

@ -0,0 +1 @@
/*.ncb

View file

@ -0,0 +1,2 @@
/*.ncb
/*.vcproj

View file

@ -0,0 +1,2 @@
/*.ncb
/*.vcproj

View file

@ -0,0 +1,2 @@
/*.ncb
/*.suo

View file

@ -0,0 +1,4 @@
/*.ncb
/*.suo
/*.user
/*.vcproj

View file

@ -0,0 +1,4 @@
/*.ncb
/*.suo
/*.user
/*.vcproj

View file

@ -0,0 +1,2 @@
/*.ncb
/*.suo

View file

@ -0,0 +1,4 @@
/*.ncb
/*.suo
/*.user
/*.vcproj

View file

@ -0,0 +1,4 @@
/*.ncb
/*.suo
/*.user
/*.vcproj

10
android/external/curl/src/.gitignore vendored Normal file
View file

@ -0,0 +1,10 @@
*.a
*.nlm
*.res
Makefile.vc*.dist
config-win32.h
curl
curl_config.h.in
stamp-h2
tool_hugehelp.c
tool_version.h.dist

17
android/external/curl/tests/.gitignore vendored Normal file
View file

@ -0,0 +1,17 @@
*pid
configurehelp.pm
curl_client_key
curl_client_key.pub
curl_client_knownhosts
curl_host_rsa_key
curl_host_rsa_key.pub
curl_sftp_cmds
curl_sftp_config
curl_ssh_config
curl_sshd_config
log
runtests.html
runtests.pdf
stunnel.conf
testcurl.html
testcurl.pdf

View file

@ -0,0 +1 @@
test* -crlf

View file

@ -0,0 +1 @@
DISABLED.local

View file

@ -0,0 +1,7 @@
chkhostname
lib15[0-9][0-9]
lib19[0-9][0-9]
lib2033
lib5[0-9][0-9]
libauthretry
libntlmconnect

View file

@ -0,0 +1,7 @@
fake_ntlm
getpart
resolve
rtspd
sockfilt
sws
tftpd

View file

@ -0,0 +1 @@
/unit1[36][0-9][0-9]

View file

@ -0,0 +1,2 @@
*.idb
*.inc

4
android/external/dagger2/.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
*.iml
*.ipr
*.iws
.idea

7
android/external/deqp/.gitignore vendored Normal file
View file

@ -0,0 +1,7 @@
*~
*.pyc
*.user
*.class
.*
!.gitignore
!.editorconfig

View file

@ -0,0 +1,12 @@
bin
build.xml
default.properties
gen
libs
local.properties
assets
proguard.cfg
project.properties
proguard-project.txt
debug
native

View file

@ -0,0 +1 @@
*.html

View file

@ -0,0 +1 @@
spirv-headers/src

View file

@ -0,0 +1 @@
src

View file

@ -0,0 +1,2 @@
src
packages

View file

@ -0,0 +1 @@
src

View file

@ -0,0 +1 @@
prebuilt

View file

@ -0,0 +1,2 @@
com.drawelements.deqp.vk.xml
mustpass.xml

View file

@ -0,0 +1,2 @@
src
packages

View file

@ -0,0 +1 @@
cache

9
android/external/devlib/.gitignore vendored Normal file
View file

@ -0,0 +1,9 @@
*.pyc
*.pyo
*.orig
.ropeproject
*.egg-info
devlib/bin/scripts/shutils
doc/_build/
build/
dist/

3
android/external/dexmaker/.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
# IntelliJ IDEA
.idea/
*.iml

4
android/external/doclava/.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
build
.classpath
.project
.settings

16
android/external/droiddriver/.gitignore vendored Normal file
View file

@ -0,0 +1,16 @@
bin/
gen/
# gradle junk
.gradle
build
# Android Studio junk
.idea/
*.iml
# Don't check in local.properties
local.properties
.DS_Store

View file

@ -0,0 +1,5 @@
.idea/*
*.iml
local.properties
build/*
.gradle/*

View file

@ -0,0 +1 @@
/build

17
android/external/dtc/.gitignore vendored Normal file
View file

@ -0,0 +1,17 @@
*.o
*.d
*.a
*.patch
*.so
*~
*.tab.[ch]
lex.yy.c
*.lex.c
/dtc
/fdtdump
/convert-dtsv0
/version_gen.h
/fdtget
/fdtput
/patches
/.pc

63
android/external/dtc/tests/.gitignore vendored Normal file
View file

@ -0,0 +1,63 @@
*.dtb
*.dts.test.s
*.test.dts
tmp.*
/add_subnode_with_nops
/addr_size_cells
/appendprop[12]
/asm_tree_dump
/boot-cpuid
/char_literal
/check_path
/del_node
/del_property
/dtbs_equal_ordered
/dtbs_equal_unordered
/dtb_reverse
/dumptrees
/extra-terminating-null
/find_property
/get_alias
/get_mem_rsv
/get_name
/get_path
/get_phandle
/getprop
/incbin
/integer-expressions
/mangle-layout
/move_and_save
/node_check_compatible
/node_offset_by_compatible
/node_offset_by_phandle
/node_offset_by_prop_value
/nop_node
/nop_property
/nopulate
/notfound
/open_pack
/overlay
/overlay_bad_fixup
/parent_offset
/path-references
/path_offset
/path_offset_aliases
/phandle_format
/property_iterate
/propname_escapes
/references
/root_node
/rw_tree1
/set_name
/setprop
/setprop_inplace
/sized_cells
/string_escapes
/stringlist
/subnode_iterate
/subnode_offset
/supernode_atdepth_offset
/sw_tree1
/truncated_property
/utilfdt_test
/value-labels

217
android/external/e2fsprogs/.gitignore vendored Normal file
View file

@ -0,0 +1,217 @@
autom4te.cache
build
build.profiled
build.static
FILES
^core
*~
patches
Makefile
*.bak
*.diff
*.dSYM
*.o
*.a
*.orig
*.patch
*.pc
*.rej
*.swp
00[0-9][1-9]*.patch
MCONFIG
asm_types.h
config.log
config.status
debugfs/extent_cmds.c
debugfs/debug_cmds.c
debugfs/debugfs
debugfs/debugfs.8
debugfs/extent_cmds.c
doc/libext2fs.aux
doc/libext2fs.cp
doc/libext2fs.dvi
doc/libext2fs.fn
doc/libext2fs.fns
doc/libext2fs.info
doc/libext2fs.ky
doc/libext2fs.log
doc/libext2fs.pg
doc/libext2fs.toc
doc/libext2fs.tp
doc/libext2fs.vr
e2fsck/crc32table.h
e2fsck/e2fsck
e2fsck/e2fsck.8
e2fsck/e2fsck.conf.5
e2fsck/e2fsck.shared
e2fsck/e2fsck.static
e2fsck/gen_crc32table
e2fsck/prof_err.c
e2fsck/prof_err.h
e2fsck/tst_crc32
e2fsck/tst_problem
e2fsck/tst_refcount
e2fsck/tst_region
e2fsprogs.spec
ext2ed/ext2ed.conf
ext2ed/ext2ed.8
intl/charset.alias
intl/libgnuintl.h
intl/libintl.a
intl/libintl.h
intl/ref-add.sed
intl/ref-del.sed
lib/blkid/blkid.h
lib/blkid/blkid.pc
lib/blkid/blkid_types.h
lib/blkid/libblkid.3
lib/blkid/subdirs
lib/blkid/test_probe
lib/blkid/tests/*.ok
lib/blkid/tests/*.out
lib/blkid/tests/tmp
lib/blkid/tst_cache
lib/blkid/tst_dev
lib/blkid/tst_devname
lib/blkid/tst_devno
lib/blkid/tst_getsize
lib/blkid/tst_probe
lib/blkid/tst_read
lib/blkid/tst_resolve
lib/blkid/tst_save
lib/blkid/tst_tag
lib/blkid/tst_types
lib/config.h
lib/dirpaths.h
lib/e2p/e2p.pc
lib/e2p/subdirs
lib/e2p/tst_feature
lib/e2p/tst_ostype
lib/et/com_err.pc
lib/et/compile_et
lib/et/subdirs
lib/ext2fs/crc32c_table.h
lib/ext2fs/debug_cmds.c
lib/ext2fs/ext2_err.c
lib/ext2fs/ext2_err.et
lib/ext2fs/ext2_err.h
lib/ext2fs/ext2_types.h
lib/ext2fs/ext2fs.pc
lib/ext2fs/extent_cmds.c
lib/ext2fs/gen_crc32ctable
lib/ext2fs/subdirs
lib/ext2fs/tst_badblocks
lib/ext2fs/tst_bitmaps
lib/ext2fs/tst_bitmaps_cmd.c
lib/ext2fs/tst_bitmaps_out
lib/ext2fs/tst_bitops
lib/ext2fs/tst_cmds.c
lib/ext2fs/tst_csum
lib/ext2fs/tst_crc32c
lib/ext2fs/tst_icount
lib/ext2fs/tst_inline
lib/ext2fs/tst_inode_size
lib/ext2fs/tst_iscan
lib/ext2fs/tst_libext2fs
lib/ext2fs/tst_super_size
lib/ext2fs/tst_types
lib/quota/subdirs
lib/ss/mk_cmds
lib/ss/ss.pc
lib/ss/ss_err.c
lib/ss/ss_err.h
lib/ss/std_rqs.c
lib/ss/subdirs
lib/ss/test.diff
lib/ss/test_cmd.c
lib/ss/test_out
lib/ss/test_ss
lib/uuid/subdirs
lib/uuid/tst_uuid
lib/uuid/uuid.3
lib/uuid/uuid.h
lib/uuid/uuid.pc
lib/uuid/uuid_clear.3
lib/uuid/uuid_compare.3
lib/uuid/uuid_copy.3
lib/uuid/uuid_generate.3
lib/uuid/uuid_is_null.3
lib/uuid/uuid_parse.3
lib/uuid/uuid_time
lib/uuid/uuid_time.3
lib/uuid/uuid_types.h
lib/uuid/uuid_unparse.3
misc/badblocks
misc/badblocks.8
misc/base_device
misc/base_device.out
misc/blkid
misc/blkid.8
misc/chattr
misc/chattr.1
misc/default_profile.c
misc/dumpe2fs
misc/dumpe2fs.8
misc/e2freefrag
misc/e2freefrag.8
misc/e2fuzz
misc/e2image
misc/e2image.8
misc/e2initrd_helper
misc/e2label.8
misc/e2undo
misc/e2undo.8
misc/e4defrag
misc/e4defrag.8
misc/ext4.5
misc/filefrag
misc/filefrag.8
misc/findfs.8
misc/findsuper
misc/fsck
misc/fsck.8
misc/logsave
misc/logsave.8
misc/lsattr
misc/lsattr.1
misc/mke2fs
misc/mke2fs.8
misc/mke2fs.conf.5
misc/mke2fs.conf
misc/mklost+found
misc/mklost+found.8
misc/prof_err.c
misc/prof_err.h
misc/profile.h
misc/tune2fs
misc/tune2fs.8
misc/uuidd
misc/uuidd.8
misc/uuidgen
misc/uuidgen.1
parse-types.log
po/Makefile.in
po/POTFILES
public_config.h
resize/resize2fs
resize/resize2fs.8
resize/test_extent
resize/test_extent.out
tags
TAGS
tests/progs/test_icount
tests/progs/test_icount_cmds.c
tests/progs/crcsum
tests/*.ok
tests/*.failed
tests/*.log
tests/*.tmp
tests/mke2fs.conf
tests/test_script
tests/test_one
util/dirpaths.h
util/gen-tarball
util/install-symlink
util/subst
util/subst.conf
Meta

View file

@ -87,7 +87,9 @@ static void safe_print(const char *cp, int len)
fputc('^', stdout);
ch ^= 0x40; /* ^@, ^A, ^B; ^? for DEL */
}
fputc(ch, stdout);
if (ch != '"') {
fputc(ch, stdout);
}
}
}

2
android/external/easymock/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
*.class
bin

157
android/external/elfutils/.gitignore vendored Normal file
View file

@ -0,0 +1,157 @@
#*
*#
*.a
*.o
*.orig
*.os
*.patch
*.rej
*.so
*.so.1
*/Makefile.in
*~
.#*
.deps
.glimpse_*
=*
/INSTALL
Makefile
Makefile.in
/aclocal.m4
/autom4te.*
/backends/*.map
/config.cache
/config.h
/config.h.in
/config.log
/config.status
/config/ar-lib
/config/compile
/config/config.guess
/config/config.sub
/config/depcomp
/config/install-sh
/config/libdw.pc
/config/libelf.pc
/config/missing
/config/test-driver
/config/ylwrap
/configure
/elfutils.spec
/libcpu/*_dis.h
/libcpu/*.mnemonics
/libcpu/*_gendis
/libcpu/*_lex.c
/libcpu/*_parse.[ch]
/libdw/known-dwarf.h
/po/*.gmo
/po/*.pot
/po/en@boldquot.insert-header
/po/en@boldquot.po
/po/en@quot.insert-header
/po/en@quot.po
/po/Makevars.template
/po/POTFILES
/po/remove-potcdate.sed
/po/stamp-po
/src/addr2line
/src/ar
/src/elfcmp
/src/elfcompress
/src/elflint
/src/findtextrel
/src/ld
/src/ldlex.c
/src/ldscript.c
/src/ldscript.h
/src/make-debug-archive
/src/nm
/src/objdump
/src/ranlib
/src/readelf
/src/size
/src/stack
/src/strings
/src/strip
/src/unstrip
/stamp-h1
/tests/*.log
/tests/*.trs
/tests/addrcfi
/tests/addrscopes
/tests/aggregate_size
/tests/alldts
/tests/allfcts
/tests/allregs
/tests/arextract
/tests/arls
/tests/arsymtest
/tests/asm-tst1
/tests/asm-tst2
/tests/asm-tst3
/tests/asm-tst4
/tests/asm-tst5
/tests/asm-tst6
/tests/asm-tst7
/tests/asm-tst8
/tests/asm-tst9
/tests/backtrace
/tests/backtrace-child
/tests/backtrace-data
/tests/backtrace-dwarf
/tests/buildid
/tests/debugaltlink
/tests/debuglink
/tests/deleted
/tests/dwarf-getmacros
/tests/dwarf-getstring
/tests/dwarf-ranges
/tests/dwfl-addr-sect
/tests/dwfl-bug-addr-overflow
/tests/dwfl-bug-fd-leak
/tests/dwfl-bug-getmodules
/tests/dwfl-bug-report
/tests/dwfl-report-elf-align
/tests/dwfllines
/tests/dwflmodtest
/tests/dwflsyms
/tests/early-offscn
/tests/ecp
/tests/elfstrtab
/tests/find-prologues
/tests/funcretval
/tests/funcscopes
/tests/get-aranges
/tests/get-files
/tests/get-lines
/tests/get-pubnames
/tests/getsrc_die
/tests/hash
/tests/line2addr
/tests/low_high_pc
/tests/md5-sha1-test
/tests/msg_tst
/tests/newdata
/tests/newfile
/tests/newscn
/tests/rdwrmmap
/tests/rerequest_tag
/tests/saridx
/tests/scnnames
/tests/sectiondump
/tests/show-abbrev
/tests/show-die-info
/tests/showptable
/tests/strptr
/tests/test-elf_cntl_gelf_getshdr
/tests/test-flag-nobits
/tests/test-nlist
/tests/typeiter
/tests/typeiter2
/tests/update1
/tests/update2
/tests/update3
/tests/update4
/tests/varlocs
/tests/vdsosyms
/version.h

Some files were not shown because too many files have changed in this diff Show more