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

<<101102103104105106107108109110>>

  /system/core/libpixelflinger/codeflinger/
texturing.cpp 113 // just use a packed version of the color and extract the
189 // iterated colors are packed, extract the one we need
190 extract(fragment, parts.iterated, component);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/i18n/
pygettext.py 69 --extract-all
70 Extract all strings.
82 Extract module, class, method, and function docstrings. These do
517 ['extract-all', 'default-domain=', 'escape', 'help',
554 elif opt in ('-a', '--extract-all'):
  /device/linaro/bootloader/edk2/SignedCapsulePkg/Library/EdkiiSystemCapsuleLib/
EdkiiSystemCapsuleLib.c 260 Extract the driver FV from an authenticated image.
302 Extract the config image from an authenticated image.
344 Extract the authenticated image from an FMP capsule image.
461 Extract ImageFmpInfo from system firmware.
515 Extract the System Firmware image from an authenticated image.
  /external/icu/icu4c/source/test/intltest/
dcfmtest.cpp 119 // Buffer size is len+1 so that s.extract() will nul-terminate the string.
120 s.extract(0, len, buf.getAlias(), len+1, US_INV);
141 int32_t requiredCapacity = s.extract(0, len, buf.getAlias(), capacity) + 1;
145 s.extract(0, len, buf.getAlias(), capacity);
347 expectedType.extract(0, 1, expectedTypeC, 2, US_INV);
  /external/libhevc/common/arm/
ihevc_intra_pred_chroma_mode_27_to_33.s 158 vmov.u32 lr,d5[0] @(i row)extract idx to the r register
207 vmov.u32 lr,d5[1] @extract idx to the r register
285 vmov.u32 lr,d3[0] @(i)extract idx to the r register
324 vmov.u32 lr,d3[1] @extract idx to the r register
395 vmov.u32 lr,d3[0] @(i)extract idx to the r register
ihevc_intra_pred_filters_chroma_mode_19_to_25.s 269 vmov.u32 lr,d5[0] @(i row)extract idx to the r register
315 vmov.u32 lr,d5[1] @extract idx to the r register
394 vmov.u32 lr,d3[0] @(i)extract idx to the r register
435 vmov.u32 lr,d3[1] @extract idx to the r register
508 vmov.u32 lr,d3[0] @(i)extract idx to the r register
ihevc_intra_pred_filters_luma_mode_19_to_25.s 273 vmov.u32 lr,d5[0] @(i row)extract idx to the r register
318 vmov.u32 lr,d5[1] @extract idx to the r register
392 vmov.u32 lr,d3[0] @(i)extract idx to the r register
432 vmov.u32 lr,d3[1] @extract idx to the r register
502 vmov.u32 lr,d3[0] @(i)extract idx to the r register
ihevc_intra_pred_luma_mode_27_to_33.s 161 vmov.u32 lr,d5[0] @(i row)extract idx to the r register
209 vmov.u32 lr,d5[1] @extract idx to the r register
286 vmov.u32 lr,d3[0] @(i)extract idx to the r register
324 vmov.u32 lr,d3[1] @extract idx to the r register
394 vmov.u32 lr,d3[0] @(i)extract idx to the r register
  /external/libhevc/common/arm64/
ihevc_intra_pred_chroma_mode_27_to_33.s 148 smov x14, v5.s[0] //(i row)extract idx to the r register
197 smov x14, v5.s[1] //extract idx to the r register
277 smov x14, v3.s[0] //(i)extract idx to the r register
317 smov x14, v3.s[1] //extract idx to the r register
388 smov x14, v3.s[0] //(i)extract idx to the r register
ihevc_intra_pred_filters_chroma_mode_19_to_25.s 262 smov x14, v5.s[0] //(i row)extract idx to the r register
308 smov x14, v5.s[1] //extract idx to the r register
389 smov x14, v3.s[0] //(i)extract idx to the r register
431 smov x14, v3.s[1] //extract idx to the r register
504 smov x14, v3.s[0] //(i)extract idx to the r register
ihevc_intra_pred_filters_luma_mode_19_to_25.s 265 umov w14, v5.s[0] //(i row)extract idx to the r register
311 umov w14, v5.s[1] //extract idx to the r register
388 umov w14, v3.s[0] //(i)extract idx to the r register
430 umov w14, v3.s[1] //extract idx to the r register
501 umov w14, v3.s[0] //(i)extract idx to the r register
ihevc_intra_pred_luma_mode_27_to_33.s 153 umov w14, v5.s[0] //(i row)extract idx to the r register
202 umov w14, v5.s[1] //extract idx to the r register
282 umov w14, v3.s[0] //(i)extract idx to the r register
322 umov w14, v3.s[1] //extract idx to the r register
393 umov w14, v3.s[0] //(i)extract idx to the r register
  /external/lzma/CPP/7zip/UI/Console/
Main.cpp 36 #include "../Common/Extract.h"
109 " e : Extract files from archive (without using directory names)\n"
116 " x : eXtract files with full paths\n"
152 " -spe : eliminate duplication of root folder for extract command\n"
912 hresultMain = Extract(
  /external/python/cpython2/Tools/i18n/
pygettext.py 69 --extract-all
70 Extract all strings.
82 Extract module, class, method, and function docstrings. These do
516 ['extract-all', 'default-domain=', 'escape', 'help',
553 elif opt in ('-a', '--extract-all'):
  /external/python/cpython3/Doc/library/
traceback.rst 11 This module provides a standard interface to extract, format and print stack
100 Extract the raw traceback from the current stack frame. The return value has
161 used. This helper is used with :meth:`StackSummary.extract`.
168 for each frame. This helper is used with :meth:`StackSummary.extract`.
274 .. classmethod:: extract(frame_gen, *, limit=None, lookup_lines=True, capture_locals=False)
  /external/python/cpython3/Lib/
tarfile.py 278 """General exception for extract errors."""
2026 def extract(self, member, path="", set_attrs=True, *, numeric_owner=False): member in class:TarFile
    [all...]
  /external/python/cpython3/Tools/i18n/
pygettext.py 69 --extract-all
70 Extract all strings.
82 Extract module, class, method, and function docstrings. These do
474 ['extract-all', 'default-domain=', 'escape', 'help',
511 elif opt in ('-a', '--extract-all'):
  /external/tensorflow/tensorflow/core/util/ctc/
ctc_beam_search.h 129 // Extract the top n paths at current time step
187 std::unique_ptr<std::vector<BeamEntry*>> branches(leaves_.Extract());
266 // Extract the beams sorted in decreasing new probability
269 std::unique_ptr<std::vector<BeamEntry*>> branches(leaves_.Extract());
407 std::unique_ptr<std::vector<BeamEntry*>> branches(top_branches.Extract());
  /external/v8/src/arm/
constants-arm.h 333 // Gap to make it easier to extract U and size.
482 // Extract a single bit from the instruction bits and return it as bit 0 in
488 // Extract a bit field <hi:lo> from the instruction bits and return it in the
501 // Extract a single bit from the instruction bits and return it as bit 0 in
507 // Extract a bit field <hi:lo> from the instruction bits and return it in the
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
log2_norm.cpp 157 i = extract_h (L_x); // Extract b25-b31
159 a = extract_l (L_x); // Extract b10-b24 of fraction
217 /* Shift L_x to the right by 10 to extract bits 10-31, */
220 i = (Word16)(L_x >> 15); /* Extract b25-b31 */
221 a = L_x & 0x7fff; /* Extract b10-b24 of fraction */
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Function.h 354 /// @brief Extract the alignment for a call or parameter (0=unknown).
359 /// @brief Extract the number of dereferenceable bytes for a call or
366 /// @brief Extract the number of dereferenceable bytes for a parameter.
372 /// @brief Extract the number of dereferenceable_or_null bytes for a call or
379 /// @brief Extract the number of dereferenceable_or_null bytes for a
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Function.h 354 /// @brief Extract the alignment for a call or parameter (0=unknown).
359 /// @brief Extract the number of dereferenceable bytes for a call or
366 /// @brief Extract the number of dereferenceable bytes for a parameter.
372 /// @brief Extract the number of dereferenceable_or_null bytes for a call or
379 /// @brief Extract the number of dereferenceable_or_null bytes for a
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Function.h 362 /// @brief Extract the alignment for a call or parameter (0=unknown).
367 /// @brief Extract the number of dereferenceable bytes for a call or
374 /// @brief Extract the number of dereferenceable bytes for a parameter.
380 /// @brief Extract the number of dereferenceable_or_null bytes for a call or
387 /// @brief Extract the number of dereferenceable_or_null bytes for a
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Function.h 362 /// @brief Extract the alignment for a call or parameter (0=unknown).
367 /// @brief Extract the number of dereferenceable bytes for a call or
374 /// @brief Extract the number of dereferenceable bytes for a parameter.
380 /// @brief Extract the number of dereferenceable_or_null bytes for a call or
387 /// @brief Extract the number of dereferenceable_or_null bytes for a
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Function.h 362 /// @brief Extract the alignment for a call or parameter (0=unknown).
367 /// @brief Extract the number of dereferenceable bytes for a call or
374 /// @brief Extract the number of dereferenceable bytes for a parameter.
380 /// @brief Extract the number of dereferenceable_or_null bytes for a call or
387 /// @brief Extract the number of dereferenceable_or_null bytes for a

Completed in 964 milliseconds

<<101102103104105106107108109110>>