Searched refs:valid (Results 101 - 125 of 1221) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglconfig.c52 * Note that id must be positive for the config to be valid.
251 * Return true if a config is valid. When for_matching is true,
252 * EGL_DONT_CARE is accepted as a valid attribute value, and checks
262 EGLBoolean valid = EGL_TRUE; local
277 valid = EGL_FALSE;
282 valid = EGL_FALSE;
286 valid = EGL_FALSE;
292 valid = EGL_FALSE;
299 valid = EGL_FALSE;
303 valid
[all...]
/external/mesa3d/src/egl/main/
H A Deglconfig.c52 * Note that id must be positive for the config to be valid.
251 * Return true if a config is valid. When for_matching is true,
252 * EGL_DONT_CARE is accepted as a valid attribute value, and checks
262 EGLBoolean valid = EGL_TRUE; local
277 valid = EGL_FALSE;
282 valid = EGL_FALSE;
286 valid = EGL_FALSE;
292 valid = EGL_FALSE;
299 valid = EGL_FALSE;
303 valid
[all...]
/external/valgrind/main/none/tests/s390x/
H A Dcu12.c159 uint8_t valid[] = { local
163 run_test(buff, sizeof buff, valid, sizeof valid);
193 printf("\n----- 1st char valid, 2nd char invalid -----\n");
195 0x10, // valid
209 uint8_t valid[] = { local
216 run_test(buff, sizeof buff, valid, sizeof valid);
228 // Test for invalid two-byte characters where the 1st byte is valid
254 printf("\n----- 1st char valid,
392 uint8_t valid[4]; local
[all...]
H A Dcu12_1.c159 uint8_t valid[] = { local
163 run_test(buff, sizeof buff, valid, sizeof valid);
193 printf("\n----- 1st char valid, 2nd char invalid -----\n");
195 0x10, // valid
209 uint8_t valid[] = { local
216 run_test(buff, sizeof buff, valid, sizeof valid);
228 // Test for invalid two-byte characters where the 1st byte is valid
254 printf("\n----- 1st char valid,
392 uint8_t valid[4]; local
[all...]
H A Dcu14.c159 uint8_t valid[] = { local
163 run_test(buff, sizeof buff, valid, sizeof valid);
193 printf("\n----- 1st char valid, 2nd char invalid -----\n");
195 0x10, // valid
209 uint8_t valid[] = { local
216 run_test(buff, sizeof buff, valid, sizeof valid);
228 // Test for invalid two-byte characters where the 1st byte is valid
254 printf("\n----- 1st char valid,
392 uint8_t valid[4]; local
[all...]
H A Dcu14_1.c159 uint8_t valid[] = { local
163 run_test(buff, sizeof buff, valid, sizeof valid);
193 printf("\n----- 1st char valid, 2nd char invalid -----\n");
195 0x10, // valid
209 uint8_t valid[] = { local
216 run_test(buff, sizeof buff, valid, sizeof valid);
228 // Test for invalid two-byte characters where the 1st byte is valid
254 printf("\n----- 1st char valid,
392 uint8_t valid[4]; local
[all...]
/external/libpng/contrib/gregbook/
H A Dwpng.c443 int i, valid, result; local
451 valid = TRUE;
469 valid = FALSE;
473 valid = FALSE;
478 } while (!valid);
481 valid = TRUE;
499 valid = FALSE;
503 valid = FALSE;
508 } while (!valid);
511 valid
[all...]
/external/chromium_org/chromecast/media/cma/ipc/
H A Dmedia_message.cc74 CHECK(mem_->valid());
101 CHECK(mem_->valid());
124 return !is_dummy_msg_ && mem_->valid();
133 if (!is_dummy_msg_ && !mem_->valid())
160 if (!mem_->valid())
180 if (!mem_->valid())
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPointList.cpp78 bool valid = parseNumber(ptr, end, x) && parseNumber(ptr, end, y, DisallowWhitespace); local
79 if (!valid) {
106 bool valid = false; local
110 valid = parse(ptr, end);
114 valid = parse(ptr, end);
117 if (!valid)
/external/llvm/lib/CodeGen/
H A DLiveIntervalUnion.cpp39 while (SegPos.valid()) {
69 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()) {
/external/chromium_org/components/crx_file/
H A Dcrx_file.cc58 bool valid = false; local
77 valid = true;
78 return valid;
/external/libcxx/test/thread/futures/futures.promise/
H A Dcopy_assign.fail.cpp32 assert(f.valid());
53 assert(f.valid());
74 assert(f.valid());
H A Dcopy_ctor.fail.cpp30 assert(f.valid());
49 assert(f.valid());
68 assert(f.valid());
H A Dmove_assign.pass.cpp33 assert(f.valid());
54 assert(f.valid());
75 assert(f.valid());
H A Dmove_ctor.pass.cpp31 assert(f.valid());
50 assert(f.valid());
69 assert(f.valid());
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
H A Dxml.rb136 it "should be valid" do
/external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/net/
H A DUnixNetworkInterfaceTest.java31 private boolean valid = false; field in class:UnixNetworkInterfaceTest
44 if (!up && valid) {
67 if (valid) {
95 if (hardAddr != null && valid) {
125 if (valid) {
152 && subInterfaces2.hasMoreElements() && valid) {
172 while (subInterfaces.hasMoreElements() && valid) {
209 valid = (netifs != null)
216 valid = false;
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread_attr_init.c112 attr_result->valid = PTW32_ATTR_VALID;
/external/chromium_org/third_party/skia/tests/
H A DClipperTest.cpp93 bool valid = SkLineClipper::IntersectLine(&gEmpty[i], gR, dst); local
94 if (valid) {
97 REPORTER_ASSERT(reporter, !valid);
117 bool valid = SkLineClipper::IntersectLine(&gFull[i], gR, dst); local
118 if (!valid || memcmp(&gFull[i], dst, sizeof(dst))) {
121 REPORTER_ASSERT(reporter, valid && !memcmp(&gFull[i], dst, sizeof(dst)));
136 bool valid = SkLineClipper::IntersectLine(&gPartial[i], gR, dst); local
137 if (!valid || memcmp(&gPartial[i+2], dst, sizeof(dst))) {
140 REPORTER_ASSERT(reporter, valid &&
/external/qemu/android/base/files/
H A DScopedFd.h47 // Return true iff the file descriptor is valid.
48 bool valid() const { return fd_ >= 0; } function in class:android::base::ScopedFd
/external/skia/tests/
H A DClipperTest.cpp93 bool valid = SkLineClipper::IntersectLine(&gEmpty[i], gR, dst); local
94 if (valid) {
97 REPORTER_ASSERT(reporter, !valid);
117 bool valid = SkLineClipper::IntersectLine(&gFull[i], gR, dst); local
118 if (!valid || memcmp(&gFull[i], dst, sizeof(dst))) {
121 REPORTER_ASSERT(reporter, valid && !memcmp(&gFull[i], dst, sizeof(dst)));
136 bool valid = SkLineClipper::IntersectLine(&gPartial[i], gR, dst); local
137 if (!valid || memcmp(&gPartial[i+2], dst, sizeof(dst))) {
140 REPORTER_ASSERT(reporter, valid &&
/external/lldb/examples/summaries/cocoa/
H A Dobjc_runtime.py40 # so if any pointer has bits 47 thru 63 high we know that this is not a valid isa
125 self.valid = 1 # self.check_valid()
128 self.valid = 0
129 if self.valid:
133 self.valid = 0
137 self.valid = 1
140 # self.valid = 0
150 return self.valid
179 self.valid = 0
180 if self.valid
[all...]
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_embedder_message_dispatcher.cc61 bool valid() const { return valid_; } function in class:__anon3547::Argument
82 if (!arg1.valid())
94 if (!arg1.valid())
97 if (!arg2.valid())
109 if (!arg1.valid())
112 if (!arg2.valid())
115 if (!arg3.valid())
127 if (!arg1.valid())
130 if (!arg2.valid())
133 if (!arg3.valid())
[all...]
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestTreeWizard.java273 boolean valid = wiz.parse(t, "(A B C)");
274 assertTrue(valid);
280 boolean valid = wiz.parse(t, "A");
281 assertTrue(valid);
287 boolean valid = wiz.parse(t, "(nil A B C)");
288 assertTrue(valid);
294 boolean valid = wiz.parse(t, "(A . .)");
295 assertTrue(valid);
303 boolean valid = wiz.parse(t, "(A B[foo] C)");
304 assertTrue(valid);
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
H A Dnavigation_history.js8 * navigating to and from valid nodes.
9 * NOTE: The term "valid node" is simply a heuristic, defined in isValidNode_.
53 * valid or not. If false, something strange might be going on, and we
82 // Check if the node is valid upon arrival. If not, set a flag because
113 * Determine a valid reversion for the current navigation track. A reversion
116 * returns true if it is a valid recovery candidate. Nodes that do not
124 // If the currently active element is valid, it is probably the best
148 * Remove any and all nodes from history_ that are no longer valid.
155 var valid = this.isValidNode_(this.history_[i]);
156 if (!valid) {
[all...]

Completed in 4500 milliseconds

1234567891011>>