OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isvalid
(Results
326 - 350
of
2105
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/system/bt/service/common/bluetooth/
advertise_data.h
50
bool
IsValid
() const;
/system/connectivity/shill/
connection.cc
247
if (gateway.
IsValid
() && properties.default_route) {
299
has_broadcast_domain_ = !peer.
IsValid
();
431
!entry.dst.
IsValid
() ||
441
if (!local().
IsValid
()) {
458
if (!gateway->
IsValid
()) {
463
if (peer->
IsValid
()) {
568
if (!trusted_ip.
IsValid
()) {
573
if (!gateway.
IsValid
()) {
634
if (!gateway_.
IsValid
()) {
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
FileChannelTest.java
638
assertTrue(fileLock.
isValid
());
650
assertTrue(fileLock.
isValid
());
673
assertTrue(fileLock.
isValid
());
677
assertTrue(writeOnlyFileChannel2.lock().
isValid
());
797
assertTrue(fileLock.
isValid
());
813
assertTrue(fileLock.
isValid
());
827
assertTrue(fileLock.
isValid
());
841
assertTrue(fileLock.
isValid
());
863
assertTrue(fileLock1.
isValid
());
866
assertTrue(fileLock2.
isValid
());
[
all
...]
/external/protobuf/java/src/main/java/com/google/protobuf/
FieldSet.java
372
boolean
isValid
= false;
374
case INT:
isValid
= value instanceof Integer ; break;
375
case LONG:
isValid
= value instanceof Long ; break;
376
case FLOAT:
isValid
= value instanceof Float ; break;
377
case DOUBLE:
isValid
= value instanceof Double ; break;
378
case BOOLEAN:
isValid
= value instanceof Boolean ; break;
379
case STRING:
isValid
= value instanceof String ; break;
381
isValid
= value instanceof ByteString || value instanceof byte[];
385
isValid
=
390
isValid
[
all
...]
/art/runtime/
image.cc
100
bool ImageHeader::
IsValid
() const {
127
CHECK(
IsValid
());
oat.h
57
bool
IsValid
() const;
64
DCHECK(
IsValid
());
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
resultset.py
131
elif name == '
IsValid
':
167
elif name == '
IsValid
':
/external/chromium-trace/catapult/tracing/tracing/importer/
proto_expectation.html
39
get
isValid
() {
61
if (!this.
isValid
) {
/external/compiler-rt/lib/asan/
asan_debugging.cc
57
if (!chunk.
IsValid
()) {
87
if (!chunk.
IsValid
()) return 0;
/external/deqp/framework/opengl/
gluShaderLibrary.hpp
158
bool
isValid
(const ValueBlock& block);
159
bool
isValid
(const ShaderCaseSpecification& spec);
/external/deqp/scripts/log/
log_parser.py
53
def
isValid
(code):
146
if not StatusCode.
isValid
(statusCode):
/external/dng_sdk/source/
dng_camera_profile.h
112
DNG_ASSERT (!fFingerprint.
IsValid
() || fName.NotEmpty (),
127
DNG_ASSERT (!fFingerprint.
IsValid
() || fName.NotEmpty (),
166
bool
IsValid
() const
267
// The "as shot" tone curve for this profile. Check
IsValid
method
505
if (!fFingerprint.
IsValid
())
573
return fHueSatDeltas1.
IsValid
();
622
return fLookTable.
IsValid
();
800
bool
IsValid
(uint32 channels) const;
dng_hue_sat_map.h
97
return !
IsValid
();
102
bool
IsValid
() const
/external/google-breakpad/src/common/linux/
elf_core_dump.cc
46
bool ElfCoreDump::Note::
IsValid
() const {
108
bool ElfCoreDump::
IsValid
() const {
elf_core_dump.h
73
bool
IsValid
() const;
112
bool
IsValid
() const;
/external/icu/android_icu4j/src/main/java/android/icu/text/
QuantityFormatter.java
51
public boolean
isValid
() {
80
assert
isValid
();
/external/icu/icu4c/source/i18n/
quantityformatter.cpp
98
UBool QuantityFormatter::
isValid
() const {
104
U_ASSERT(
isValid
());
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
QuantityFormatter.java
50
public boolean
isValid
() {
79
assert
isValid
();
/external/libchrome/sandbox/linux/bpf_dsl/
syscall_set.cc
55
bool SyscallSet::
IsValid
(uint32_t num) {
71
if (!done && set_ == (
IsValid
(num_) ? Set::INVALID_ONLY : Set::VALID_ONLY)) {
/external/libchrome/sandbox/linux/services/
namespace_sandbox_unittest.cc
64
ASSERT_TRUE(process.
IsValid
());
135
CHECK(process.
IsValid
());
/external/llvm/include/llvm/Option/
Option.h
74
bool
isValid
() const {
167
if (Alias.
isValid
()) return Alias.getUnaliasedOption();
/external/llvm/include/llvm/Support/
Regex.h
61
///
isValid
- returns the error encountered during regex compilation, or
63
bool
isValid
(std::string &Error);
/external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h
137
bool
IsValid
() const { return Node != nullptr; }
140
assert(
IsValid
() && "bad iterator");
/external/skia/src/core/
SkReadBuffer.h
217
virtual bool validate(bool
isValid
) { return true; }
218
virtual bool
isValid
() const { return true; }
/external/skia/src/ports/
SkOSFile_win.cpp
72
bool
isValid
() const { return SkToBool(fHandle); }
98
if (!mmap.
isValid
()) {
Completed in 1833 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>