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

<<101102103104105106107108109110>>

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiConfigRouting/
HiiConfigRouting.h 48 This function allows a caller to extract the current configuration
266 This helper function is to be called by drivers to extract portions of
  /device/linaro/bootloader/edk2/IntelFspPkg/FspDxeIpl/
DxeIpl.c 78 // Get custom extract guided section method guid list
232 DEBUG ((DEBUG_ERROR, "Extract guided section Failed - %r\n", Status));
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciResourceSupport.h 178 This function is used to extract resource request from
203 This function is used to extract resource request from
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiDhcp.c 18 Extract the Root Path option and get the required target information.
71 // Extract the fields in the Root Path option string.
  /device/linaro/bootloader/edk2/NetworkPkg/Application/VConfig/
VConfig.c 97 Extract the decimal index from the network interface name.
101 @retval INVALID_NIC_INDEX Failed to extract the network interface index.
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiDhcp.c 19 Extract the Root Path option and get the required target information.
79 // Extract the fields in the Root Path option string.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/clustering/
KMeansPlusPlusClusterer.java 235 // extract a random point from the cluster
269 // extract a random point from the cluster
  /external/autotest/client/cros/
cros_logging.py 33 """Extract a timestmap that appears in kernel log messages and looks
44 raise error.TestError('Could not extract timestamp from message: ' + msg)
  /external/autotest/server/
base_utils.py 248 # it. Do not attempt to extract a (non-existent) port number from
254 # Extract trailing :port number if any.
  /external/autotest/server/brillo/
audio_utils.py 39 """Extract all frames from a WAV file.
252 # Extract data from files.
  /external/curl/lib/vauth/
krb5_gssapi.c 302 /* Extract the security layer */
312 /* Extract the maximum message size the server can receive */
  /external/curl/packages/vms/
stage_curl_install.com 47 $ arch_code = f$extract(0, 1, arch_type)
58 $ remove_filesq = f$extract(0, 1, remove_filesq)
  /external/eigen/Eigen/src/Core/products/
SelfadjointMatrixVector.h 186 typename internal::add_const_on_value_type<ActualLhsType>::type lhs = LhsBlasTraits::extract(a_lhs);
187 typename internal::add_const_on_value_type<ActualRhsType>::type rhs = RhsBlasTraits::extract(a_rhs);
  /external/freetype/src/tools/
apinames.c 321 "%s %s: extract FreeType API names from header files\n\n"
322 "this program is used to extract the list of public FreeType API\n"
  /external/google-breakpad/src/common/
simple_string_dictionary_unittest.cc 189 // Extract keyNumber from a string of the form key<keyNumber>
193 // Extract valueNumber from a string of the form value<valueNumber>
  /external/icu/icu4c/source/i18n/
dtitvfmt.cpp 93 skeleton.extract(0, skeleton.length(), result, "UTF-8");
96 pat.extract(0, pat.length(), result_1, "UTF-8");
604 fSkeleton.extract(0, fSkeleton.length(), result, "UTF-8");
650 fSkeleton.extract(0, fSkeleton.length(), result, "UTF-8");
    [all...]
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetASCII.java 59 * extract arrays from the buffers and obtain various constant values that will be
217 * extract arrays from the buffers and obtain various constant values that will
  /external/libmojo/base/android/java/src/org/chromium/base/
ResourceExtractor.java 254 * This will extract the application pak resources in an
265 // can happen for ContentShell, but not for Chrome proper, since we always extract
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnit.h 94 if (!U->extract(Data, &Offset))
182 bool extract(DataExtractor debug_info, uint32_t* offset_ptr);
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.h 264 BFE_U32, // Extract range of bits with zero extension to 32-bits.
265 BFE_I32, // Extract range of bits with sign extension to 32-bits.
  /external/llvm/lib/Target/Hexagon/
HexagonTargetMachine.cpp 60 static cl::opt<bool> EnableGenExtract("hexagon-extract", cl::init(true),
61 cl::Hidden, cl::desc("Generate \"extract\" instructions"));
  /external/llvm/test/CodeGen/AArch64/
arm64-crypto.ll 59 %extract = extractelement <4 x i32> %res, i32 0
60 %res2 = call <4 x i32> @llvm.aarch64.crypto.sha1c(<4 x i32> %hash_abcd, i32 %extract, <4 x i32> %wk)
  /external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
t_options.h 32 * gettext(). xgettext can be used to extract translatable
42 /* This is needed for xgettext to extract translatable strings.
  /external/protobuf/src/google/protobuf/compiler/
zip_writer.cc 153 WriteShort(&output, 10); // version needed to extract
184 WriteShort(&output, 10); // version needed to extract
  /external/python/cpython2/Doc/library/
traceback.rst 8 This module provides a standard interface to extract, format and print stack
87 Extract the raw traceback from the current stack frame. The return value has

Completed in 1399 milliseconds

<<101102103104105106107108109110>>