HomeSort by relevance Sort by last modified time
    Searched refs:valid (Results 176 - 200 of 3361) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/google-breakpad/src/processor/
windows_frame_info.h 81 valid(VALID_NONE),
101 valid(VALID_ALL),
165 valid = that.valid;
180 valid = VALID_NONE;
186 // Identifies which fields in the structure are valid. This is of
190 int valid; member in struct:google_breakpad::WindowsFrameInfo
200 // Only one of allocates_base_pointer or program_string will be valid.
  /external/linux-kselftest/tools/testing/selftests/sync/
sync_stress_consumer.c 66 int fence, valid, i; local
73 valid = sw_sync_fence_is_valid(fence);
74 ASSERT(valid, "Failure creating fence\n");
108 int fence, merged, tmp, valid, it, i; local
125 valid = sw_sync_fence_is_valid(fence);
126 ASSERT(valid, "Failure merging fences\n");
  /frameworks/compile/slang/
slang_rs_export_foreach.cpp 57 bool valid = true; local
77 valid &= validateAndConstructKernelParams(Context, FD);
79 valid &= validateAndConstructOldStyleParams(Context, FD);
82 valid &= setSignatureMetadata(Context, FD);
83 return valid;
92 bool valid = true; local
101 valid = false;
107 valid &= processSpecialParameters(Context, FD, &IndexOfFirstSpecialParameter);
122 valid = false;
136 valid = false
167 bool valid = true; local
271 bool valid = true; local
    [all...]
slang_rs_special_kernel_param.cpp 113 bool valid = true; local
147 valid = false;
162 valid = false;
174 valid = false;
186 valid = false;
199 valid = false;
214 valid = false;
231 return valid;
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
DirectiveParser.cpp 197 // We have a valid defined operator.
628 bool valid = true; local
644 valid = valid && (token->type == Token::IDENTIFIER);
647 valid = valid && (token->type == '(');
651 valid = valid && (token->type == Token::IDENTIFIER);
654 valid = valid && (token->type == ')')
687 bool valid = true; local
778 bool valid = true; local
850 bool valid = true; local
971 bool valid = true; local
    [all...]
  /external/expat/doc/
Makefile.am 54 valid-xhtml10.png \
  /external/libxcam/plugins/smart/dvs/libdvs/
libdvs.h 41 bool valid; member in struct:DvsResult
46 DvsResult(): frame_id(-1), valid(false)
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowParcelFileDescriptorTest.java 34 assertThat(pfd.getFileDescriptor().valid()).isTrue();
42 assertThat(pfd.getFileDescriptor().valid()).isTrue();
50 assertThat(pfd.getFileDescriptor().valid()).isTrue();
60 assertThat(pfd.getFileDescriptor().valid()).isTrue();
69 assertThat(pfd.getFileDescriptor().valid()).isTrue();
80 assertThat(pfd.getFileDescriptor().valid()).isFalse();
88 assertThat(pfd.getFileDescriptor().valid()).isFalse();
97 assertThat(pfd.getFileDescriptor().valid()).isFalse();
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveIntervalUnion.cpp 38 while (SegPos.valid()) {
68 if (!SegPos.valid())
87 for (LiveSegments::const_iterator SI = Segments.begin(); SI.valid(); ++SI) {
97 for (SegmentIter SI = Segments.begin(); SI.valid(); ++SI)
143 while (LiveUnionI.valid()) {
158 if (!(++LiveUnionI).valid()) {
189 if (!Overlaps.valid())
202 if (!Overlaps.valid())
  /external/swiftshader/third_party/LLVM/lib/MC/
MCModule.cpp 21 assert((!I.valid() || I.start() < End) && "Offset range already occupied!");
34 assert(I.valid() && "Atom offset not found in module!");
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
any-idiv.d 4 # This test is only valid on EABI based ports.
armv8a-automatic-hlt.d 2 # This test is only valid on ELF based ports.
armv8a-automatic-lda.d 2 # This test is only valid on ELF based ports.
attr-any-armv4t.d 5 # This test is only valid on EABI based ports.
attr-any-thumbv6.d 5 # This test is only valid on EABI based ports.
attr-arch-assumption.d 5 # This test is only valid on EABI based ports.
attr-default.d 5 # This test is only valid on EABI based ports.
attr-march-armv1.d 5 # This test is only valid on EABI based ports.
attr-march-armv2.d 5 # This test is only valid on EABI based ports.
attr-march-armv2a.d 5 # This test is only valid on EABI based ports.
attr-march-armv2s.d 5 # This test is only valid on EABI based ports.
attr-march-armv3.d 5 # This test is only valid on EABI based ports.
attr-march-armv3m.d 5 # This test is only valid on EABI based ports.
attr-march-armv4.d 5 # This test is only valid on EABI based ports.
attr-march-armv4t.d 5 # This test is only valid on EABI based ports.

Completed in 391 milliseconds

1 2 3 4 5 6 78 91011>>