HomeSort by relevance Sort by last modified time
    Searched defs:valid (Results 1 - 25 of 1242) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
2006-09-11-BitfieldRefCrash.c 6 unsigned valid : 2; member in struct:state_struct
10 return p->valid;
  /external/google-breakpad/src/google_breakpad/processor/
dump_object.h 42 bool valid() const { return valid_; } function in class:google_breakpad::DumpObject
45 // DumpObjects are not valid when created. When a subclass populates its own
  /external/icu/icu4c/source/common/
locbased.h 54 * object. Either the valid or the actual locale may be
64 * object. Either the valid or the actual locale may be
75 * @param valid the ID of the valid locale
78 void setLocaleIDs(const char* valid, const char* actual);
83 * @param valid the ID of the valid locale
86 void setLocaleIDs(const Locale& valid, const Locale& actual);
90 char* valid; member in class:LocaleBased
96 valid(validAlias), actual(actualAlias)
    [all...]
  /external/linux-kselftest/tools/testing/selftests/sync/
sync_merge.c 34 int fence, valid, merged; local
37 valid = sw_sync_timeline_is_valid(timeline);
38 ASSERT(valid, "Failure allocating timeline\n");
41 valid = sw_sync_fence_is_valid(fence);
42 ASSERT(valid, "Failure allocating fence\n");
45 valid = sw_sync_fence_is_valid(fence);
46 ASSERT(valid, "Failure merging fence\n");
sync_alloc.c 34 int timeline, valid; local
37 valid = sw_sync_timeline_is_valid(timeline);
38 ASSERT(valid, "Failure allocating timeline\n");
46 int timeline, fence, valid; local
49 valid = sw_sync_timeline_is_valid(timeline);
50 ASSERT(valid, "Failure allocating timeline\n");
53 valid = sw_sync_fence_is_valid(fence);
54 ASSERT(valid, "Failure allocating fence\n");
  /system/chre/apps/chqts/src/general_test/
cell_info_gsm.cc 22 bool valid = false; local
41 valid = true;
45 valid = false;
50 if (!valid) {
56 return valid;
61 bool valid = false; local
70 valid = true;
73 return valid;
cell_info_tdscdma.cc 22 bool valid = false; local
40 valid = true;
43 return valid;
48 bool valid = false; local
54 valid = true;
57 return valid;
cell_info_wcdma.cc 22 bool valid = false; local
42 valid = true;
45 return valid;
50 bool valid = false; local
59 valid = true;
62 return valid;
cell_info_cdma.cc 22 bool valid = false; local
39 valid = true;
42 return valid;
47 bool valid = false; local
55 valid = true;
58 return valid;
63 bool valid = false; local
75 valid = true;
78 return valid;
cell_info_lte.cc 22 bool valid = false; local
41 valid = true;
44 return valid;
49 bool valid = false; local
73 valid = true;
76 return valid;
  /external/curl/lib/vauth/
vauth.c 130 bool valid = FALSE; local
136 valid = (p != NULL && p > user && p < user + strlen(user) - 1 ? TRUE :
143 valid = TRUE;
146 return valid;
  /external/libxml2/python/tests/
validate.py 8 ctxt = libxml2.createFileParserCtxt("valid.xml")
12 valid = ctxt.isValid() variable
14 if doc.name != "valid.xml":
21 if valid != 1:
28 ctxt = libxml2.createFileParserCtxt("valid.xml")
32 valid = ctxt.isValid() variable
34 if valid != 1:
49 valid = ctxt.isValid() variable
57 if valid != 0:
68 valid = ctxt.isValid(
    [all...]
  /external/llvm/test/MC/ARM/
thumb-load-store-multiple.s 89 .global valid
90 .type valid,%function
91 valid: label
  /external/ltp/testcases/kernel/device-drivers/v4l/user_space/
v4l2_validator.c 29 int valid = 0; local
57 valid = 1;
59 valid = 0;
61 return valid;
66 int valid = 0; local
74 valid = 1;
76 valid = 0;
78 return valid;
88 int valid = 1; local
97 valid = 0
    [all...]
  /external/syslinux/com32/gplinclude/acpi/
boot.h 26 bool valid; member in struct:__anon36904
dsdt.h 24 bool valid; member in struct:__anon36905
hpet.h 26 bool valid; member in struct:__anon36912
mcfg.h 26 bool valid; member in struct:__anon36924
slic.h 26 bool valid; member in struct:__anon36931
tcpa.h 26 bool valid; member in struct:__anon36937
  /system/chre/platform/slpi/
nanoapp_load_manager.cc 68 bool valid = false; local
73 valid = (info.hostClientId == hostClientId
76 if (!valid) {
85 return valid;
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
SocketStream.h 38 bool valid() { return m_sock >= 0; } function in class:SocketStream
  /device/generic/goldfish-opengl/system/OpenglSystemCommon/
QemuPipeStream.h 39 bool valid() { return m_sock >= 0; } function in class:QemuPipeStream
  /device/google/cuttlefish_common/common/vsoc/shm/
base.h 37 static constexpr bool valid = member in struct:ShmTypeValidator
42 static_assert(ShmTypeValidator<T>::valid, \
69 static_assert(ShmTypeValidator<Sides, 4>::valid,
  /external/deqp/framework/opengl/simplereference/
sglrShaderProgram.cpp 105 bool ShaderProgramDeclaration::valid (void) const function in class:sglr::pdec::ShaderProgramDeclaration
149 DE_ASSERT(decl.valid());

Completed in 649 milliseconds

1 2 3 4 5 6 7 8 91011>>