/frameworks/base/tools/velocityplot/ |
velocityplot.py | 243 # Extract a word following the specified prefix. 255 # Extract a number following the specified prefix.
|
/frameworks/compile/libbcc/lib/Renderscript/ |
RSAddDebugInfoPass.cpp | 55 if (!me.extract()) { 56 ALOGE("Could not extract metadata from module!");
|
/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/ |
BaseCompilationTest.java | 111 * @param location The location to extract 115 protected String extract(String pathInApp, Location location) throws IOException { method in class:BaseCompilationTest
|
/hardware/intel/img/psb_video/src/hwdefs/ |
reg_io2.h | 55 This macro is used to extract a field from a register. 79 This macro is used to extract the value of a repeated from a register.
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
hevc_utils.cpp | 84 Extract RBSP data from a NAL 160 /* Extract the NAL length depending on sizeOfNALength field */
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
hevc_utils.cpp | 84 Extract RBSP data from a NAL 160 /* Extract the NAL length depending on sizeOfNALength field */
|
/hardware/qcom/media/msmcobalt/mm-video-v4l2/vidc/vdec/src/ |
hevc_utils.cpp | 84 Extract RBSP data from a NAL 160 /* Extract the NAL length depending on sizeOfNALength field */
|
/ndk/tests/device/test-gnustl-full/unit/ |
sstream_test.cpp | 111 s.get(c); // extract newline, that not extracted by operator >> 162 s.get(c); // extract newline, that not extracted by operator >>
|
/ndk/tests/device/test-stlport/unit/ |
sstream_test.cpp | 111 s.get(c); // extract newline, that not extracted by operator >> 162 s.get(c); // extract newline, that not extracted by operator >>
|
/packages/services/Telephony/src/com/android/phone/vvm/omtp/protocol/ |
Vvm3Protocol.java | 274 VvmLog.e(TAG, "unable to extract number from IMAP username"); 279 VvmLog.e(TAG, "unable to extract number from IMAP username");
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
traceback.py | 0 """Extract, format and print information about Python stack traces.""" 281 """Extract the raw traceback from the current stack frame.
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
traceback.py | 0 """Extract, format and print information about Python stack traces.""" 281 """Extract the raw traceback from the current stack frame.
|
/prebuilts/go/darwin-x86/doc/ |
install.html | 81 and extract it into <code>/usr/local</code>, creating a Go tree in 188 <a href="https://golang.org/dl/">Download the zip file</a> and extract it into the directory of your choice (we suggest <code>c:\Go</code>).
|
/prebuilts/go/linux-x86/doc/ |
install.html | 81 and extract it into <code>/usr/local</code>, creating a Go tree in 188 <a href="https://golang.org/dl/">Download the zip file</a> and extract it into the directory of your choice (we suggest <code>c:\Go</code>).
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
traceback.py | 0 """Extract, format and print information about Python stack traces.""" 281 """Extract the raw traceback from the current stack frame.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
traceback.py | 0 """Extract, format and print information about Python stack traces.""" 281 """Extract the raw traceback from the current stack frame.
|
/system/connectivity/shill/shims/ |
crypto_util.cc | 255 LOG(ERROR) << "Unable to extract public key from certificate."; 261 LOG(ERROR) << "Failed to extract RSA key from certificate.";
|
/toolchain/binutils/binutils-2.25/bfd/ |
cpu-arm.c | 237 /* We have to extract the values this way to allow for a 371 /* Extract the machine number stored in a note section. */
|
/toolchain/binutils/binutils-2.25/ |
configure | [all...] |
/toolchain/binutils/binutils-2.25/include/opcode/ |
arc.h | 234 extract this operand type from an instruction, check this field. 257 long (*extract) member in struct:arc_operand
|
i370.h | 168 extract this operand type from an instruction, check this field. 184 long (*extract) (i370_insn_t instruction, int *invalid); 183 long (*extract) (i370_insn_t instruction, int *invalid); member in struct:i370_operand
|
tic80.h | 99 extract this operand type from an instruction, check this field. 116 long (*extract) (unsigned long instruction, int *invalid); 115 long (*extract) (unsigned long instruction, int *invalid); member in struct:tic80_operand
|
/toolchain/binutils/binutils-2.25/opcodes/ |
aarch64-opc.h | 251 /* Extract FIELD of CODE and return the value. MASK can be zero or the base 275 /* Extract field KIND of CODE and return the value. MASK can be zero or the
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXVector.td | 25 // Extract v2i16 33 // Extract v4i16 41 // Extract v2i8 49 // Extract v4i8 57 // Extract v2i32 65 // Extract v2f32 73 // Extract v2i64 81 // Extract v2f64 89 // Extract v4i32 97 // Extract v4f3 [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_tarfile.py | 61 self.tar.extract("ustar/regtype", TEMPDIR) 77 self.tar.extract("ustar/regtype", TEMPDIR) 87 self.tar.extract("ustar/regtype", TEMPDIR) 301 tar.extract("ustar/regtype", TEMPDIR) 304 tar.extract("ustar/lnktype", TEMPDIR) 310 tar.extract("ustar/symtype", TEMPDIR) 885 # Let's extract it to the location which contains the symlink [all...] |