HomeSort by relevance Sort by last modified time
    Searched defs:isComplex (Results 1 - 25 of 109) sorted by null

1 2 3 4 5

  /external/icu/icu4c/source/i18n/
strrepl.h 61 * then isComplex is set to false, and future replacements are
64 UBool isComplex;
  /prebuilts/go/darwin-x86/src/go/types/
predicates.go 39 func isComplex(typ Type) bool {
41 return ok && t.info&IsComplex != 0
  /prebuilts/go/linux-x86/src/go/types/
predicates.go 39 func isComplex(typ Type) bool {
41 return ok && t.info&IsComplex != 0
  /external/icu/android_icu4j/src/main/java/android/icu/text/
StringReplacer.java 48 * then isComplex is set to false, and future replacements are
51 private boolean isComplex;
77 isComplex = true;
95 isComplex = true;
127 if (!isComplex) {
145 isComplex = false;
196 isComplex = true;
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
StringReplacer.java 47 * then isComplex is set to false, and future replacements are
50 private boolean isComplex;
76 isComplex = true;
94 isComplex = true;
126 if (!isComplex) {
144 isComplex = false;
195 isComplex = true;
  /external/skia/src/core/
SkRasterClip.cpp 182 bool SkRasterClip::isComplex() const {
183 return fIsBW ? fBW.isComplex() : !fAA.isEmpty();
  /external/skia/include/core/
SkRRect.h 111 inline bool isComplex() const { return kComplex_Type == this->getType(); }
228 SkASSERT(!this->isComplex());
SkRegion.h 79 bool isComplex() const { return !this->isEmpty() && !this->isRect(); }
  /frameworks/base/graphics/java/android/graphics/
Region.java 129 public native boolean isComplex();
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Region_Delegate.java 161 /*package*/ static boolean isComplex(Region thisRegion) {
  /external/lzma/CPP/7zip/Archive/7z/
7zOut.cpp 273 bool isComplex = !coder.IsSimpleCoder();
274 b |= (isComplex ? 0x10 : 0);
278 if (isComplex)
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ElementTest.java 348 assertFalse(Element.A_8(mRS).isComplex());
349 assertFalse(Element.RGBA_4444(mRS).isComplex());
350 assertFalse(Element.RGBA_5551(mRS).isComplex());
351 assertFalse(Element.RGB_565(mRS).isComplex());
352 assertFalse(Element.RGB_888(mRS).isComplex());
353 assertFalse(Element.RGBA_8888(mRS).isComplex());
354 assertFalse(Element.F16(mRS).isComplex());
355 assertFalse(Element.F16_2(mRS).isComplex());
356 assertFalse(Element.F16_3(mRS).isComplex());
357 assertFalse(Element.F16_4(mRS).isComplex());
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
RegionTest.java 188 assertFalse(mRegion.isComplex());
193 assertFalse(mRegion.isComplex());
199 assertTrue(mRegion.isComplex());
    [all...]
  /external/clang/lib/CodeGen/
CGValue.h 52 bool isComplex() const { return V1.getInt() == Complex; }
  /external/icu/icu4c/source/layoutex/
ParagraphLayout.cpp 617 le_bool ParagraphLayout::isComplex(const LEUnicode chars[], le_int32 count)
625 if (isComplex(scriptCode)) {
975 le_bool ParagraphLayout::isComplex(UScriptCode script)
    [all...]
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
Element.java 205 public boolean isComplex() {
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
go.go 182 isComplex [NTYPE]bool
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
go.go 182 isComplex [NTYPE]bool
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTable.java 288 if (m_activePropertyInfo.isComplex()) {
444 if (m_activePropertyInfo.isComplex()) {
743 return propertyInfo.isComplex() && levelX <= x && x <= levelX + m_stateWidth;
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Element.java 201 public boolean isComplex() {
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp     [all...]
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.4.0-alpha1/
lint-checks-25.4.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.4.0-alpha3/
lint-checks-25.4.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.4.0-alpha5/
lint-checks-25.4.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.4.0-alpha6/
lint-checks-25.4.0-alpha6.jar 

Completed in 8378 milliseconds

1 2 3 4 5