| /system/bt/packet/avrcp/ |
| get_folder_items.cc | 239 return base::ByteSwap(it.extract<uint32_t>()); 244 return base::ByteSwap(it.extract<uint32_t>()); 255 size_t number_of_attributes = it.extract<uint8_t>(); 266 attribute_list.push_back((Attribute)base::ByteSwap(it.extract<uint32_t>()));
|
| set_addressed_player.cc | 51 return base::ByteSwap(it.extract<uint16_t>());
|
| /system/extras/tests/sdcard/ |
| README | 26 Download it from the Gnuplot.py web site. Extract to a temp
|
| /system/iot/attestation/partner-tools/ |
| provision-test.py | 155 # Extract AT device ephemeral public key 165 # Extract the GCM IV 170 # Extract the encrypted message 181 # Extract the GCM Tag
|
| /test/vts/utils/native/trace_processor/ |
| VtsCoverageProcessor.h | 52 // Extract the files covered in ref_msg_file from full_msg_file and store
|
| /toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/ |
| bitfield-alias.s | 93 * Insert & Extract
|
| /toolchain/binutils/binutils-2.27/include/opcode/ |
| alpha.h | 73 /* A macro to extract the major opcode from an instruction. */ 116 extract this operand type from an instruction, check this field. 132 int (*extract) (unsigned instruction, int *invalid); 152 any op value. The disassembler should call the extract function, 131 int (*extract) (unsigned instruction, int *invalid); member in struct:alpha_operand
|
| /toolchain/binutils/binutils-2.27/ld/testsuite/ld-s390/ |
| tlsbin.s | 44 /* Extract TCB */
|
| tlsbin_64.s | 44 /* Extract TCB */
|
| /toolchain/binutils/binutils-2.27/libiberty/ |
| fibheap.c | 177 /* Extract the data of the minimum node from HEAP. */ 187 /* Otherwise, extract the min node, free the node, and return the 261 /* To perform delete, we just make it the min key, and extract. */ 290 /* Extract the minimum node of the heap. */
|
| /toolchain/binutils/binutils-2.27/opcodes/ |
| cgen-dis.in | 168 the extract info. 214 /* Extract base part of instruction, just in case CGEN_DIS_* uses it. */ 249 /* ??? May wish to allow target to defer this check until the extract 252 /* Base size may exceed this instruction's size. Extract the
|
| opintl.h | 34 In order to do this, we have to make sure that when we extract messages we
|
| /tools/metalava/src/test/java/com/android/tools/metalava/apilevels/ |
| ApiGeneratorTest.kt | 30 fun `Extract API levels`() {
|
| /tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/ |
| AddCommandFileOp.java | 45 * @throws JSONException if failed to extract out data
|
| /tools/tradefederation/core/src/com/android/tradefed/sandbox/ |
| SandboxInvocationRunner.java | 61 /** Attempt to extract a proper exception from stderr, if not stick to RuntimeException. */
|
| /tools/tradefederation/core/tests/src/com/android/tradefed/command/ |
| VerifyTest.java | 44 * Extract an embedded command file into a temporary file, which we can feed to the
|
| /tools/tradefederation/core/tests/src/com/android/tradefed/util/xml/ |
| AndroidManifestWriterTest.java | 77 * Helper method to extract a test data file from current jar, and store it as a file on local
|
| /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
| TestMax.java | 92 // Extract the inputs. 175 // Extract the inputs. 258 // Extract the inputs. 341 // Extract the inputs. 432 // Extract the inputs. 520 // Extract the inputs. 608 // Extract the inputs. [all...] |
| TestMin.java | 92 // Extract the inputs. 175 // Extract the inputs. 258 // Extract the inputs. 341 // Extract the inputs. 432 // Extract the inputs. 520 // Extract the inputs. 608 // Extract the inputs. [all...] |
| TestAcos.java | 84 // Extract the inputs. 156 // Extract the inputs. 228 // Extract the inputs. 300 // Extract the inputs. 378 // Extract the inputs. 454 // Extract the inputs. 530 // Extract the inputs. 606 // Extract the inputs.
|
| TestAcosh.java | 84 // Extract the inputs. 156 // Extract the inputs. 228 // Extract the inputs. 300 // Extract the inputs. 378 // Extract the inputs. 454 // Extract the inputs. 530 // Extract the inputs. 606 // Extract the inputs.
|
| TestAcospi.java | 84 // Extract the inputs. 156 // Extract the inputs. 228 // Extract the inputs. 300 // Extract the inputs. 378 // Extract the inputs. 454 // Extract the inputs. 530 // Extract the inputs. 606 // Extract the inputs.
|
| /external/swiftshader/src/Shader/ |
| PixelRoutine.cpp | [all...] |
| /external/doclava/src/com/google/doclava/ |
| PageMetadata.java | 182 * Extract supported metadata values from a page and add them as 187 * @param docfile The file from which to extract metadata. 189 * @param filename The file from which to extract metadata. 191 * @param tagList The file from which to extract metadata. 202 //try to extract the metadata from itemprop and markup 206 //extract available metadata and set it in a node 230 * @param docfile The file from which to extract metadata. 232 * @param needsSummary Whether to extract summary metadata. 233 * @param needsImage Whether to extract image metadata. 386 * Extract the string up to the first comma, remove quotes, remov [all...] |
| /external/llvm/include/llvm/CodeGen/ |
| BasicTTIImpl.h | 45 /// Estimate the overhead of scalarizing an instruction. Insert and Extract 47 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) { 55 if (Extract) 70 // e.g. <4 x float> has a mask of <0,5,2,7> i.e we need to extract from 317 // TODO: Once we have extract/insert subvector cost we need to use them. 621 // The interleave cost is similar to extract sub vectors' elements 627 // The cost is estimated as extract elements at 0, 2, 4, 6 from the 636 // Extract elements from loaded vector for each sub vector. 649 // The interleave cost is extract all elements from sub vectors, and 655 // The cost is estimated as extract all elements from both <4 x i32 [all...] |