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

<<101102103104105106107108109110>>

  /prebuilts/clang/host/darwin-x86/clang-4691093/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/linux-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/linux-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/linux-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/linux-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/linux-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
  /prebuilts/clang/host/linux-x86/clang-4691093/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/go/darwin-x86/src/syscall/
mksyscall_windows.go 338 // extractParams parses s to extract function parameters.
352 return nil, errors.New("Could not extract function parameter from \"" + s2 + "\"")
399 return nil, errors.New("Could not extract function name and parameters from \"" + f.src + "\"")
445 return nil, errors.New("Could not extract dll name from \"" + f.src + "\"")
456 return nil, errors.New("Could not extract dll name from \"" + f.src + "\"")
  /prebuilts/go/linux-x86/src/syscall/
mksyscall_windows.go 338 // extractParams parses s to extract function parameters.
352 return nil, errors.New("Could not extract function parameter from \"" + s2 + "\"")
399 return nil, errors.New("Could not extract function name and parameters from \"" + f.src + "\"")
445 return nil, errors.New("Could not extract dll name from \"" + f.src + "\"")
456 return nil, errors.New("Could not extract dll name from \"" + f.src + "\"")
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/include/spirv-tools/
optimizer.hpp 334 // Creates an insert/extract elimination pass.
337 // insert with indices identical to the extract. If such an insert can be
338 // found before hitting a conflicting insert, the extract's result id is
361 // identical uniform extracts into one uniform extract. This may require
362 // moving a load or extract to a point which dominates all uses.
  /system/core/libpixelflinger/codeflinger/
blending.cpp 120 // see if we need to extract 'component' from the destination (fb)
124 extract(fb, pixel, component);
349 extract(factor, dst_pixel, GGLFormat::ALPHA);
391 // no need to extract 'component' from the destination
426 // no need to extract 'component' from the source
  /external/python/cpython3/Lib/test/
test_tarfile.py 33 tarextdir = TEMPDIR + '-extract-test'
101 self.tar.extract("ustar/regtype", TEMPDIR)
119 self.tar.extract("ustar/regtype", TEMPDIR)
129 self.tar.extract("ustar/regtype", TEMPDIR)
392 tar.extract(t, TEMPDIR)
525 tar.extract("ustar/regtype", TEMPDIR)
528 tar.extract("ustar/lnktype", TEMPDIR)
534 tar.extract("ustar/symtype", TEMPDIR)
577 tar.extract(tarinfo, path=DIR)
    [all...]
  /build/soong/cc/
makevars.go 340 extract := func(flags string, dirs []string, prefix string) (string, []string, bool) {
358 flags, includes, found = extract(flags, includes, "-I")
360 flags, systemIncludes, found = extract(flags, systemIncludes, "-isystem ")
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
UefiIfrDefault.c 2 Function and Macro defintions for to extract default values from UEFI Form package.
179 Extract the default values from all questions in the input Form,
276 // Extract default from IFR binary
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
wizard.rb 88 # extract nodes matching a pattern
94 # iterate through the tree and extract nodes with pattern labels
278 to validate tree structures as well as to extract nodes that match the pattern.
  /external/autotest/tko/
job_serializer.py 138 Uses getter methods on the pb objects to extract all the
283 Uses all the getter methods on the pb kernel object to extract
370 This function is used to extract attributes from a pb job. The
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
Key.java 323 * Optionally extract a {@link Key} for the underlying provision binding(s) if such a
332 * Optionally extract a {@link Key} for the underlying production binding(s) if such a
367 * Optionally extract a {@link Key} for a {@code Set<T>} if the given key is for
  /external/eigen/Eigen/src/Core/arch/AVX512/
MathFunctions.h 75 // Extract the shifted exponents.
275 // Multiply the original _x by it's reciprocal square root to extract the
301 // Multiply the original _x by it's reciprocal square root to extract the
  /external/eigen/Eigen/src/UmfPackSupport/
UmfPackSupport.h 15 /* TODO extract L, extract U, compute det, etc... */
454 // extract
  /external/icu/icu4c/source/i18n/
umsg.cpp 360 return res.extract(result, resultLength, *status);
483 return resultStr.extract(result, resultLength, *status);
583 temp.extract(0,len,aString);
  /external/libvpx/libvpx/vpx/
vpx_codec.h 244 ((v >> 16) & 0xff) /**< extract major from packed version */
246 ((v >> 8) & 0xff) /**< extract minor from packed version */
248 ((v >> 0) & 0xff) /**< extract patch from packed version */
  /external/nanopb-c/generator/google/protobuf/
descriptor_pool.py 459 desc_protos: The protos to extract symbols from.
481 enum_protos: The protos to extract symbols from.
500 desc_protos: The protos to extract symbols from.
  /external/pcre/dist2/doc/
pcre2demo.3 250 we have to extract the count of named parentheses from the pattern. */
262 /* Before we can access the substrings, we must extract the table for
327 sequence. First, find the options with which the regex was compiled and extract
  /external/pcre/dist2/src/
pcre2_substring.c 139 * Extract named captured string *
188 * Extract captured string to new memory *
351 * Extract all captured strings to new memory *
pcre2demo.c 233 we have to extract the count of named parentheses from the pattern. */
245 /* Before we can access the substrings, we must extract the table for
310 sequence. First, find the options with which the regex was compiled and extract

Completed in 1208 milliseconds

<<101102103104105106107108109110>>