OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_empty
(Results
26 - 50
of
663
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/mesa/src/src/glsl/
loop_analysis.cpp
146
assert(!this->state.
is_empty
());
161
if (this->state.
is_empty
())
177
if (this->state.
is_empty
())
358
if (!this->state.
is_empty
())
369
if (!this->state.
is_empty
())
380
if (this->state.
is_empty
())
394
assert(!this->state.
is_empty
());
503
if (!ir->else_instructions.
is_empty
())
opt_if_simplification.cpp
74
if (ir->then_instructions.
is_empty
() &&
75
ir->else_instructions.
is_empty
()) {
opt_redundant_jumps.cpp
92
if (ir->then_instructions.
is_empty
() && ir->else_instructions.
is_empty
())
/external/chromium_org/ui/gfx/
canvas_paint_gtk.cc
32
if (!
is_empty
()) {
82
if (!
is_empty
()) {
canvas_paint_gtk.h
36
bool
is_empty
() const {
function in class:gfx::CanvasSkiaPaint
78
bool
is_empty
() const {
function in class:gfx::CanvasSkiaPaintCairo
canvas_paint_mac.h
35
bool
is_empty
() const {
function in class:gfx::CanvasSkiaPaint
selection_model.cc
32
if (selection().
is_empty
())
/external/mesa3d/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
())
loop_analysis.cpp
146
assert(!this->state.
is_empty
());
161
if (this->state.
is_empty
())
177
if (this->state.
is_empty
())
358
if (!this->state.
is_empty
())
369
if (!this->state.
is_empty
())
380
if (this->state.
is_empty
())
394
assert(!this->state.
is_empty
());
503
if (!ir->else_instructions.
is_empty
())
opt_if_simplification.cpp
74
if (ir->then_instructions.
is_empty
() &&
75
ir->else_instructions.
is_empty
()) {
/external/chromium/chrome/browser/net/
browser_url_util.cc
19
if (url.
is_empty
() || !url.is_valid() || !clipboard)
/external/chromium/chrome/common/extensions/
extension_extent.cc
25
bool ExtensionExtent::
is_empty
() const {
function in class:ExtensionExtent
/external/chromium_org/chrome/browser/extensions/api/dial/
dial_device_data.cc
32
return url.is_valid() && !url.
is_empty
() && url.SchemeIsHTTPOrHTTPS();
/external/chromium_org/chrome/browser/extensions/api/top_sites/
top_sites_api.cc
36
if (!url.url.
is_empty
()) {
/external/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifests_options_unittest.cc
32
.
is_empty
());
/external/chromium_org/chrome/common/net/
url_util.cc
19
if (url.
is_empty
() || !url.is_valid() || !clipboard)
/external/chromium_org/content/renderer/
renderer_webapplicationcachehost_impl.cc
51
if (!info.manifest_url.
is_empty
()) {
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
output_test_stream.hpp
53
result_type
is_empty
( bool flush_stream = true );
/external/chromium_org/v8/src/
splay-tree-inl.h
47
if (
is_empty
()) {
86
if (
is_empty
())
113
if (
is_empty
())
137
if (
is_empty
())
160
if (
is_empty
())
172
if (
is_empty
())
234
if (
is_empty
())
/external/v8/src/
splay-tree-inl.h
46
if (
is_empty
()) {
85
if (
is_empty
())
106
if (
is_empty
())
130
if (
is_empty
())
153
if (
is_empty
())
165
if (
is_empty
())
227
if (
is_empty
())
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/
basic_cstring.hpp
82
bool
is_empty
() const;
86
// !! only for STL container conformance use
is_empty
instead
239
basic_cstring<CharT>::
is_empty
() const
function in class:boost::unit_test::basic_cstring
250
return
is_empty
();
304
if( exclusions.
is_empty
() )
348
if( exclusions.
is_empty
() )
516
if( str.
is_empty
() || str.size() > size() )
538
if( str.
is_empty
() || str.size() > size() )
690
return source.
is_empty
() ? static_cast<string_value_type>(0) : *source.begin();
705
return source.
is_empty
() ? static_cast<string_value_type>(0) : *(source.end()-1)
[
all
...]
/external/chromium/chrome/browser/autocomplete/
search_provider_unittest.cc
249
EXPECT_TRUE(!term1_match.destination_url.
is_empty
());
257
EXPECT_TRUE(!what_you_typed_match.destination_url.
is_empty
());
313
ASSERT_TRUE(!match.destination_url.
is_empty
());
377
EXPECT_TRUE(!instant_match.destination_url.
is_empty
());
387
EXPECT_TRUE(!what_you_typed_match.destination_url.
is_empty
());
411
EXPECT_FALSE(instant_match.destination_url.
is_empty
());
424
EXPECT_FALSE(instant_match.destination_url.
is_empty
());
454
EXPECT_FALSE(instant_match.destination_url.
is_empty
());
/external/chromium_org/chrome/browser/drive/
drive_uploader_unittest.cc
345
EXPECT_TRUE(upload_location.
is_empty
());
381
EXPECT_TRUE(upload_location.
is_empty
());
412
EXPECT_TRUE(upload_location.
is_empty
());
439
EXPECT_TRUE(upload_location.
is_empty
());
466
EXPECT_TRUE(upload_location.
is_empty
());
517
EXPECT_TRUE(upload_location.
is_empty
());
539
EXPECT_TRUE(upload_location.
is_empty
());
573
EXPECT_TRUE(upload_location.
is_empty
());
/external/chromium_org/chrome/browser/extensions/
active_tab_permission_granter.cc
59
if (!new_apis.empty() || !new_hosts.
is_empty
()) {
106
if (granted_extensions_.
is_empty
())
/external/chromium_org/google_apis/drive/
gdata_contacts_requests.cc
48
return !feed_url_for_testing_.
is_empty
() ?
68
if (!feed_url_for_testing_.
is_empty
())
Completed in 330 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>