HomeSort by relevance Sort by last modified time
    Searched refs:hasLength (Results 1 - 21 of 21) sorted by null

  /external/smack/src/org/jivesoftware/smackx/workgroup/settings/
OfflineSettings.java 35 if (!ModelUtil.hasLength(redirectURL)) {
46 if (!ModelUtil.hasLength(offlineText)) {
57 if (!ModelUtil.hasLength(emailAddress)) {
68 if (!ModelUtil.hasLength(subject)) {
79 return (ModelUtil.hasLength(getRedirectURL()));
83 return ModelUtil.hasLength(getEmailAddress()) &&
84 ModelUtil.hasLength(getSubject()) &&
85 ModelUtil.hasLength(getOfflineText());
SearchSettings.java 28 return ModelUtil.hasLength(getForumsLocation()) && ModelUtil.hasLength(getKbLocation());
48 return ModelUtil.hasLength(getKbLocation());
52 return ModelUtil.hasLength(getForumsLocation());
GenericSettings.java 71 if (ModelUtil.hasLength(getQuery())) {
WorkgroupProperties.java 84 if (ModelUtil.hasLength(getJid())) {
  /external/chromium_org/third_party/skia/src/images/
SkStreamHelpers.cpp 17 if (stream->hasLength()) {
46 if (stream->hasLength()) {
SkImageDecoder_libwebp.cpp 204 const size_t readBufferSize = stream->hasLength() ?
  /external/skia/src/images/
SkStreamHelpers.cpp 17 if (stream->hasLength()) {
46 if (stream->hasLength()) {
SkImageDecoder_libwebp.cpp 204 const size_t readBufferSize = stream->hasLength() ?
  /external/chromium_org/third_party/skia/tests/
FrontBufferedStreamTest.cpp 30 // Test that hasLength() returns the correct value, based on the stream
37 if (streamBeingBuffered.hasLength() && streamBeingBuffered.hasPosition()) {
38 REPORTER_ASSERT(reporter, bufferedStream.hasLength());
40 REPORTER_ASSERT(reporter, !bufferedStream.hasLength());
168 LengthOptionalStream(bool hasLength, bool hasPosition)
169 : fHasLength(hasLength)
173 virtual bool hasLength() const SK_OVERRIDE {
216 REPORTER_ASSERT(reporter, bufferedStream->hasLength());
  /external/skia/tests/
FrontBufferedStreamTest.cpp 30 // Test that hasLength() returns the correct value, based on the stream
37 if (streamBeingBuffered.hasLength() && streamBeingBuffered.hasPosition()) {
38 REPORTER_ASSERT(reporter, bufferedStream.hasLength());
40 REPORTER_ASSERT(reporter, !bufferedStream.hasLength());
168 LengthOptionalStream(bool hasLength, bool hasPosition)
169 : fHasLength(hasLength)
173 virtual bool hasLength() const SK_OVERRIDE {
216 REPORTER_ASSERT(reporter, bufferedStream->hasLength());
  /frameworks/base/core/jni/android/graphics/
Utils.h 50 virtual bool hasLength() const { return true; }
  /external/chromium_org/third_party/skia/src/utils/
SkFrontBufferedStream.cpp 27 virtual bool hasLength() const SK_OVERRIDE { return fHasLength; }
75 , fHasLength(stream->hasPosition() && stream->hasLength())
  /external/skia/src/utils/
SkFrontBufferedStream.cpp 27 virtual bool hasLength() const SK_OVERRIDE { return fHasLength; }
75 , fHasLength(stream->hasPosition() && stream->hasLength())
  /external/smack/src/org/jivesoftware/smackx/workgroup/util/
ModelUtil.java 190 public static final boolean hasLength(String s) {
200 return ModelUtil.hasLength(s) ? s : null;
  /external/chromium_org/third_party/skia/include/core/
SkStream.h 126 virtual bool hasLength() const { return false; }
164 virtual bool hasLength() const SK_OVERRIDE { return true; }
  /external/skia/include/core/
SkStream.h 126 virtual bool hasLength() const { return false; }
164 virtual bool hasLength() const SK_OVERRIDE { return true; }
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
NormalizeAlgorithm.cpp 487 bool hasLength;
489 if (!getOptionalUint32(raw, "length", hasLength, length, context, error))
492 params = adoptPtr(new blink::WebCryptoHmacKeyGenParams(hash, hasLength, length));
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadThread.java 427 final boolean hasLength = mInfoDelta.mTotalBytes != -1;
430 if (!hasLength && !isChunked) {
  /external/chromium_org/third_party/skia/tools/
skimage_main.cpp 417 virtual bool hasLength() const SK_OVERRIDE {
    [all...]
  /external/skia/tools/
skimage_main.cpp 417 virtual bool hasLength() const SK_OVERRIDE {
    [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 724 milliseconds