/frameworks/multidex/library/src/android/support/multidex/ |
MultiDexExtractor.java | 238 extract(apk, dexFile, extractedFile, extractedFilePrefix); method 332 private static void extract(ZipFile apk, ZipEntry dexFile, File extractTo, method in class:MultiDexExtractor
|
/hardware/bsp/intel/peripheral/libmraa/src/iio/ |
iio.c | 165 // only calculate enable buffer size for trigger buffer extract data 627 // only calculate enable buffer size for trigger buffer extract data
|
/hardware/qcom/display/msm8084/liboverlay/pipes/ |
overlay3DPipe.h | 223 // extract 3D fmt 279 // extract 3D fmt
|
/hardware/qcom/display/msm8960/liboverlay/pipes/ |
overlay3DPipe.h | 223 // extract 3D fmt 279 // extract 3D fmt
|
/hardware/qcom/msm8996/original-kernel-headers/media/ |
radio-iris.h | 416 /*Extract 5 left most bits of lsb of 2nd block*/ 420 /*Extract 5 right most bits of msb of 2nd block*/
|
/libcore/support/src/test/java/tests/resources/x509/ |
create.sh | 34 # extract startdate and enddate 37 # extract serial
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
AdvertiseManager.java | 267 // TODO: Extract advertising logic into interface as we have multiple implementations now. 426 // Extract 16 bit UUID value.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
thread_db.h | 111 #define BT_UISHIFT 5 /* log base 2 of BT_NBIPUI, to extract word index */ 113 #define BT_UIMASK (BT_NBIPUI - 1) /* to extract bit index */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
thread_db.h | 111 #define BT_UISHIFT 5 /* log base 2 of BT_NBIPUI, to extract word index */ 113 #define BT_UIMASK (BT_NBIPUI - 1) /* to extract bit index */
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/ |
x86_64-w64-mingw32-objcopy.1 | 206 [\fB\-\-extract\-dwo\fR] 207 [\fB\-\-extract\-symbol\fR] [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
zipfile.py | 317 self.extract_version = 20 # Version needed to extract archive 1012 def extract(self, member, path=None, pwd=None): member in class:ZipFile [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
zipfile.py | 317 self.extract_version = 20 # Version needed to extract archive 1012 def extract(self, member, path=None, pwd=None): member in class:ZipFile [all...] |
/prebuilts/go/darwin-x86/src/cmd/pprof/internal/report/ |
source.go | 116 // Extract interesting symbols from binary files in the profile and 206 // Extract assembly for matched symbol
|
/prebuilts/go/linux-x86/src/cmd/pprof/internal/report/ |
source.go | 116 // Extract interesting symbols from binary files in the profile and 206 // Extract assembly for matched symbol
|
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/ |
ftglyph.h | 222 /* A function used to extract a glyph image from a slot. Note that */ 458 /* // extract glyph image */ [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
zipfile.py | 317 self.extract_version = 20 # Version needed to extract archive 1012 def extract(self, member, path=None, pwd=None): member in class:ZipFile [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
zipfile.py | 317 self.extract_version = 20 # Version needed to extract archive 1012 def extract(self, member, path=None, pwd=None): member in class:ZipFile [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ExtractStyleWizard.java | 150 tableLabel.setText("Choose style attributes to extract:"); 365 setErrorMessage("Choose at least one attribute to extract");
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
ExtractStringRefactoring.java | 143 * the Extract String refactoring is called on an <em>existing</em> source file. 149 * The Extract String refactoring is called without any source file. 154 * The Extract String refactoring is called without any source file. 267 * Constructor to use when the Extract String refactoring is called on an 286 * Constructor to use when the Extract String refactoring is called without 345 return "Extract Android String"; 375 * This is also used to extract the string to be modified, so that we can display it in 666 // the extract string wizard. So if the selection is on [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
NewProjectWizardState.java | 194 * Extract information (package name, application name, minimum SDK etc) from 197 * @param path the path to the project to extract information from
|
/sdk/find_java/src/source/ |
find_java_lib.cpp | 50 // Extract the first thing that looks like (digit.digit+).
431 // Tries to invoke the java.exe at the given path and extract it's
|
/system/core/liblog/ |
log_event_list.c | 337 * Extract a 4-byte value from a byte stream. 345 * Extract an 8-byte value from a byte stream.
|
/toolchain/binutils/binutils-2.25/bfd/ |
elf32-d30v.c | 104 /* Extract the addend. */ 217 /* Extract the addend. */
|
/toolchain/binutils/binutils-2.25/cpu/ |
mep-c5.cpu | 242 (sequence () ; extract 255 (sequence () ; extract
|
/toolchain/binutils/binutils-2.25/elfcpp/ |
arm.h | 209 // Mask to extract EABI version, not really a flag value. 220 // Extract EABI version from flags.
|