| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| doctest.py | 619 # Extract info from the regexp match. 638 Extract all doctest examples from the given string, and 650 Extract all doctest examples from the given string, and return 694 # If `want` contains a traceback message, then extract it. 701 # Extract options from the source. 786 A class used to extract the DocTests that are relevant to a given [all...] |
| /prebuilts/tools/common/m2/repository/io/opentracing/opentracing-api/0.13.0/ |
| opentracing-api-0.13.0.jar | |
| /system/extras/tests/workloads/ |
| defs.sh | 153 # extract timestamp from atrace log entry 196 # extract event indicating beginning of start sequence 217 # extract event indicating end of start sequence. We use the
|
| /system/netd/server/ |
| TrafficController.cpp | 64 using netdutils::extract; 227 if (extract(msg, diagmsg) < sizeof(inet_diag_msg)) { 243 extract(msg, diagmsg);
|
| /toolchain/binutils/binutils-2.27/include/opcode/ |
| arc.h | 264 extract this operand type from an instruction, check this field. 280 int (*extract) (unsigned instruction, bfd_boolean *invalid); member in struct:arc_operand 295 any op value. The disassembler should call the extract function,
|
| /toolchain/binutils/binutils-2.27/opcodes/ |
| cr16-dis.c | 31 /* Extract 'n_bits' from 'a' starting from offset 'offs'. */ 32 #define EXTRACT(a, offs, n_bits) \ 295 p.val = (dwordU) EXTRACT (val, 48 - end, end - start);
|
| crx-dis.c | 32 /* Extract 'n_bits' from 'a' starting from offset 'offs'. */ 33 #define EXTRACT(a, offs, n_bits) \ 310 p.val = (dwordU) EXTRACT(val, 48 - end, end - start);
|
| i960-dis.c | 214 /* Extract displacement and convert to address. */ 305 /* Extract displacement and convert to address. */ 562 { 0x651, "extract", 3 },
|
| mep-dis.c | 646 /* Extract and adapt to configuration number, if available. */ [all...] |
| tic6x-dis.c | 125 /* Extract the field width. */ 142 /* Extract the bits corresponding to FIELD from OPCODE. */ 160 /* Extract a 32-bit value read from the instruction stream. */ 171 /* Extract a 16-bit value read from the instruction stream. */ [all...] |
| /tools/test/connectivity/acts/tests/google/ble/filtering/ |
| UniqueFilteringTest.py | 425 3. Find the advertisement and extract the mac address. 492 3. Find the advertisement and extract the mac address. 569 3. Find the advertisement and extract the mac address.
|
| /external/pcre/dist2/ |
| configure | [all...] |
| /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/SectionExtraction/ |
| CoreSectionExtraction.c | 230 // Get custom extract guided section method guid list
[all...] |
| /external/libmojo/base/android/jni_generator/ |
| jni_generator.py | [all...] |
| /external/llvm/lib/Transforms/Vectorize/ |
| SLPVectorizer.cpp | 233 /// \returns True if Extract{Value,Element} instruction extracts element Idx. 246 /// \returns True if in-tree use also needs extract. This refers to 419 /// this subtree gets vectorized, we may need to extract the values from the [all...] |
| /prebuilts/misc/common/robolectric/3.4.2/lib/ |
| shadowapi-3.4.2.jar | |
| /prebuilts/misc/common/robolectric/3.5.1/lib/ |
| shadowapi-3.5.1.jar | |
| /prebuilts/misc/common/robolectric/3.6.1/lib/ |
| shadowapi-3.6.1.jar | |
| /sdk/eclipse/ |
| changes.txt | 279 - The new "Extract Style" refactoring pulls out style constants and 290 - The "Extract as Include" refactoring now finds identical fragments 294 refactorings (and Extract String) to the current selection. 399 - "Extract as Include" refactoring to extract selected views into [all...] |
| /external/curl/ |
| configure | [all...] |
| /external/swiftshader/third_party/LLVM/lib/Target/Alpha/ |
| AlphaInstrInfo.td | 295 //def EXTBLi : OFormL<0x12, 0x06, "EXTBL $RA,$L,$RC", []>; //Extract byte low
296 //def EXTLH : OForm< 0x12, 0x6A, "EXTLH $RA,$RB,$RC", []>; //Extract longword high
297 //def EXTLHi : OFormL<0x12, 0x6A, "EXTLH $RA,$L,$RC", []>; //Extract longword high
298 //def EXTLLi : OFormL<0x12, 0x26, "EXTLL $RA,$L,$RC", []>; //Extract longword low
299 //def EXTQH : OForm< 0x12, 0x7A, "EXTQH $RA,$RB,$RC", []>; //Extract quadword high
300 //def EXTQHi : OFormL<0x12, 0x7A, "EXTQH $RA,$L,$RC", []>; //Extract quadword high
301 //def EXTQ : OForm< 0x12, 0x36, "EXTQ $RA,$RB,$RC", []>; //Extract quadword low
302 //def EXTQi : OFormL<0x12, 0x36, "EXTQ $RA,$L,$RC", []>; //Extract quadword low
303 //def EXTWH : OForm< 0x12, 0x5A, "EXTWH $RA,$RB,$RC", []>; //Extract word high
304 //def EXTWHi : OFormL<0x12, 0x5A, "EXTWH $RA,$L,$RC", []>; //Extract word high [all...] |
| /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
| ScalarReplAggregates.cpp | 305 // insert/extract elements, and if there was at least one use that had 337 /// Here we turn element accesses into insert/extract element operations. 341 /// large) integer type with extract and insert operations where the loads 547 // The load is a bit extract from NewAI shifted right by Offset bits. 666 /// ConvertScalar_ExtractValue - Extract a value of type ToType from an integer 706 // If ToType is a first class aggregate, extract out each of the pieces and [all...] |
| /external/mesa3d/src/compiler/glsl/ |
| lower_instructions.cpp | 422 /* Extract the biased exponent from <x>. */ 483 /* See ldexp_to_arith for structure. Uses frexp_exp to extract the exponent 529 /* Extract the biased exponent from <x>. */ 621 * the upper 32-bit uint. Unfortunately we must extract each double 712 /* Extract all of the upper uints. */ [all...] |
| /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/ |
| estimator_test.py | 118 def extract(data, key): function 127 features = extract(features, 'input') 128 labels = extract(labels, 'labels') 142 features = extract(features, 'input') 143 labels = extract(labels, 'labels') 172 features = extract(features, 'input') 173 labels = extract(labels, 'labels') [all...] |
| /frameworks/base/graphics/java/android/graphics/drawable/ |
| GradientDrawable.java | [all...] |