/external/selinux/libsemanage/src/ |
database_join.c | 40 /* Extract all the object tables information */ 172 /* Extract all the object tables information */
|
/external/squashfs-tools/RELEASE-READMEs/ |
README-3.1 | 139 SYNTAX: ./unsquashfs [options] filesystem [directory or file to extract] 146 To extract a subset of the filesystem, the filename or directory
|
/external/tcpdump/ |
extract.h | 23 * Macros to extract possibly-unaligned big-endian integral values. 193 * Macros to extract possibly-unaligned little-endian integral values.
|
print-rpki-rtr.c | 30 #include "extract.h" 282 * Extract, trail-zero and print the Error message.
|
print-token.c | 37 #include "extract.h" 95 /* Extract src, dst addresses */
|
/external/valgrind/none/tests/mips64/ |
cvm_ins.c | 128 case EXTS: { /* To extract and sign-extend a bit field that starts 135 case EXTS32: { /* To extract and sign-extend a bit field that starts
|
/external/valgrind/none/tests/s390x/ |
dfp-2.c | 6 - extract biased exponent 64/128 bit 7 - extract significance 64/128 bit
|
/frameworks/base/docs/html/training/managing-audio/ |
volume-playback.jd | 107 <p>The receiver implementation itself needs to extract which key was pressed to cause the broadcast. 114 <p>The following snippet shows how to extract the media button pressed and affects the media playback accordingly.</p>
|
/frameworks/base/docs/html/training/monitoring-device-state/ |
battery-monitoring.jd | 61 <p>You can extract both the current charging status and, if the device is being charged, whether 99 <p>Within the associated {@link android.content.BroadcastReceiver} implementation, you can extract
|
/frameworks/compile/libbcc/include/bcinfo/ |
MetadataExtractor.h | 152 * Extract the actual metadata from the supplied bitcode. 156 bool extract();
|
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/ |
EncodedStringValue.java | 228 * Extract an EncodedStringValue[] from a given String. 230 public static EncodedStringValue[] extract(String src) { method in class:EncodedStringValue
|
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/d1new/ |
RefocusFilterd1new.java | 75 * Utility Method to extract intermediatory result 88 * Utility Method to extract intermediatory result
|
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/f32/ |
RefocusFilterF32.java | 73 * Utility Method to extract intermediatory result 86 * Utility Method to extract intermediatory result
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
vp9_convolve8_avg_neon.asm | 121 ; extract to s16 233 ; extract to s16
|
vp9_convolve8_neon.asm | 121 ; extract to s16 222 ; extract to s16
|
/hardware/qcom/display/msm8909/libhwcomposer/ |
hwc_vsync.cpp | 61 // extract timestamp 85 // extract thermal level
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
hwc_vsync.cpp | 61 // extract timestamp 85 // extract thermal level
|
/libcore/luni/src/main/java/org/w3c/dom/ |
CharacterData.java | 68 * @param offset Start offset of substring to extract. 69 * @param count The number of 16-bit units to extract.
|
/libcore/ojluni/src/main/java/java/lang/reflect/ |
Field.java | 323 * @param object the object to extract the {@code boolean} value 348 * @param object the object to extract the {@code byte} value 375 * @param object the object to extract the {@code char} value 402 * @param object the object to extract the {@code short} value 429 * @param object the object to extract the {@code int} value 456 * @param object the object to extract the {@code long} value 483 * @param object the object to extract the {@code float} value 510 * @param object the object to extract the {@code double} value [all...] |
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
BuildStep.java | 129 * exception received while trying to extract issuer name from certificate. 155 * if an exception was received while attempting to extract the subject name
|
/packages/apps/Messaging/src/android/support/v7/mms/pdu/ |
EncodedStringValue.java | 228 * Extract an EncodedStringValue[] from a given String. 230 public static EncodedStringValue[] extract(String src) { method in class:EncodedStringValue
|
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/ |
EncodedStringValue.java | 243 * Extract an EncodedStringValue[] from a given String. 245 public static EncodedStringValue[] extract(String src) { method in class:EncodedStringValue
|
/system/media/audio_utils/spdif/ |
AC3FrameScanner.cpp | 166 // Detect whether the stream is AC3 or EAC3. Extract data depending on type. 227 // Extract sample rate and frame size from codes.
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
v850.h | 136 extract this operand type from an instruction, check this field. 151 unsigned long (* extract) (unsigned long instruction, int * invalid); 150 unsigned long (* extract) (unsigned long instruction, int * invalid); member in struct:v850_operand
|
/bootable/recovery/minzip/ |
Zip.c | 654 LOGE("Can't extract entry to buffer.\n"); 695 LOGE("Can't extract entry to file.\n"); 731 LOGE("Can't extract entry to memory buffer.\n"); 842 /* If zipDir is empty, we'll extract the entire zip file. 868 /* Walk through the entries and extract anything whose path begins 910 /* This entry begins with zipDir, so we'll extract it.
|