Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abstrakraft/android_build
/ functions
Functions
957 in github.com/abstrakraft/android_build
⨍
Functions
957
◇
Types & classes
143
↓ 1 callers
Function
CheckMode
Returns 0 if the contents of the file (argv[2]) or the cached file match any of the sha1's on the command line (argv[3:]). Returns nonzero otherwise.
tools/applypatch/applypatch.c:427
↓ 1 callers
Function
CheckSize
Check the data string passed against the max size limit, if any, for the given target. Raise exception if the data is too big. Print a warning if
tools/releasetools/common.py:190
↓ 1 callers
Function
CopyToMTDPartition
Copy the contents of source_file to target_mtd partition, a string of the form "MTD:<partition>[:...]". Return 0 on success.
tools/applypatch/applypatch.c:287
↓ 1 callers
Function
CreateZeroedFile
Creates the named file and writes <length> zero bytes to it. Unlinks the file first if it already exists. Creates its containing directory if nec
tools/dexpreopt/dexpreopt.py:67
↓ 1 callers
Function
DexoptEverything
Logic for finding and dexopting files in the necessary order. Args: ep: A subprocess.Popen object referring to the emulator process. dest_r
tools/dexpreopt/dexpreopt.py:859
↓ 1 callers
Function
DownloadDirectoryHierarchy
Recursively downloads an emulator directory to the local filesystem. Args: ep: A subprocess.Popen object referring to the emulator process.
tools/dexpreopt/dexpreopt.py:434
↓ 1 callers
Function
EliminateOpenFiles
tools/applypatch/freecache.c:14
↓ 1 callers
Function
EnsureTempDir
Creates a temporary directory and returns its path. Creates any necessary parent directories. Args: path: If specified, used as the temporar
tools/dexpreopt/dexpreopt.py:45
↓ 1 callers
Function
FREE
tools/isprelinked/debug.h:63
↓ 1 callers
Function
FREE
tools/iself/debug.h:65
↓ 1 callers
Function
FindExpendableFiles
tools/applypatch/freecache.c:74
↓ 1 callers
Function
InstallCacheFiles
Install files in cache_system_dir to the proper places in out_system_dir. cache_system_dir contains various files from /system, plus .odex files
tools/dexpreopt/dexpreopt.py:620
↓ 1 callers
Function
IsDifferent
(row)
tools/compare_fileslist.py:20
↓ 1 callers
Function
KillChildProcess
Waits for a child process to die without getting stuck in wait(). After Jean Brouwers's 2004 post to python-list. Args: p: A subprocess.Pope
tools/dexpreopt/dexpreopt.py:706
↓ 1 callers
Function
LoadMTDContents
Load the contents of an MTD partition into the provided FileContents. filename should be a string of the form "MTD:<partition_name>:<size_1>:<sha1_1>
tools/applypatch/applypatch.c:107
↓ 1 callers
Function
MALLOC
tools/soslim/debug.h:45
↓ 1 callers
Function
MainInternal
Main function that can be wrapped in a try block. Returns: Nothing.
tools/dexpreopt/dexpreopt.py:928
↓ 1 callers
Function
MakePatch
* Given source and target chunks, compute a bsdiff patch between them * by running bsdiff in a subprocess. Return the patch data, placing * its len
tools/applypatch/imgdiff.c:359
↓ 1 callers
Function
ParseArgs
Parses commandline arguments. Args: argv: A list of arguments; typically sys.argv[1:] Returns: A tuple containing two dictionaries; the
tools/dexpreopt/dexpreopt.py:824
↓ 1 callers
Function
PrintUsage
Prints commandline usage information for the tool and exits with an error. Args: msg: Additional string to print (optional). Returns: Do
tools/dexpreopt/dexpreopt.py:784
↓ 1 callers
Function
ReadBootClassPath
Reads and returns the default bootclasspath as a list of files. Args: ep: A subprocess.Popen object referring to the emulator process. time
tools/dexpreopt/dexpreopt.py:559
↓ 1 callers
Function
ReadFileList
Returns a list of emulator files in each dir in dir_list. Args: ep: A subprocess.Popen object referring to the emulator process. dir_list:
tools/dexpreopt/dexpreopt.py:410
↓ 1 callers
Function
ReconstructGzipChunk
* Verify that we can reproduce exactly the same compressed data that * we started with. Sets the level, method, windowBits, memLevel, and * strateg
tools/applypatch/imgdiff.c:305
↓ 1 callers
Function
ReplaceEmulatorPrompt
Replaces PS1 in the emulator with a different value. This is useful for making the prompt unambiguous; i.e., something that probably won't appear
tools/dexpreopt/dexpreopt.py:347
↓ 1 callers
Function
ShowBSDiffLicense
tools/applypatch/bsdiff.c:34
↓ 1 callers
Function
ShowLicenses
tools/applypatch/applypatch.c:474
↓ 1 callers
Function
StartEmulator
Runs the emulator with the specified arguments. Args: exe_name: The name of the emulator to run. May be absolute, relative, or u
tools/dexpreopt/dexpreopt.py:89
↓ 1 callers
Function
TryReconstruction
* Takes the uncompressed data stored in the chunk, compresses it * using the zlib parameters stored in the chunk, and checks that it * matches exact
tools/applypatch/imgdiff.c:266
↓ 1 callers
Function
WaitForEmulator
Waits for the emulator to start up and print the first prompt. Args: ep: A subprocess.Popen object referring to the emulator process. timeo
tools/dexpreopt/dexpreopt.py:289
↓ 1 callers
Function
_archive
tools/dexpreopt/afar/main.c:151
↓ 1 callers
Function
_eject
tools/dexpreopt/afar/main.c:76
↓ 1 callers
Method
addConstructor
(ConstructorInfo cInfo)
tools/apicheck/src/com/android/apicheck/ClassInfo.java:264
↓ 1 callers
Method
addDigestsToManifest
Add the SHA1 of every file to the manifest, creating it if necessary.
tools/signapk/SignApk.java:165
↓ 1 callers
Method
addException
(String exec)
tools/apicheck/src/com/android/apicheck/AbstractMethodInfo.java:21
↓ 1 callers
Method
addField
(FieldInfo fInfo)
tools/apicheck/src/com/android/apicheck/ClassInfo.java:269
↓ 1 callers
Method
addInterface
(String name)
tools/apicheck/src/com/android/apicheck/ClassInfo.java:256
↓ 1 callers
Method
addMethod
(MethodInfo method)
tools/droiddoc/src/ClassInfo.java:555
↓ 1 callers
Method
addMethod
(MethodInfo mInfo)
tools/apicheck/src/com/android/apicheck/ClassInfo.java:260
↓ 1 callers
Method
addParameter
(ParameterInfo p)
tools/apicheck/src/com/android/apicheck/AbstractMethodInfo.java:22
↓ 1 callers
Method
addTemplateDir
(String dir)
tools/droiddoc/src/ClearPage.java:49
↓ 1 callers
Function
add_more
tools/atree/files.cpp:342
↓ 1 callers
Function
add_to_sources
tools/lsd/lsd.c:123
↓ 1 callers
Function
add_to_sources
tools/apriori/apriori.c:122
↓ 1 callers
Function
add_variable
tools/atree/atree.cpp:60
↓ 1 callers
Function
adjust_dynamic_segment_entries
tools/apriori/apriori.c:1601
↓ 1 callers
Method
all
()
tools/droiddoc/src/Converter.java:278
↓ 1 callers
Method
allClasses
()
tools/apicheck/src/com/android/apicheck/PackageInfo.java:37
↓ 1 callers
Function
applypatch
tools/applypatch/applypatch.c:543
↓ 1 callers
Function
apriori
tools/apriori/apriori.c:2509
↓ 1 callers
Function
archive
tools/dexpreopt/afar/main.c:194
↓ 1 callers
Function
buildCarousel
()
tools/droiddoc/templates/assets/carousel.js:74
↓ 1 callers
Function
build_symfilter
tools/soslim/symfilter.c:21
↓ 1 callers
Method
canCallMethod
(ClassInfo from, MethodInfo m)
tools/droiddoc/src/Stubs.java:657
↓ 1 callers
Method
cantStripThis
(ClassInfo cl, HashSet<ClassInfo> notStrippable, String why)
tools/droiddoc/src/Stubs.java:158
↓ 1 callers
Method
cantStripThis
(ClassInfo cl, HashSet<ClassInfo> notStrippable)
tools/droiddoc/src/DroidDoc.java:594
↓ 1 callers
Method
checkInheritance
Checks the inheritance of {@link ClassInfo} objects. This method return <ul> <li>{@link #TYPE_LAYOUT}: if the class extends <code>android.view.ViewGro
tools/droiddoc/src/DroidDoc.java:1326
↓ 1 callers
Method
checkLevel
()
tools/droiddoc/src/PackageInfo.java:70
↓ 1 callers
Function
check_prelinked
tools/apriori/prelink_info.c:36
↓ 1 callers
Function
check_prelinked
tools/isprelinked/prelink_info.c:36
↓ 1 callers
Function
check_prelinked
tools/soslim/prelink_info.c:36
↓ 1 callers
Function
chooseDefaultNav
()
tools/droiddoc/templates/assets/android-developer-docs.js:267
↓ 1 callers
Method
chooseKind
(boolean isFinal, boolean isStatic)
tools/droiddoc/src/FieldInfo.java:57
↓ 1 callers
Function
clone_elf
tools/soslim/soslim.c:22
↓ 1 callers
Method
convertNonWrittenConstructors
(ConstructorDoc[] methods)
tools/droiddoc/src/Converter.java:346
↓ 1 callers
Method
convertParamTag
(ParamTag tag, ContainerInfo base)
tools/droiddoc/src/Converter.java:125
↓ 1 callers
Method
convertParameter
(Parameter p, SourcePosition pos)
tools/droiddoc/src/Converter.java:187
↓ 1 callers
Method
convertSeeTag
(SeeTag tag, ContainerInfo base)
tools/droiddoc/src/Converter.java:135
↓ 1 callers
Method
convertTag
(Tag tag)
tools/droiddoc/src/Converter.java:110
↓ 1 callers
Method
convertThrowsTag
(ThrowsTag tag, ContainerInfo base)
tools/droiddoc/src/Converter.java:116
↓ 1 callers
Function
copyAndAlign
* Copy all entries from "pZin" to "pZout", aligning as needed. */
tools/zipalign/ZipAlign.cpp:39
↓ 1 callers
Function
copyDirectory
* Copy the contents of one directory to another. Both "src" and "dst" * must be directories. We will create "dst" if it does not exist. */
libs/host/CopyFile.c:412
↓ 1 callers
Method
copyFiles
Copy all the files in a manifest from input to output.
tools/signapk/SignApk.java:301
↓ 1 callers
Function
copyRegular
* Copy a regular file. If the destination file exists and is not a * regular file, we fail. However, we use stat() rather than lstat(), * because
libs/host/CopyFile.c:190
↓ 1 callers
Function
copySymlink
* Copy a symlink. This only happens if we're in "no derefence" mode, * in which we copy the links rather than the files that are pointed at. * * W
libs/host/CopyFile.c:332
↓ 1 callers
Function
copy_file
tools/atree/fs.cpp:135
↓ 1 callers
Method
countSlashes
(String s)
tools/droiddoc/src/ClearPage.java:60
↓ 1 callers
Method
decryptPrivateKey
Decrypt an encrypted PKCS 8 format private key. Based on ghstark's post on Aug 6, 2006 at http://forums.sun.com/thread.jspa?threadID=758133&messageID
tools/signapk/SignApk.java:115
↓ 1 callers
Method
defaultAnnotationElementValue
()
tools/droiddoc/src/MethodInfo.java:603
↓ 1 callers
Method
depth
(HashMap<String,TreeSet<String>> nodes, String name)
tools/droiddoc/src/Hierarchy.java:82
↓ 1 callers
Function
destroy_source
tools/lsd/lsd.c:271
↓ 1 callers
Function
destroy_source
tools/apriori/apriori.c:748
↓ 1 callers
Function
destroy_symfilter
tools/soslim/symfilter.c:191
↓ 1 callers
Function
dir_part
tools/atree/files.cpp:332
↓ 1 callers
Function
doStuff
* Run dexopt on the specified Jar/APK. * * This uses fork() and exec() to mimic the way this would work in an * installer; in practice for somethin
tools/dexpreopt/dexopt-wrapper/DexOptWrapper.cpp:72
↓ 1 callers
Function
droid
(appName)
tools/droiddoc/templates/assets/carousel.js:42
↓ 1 callers
Function
drop_sections
tools/apriori/apriori.c:1994
↓ 1 callers
Function
ease_right
(t)
tools/droiddoc/templates/assets/carousel.js:174
↓ 1 callers
Method
extendedFindClass
(String className)
tools/droiddoc/src/ClassInfo.java:1264
↓ 1 callers
Method
filterComment
(String s)
tools/droiddoc/src/DroidDoc.java:1064
↓ 1 callers
Method
filterHidden
Filters out hidden elements.
tools/droiddoc/src/DroidDoc.java:996
↓ 1 callers
Method
findField
(String name)
tools/droiddoc/src/ClassInfo.java:1294
↓ 1 callers
Method
findInnerClass
(String className)
tools/droiddoc/src/ClassInfo.java:1277
↓ 1 callers
Method
findMethod
(String name, String[] params, String[] dimensions)
tools/droiddoc/src/ClassInfo.java:1218
↓ 1 callers
Method
findRealOverriddenClass
(String name, String signature)
tools/droiddoc/src/MethodInfo.java:159
↓ 1 callers
Method
findRealOverriddenMethod
(String name, String signature, HashSet notStrippable)
tools/droiddoc/src/MethodInfo.java:97
↓ 1 callers
Method
findSuperclassImplementation
(HashSet notStrippable)
tools/droiddoc/src/MethodInfo.java:126
↓ 1 callers
Function
find_page
(url, data)
tools/droiddoc/templates/assets/navtree.js:128
↓ 1 callers
Function
find_range
tools/apriori/rangesort.c:129
↓ 1 callers
Function
find_source
tools/lsd/lsd.c:108
↓ 1 callers
Method
finishAnnotationValueInit
()
tools/droiddoc/src/Converter.java:730
← previous
next →
401–500 of 957, ranked by callers