MCPcopy Create free account

hub / github.com/abstrakraft/android_build / functions

Functions957 in github.com/abstrakraft/android_build

↓ 1 callersFunctionCheckMode
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 callersFunctionCheckSize
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 callersFunctionCopyToMTDPartition
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 callersFunctionCreateZeroedFile
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 callersFunctionDexoptEverything
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 callersFunctionDownloadDirectoryHierarchy
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 callersFunctionEliminateOpenFiles
tools/applypatch/freecache.c:14
↓ 1 callersFunctionEnsureTempDir
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 callersFunctionFREE
tools/isprelinked/debug.h:63
↓ 1 callersFunctionFREE
tools/iself/debug.h:65
↓ 1 callersFunctionFindExpendableFiles
tools/applypatch/freecache.c:74
↓ 1 callersFunctionInstallCacheFiles
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 callersFunctionIsDifferent
(row)
tools/compare_fileslist.py:20
↓ 1 callersFunctionKillChildProcess
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 callersFunctionLoadMTDContents
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 callersFunctionMALLOC
tools/soslim/debug.h:45
↓ 1 callersFunctionMainInternal
Main function that can be wrapped in a try block. Returns: Nothing.
tools/dexpreopt/dexpreopt.py:928
↓ 1 callersFunctionMakePatch
* 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 callersFunctionParseArgs
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 callersFunctionPrintUsage
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 callersFunctionReadBootClassPath
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 callersFunctionReadFileList
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 callersFunctionReconstructGzipChunk
* 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 callersFunctionReplaceEmulatorPrompt
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 callersFunctionShowBSDiffLicense
tools/applypatch/bsdiff.c:34
↓ 1 callersFunctionShowLicenses
tools/applypatch/applypatch.c:474
↓ 1 callersFunctionStartEmulator
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 callersFunctionTryReconstruction
* 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 callersFunctionWaitForEmulator
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 callersFunction_archive
tools/dexpreopt/afar/main.c:151
↓ 1 callersFunction_eject
tools/dexpreopt/afar/main.c:76
↓ 1 callersMethodaddConstructor
(ConstructorInfo cInfo)
tools/apicheck/src/com/android/apicheck/ClassInfo.java:264
↓ 1 callersMethodaddDigestsToManifest
Add the SHA1 of every file to the manifest, creating it if necessary.
tools/signapk/SignApk.java:165
↓ 1 callersMethodaddException
(String exec)
tools/apicheck/src/com/android/apicheck/AbstractMethodInfo.java:21
↓ 1 callersMethodaddField
(FieldInfo fInfo)
tools/apicheck/src/com/android/apicheck/ClassInfo.java:269
↓ 1 callersMethodaddInterface
(String name)
tools/apicheck/src/com/android/apicheck/ClassInfo.java:256
↓ 1 callersMethodaddMethod
(MethodInfo method)
tools/droiddoc/src/ClassInfo.java:555
↓ 1 callersMethodaddMethod
(MethodInfo mInfo)
tools/apicheck/src/com/android/apicheck/ClassInfo.java:260
↓ 1 callersMethodaddParameter
(ParameterInfo p)
tools/apicheck/src/com/android/apicheck/AbstractMethodInfo.java:22
↓ 1 callersMethodaddTemplateDir
(String dir)
tools/droiddoc/src/ClearPage.java:49
↓ 1 callersFunctionadd_more
tools/atree/files.cpp:342
↓ 1 callersFunctionadd_to_sources
tools/lsd/lsd.c:123
↓ 1 callersFunctionadd_to_sources
tools/apriori/apriori.c:122
↓ 1 callersFunctionadd_variable
tools/atree/atree.cpp:60
↓ 1 callersFunctionadjust_dynamic_segment_entries
tools/apriori/apriori.c:1601
↓ 1 callersMethodall
()
tools/droiddoc/src/Converter.java:278
↓ 1 callersMethodallClasses
()
tools/apicheck/src/com/android/apicheck/PackageInfo.java:37
↓ 1 callersFunctionapplypatch
tools/applypatch/applypatch.c:543
↓ 1 callersFunctionapriori
tools/apriori/apriori.c:2509
↓ 1 callersFunctionarchive
tools/dexpreopt/afar/main.c:194
↓ 1 callersFunctionbuildCarousel
()
tools/droiddoc/templates/assets/carousel.js:74
↓ 1 callersFunctionbuild_symfilter
tools/soslim/symfilter.c:21
↓ 1 callersMethodcanCallMethod
(ClassInfo from, MethodInfo m)
tools/droiddoc/src/Stubs.java:657
↓ 1 callersMethodcantStripThis
(ClassInfo cl, HashSet<ClassInfo> notStrippable, String why)
tools/droiddoc/src/Stubs.java:158
↓ 1 callersMethodcantStripThis
(ClassInfo cl, HashSet<ClassInfo> notStrippable)
tools/droiddoc/src/DroidDoc.java:594
↓ 1 callersMethodcheckInheritance
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 callersMethodcheckLevel
()
tools/droiddoc/src/PackageInfo.java:70
↓ 1 callersFunctioncheck_prelinked
tools/apriori/prelink_info.c:36
↓ 1 callersFunctioncheck_prelinked
tools/isprelinked/prelink_info.c:36
↓ 1 callersFunctioncheck_prelinked
tools/soslim/prelink_info.c:36
↓ 1 callersFunctionchooseDefaultNav
()
tools/droiddoc/templates/assets/android-developer-docs.js:267
↓ 1 callersMethodchooseKind
(boolean isFinal, boolean isStatic)
tools/droiddoc/src/FieldInfo.java:57
↓ 1 callersFunctionclone_elf
tools/soslim/soslim.c:22
↓ 1 callersMethodconvertNonWrittenConstructors
(ConstructorDoc[] methods)
tools/droiddoc/src/Converter.java:346
↓ 1 callersMethodconvertParamTag
(ParamTag tag, ContainerInfo base)
tools/droiddoc/src/Converter.java:125
↓ 1 callersMethodconvertParameter
(Parameter p, SourcePosition pos)
tools/droiddoc/src/Converter.java:187
↓ 1 callersMethodconvertSeeTag
(SeeTag tag, ContainerInfo base)
tools/droiddoc/src/Converter.java:135
↓ 1 callersMethodconvertTag
(Tag tag)
tools/droiddoc/src/Converter.java:110
↓ 1 callersMethodconvertThrowsTag
(ThrowsTag tag, ContainerInfo base)
tools/droiddoc/src/Converter.java:116
↓ 1 callersFunctioncopyAndAlign
* Copy all entries from "pZin" to "pZout", aligning as needed. */
tools/zipalign/ZipAlign.cpp:39
↓ 1 callersFunctioncopyDirectory
* 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 callersMethodcopyFiles
Copy all the files in a manifest from input to output.
tools/signapk/SignApk.java:301
↓ 1 callersFunctioncopyRegular
* 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 callersFunctioncopySymlink
* 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 callersFunctioncopy_file
tools/atree/fs.cpp:135
↓ 1 callersMethodcountSlashes
(String s)
tools/droiddoc/src/ClearPage.java:60
↓ 1 callersMethoddecryptPrivateKey
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 callersMethoddefaultAnnotationElementValue
()
tools/droiddoc/src/MethodInfo.java:603
↓ 1 callersMethoddepth
(HashMap<String,TreeSet<String>> nodes, String name)
tools/droiddoc/src/Hierarchy.java:82
↓ 1 callersFunctiondestroy_source
tools/lsd/lsd.c:271
↓ 1 callersFunctiondestroy_source
tools/apriori/apriori.c:748
↓ 1 callersFunctiondestroy_symfilter
tools/soslim/symfilter.c:191
↓ 1 callersFunctiondir_part
tools/atree/files.cpp:332
↓ 1 callersFunctiondoStuff
* 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 callersFunctiondroid
(appName)
tools/droiddoc/templates/assets/carousel.js:42
↓ 1 callersFunctiondrop_sections
tools/apriori/apriori.c:1994
↓ 1 callersFunctionease_right
(t)
tools/droiddoc/templates/assets/carousel.js:174
↓ 1 callersMethodextendedFindClass
(String className)
tools/droiddoc/src/ClassInfo.java:1264
↓ 1 callersMethodfilterComment
(String s)
tools/droiddoc/src/DroidDoc.java:1064
↓ 1 callersMethodfilterHidden
Filters out hidden elements.
tools/droiddoc/src/DroidDoc.java:996
↓ 1 callersMethodfindField
(String name)
tools/droiddoc/src/ClassInfo.java:1294
↓ 1 callersMethodfindInnerClass
(String className)
tools/droiddoc/src/ClassInfo.java:1277
↓ 1 callersMethodfindMethod
(String name, String[] params, String[] dimensions)
tools/droiddoc/src/ClassInfo.java:1218
↓ 1 callersMethodfindRealOverriddenClass
(String name, String signature)
tools/droiddoc/src/MethodInfo.java:159
↓ 1 callersMethodfindRealOverriddenMethod
(String name, String signature, HashSet notStrippable)
tools/droiddoc/src/MethodInfo.java:97
↓ 1 callersMethodfindSuperclassImplementation
(HashSet notStrippable)
tools/droiddoc/src/MethodInfo.java:126
↓ 1 callersFunctionfind_page
(url, data)
tools/droiddoc/templates/assets/navtree.js:128
↓ 1 callersFunctionfind_range
tools/apriori/rangesort.c:129
↓ 1 callersFunctionfind_source
tools/lsd/lsd.c:108
↓ 1 callersMethodfinishAnnotationValueInit
()
tools/droiddoc/src/Converter.java:730
← previousnext →401–500 of 957, ranked by callers