OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isvalid
(Results
176 - 200
of
2105
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webrtc/webrtc/base/
window.h
62
bool
IsValid
() const { return id_ != 0; }
98
bool
IsValid
() const { return index_ != -1; }
/frameworks/base/tools/aapt2/
ResourceTable.cpp
351
if (resId.
isValid
() && package->id && package->id.value() != resId.packageId()) {
365
if (resId.
isValid
() && type->id && type->id.value() != resId.typeId()) {
379
if (resId.
isValid
() && entry->id && entry->id.value() != resId.entryId()) {
410
if (resId.
isValid
()) {
448
if (resId.
isValid
() && package->id && package->id.value() != resId.packageId()) {
462
if (resId.
isValid
() && type->id && type->id.value() != resId.typeId()) {
476
if (resId.
isValid
() && entry->id && entry->id.value() != resId.entryId()) {
487
if (resId.
isValid
()) {
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/
L.java
86
if (ex.
isValid
()) {
91
if (ex.
isValid
()) {
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
stochastic_linear_ranker.cpp
57
if (gradient.
IsValid
())
127
if (!weight_.
IsValid
())
/libcore/ojluni/src/main/java/sun/security/ssl/
EphemeralKeyManager.java
107
private boolean
isValid
() {
116
if (
isValid
() == false) {
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
probability_entry.h
64
bool
isValid
() const {
69
return mHistoricalInfo.
isValid
();
/prebuilts/go/darwin-x86/src/go/scanner/
errors.go
26
if e.Pos.Filename != "" || e.Pos.
IsValid
() {
28
// TODO(gri) reconsider the semantics of Position.
IsValid
/prebuilts/go/linux-x86/src/go/scanner/
errors.go
26
if e.Pos.Filename != "" || e.Pos.
IsValid
() {
28
// TODO(gri) reconsider the semantics of Position.
IsValid
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiTextValueNode.java
67
if (
isValid
() && !getTextWidgetValue().equals(getCurrentValue())) {
85
if (parent != null &&
isValid
() && isDirty()) {
/system/core/libbacktrace/
BacktracePtrace.cpp
57
if (!BacktraceMap::
IsValid
(map) || !(map.flags & PROT_READ)) {
72
if (!BacktraceMap::
IsValid
(map) || !(map.flags & PROT_READ)) {
/build/kati/
symtab.h
56
bool
IsValid
() const { return v_ >= 0; }
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DynamicTypeInfo.h
31
bool
isValid
() const { return !T.isNull(); }
/external/dng_sdk/source/
dng_tone_curve.cpp
80
bool dng_tone_curve::
IsValid
() const
/external/libbrillo/brillo/daemons/
dbus_daemon.cc
54
if (object_manager_path_.
IsValid
()) {
/external/libchrome/base/files/
dir_reader_linux.h
47
bool
IsValid
() const {
scoped_temp_dir.cc
79
bool ScopedTempDir::
IsValid
() const {
scoped_temp_dir.h
53
bool
IsValid
() const;
/external/libchrome/dbus/
file_descriptor.cc
51
if (!file.
IsValid
()) {
object_path.h
35
bool
IsValid
() const;
/external/opencv3/modules/core/include/opencv2/core/opencl/
opencl_svm.hpp
64
inline bool
isValid
() const
/external/skia/gm/
pixelxorxfermode.cpp
30
if (stream.
isValid
()) {
/external/skia/samplecode/
SampleIdentityScale.cpp
30
if (stream.
isValid
()) {
/external/skia/src/doc/
SkDocument_XPS.cpp
76
if (!stream->
isValid
()) {
/external/skia/src/gpu/gl/iOS/
SkCreatePlatformGLContext_iOS.mm
101
if (!ctx->
isValid
()) {
/external/skia/src/gpu/gl/mac/
SkCreatePlatformGLContext_mac.cpp
122
if (!ctx->
isValid
()) {
Completed in 1166 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>