HomeSort by relevance Sort by last modified time
    Searched defs:fTag (Results 1 - 20 of 20) sorted by null

  /external/libcxx/test/std/containers/sequences/deque/deque.modifiers/
push_back_exception_safety.pass.cpp 28 { return fTag == rhs.fTag && fMagicValue == rhs.fMagicValue; }
32 int fTag;
44 fMagicValue(kStartedConstructionMagicValue), fTag(tag)
51 fMagicValue(kStartedConstructionMagicValue), fTag(iOther.fTag)
push_front_exception_safety.pass.cpp 29 { return fTag == rhs.fTag && fMagicValue == rhs.fMagicValue; }
32 int fTag;
44 fMagicValue(kStartedConstructionMagicValue), fTag(tag)
51 fMagicValue(kStartedConstructionMagicValue), fTag(iOther.fTag)
  /external/libcxx/test/std/containers/sequences/vector/vector.modifiers/
push_back_exception_safety.pass.cpp 29 { return fTag == rhs.fTag && fMagicValue == rhs.fMagicValue; }
32 int fTag;
44 fMagicValue(kStartedConstructionMagicValue), fTag(tag)
51 fMagicValue(kStartedConstructionMagicValue), fTag(iOther.fTag)
  /external/skia/src/views/
SkTagList.h 26 uint8_t fTag;
28 SkTagList(U8CPU tag) : fTag(SkToU8(tag))
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.modifiers/
push_back_exception_safety.pass.cpp 27 { return fTag == rhs.fTag && fMagicValue == rhs.fMagicValue; }
30 int fTag;
42 fMagicValue(kStartedConstructionMagicValue), fTag(tag)
49 fMagicValue(kStartedConstructionMagicValue), fTag(iOther.fTag)
push_front_exception_safety.pass.cpp 27 { return fTag == rhs.fTag && fMagicValue == rhs.fMagicValue; }
30 int fTag;
42 fMagicValue(kStartedConstructionMagicValue), fTag(tag)
49 fMagicValue(kStartedConstructionMagicValue), fTag(iOther.fTag)
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/
push_back_exception_safety.pass.cpp 29 { return fTag == rhs.fTag && fMagicValue == rhs.fMagicValue; }
32 int fTag;
44 fMagicValue(kStartedConstructionMagicValue), fTag(tag)
51 fMagicValue(kStartedConstructionMagicValue), fTag(iOther.fTag)
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/deque/deque.modifiers/
push_back_exception_safety.pass.cpp 28 { return fTag == rhs.fTag && fMagicValue == rhs.fMagicValue; }
32 int fTag;
44 fMagicValue(kStartedConstructionMagicValue), fTag(tag)
51 fMagicValue(kStartedConstructionMagicValue), fTag(iOther.fTag)
push_front_exception_safety.pass.cpp 29 { return fTag == rhs.fTag && fMagicValue == rhs.fMagicValue; }
32 int fTag;
44 fMagicValue(kStartedConstructionMagicValue), fTag(tag)
51 fMagicValue(kStartedConstructionMagicValue), fTag(iOther.fTag)
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/vector/vector.modifiers/
push_back_exception_safety.pass.cpp 30 { return fTag == rhs.fTag && fMagicValue == rhs.fMagicValue; }
33 int fTag;
45 fMagicValue(kStartedConstructionMagicValue), fTag(tag)
52 fMagicValue(kStartedConstructionMagicValue), fTag(iOther.fTag)
  /external/skia/include/core/
SkFontArguments.h 26 SkFourByteTag fTag;
  /external/skia/src/ports/
SkFontHost_FreeType_common.h 53 SkFourByteTag fTag;
SkFontMgr_android_parser.h 29 SkLanguage(const SkString& tag) : fTag(tag) { }
30 SkLanguage(const char* tag) : fTag(tag) { }
31 SkLanguage(const char* tag, size_t len) : fTag(tag, len) { }
32 SkLanguage(const SkLanguage& b) : fTag(b.fTag) { }
37 const SkString& getTag() const { return fTag; }
45 return fTag == b.fTag;
48 return fTag != b.fTag;
    [all...]
  /external/skia/experimental/svg/model/
SkSVGNode.h 41 SkSVGTag tag() const { return fTag; }
82 SkSVGTag fTag;
  /external/skia/tools/flags/
SkCommonFlagsConfig.h 37 const SkString& getTag() const { return fTag; }
41 SkString fTag;
  /external/skia/src/core/
SkFontStream.cpp 22 uint32_t fTag;
34 uint32_t fTag;
69 uint32_t tag = SkEndian_SwapBE32(header->fCollection.fTag);
148 uint32_t tag = SkEndian_SwapBE32(shared.fCollection.fTag);
165 tags[i] = SkEndian_SwapBE32(header.fDir[i].fTag);
180 if (SkEndian_SwapBE32(header.fDir[i].fTag) == tag) {
SkDescriptor.h 44 entry->fTag = tag;
70 if (entry->fTag == tag) {
109 uint32_t fTag;
  /external/skia/tests/
FontHostTest.cpp 26 SkFontTableTag fTag;
134 if (gKnownTableSizes[j].fTag == array[i]) {
202 if (gKnownTableSizes[j].fTag == tags[i]) {
  /external/dng_sdk/source/
dng_image_writer.h 620 const tiff_tag *fTag [kMaxEntries];
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 537 milliseconds