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

<<919293949596979899100>>

  /external/python/cpython2/Doc/library/
tarfile.rst 179 Is raised for *non-fatal* errors when using :meth:`TarFile.extract`, but only if
298 If *errorlevel* is ``0``, all errors are ignored when using :meth:`TarFile.extract`.
361 Extract all members from the archive to the current working directory or
371 Never extract archives from untrusted sources without prior inspection.
379 .. method:: TarFile.extract(member, path="")
381 Extract a member from the archive to the current working directory, using its
388 The :meth:`extract` method does not take care of several extraction issues.
398 Extract a member from the archive as a file object. *member* may be a filename
652 How to extract an entire tar archive to the current working directory::
659 How to extract a subset of a tar archive with :meth:`TarFile.extractall` usin
    [all...]
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
Miscompilation.cpp 39 cl::desc("Don't extract loops when searching for miscompilations"),
43 cl::desc("Don't extract blocks when searching for miscompilations"),
301 /// check to see if we can extract the loops in the region without obscuring the
350 BD.writeProgramToFile(OutputPrefix + "-loop-extract-fail-tno.bc",
352 BD.writeProgramToFile(OutputPrefix + "-loop-extract-fail-to.bc",
354 BD.writeProgramToFile(OutputPrefix + "-loop-extract-fail-to-le.bc",
358 << OutputPrefix << "-loop-extract-fail-*.bc files.\n";
397 // extract another loop.
459 /// TestFuncs - Extract all blocks for the miscompiled functions except for the
516 /// extract as many basic blocks from the region as possible without obscuring
    [all...]
  /hardware/interfaces/audio/core/2.0/vts/functional/
AudioPrimaryHidlHalTest.cpp 644 static R extract(Return<R> ret) { function
665 ASSERT_EQ(audioConfig.frameCount, extract(stream->getFrameCount())))
668 ASSERT_EQ(audioConfig.sampleRateHz, extract(stream->getSampleRate())))
671 ASSERT_EQ(audioConfig.channelMask, extract(stream->getChannelMask())))
674 ASSERT_EQ(audioConfig.format, extract(stream->getFormat())))
678 ASSERT_GT(extract(stream->getFrameSize()), 0U))
681 ASSERT_GE(extract(stream->getBufferSize()), extract(stream->getFrameSize())));
701 Property currentValue = extract((stream->*getter)());
717 ASSERT_EQ(capability, extract((stream->*getter)()))
    [all...]
  /external/swiftshader/src/Shader/
SamplerCore.cpp 513 Pointer<Byte> mipmap = texture + OFFSET(Texture, mipmap) + (As<Int>(Extract(lod, i)) + baseLevel) * sizeof(Mipmap);
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestMix.java 100 // Extract the inputs.
194 // Extract the inputs.
288 // Extract the inputs.
382 // Extract the inputs.
486 // Extract the inputs.
586 // Extract the inputs.
    [all...]
  /external/python/cpython3/Doc/library/
tarfile.rst 189 Is raised for *non-fatal* errors when using :meth:`TarFile.extract`, but only if
302 If *errorlevel* is ``0``, all errors are ignored when using :meth:`TarFile.extract`.
371 Extract all members from the archive to the current working directory or
385 Never extract archives from untrusted sources without prior inspection.
394 .. method:: TarFile.extract(member, path="", set_attrs=True, *, numeric_owner=False)
396 Extract a member from the archive to the current working directory, using its
408 The :meth:`extract` method does not take care of several extraction issues.
423 Extract a member from the archive as a file object. *member* may be a filename
670 If you want to extract a tar archive into the current directory, use
677 You can also extract a tar archive into a different directory by passing th
    [all...]
  /external/libtextclassifier/
