HomeSort by relevance Sort by last modified time
    Searched full:extract (Results 901 - 925 of 8518) sorted by null

<<31323334353637383940>>

  /packages/services/Car/tests/robotests/src/com/android/car/testutils/shadow/
ShadowActivityManager.java 62 return (ShadowActivityManager) Shadow.extract(
  /prebuilts/go/darwin-x86/src/math/big/
arith_arm64.s 47 CSET HS, R0 // extract carry flag
68 CSET LO, R0 // extract carry flag
92 CSET HS, R0 // extract carry flag
119 CSET LO, R0 // extract carry flag
  /prebuilts/go/darwin-x86/src/runtime/
fastlog2.go 19 // Extract the exponent from the IEEE float64, and index a constant
  /prebuilts/go/linux-x86/src/math/big/
arith_arm64.s 47 CSET HS, R0 // extract carry flag
68 CSET LO, R0 // extract carry flag
92 CSET HS, R0 // extract carry flag
119 CSET LO, R0 // extract carry flag
  /prebuilts/go/linux-x86/src/runtime/
fastlog2.go 19 // Extract the exponent from the IEEE float64, and index a constant
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/libcxx/sym_check/
__init__.py 17 __all__ = ['diff', 'extract', 'util']
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
FmExtractLettersMethod.java 26 * Method invoked by FreeMarker to extract letters from a string; this will remove
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
IGLPropertyAccessor.java 22 * An {@link IGLPropertyAccessor} provides an interface to extract
  /system/bt/packet/avrcp/
get_item_attributes.cc 94 return base::ByteSwap(it.extract<uint64_t>());
99 return base::ByteSwap(it.extract<uint16_t>());
110 size_t number_of_attributes = it.extract<uint8_t>();
114 attribute_list.push_back((Attribute)base::ByteSwap(it.extract<uint32_t>()));
  /system/media/audio_utils/spdif/
BitFieldParser.cpp 42 // Extract some bits from the current byte.
BitFieldParser.h 25 * Extract bit fields from a byte array.
  /toolchain/binutils/binutils-2.27/opcodes/
moxie-dis.c 33 /* Macros to extract operands from the instruction word. */
64 /* Extract the Form 1 opcode. */
185 /* Extract the Form 2 opcode. */
207 /* Extract the Form 3 opcode. */
  /tools/apksig/src/main/java/com/android/apksig/internal/asn1/ber/
BerDataValueReader.java 23 * data values (e.g., how to obtain a numeric value from an INTEGER data value, or how to extract
  /tools/tradefederation/core/prod-tests/src/com/android/monkey/
MonkeyMetricsTest.java 23 * A {@link MonkeyBase} specialization that uses the brillopad parser to extract and report
  /tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
AllocateDeviceOp.java 40 * @throws JSONException if failed to extract out data
CloseOp.java 35 * @throws JSONException if failed to extract out data
FreeDeviceOp.java 41 * @throws JSONException if failed to extract out data
HandoverCompleteOp.java 33 * @throws JSONException if failed to extract out data
HandoverInitCompleteOp.java 33 * @throws JSONException if failed to extract out data
StartHandoverOp.java 38 * @throws JSONException if failed to extract out data
  /device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_exif.c 535 * Extract exif data from the metadata
574 LOGE("Cannot extract SENSOR_SENSITIVITY value");
580 LOGE("Cannot extract ISP_SENSITIVITY value");
587 LOGD("Cannot extract ISP_POST_STATS_SENSITIVITY value");
595 LOGE("Cannot extract Exp time value");
601 LOGE("Cannot extract white balance mode");
608 LOGE("Cannot extract Aperture value");
614 LOGE("Cannot extract flash mode value");
620 LOGE("Cannot extract flash state value");
645 LOGE("Failed to extract sensor params")
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_exif.c 528 * Extract exif data from the metadata
572 LOGE("Cannot extract SENSOR_SENSITIVITY value");
579 LOGE("Cannot extract ISP_SENSITIVITY value");
586 LOGD("Cannot extract ISP_POST_STATS_SENSITIVITY value");
595 LOGE("Cannot extract Exp time value");
601 LOGE("Cannot extract white balance mode");
608 LOGE("Cannot extract Aperture value");
614 LOGE("Cannot extract flash mode value");
620 LOGE("Cannot extract flash state value");
645 LOGE("Failed to extract sensor params")
    [all...]
  /external/autotest/client/cros/
memory_bandwidth_logger.py 61 help extract values from the bytes.
100 fmt: string containing the struct type to extract from the
114 f: file-like object to extract from
116 fmt: string containing the struct type to extract from the
214 memory controller). This is later used to extract counter
  /external/autotest/client/site_tests/platform_InitLoginPerf/
platform_InitLoginPerf.py 30 """Extract the uptime in seconds for the captured timestamp.
64 """Extract duration reported in syslog line.
141 """Extract login duration from recorded timestamps."""
162 """Extract init stage durations from syslog.
190 and extract durations of initialization stages from syslog.
  /external/llvm/include/llvm/DebugInfo/CodeView/
StreamArray.h 114 : IterRef(Array.Stream), Array(&Array), HadError(HadError), Extract(E) {
115 auto EC = Extract(IterRef, ThisLen, ThisValue);
122 explicit VarStreamArrayIterator(const Extractor &E) : Extract(E) {}
157 auto EC = Extract(IterRef, ThisLen, ThisValue);
193 Extractor Extract;

Completed in 1419 milliseconds

<<31323334353637383940>>