OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isvalid
(Results
351 - 375
of
1923
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/skia/tools/
pinspect.cpp
21
if (!stream.
isValid
()) {
/external/skia/tools/skpdiff/
SkCLImageDiffer.cpp
39
if (!sourceStream.
isValid
()) {
/external/v8/src/compiler/
js-graph.h
79
DCHECK(Smi::
IsValid
(immediate));
/external/v8/test/cctest/compiler/
test-changes-lowering.cc
171
if (Smi::
IsValid
(input)) {
201
if (Smi::
IsValid
(input)) {
235
if (Smi::
IsValid
(input)) {
321
if (!Smi::
IsValid
(input)) continue;
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
eventhistory.cpp
29
if (!index.
isValid
())
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
bitbuffer.h
60
Word16
isValid
; /*!< indicates whether the instance has been initialized */
/frameworks/av/media/libstagefright/include/
SampleTable.h
37
bool
isValid
() const;
/frameworks/native/opengl/tests/lib/
WindowSurface.cpp
60
if (sc == NULL || !sc->
isValid
()) {
/libcore/luni/src/main/java/java/nio/
SelectionKeyImpl.java
100
if (!
isValid
()) {
/packages/apps/Camera2/src/com/android/camera/data/
Location.java
51
public boolean
isValid
() {
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
HardwareCameraPreview.java
105
public boolean
isValid
() {
SoftwareCameraPreview.java
99
public boolean
isValid
() {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
TouchPositionCorrection.java
75
public boolean
isValid
() {
/packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
arguments_and_options.h
37
bool
isValid
() const {
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
sparse_table_dict_content.h
79
virtual bool
isValid
() const {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
AdapterViewRule.java
41
if (b.
isValid
()) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SimpleElement.java
193
if (mBounds != null && mBounds.
isValid
()) {
196
if (mParentBounds != null && mParentBounds.
isValid
()) {
356
if (mBounds != null && mBounds.
isValid
()) {
359
if (mParentBounds != null && mParentBounds.
isValid
()) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
CyclicDependencyValidator.java
36
public String
isValid
(String newText) {
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DynamicLoaderDarwinKernel.cpp
231
if (!exe_objfile->GetHeaderAddress().
IsValid
())
267
if (CheckForKernelImageAtAddress (addr, process).
IsValid
())
320
if (CheckForKernelImageAtAddress (addr, process).
IsValid
())
322
if (CheckForKernelImageAtAddress (addr + 0x1000, process).
IsValid
())
324
if (CheckForKernelImageAtAddress (addr + 0x2000, process).
IsValid
())
370
if (CheckForKernelImageAtAddress (addr, process).
IsValid
())
372
if (CheckForKernelImageAtAddress (addr + 0x1000, process).
IsValid
())
374
if (CheckForKernelImageAtAddress (addr + 0x2000, process).
IsValid
())
384
// Returns a UUID; if a kernel was not found at that address, UUID.
IsValid
() will be false.
613
if (m_uuid.
IsValid
() || rhs.GetUUID().IsValid()
[
all
...]
/external/lldb/source/Symbol/
SymbolContext.cpp
155
if (addr.
IsValid
())
182
if (call_site.
IsValid
())
196
if (line_entry.
IsValid
())
215
if (addr.
IsValid
() && symbol->ValueIsAddress())
225
else if (addr.
IsValid
())
241
if (module_sp->GetArchitecture().
IsValid
())
293
if (line_entry.
IsValid
())
317
if (line_entry.
IsValid
()) resolved_mask |= eSymbolContextLineEntry;
406
if ((scope & eSymbolContextLineEntry) && line_entry.
IsValid
())
1020
&& sc.line_entry.
IsValid
() == false
[
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/
oat.h
54
bool
IsValid
() const;
60
DCHECK(
IsValid
());
/external/chromium-trace/trace-viewer/tracing/tracing/extras/rail/
proto_ir.html
41
get
isValid
() {
65
if (!this.
isValid
) {
/external/compiler-rt/lib/asan/
asan_debugging.cc
57
if (!chunk.
IsValid
()) {
87
if (!chunk.
IsValid
()) return 0;
/external/deqp/scripts/log/
log_parser.py
53
def
isValid
(code):
146
if not StatusCode.
isValid
(statusCode):
Completed in 978 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>