OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isvalid
(Results
101 - 125
of
1923
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/lldb/include/lldb/Interpreter/
OptionValueRegex.h
72
if (m_regex.
IsValid
())
87
IsValid
() const
89
return m_regex.
IsValid
();
/external/lldb/source/Target/
ObjCLanguageRuntime.cpp
208
// return
IsValid
(strict);
251
return
IsValid
(strict);
259
if (
IsValid
(false))
294
if (
IsValid
(false))
323
if (
IsValid
(false))
342
if (
IsValid
(false))
363
if (
IsValid
(false))
390
if (
IsValid
(false))
535
if (valobj.GetClangType().
IsValid
())
565
if (non_kvo_objc_class_sp && non_kvo_objc_class_sp->
IsValid
())
[
all
...]
/external/lldb/test/functionalities/data-formatter/format-propagation/
TestFormatPropagation.py
60
self.assertTrue(parent != None and parent.
IsValid
(),"could not find f")
62
self.assertTrue(X != None and X.
IsValid
(),"could not find X")
64
self.assertTrue(Y != None and Y.
IsValid
(),"could not find Y")
/external/llvm/lib/MC/
MCRegisterInfo.cpp
20
for (MCSuperRegIterator Supers(Reg, this); Supers.
isValid
(); ++Supers)
32
for (MCSubRegIterator Subs(Reg, this); Subs.
isValid
(); ++Subs, ++SRI)
43
for (MCSubRegIterator Subs(Reg, this); Subs.
isValid
(); ++Subs, ++SRI)
/external/skia/src/gpu/gl/
GrGLProgramDataManager.h
31
bool
isValid
() const { return -1 != fValue; }
38
SkASSERT(
isValid
());
52
int toProgramDataIndex() const { SkASSERT(
isValid
()); return fValue; }
/frameworks/native/include/gui/
SurfaceControl.h
46
static bool
isValid
(const sp<SurfaceControl>& surface) {
47
return (surface != 0) && surface->
isValid
();
50
bool
isValid
() {
/packages/apps/Contacts/tests/src/com/android/contacts/tests/
PhoneNumberTestService.java
98
boolean
isValid
= false;
102
isValid
= util.isValidNumber(pn);
111
+ (
isValid
? " (valid)" : " (invalid)"));
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
CameraPreview.java
36
boolean
isValid
();
140
public boolean
isValid
() {
141
return mHost.
isValid
();
/packages/inputmethods/LatinIME/native/jni/tests/dictionary/structure/v4/content/
language_model_dict_content_test.cpp
44
EXPECT_FALSE(languageModelDictContent.getProbabilityEntry(wordId).
isValid
());
47
EXPECT_TRUE(languageModelDictContent.getProbabilityEntry(wordId).
isValid
());
67
EXPECT_FALSE(languageModelDictContent.getProbabilityEntry(wordId).
isValid
());
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiAbstractTextAttributeNode.java
61
public abstract boolean
isValid
();
86
if (
isValid
() && !getTextWidgetValue().equals(mCurrentValue)) {
104
if (parent != null &&
isValid
() && isDirty()) {
/external/lldb/utils/vim-lldb/python-vim-lldb/
vim_ui.py
68
while not le.
IsValid
() and frame_num < thread.GetNumFrames():
72
if le.
IsValid
():
134
if not bp.
IsValid
():
154
if target is None or not target.
IsValid
():
196
if target is not None and target.
IsValid
():
198
if process is not None and process.
IsValid
():
/frameworks/base/tools/aapt2/
Resource.h
77
bool
isValid
() const;
104
bool
isValid
() const;
130
bool
isValid
() const;
164
inline bool ResourceId::
isValid
() const {
211
inline bool ResourceName::
isValid
() const {
262
inline bool ResourceNameRef::
isValid
() const {
/external/icu/icu4c/source/i18n/
quantityformatter.h
82
UBool
isValid
() const;
86
* If
isValid
() returns TRUE, this method is guaranteed to return a
/external/libxml2/python/tests/
reader6.py
61
if reader.
IsValid
() != 1:
104
if reader.
IsValid
() != 0:
/external/lldb/examples/functions/
main.cpp
103
if (!debugger.
IsValid
())
196
if (target.
IsValid
())
202
if (module.
IsValid
())
223
if (sc.
IsValid
())
225
if (sc.GetBlock().GetContainingInlinedBlock().
IsValid
())
231
if (function.
IsValid
())
308
if (function_arg_type.
IsValid
())
336
if (function_arg_type.
IsValid
())
/external/lldb/test/functionalities/expr-doesnt-deadlock/
TestExprDoesntBlock.py
61
self.assertTrue(thread.
IsValid
(), "There should be a thread stopped due to breakpoint condition")
66
self.assertTrue (var.
IsValid
())
/external/lldb/test/functionalities/inferior-assert/
TestInferiorAssert.py
153
self.assertTrue(process.
IsValid
(), "current process is valid")
156
self.assertTrue(thread.
IsValid
(), "current thread is valid")
160
self.assertTrue(frame.
IsValid
(), "current frame is valid")
171
self.assertTrue(frame.
IsValid
(), "current frame is valid")
198
self.assertTrue(process.
IsValid
(), "current process is valid")
201
self.assertTrue(thread.
IsValid
(), "current thread is valid")
232
self.assertTrue(process.
IsValid
(), "current process is valid")
235
self.assertTrue(thread.
IsValid
(), "current thread is valid")
/external/lldb/test/functionalities/recursion/
TestValueObjectRecursion.py
65
self.assertTrue(child.
IsValid
(),"could not retrieve the deep ValueObject")
66
self.assertTrue(child.GetChildAtIndex(0).
IsValid
(),"the deep ValueObject has no value")
/external/lldb/test/lang/objc/objc-static-method/
TestObjCStaticMethod.py
66
self.assertTrue (cmd_value.
IsValid
())
71
self.assertTrue (cmd_value.
IsValid
())
/external/lldb/test/lang/objc/objc-static-method-stripped/
TestObjCStaticMethodStripped.py
59
self.assertTrue (cmd_value.
IsValid
())
64
self.assertTrue (cmd_value.
IsValid
())
/external/lldb/test/lang/objc/objc-super/
TestObjCSuper.py
65
self.assertTrue (cmd_value.
IsValid
())
69
self.assertTrue (cmd_value.
IsValid
())
/external/lldb/test/lang/objc/rdar-12408181/
TestRdar12408181.py
53
self.assertTrue(window.GetChildAtIndex(0).
IsValid
(), "NSWindow (static) has an invalid child")
54
self.assertTrue(window_dynamic.GetChildAtIndex(0).
IsValid
(), "NSWindow (dynamic) has an invalid child")
/external/skia/src/gpu/
GrGpuResourceCacheAccess.h
29
return !fResource->getUniqueKey().
isValid
() && fResource->fScratchKey.
isValid
() &&
/frameworks/av/media/libstagefright/codecs/aacenc/src/
bitbuffer.c
48
hBitBuf->
isValid
= 1;
62
(*hBitBuf)->
isValid
= 0;
/frameworks/data-binding/compilerCommon/src/test/java/android/databinding/tool/store/
LocationTest.java
30
assertFalse(new Location().
isValid
());
36
assertTrue(location.
isValid
());
Completed in 762 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>