OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_valid
(Results
51 - 75
of
106
) sorted by null
1
2
3
4
5
/external/compiler-rt/lib/msan/
msan_chained_origin_depot.cc
46
bool
is_valid
() { return true; }
function in struct:__msan::ChainedOriginDepotDesc
/external/lldb/examples/synthetic/
gnu_libstdcpp.py
22
def
is_valid
(self,node):
member in class:StdListSynthProvider
41
while self.
is_valid
(slow):
/external/protobuf/gtest/src/
gtest-port.cc
230
bool
is_valid
= true;
local
246
is_valid
= false;
255
is_valid
= false;
259
is_valid
= false;
263
is_valid
= false;
267
is_valid
= false;
274
return
is_valid
;
/external/srec/srec/include/
swicms.h
57
int
is_valid
;
member in struct:__anon34880
/system/core/libnetutils/
packet.c
159
int
is_valid
;
local
179
is_valid
= 0;
201
is_valid
= 1;
204
if (!
is_valid
) {
/external/chromium_org/chrome/browser/common/
cancelable_request.h
279
bool
is_valid
() const { return provider != NULL; }
function in struct:CancelableRequestConsumerTSimple::PendingRequest
338
DCHECK(current_request_.
is_valid
());
[
all
...]
/external/chromium_org/cloud_print/service/win/
cloud_print_service.cc
337
bool
is_valid
= base::ReadFileToString(file, &contents) &&
local
/external/chromium_org/media/audio/win/
audio_output_win_unittest.cc
135
bool
is_valid
() const {
function in class:media::ReadOnlyMappedFile
/external/chromium_org/media/filters/
ffmpeg_demuxer_unittest.cc
709
bool
is_valid
=
local
711
EXPECT_TRUE(
is_valid
);
713
if (!
is_valid
) {
/external/chromium_org/net/proxy/
proxy_config.h
159
bool
is_valid
() const { return id_ != kInvalidConfigID; }
function in class:net::ProxyConfig
200
return pac_url_.
is_valid
();
/external/chromium_org/remoting/protocol/
pairing_registry.cc
92
bool PairingRegistry::Pairing::
is_valid
() const {
function in class:remoting::protocol::PairingRegistry::Pairing
269
if (!pairing.
is_valid
()) {
/external/chromium_org/sql/
connection.h
475
bool
is_valid
() const { return !!stmt_; }
function in class:sql::Connection::StatementRef
/external/chromium_org/testing/gtest/src/
gtest-port.cc
266
bool
is_valid
= true;
local
282
is_valid
= false;
291
is_valid
= false;
295
is_valid
= false;
299
is_valid
= false;
303
is_valid
= false;
310
return
is_valid
;
/external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-port.cc
241
bool
is_valid
= true;
local
257
is_valid
= false;
266
is_valid
= false;
270
is_valid
= false;
274
is_valid
= false;
278
is_valid
= false;
285
return
is_valid
;
/external/compiler-rt/lib/sanitizer_common/
sanitizer_stackdepot.cc
43
bool
is_valid
() { return size > 0 && stack; }
function in struct:__sanitizer::StackDepotDesc
/external/gtest/src/
gtest-port.cc
267
bool
is_valid
= true;
local
283
is_valid
= false;
292
is_valid
= false;
296
is_valid
= false;
300
is_valid
= false;
304
is_valid
= false;
311
return
is_valid
;
/external/llvm/utils/unittest/googletest/src/
gtest-port.cc
241
bool
is_valid
= true;
local
257
is_valid
= false;
266
is_valid
= false;
270
is_valid
= false;
274
is_valid
= false;
278
is_valid
= false;
285
return
is_valid
;
/external/mesa3d/src/gtest/src/
gtest-port.cc
241
bool
is_valid
= true;
local
257
is_valid
= false;
266
is_valid
= false;
270
is_valid
= false;
274
is_valid
= false;
278
is_valid
= false;
285
return
is_valid
;
/external/opencv/cxcore/include/
cxcore.hpp
126
bool
is_valid
() { return image != 0; }
function in class:CvImage
310
bool
is_valid
() { return matrix != 0; }
function in class:CvMatrix
/ndk/sources/third_party/googletest/googletest/src/
gtest-port.cc
266
bool
is_valid
= true;
local
282
is_valid
= false;
291
is_valid
= false;
295
is_valid
= false;
299
is_valid
= false;
303
is_valid
= false;
310
return
is_valid
;
/external/chromium_org/chrome/browser/component_updater/
background_downloader_win.cc
133
bool
is_valid
= HIWORD(error) == 0x8019 &&
local
136
return
is_valid
? LOWORD(error) : 0;
/external/chromium_org/chrome/installer/mini_installer/
mini_installer.cc
62
bool
is_valid
() const { return key_ != NULL; }
function in class:mini_installer::RegKey
202
if (!key.
is_valid
()) {
/external/chromium_org/mojo/public/cpp/system/
core.h
144
bool
is_valid
() const {
function in class:mojo::ScopedHandleBase
145
return handle_.
is_valid
();
150
if (!handle_.
is_valid
())
181
bool
is_valid
() const {
function in class:mojo::Handle
515
assert(buffer.
is_valid
());
/external/chromium_org/ppapi/shared_impl/private/
net_address_private_impl.cc
80
bool
is_valid
;
member in struct:ppapi::__anon14171::NetAddress
120
// Zeroes the memory, so net_addr->
is_valid
== false.
130
return net_addr && net_addr->
is_valid
;
319
net_addr->
is_valid
= true;
329
net_addr->
is_valid
= true;
342
net_addr->
is_valid
= true;
428
net_addr->
is_valid
= true;
437
net_addr->
is_valid
= true;
446
// InitNetAddress sets net_addr->
is_valid
to false.
462
net_addr->
is_valid
= true
[
all
...]
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
window_capturer_x11.cc
69
bool
is_valid
() const { return is_valid_; }
function in class:webrtc::__anon19854::XWindowProperty
327
int32_t state = window_state.
is_valid
() ?
370
if (window_type.
is_valid
() && window_type.size() > 0) {
Completed in 1701 milliseconds
1
2
3
4
5