HomeSort by relevance Sort by last modified time
    Searched full:is_empty (Results 376 - 400 of 663) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/ui/views/
status_bubble_views.cc 651 if (url.is_empty() && !status_text_.empty()) {
683 if (is_expanded_ && !url.is_empty()) {
  /external/chromium_org/chrome/renderer/
chrome_render_view_observer.cc 420 if (!osd_url.is_empty()) {
542 if (url.is_empty()) {
  /external/chromium_org/chrome/service/cloud_print/
print_system_cups.cc 735 if (url.is_empty()) { // Use default (local) print server.
748 if (url.is_empty()) { // Use default (local) print server.
  /external/chromium_org/net/url_request/
url_fetcher_core.cc 231 DCHECK(first_party_for_cookies_.is_empty());
518 request_->set_first_party_for_cookies(first_party_for_cookies_.is_empty() ?
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videocapturer.cc 318 if (SignalVideoFrame.is_empty()) {
480 if (!SignalAdaptFrame.is_empty() && !IsScreencast()) {
  /external/chromium_org/tools/gn/
operators.cc 29 if (!filter || filter->is_empty() ||
37 if (!filter || filter->is_empty()) {
  /external/chromium_org/v8/src/
heap-inl.h 688 if (!new_space_strings_.is_empty()) {
692 if (!old_space_strings_.is_empty()) {
sampler.cc 468 if (instance_->active_samplers_.is_empty()) {
484 if (active_samplers_.is_empty()) break;
heap-snapshot-generator.cc 240 ASSERT(entries_.is_empty()); // Root entry must be the first one.
286 ASSERT(children().is_empty());
333 if (sorted_entries_.is_empty()) {
631 ASSERT(!entries_.is_empty());
662 if (!stats_buffer.is_empty()) {
    [all...]
scopes.cc 366 ASSERT(internals_.is_empty());
367 ASSERT(temps_.is_empty());
368 ASSERT(params_.is_empty());
    [all...]
  /external/v8/src/
heap-inl.h 581 if (!new_space_strings_.is_empty()) {
585 if (!old_space_strings_.is_empty()) {
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
debug.ipp 404 dsi.display.is_empty()
877 if( pi.binary_path().is_empty() )
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
tuple 139 private _Head_base<_Idx, _Head, std::is_empty<_Head>::value>
142 typedef _Head_base<_Idx, _Head, std::is_empty<_Head>::value> _Base;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
tuple 146 private _Head_base<_Idx, _Head, std::is_empty<_Head>::value>
149 typedef _Head_base<_Idx, _Head, std::is_empty<_Head>::value> _Base;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
tuple 146 private _Head_base<_Idx, _Head, std::is_empty<_Head>::value>
149 typedef _Head_base<_Idx, _Head, std::is_empty<_Head>::value> _Base;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
tuple 139 private _Head_base<_Idx, _Head, std::is_empty<_Head>::value>
142 typedef _Head_base<_Idx, _Head, std::is_empty<_Head>::value> _Base;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
tuple 139 private _Head_base<_Idx, _Head, std::is_empty<_Head>::value>
142 typedef _Head_base<_Idx, _Head, std::is_empty<_Head>::value> _Base;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
tuple 139 private _Head_base<_Idx, _Head, std::is_empty<_Head>::value>
142 typedef _Head_base<_Idx, _Head, std::is_empty<_Head>::value> _Base;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
tuple 139 private _Head_base<_Idx, _Head, std::is_empty<_Head>::value>
142 typedef _Head_base<_Idx, _Head, std::is_empty<_Head>::value> _Base;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
tuple 146 private _Head_base<_Idx, _Head, std::is_empty<_Head>::value>
149 typedef _Head_base<_Idx, _Head, std::is_empty<_Head>::value> _Base;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
tuple 146 private _Head_base<_Idx, _Head, std::is_empty<_Head>::value>
149 typedef _Head_base<_Idx, _Head, std::is_empty<_Head>::value> _Base;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
type_traits 90 template <class T> struct is_empty;
    [all...]
  /art/compiler/llvm/
gbc_expander.cc 237 llvm::Value** result, bool is_empty);
964 llvm::Value* is_empty = irb_.CreateSelect(count_equals_zero, local
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
native_textfield_views.cc 281 bool in_selection = !selection.is_empty() &&
1002 DCHECK(!composition_range.is_empty());
    [all...]
  /external/chromium_org/webkit/browser/appcache/
appcache_update_job.cc 335 if (!new_master_resource.is_empty()) {
364 if (!new_master_resource.is_empty()) {
383 if (!new_master_resource.is_empty()) {
    [all...]

Completed in 996 milliseconds

<<11121314151617181920>>