HomeSort by relevance Sort by last modified time
    Searched defs:extract (Results 126 - 150 of 657) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/icu/icu4c/source/common/
unistr.cpp 876 UnicodeString::extract(Char16Ptr dest, int32_t destCapacity, function in class:UnicodeString
895 UnicodeString::extract(int32_t start, function in class:UnicodeString
944 UnicodeString::extract(int32_t start, int32_t len, function in class:UnicodeString
    [all...]
  /external/python/cpython2/Lib/
zipfile.py 317 self.extract_version = 20 # Version needed to extract archive
1019 def extract(self, member, path=None, pwd=None): member in class:ZipFile
    [all...]
tarfile.py 330 """General exception for extract errors."""
2100 def extract(self, member, path=""): member in class:TarFile
    [all...]
  /external/python/cpython3/Lib/
zipfile.py 350 self.extract_version = DEFAULT_VERSION # Version needed to extract archive
1467 def extract(self, member, path=None, pwd=None): member in class:ZipFile
    [all...]
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/skia/tools/bookmaker/
includeWriter.cpp 823 string extract = commentBlock->extractText(Definition::TrimExtract::kYes); local
836 string extract = memberDef->extractText(Definition::TrimExtract::kYes); local
    [all...]
  /frameworks/layoutlib/bridge/src/android/util/
PathParser_Delegate.java 275 private static void extract(@NonNull String s, int start, @NonNull ExtractFloatResult result) { method in class:PathParser_Delegate
349 extract(s, startPosition, result); method
    [all...]
  /frameworks/support/compat/src/main/java/androidx/core/graphics/
PathParser.java 226 extract(s, startPosition, result); method
255 private static void extract(String s, int start, ExtractFloatResult result) { method in class:PathParser
  /hardware/interfaces/audio/core/4.0/vts/functional/
AudioPrimaryHidlHalTest.cpp 714 static R extract(Return<R> ret) { function
735 ASSERT_EQ(audioConfig.frameCount, extract(stream->getFrameCount())))
738 ASSERT_EQ(audioConfig.sampleRateHz, extract(stream->getSampleRate())))
741 ASSERT_EQ(audioConfig.channelMask, extract(stream->getChannelMask())))
744 ASSERT_EQ(audioConfig.format, extract(stream->getFormat())))
748 ASSERT_GT(extract(stream->getFrameSize()), 0U))
751 ASSERT_GE(extract(stream->getBufferSize()), extract(stream->getFrameSize())));
769 Property currentValue = extract((stream->*getter)());
785 ASSERT_EQ(capability, extract((stream->*getter)()))
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
zipfile.py 317 self.extract_version = 20 # Version needed to extract archive
1012 def extract(self, member, path=None, pwd=None): member in class:ZipFile
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
zipfile.py 317 self.extract_version = 20 # Version needed to extract archive
1012 def extract(self, member, path=None, pwd=None): member in class:ZipFile
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
zipfile.py 317 self.extract_version = 20 # Version needed to extract archive
1012 def extract(self, member, path=None, pwd=None): member in class:ZipFile
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
zipfile.py 317 self.extract_version = 20 # Version needed to extract archive
1012 def extract(self, member, path=None, pwd=None): member in class:ZipFile
    [all...]
  /prebuilts/misc/common/robolectric/3.4.2/lib/
shadowapi-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
shadowapi-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
shadowapi-3.6.1.jar 
  /cts/tests/framework/base/activitymanager/util/src/android/server/am/
WindowManagerState.java 22 import static android.server.am.ProtoExtractors.extract;
210 mDefaultPinnedStackBounds = extract(pinnedStackProto.defaultBounds);
211 mPinnedStackMovementBounds = extract(pinnedStackProto.movementBounds);
584 mBounds = extract(proto.bounds);
619 mBounds = extract(proto.bounds);
631 mTempInsetBounds = extract(proto.tempInsetBounds);
644 mOverrideConfiguration.setTo(extract(proto.overrideConfiguration)); method
645 mFullConfiguration.setTo(extract(proto.fullConfiguration)); method
646 mMergedOverrideConfiguration.setTo(extract(proto.mergedOverrideConfiguration)); method
719 mStableBounds = extract(displayFramesProto.stableBounds)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tarfile.py 330 """General exception for extract errors."""
2065 def extract(self, member, path=""): member in class:TarFile
    [all...]
  /external/ImageMagick/MagickCore/
image.h 382 *extract, /* crop/resize string on image read */ member in struct:_ImageInfo
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 518 /// \brief Extract the dynamic matcher.
1492 extract(const NestedNameSpecifierLoc &Loc) { function in class:clang::ast_matchers::internal::LocMatcher
    [all...]
  /external/llvm/include/llvm/IR/
Metadata.h 457 /// mdconst::extract <=> cast
508 /// \brief Extract a Value from Metadata.
510 /// As an analogue to \a cast(), extract the \a Value subclass \c X from \c MD.
513 extract(Y &&MD) { function in namespace:llvm::mdconst
519 extract(Y &MD) { function in namespace:llvm::mdconst
520 return extract(&MD);
523 /// \brief Extract a Value from Metadata, allowing null.
525 /// As an analogue to \a cast_or_null(), extract the \a Value subclass \c X
535 /// \brief Extract a Value from Metadata, if any.
537 /// As an analogue to \a dyn_cast_or_null(), extract the \a Value subclass \c
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_context.h 310 tnl_extract_func extract; member in struct:tnl_clipspace_attr
  /external/swiftshader/src/Shader/
ShaderCore.cpp 1668 void ShaderCore::extract(Float4 &dst, const Vector4f &src0, const Float4 &src1) function in class:sw::ShaderCore
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Metadata.h 473 /// mdconst::extract <=> cast
526 /// \brief Extract a Value from Metadata.
528 /// As an analogue to \a cast(), extract the \a Value subclass \c X from \c MD.
531 extract(Y &&MD) { function in namespace:llvm::mdconst
537 extract(Y &MD) { function in namespace:llvm::mdconst
538 return extract(&MD);
541 /// \brief Extract a Value from Metadata, allowing null.
543 /// As an analogue to \a cast_or_null(), extract the \a Value subclass \c X
553 /// \brief Extract a Value from Metadata, if any.
555 /// As an analogue to \a dyn_cast_or_null(), extract the \a Value subclass \c
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 518 /// \brief Extract the dynamic matcher.
1500 extract(const NestedNameSpecifierLoc &Loc) { function in class:clang::ast_matchers::internal::LocMatcher
    [all...]

Completed in 864 milliseconds

1 2 3 4 56 7 8 91011>>