HomeSort by relevance Sort by last modified time
    Searched full:isempty (Results 2426 - 2450 of 8076) sorted by null

<<919293949596979899100>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
ActivityPage.java 148 if (index == -1 && !mTemplates.isEmpty()) {
191 if (thumb != null && !thumb.isEmpty()) {
ProjectContentsPage.java 273 if (!curLocation.isEmpty()) {
341 if (location.trim().isEmpty()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLTraceOptionsDialog.java 343 if (mAppPackageToTraceText.getText().trim().isEmpty()) {
348 if (traceFile.isEmpty()) {
  /system/connectivity/shill/
http_request_unittest.cc 181 EXPECT_TRUE(request_->request_data_.IsEmpty());
182 EXPECT_TRUE(request_->response_data_.IsEmpty());
static_ip_parameters_unittest.cc 314 EXPECT_TRUE(static_params_.saved_args_.IsEmpty());
359 EXPECT_TRUE(static_params_.saved_args_.IsEmpty());
  /system/core/include/utils/
SortedVector.h 67 inline bool isEmpty() const { return VectorImpl::isEmpty(); }
String8.h 68 inline bool isEmpty() const;
269 inline bool String8::isEmpty() const
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Maps.java 149 } else if (map.isEmpty()) {
465 return onlyOnLeft.isEmpty() && onlyOnRight.isEmpty() && differences.isEmpty();
513 if (!onlyOnLeft.isEmpty()) {
516 if (!onlyOnRight.isEmpty()) {
519 if (!differences.isEmpty()) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaPhone.java 302 if (!TextUtils.isEmpty(operatorAlpha)) {
306 if (!TextUtils.isEmpty(operatorNumeric)) {
333 if (TextUtils.isEmpty(operatorNumeric)) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTracker.java     [all...]
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_editimp.cpp 284 if (m_rtClient.IsEmpty()) {
375 if (sLatinWord.IsEmpty()) {
440 if (sLatinWord.IsEmpty()) {
448 if (!sLatinWord.IsEmpty() && !checkWordEvent.bCheckWord) {
458 if (!sLatinWord.IsEmpty() && !checkWordEvent.bCheckWord) {
462 if (!pathSpell.IsEmpty()) {
483 if (m_rtClient.IsEmpty()) {
819 if (m_rtEngine.IsEmpty()) {
    [all...]
  /external/v8/test/cctest/
test-debug.cc 101 inline bool IsReady() { return !context_.IsEmpty(); }
543 if (!frame_function_name.IsEmpty()) {
560 if (!frame_source_line.IsEmpty()) {
571 if (!frame_source_column.IsEmpty()) {
582 if (!frame_script_name.IsEmpty()) {
651 if (!frame_count.IsEmpty()) {
661 if (!debug_event_listener_callback.IsEmpty()) {
665 CHECK(!result.IsEmpty());
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoFragment.java     [all...]
  /frameworks/base/libs/hwui/
OpenGLRenderer.cpp 493 if (!bounds.isEmpty()) {
504 if (!bounds.isEmpty() && fboLayer) {
511 if (!clip.isEmpty()) {
521 if (bounds.isEmpty() || bounds.getWidth() > mCaches.maxTextureSize ||
523 (fboLayer && clip.isEmpty())) {
652 if (!bounds.isEmpty()) {
653 if (layer->isEmpty()) {
693 if (layer->isEmpty()) {
763 } else if (!rect.isEmpty()) {
890 if (CC_UNLIKELY(layer->region.isEmpty())) return; // nothing to dra
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PrintActivity.java 747 if (resolvedActivities.isEmpty()) {
    [all...]
  /art/compiler/optimizing/
select_generator.cc 30 DCHECK(block->GetPhis().IsEmpty());
stack_map_stream.h 36 bool IsEmpty(const std::pair<DexRegisterLocation, size_t>& item) const {
  /art/compiler/utils/arm64/
assembler_arm64.cc 659 if (!registers.IsEmpty()) {
664 DCHECK(registers.IsEmpty());
678 if (!registers.IsEmpty()) {
683 DCHECK(registers.IsEmpty());
  /art/runtime/
class_table.h 60 bool IsEmpty(const GcRoot<mirror::Class>& item) const {
  /art/runtime/gc/space/
bump_pointer_space.h 117 bool IsEmpty() const {
  /art/runtime/lambda/
box_table.h 108 bool IsEmpty(const std::pair<UnorderedMapKeyType, ValueType>& item) const;
  /art/tools/ahat/src/
HeapTable.java 101 if (!remaining.isEmpty()) {
HtmlDoc.java 115 if (!cols.isEmpty()) {
  /art/tools/dexfuzz/src/dexfuzz/listeners/
LogFileListener.java 119 if (!didNotTimeOut.isEmpty()) {
  /art/tools/dexfuzz/src/dexfuzz/program/mutators/
PoolIndexChanger.java 109 if (!seenKinds.isEmpty()) {

Completed in 862 milliseconds

<<919293949596979899100>>