OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_empty
(Results
1 - 25
of
663
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_empty.pass.cpp
12
//
is_empty
19
static_assert( std::
is_empty
<T>::value, "");
20
static_assert( std::
is_empty
<const T>::value, "");
21
static_assert( std::
is_empty
<volatile T>::value, "");
22
static_assert( std::
is_empty
<const volatile T>::value, "");
28
static_assert(!std::
is_empty
<T>::value, "");
29
static_assert(!std::
is_empty
<const T>::value, "");
30
static_assert(!std::
is_empty
<volatile T>::value, "");
31
static_assert(!std::
is_empty
<const volatile T>::value, "");
/external/chromium_org/tools/telemetry/telemetry/core/timeline/
bounds.py
13
def
is_empty
(self):
member in class:Bounds
62
if not a.
is_empty
and not b.
is_empty
:
65
if a.
is_empty
and not b.
is_empty
:
68
if not a.
is_empty
and b.
is_empty
:
/external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_types_unittest.cc
25
EXPECT_TRUE(notification.link_range().
is_empty
());
31
EXPECT_FALSE(notification.link_range().
is_empty
());
/external/clang/test/Lexer/
has_feature_type_traits.cpp
63
#if __has_feature(
is_empty
)
64
int
is_empty
();
66
// CHECK: int
is_empty
();
/external/chromium/net/proxy/
proxy_info.h
48
if (
is_empty
())
55
if (
is_empty
())
62
if (
is_empty
())
69
if (
is_empty
())
75
bool
is_empty
() const {
function in class:net::ProxyInfo
79
// Returns the first valid proxy server.
is_empty
() must be false to be able
/external/chromium_org/content/renderer/media/
tagged_list.h
80
bool
is_empty
= items_.empty();
local
81
DCHECK(!
is_empty
|| tagged_items_.empty());
82
return
is_empty
;
/external/chromium_org/remoting/codec/
video_decoder_vpx.cc
87
DCHECK(!screen_size.
is_empty
());
95
DCHECK(!screen_size_.
is_empty
());
150
DCHECK(!view_size.
is_empty
());
169
DCHECK(!screen_size_.
is_empty
());
170
DCHECK(!view_size.
is_empty
());
183
if (!updated_region_.
is_empty
() &&
199
if (intersection.
is_empty
())
232
if (rect.
is_empty
())
236
if (rect.
is_empty
())
262
if (rect.
is_empty
())
[
all
...]
video_decoder_verbatim.cc
22
if (!screen_size_.
is_empty
()) {
87
if (clip_rect.
is_empty
())
96
if (rect.
is_empty
())
/external/chromium/net/base/
static_cookie_policy.cc
22
if (first_party_for_cookies.
is_empty
())
42
if (first_party_for_cookies.
is_empty
())
/external/chromium_org/net/base/
static_cookie_policy.cc
22
if (first_party_for_cookies.
is_empty
())
45
if (first_party_for_cookies.
is_empty
())
/external/chromium_org/remoting/host/
screen_resolution.cc
24
DCHECK(!dimensions.
is_empty
() || dimensions.equals(webrtc::DesktopSize()));
43
return dimensions_.
is_empty
() || dpi_.is_zero();
desktop_shape_tracker_unittest.cc
26
EXPECT_FALSE(shape_tracker->desktop_shape().
is_empty
());
/external/chromium_org/ui/gfx/range/
range_unittest.cc
14
EXPECT_TRUE(r.
is_empty
());
26
EXPECT_FALSE(r.
is_empty
());
38
EXPECT_FALSE(r.
is_empty
());
50
EXPECT_TRUE(r.
is_empty
());
61
EXPECT_TRUE(r.
is_empty
());
162
EXPECT_TRUE(r1.Intersect(r2).
is_empty
());
165
EXPECT_TRUE(r2.Intersect(r1).
is_empty
());
/external/chromium_org/chrome/browser/android/
url_utilities.cc
47
if (gurl.
is_empty
())
61
if (gurl.
is_empty
())
68
if (gurl.
is_empty
())
/external/chromium/chrome/common/extensions/
extension_extent.h
24
bool
is_empty
() const;
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
search_operation_unittest.cc
49
EXPECT_TRUE(next_link.
is_empty
());
89
EXPECT_TRUE(next_link.
is_empty
());
113
EXPECT_TRUE(next_link.
is_empty
());
136
EXPECT_TRUE(next_link.
is_empty
());
/external/chromium_org/v8/src/
func-name-inferrer.h
51
bool IsOpen() const { return !entries_stack_.
is_empty
(); }
74
if (IsOpen() && !funcs_to_infer_.
is_empty
()) {
82
if (!funcs_to_infer_.
is_empty
()) {
91
if (entries_stack_.
is_empty
())
hydrogen-removable-simulates.cc
38
ASSERT(mergelist.
is_empty
());
52
while (!mergelist.
is_empty
()) {
61
while (!mergelist.
is_empty
()) {
86
if (!mergelist.
is_empty
()) {
/external/chromium_org/remoting/protocol/
mouse_input_filter.cc
23
if (input_max_.
is_empty
() || output_max_.
is_empty
())
/external/chromium_org/net/proxy/
proxy_info.h
55
if (
is_empty
())
66
if (
is_empty
())
73
if (
is_empty
())
80
if (
is_empty
())
86
bool
is_empty
() const {
function in class:net::ProxyInfo
101
// Returns the first valid proxy server.
is_empty
() must be false to be able
/external/chromium_org/chrome/service/cloud_print/
connector_settings.cc
62
if (server_url_.
is_empty
() || !server_url_.is_valid()) {
65
DCHECK(server_url_.
is_empty
() || server_url_.is_valid());
66
if (server_url_.
is_empty
() || !server_url_.is_valid()) {
/external/v8/src/
func-name-inferrer.h
51
bool IsOpen() const { return !entries_stack_.
is_empty
(); }
74
if (IsOpen() && !funcs_to_infer_.
is_empty
()) {
82
if (!funcs_to_infer_.
is_empty
()) {
/external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_sync_promo_view.cc
62
if (!before_link_range.
is_empty
())
65
if (!after_link_range.
is_empty
())
/external/chromium_org/chrome/common/extensions/
extension_process_policy.cc
46
!old_url_extension->web_extent().
is_empty
() &&
49
(!new_url_extension->web_extent().
is_empty
() &&
/external/chromium_org/third_party/mesa/src/src/glsl/
list.h
319
bool
is_empty
() const
function in struct:exec_list
336
return !
is_empty
() ? head : NULL;
341
return !
is_empty
() ? head : NULL;
346
return !
is_empty
() ? tail_pred : NULL;
351
return !
is_empty
() ? tail_pred : NULL;
404
if (
is_empty
()) {
424
if (source->
is_empty
())
458
if (before->
is_empty
())
Completed in 444 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>