feature-processor.cc 910 // Extract the substring.
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pvamrwb_math_op.cpp 344 i = extract_h(*frac); /* Extract b25-b31 */
346 a = (int16)(*frac); /* Extract b10-b24 */
393 i = (fraction >> 10); /* Extract b10-b16 of fraction */
394 a = (int16)(L_x); /* Extract b0-b9 of fraction */
509 i = extract_h(L_x); /* Extract b25-b31 */
511 a = (int16)(L_x); /* Extract b10-b24 of fraction */
578 * Extract from a 32 bit integer two 16 bit DPF.
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/cmake/llvm/
LLVMExports-release.cmake     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/cmake/llvm/
LLVMExports-release.cmake     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/cmake/llvm/
LLVMExports-release.cmake     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/cmake/llvm/
LLVMExports-release.cmake     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
istream 149 * If the sentry status is good, the function tries to extract
282 * If the sentry status is good, the function tries to extract
298 * Tries to extract a character. If none are available, sets failbit
309 * Tries to extract a character and store it in @a __c. If none are
393 * @param __n Maximum number of characters to extract.
421 * @param __n Maximum number of characters to extract.
464 * returns @c traits::eof(). Otherwise reads but does not extract
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
istream 149 * If the sentry status is good, the function tries to extract
282 * If the sentry status is good, the function tries to extract
298 * Tries to extract a character. If none are available, sets failbit
309 * Tries to extract a character and store it in @a __c. If none are
393 * @param __n Maximum number of characters to extract.
421 * @param __n Maximum number of characters to extract.
464 * returns @c traits::eof(). Otherwise reads but does not extract
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 32 // If all elts are the same, we can extract it and use any of the values.
45 // this is constant idx extract element and its a constant idx insertelt.
219 // be the same value, extract from the pre-inserted value instead.
227 // it came from and extract from the appropriate input element instead.
322 // If this is an insert of an extract from some other vector, include it.
373 /// shufflevector to replace one or more insert/extract pairs.
419 // Insert the new shuffle after the vector operand of the extract is defined
421 // extract, so any subsequent extracts in the same basic block can use it.
469 // If this is an insert of an extract from some other vector, include it.
589 if (ExtractedIdx >= NumExtractVectorElts) // Out of range extract
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
BasicTTIImpl.h 83 /// Estimate a cost of shuffle as a sequence of extract and insert
91 // e.g. <4 x float> has a mask of <0,5,2,7> i.e we need to extract from
406 /// Estimate the overhead of scalarizing an instruction. Insert and Extract
408 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) {
416 if (Extract)
490 // TODO: Once we have extract/insert subvector cost we need to use them.
805 // The interleave cost is similar to extract sub vectors' elements
811 // The cost is estimated as extract elements at 0, 2, 4, 6 from the
820 // Extract elements from loaded vector for each sub vector.
833 // The interleave cost is extract all elements from sub vectors, an
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
BasicTTIImpl.h 83 /// Estimate a cost of shuffle as a sequence of extract and insert
91 // e.g. <4 x float> has a mask of <0,5,2,7> i.e we need to extract from
406 /// Estimate the overhead of scalarizing an instruction. Insert and Extract
408 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) {
416 if (Extract)
490 // TODO: Once we have extract/insert subvector cost we need to use them.
805 // The interleave cost is similar to extract sub vectors' elements
811 // The cost is estimated as extract elements at 0, 2, 4, 6 from the
820 // Extract elements from loaded vector for each sub vector.
833 // The interleave cost is extract all elements from sub vectors, an
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
BasicTTIImpl.h 83 /// Estimate a cost of shuffle as a sequence of extract and insert
91 // e.g. <4 x float> has a mask of <0,5,2,7> i.e we need to extract from
406 /// Estimate the overhead of scalarizing an instruction. Insert and Extract
408 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) {
416 if (Extract)
490 // TODO: Once we have extract/insert subvector cost we need to use them.
805 // The interleave cost is similar to extract sub vectors' elements
811 // The cost is estimated as extract elements at 0, 2, 4, 6 from the
820 // Extract elements from loaded vector for each sub vector.
833 // The interleave cost is extract all elements from sub vectors, an
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
BasicTTIImpl.h 83 /// Estimate a cost of shuffle as a sequence of extract and insert
91 // e.g. <4 x float> has a mask of <0,5,2,7> i.e we need to extract from
406 /// Estimate the overhead of scalarizing an instruction. Insert and Extract
408 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) {
416 if (Extract)
490 // TODO: Once we have extract/insert subvector cost we need to use them.
805 // The interleave cost is similar to extract sub vectors' elements
811 // The cost is estimated as extract elements at 0, 2, 4, 6 from the
820 // Extract elements from loaded vector for each sub vector.
833 // The interleave cost is extract all elements from sub vectors, an
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
BasicTTIImpl.h 83 /// Estimate a cost of shuffle as a sequence of extract and insert
91 // e.g. <4 x float> has a mask of <0,5,2,7> i.e we need to extract from
406 /// Estimate the overhead of scalarizing an instruction. Insert and Extract
408 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) {
416 if (Extract)
490 // TODO: Once we have extract/insert subvector cost we need to use them.
805 // The interleave cost is similar to extract sub vectors' elements
811 // The cost is estimated as extract elements at 0, 2, 4, 6 from the
820 // Extract elements from loaded vector for each sub vector.
833 // The interleave cost is extract all elements from sub vectors, an
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
BasicTTIImpl.h 83 /// Estimate a cost of shuffle as a sequence of extract and insert
91 // e.g. <4 x float> has a mask of <0,5,2,7> i.e we need to extract from
406 /// Estimate the overhead of scalarizing an instruction. Insert and Extract
408 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) {
416 if (Extract)
490 // TODO: Once we have extract/insert subvector cost we need to use them.
805 // The interleave cost is similar to extract sub vectors' elements
811 // The cost is estimated as extract elements at 0, 2, 4, 6 from the
820 // Extract elements from loaded vector for each sub vector.
833 // The interleave cost is extract all elements from sub vectors, an
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
BasicTTIImpl.h 83 /// Estimate a cost of shuffle as a sequence of extract and insert
91 // e.g. <4 x float> has a mask of <0,5,2,7> i.e we need to extract from
406 /// Estimate the overhead of scalarizing an instruction. Insert and Extract
408 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) {
416 if (Extract)
490 // TODO: Once we have extract/insert subvector cost we need to use them.
805 // The interleave cost is similar to extract sub vectors' elements
811 // The cost is estimated as extract elements at 0, 2, 4, 6 from the
820 // Extract elements from loaded vector for each sub vector.
833 // The interleave cost is extract all elements from sub vectors, an
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
BasicTTIImpl.h 83 /// Estimate a cost of shuffle as a sequence of extract and insert
91 // e.g. <4 x float> has a mask of <0,5,2,7> i.e we need to extract from
406 /// Estimate the overhead of scalarizing an instruction. Insert and Extract
408 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) {
416 if (Extract)
490 // TODO: Once we have extract/insert subvector cost we need to use them.
805 // The interleave cost is similar to extract sub vectors' elements
811 // The cost is estimated as extract elements at 0, 2, 4, 6 from the
820 // Extract elements from loaded vector for each sub vector.
833 // The interleave cost is extract all elements from sub vectors, an
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/PCD/Dxe/
Pcd.c 210 @param[in] Guid The 128-bit unique value that designates the namespace from which to extract the value.
818 @param[in] Guid The 128-bit unique value that designates the namespace from which to extract the value.
847 @param[in] Guid The 128-bit unique value that designates the namespace from which to extract the value.
876 @param[in] Guid The 128-bit unique value that designates the namespace from which to extract the value.
905 @param[in] Guid The 128-bit unique value that designates the namespace from which to extract the value.
934 @param[in] Guid The 128-bit unique value that designates the namespace from which to extract the value.
968 @param[in] Guid The 128-bit unique value that designates the namespace from which to extract the value.
993 @param[in] Guid The 128-bit unique value that designates the namespace from which to extract the value.
1030 @param[in] Guid The 128-bit unique value that designates the namespace from which to extract the value.
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 159 /// Extract an 8-bit value from a vector and zero extend it to
163 /// Extract a 16-bit value from a vector and zero extend it to
212 // Extract Normalized Mantissas.
345 // Bit field extract.
444 // Insert/Extract vector element.
601 /// EXTRACT_SUBVECTOR operand specifies a vector extract that is
611 /// EXTRACT_SUBVECTOR operand specifies a vector extract that is
621 /// immediate to extract the specified EXTRACT_SUBVECTOR index
631 /// immediate to extract the specified EXTRACT_SUBVECTOR index
    [all...]

Completed in 1001 milliseconds

<<919293949596979899100>>