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

<<11121314151617181920>>

  /external/skia/tests/
PathOpsCubicLineIntersectionIdeas.cpp 165 int valid = SkDQuad::AddValidTs(allRoots, realRoots, validRoots); local
166 if (valid != 1) {
191 SkDebugf("realRoots=%d (%1.9g, %1.9g, %1.9g) valid=%d (%1.9g, %1.9g, %1.9g)\n",
192 realRoots, allRoots[0], allRoots[1], allRoots[2], valid, validRoots[0],
262 int valid = SkDQuad::AddValidTs(allRoots, realRoots, validRoots);
263 SkASSERT_RELEASE(valid == 1);
  /external/skqp/tests/
PathOpsCubicLineIntersectionIdeas.cpp 165 int valid = SkDQuad::AddValidTs(allRoots, realRoots, validRoots); local
166 if (valid != 1) {
191 SkDebugf("realRoots=%d (%1.9g, %1.9g, %1.9g) valid=%d (%1.9g, %1.9g, %1.9g)\n",
192 realRoots, allRoots[0], allRoots[1], allRoots[2], valid, validRoots[0],
262 int valid = SkDQuad::AddValidTs(allRoots, realRoots, validRoots);
263 SkASSERT_RELEASE(valid == 1);
  /external/strace/tests/
file_handle.c 237 bool valid; member in struct:__anon35363
341 open_handles[j].valid,
process_vm_readv_writev.c 54 uint32_t valid :1, member in struct:print_iov_arg
71 if (!arg || !arg->valid) {
  /external/strace/tests-m32/
file_handle.c 237 bool valid; member in struct:__anon35437
341 open_handles[j].valid,
process_vm_readv_writev.c 54 uint32_t valid :1, member in struct:print_iov_arg
71 if (!arg || !arg->valid) {
  /external/strace/tests-mx32/
file_handle.c 237 bool valid; member in struct:__anon35511
341 open_handles[j].valid,
process_vm_readv_writev.c 54 uint32_t valid :1, member in struct:print_iov_arg
71 if (!arg || !arg->valid) {
  /external/swiftshader/src/OpenGL/compiler/
ValidateLimitations.cpp 430 bool valid = true;
443 valid = false;
447 return valid;
485 bool valid = true; local
492 valid = false;
501 valid = false;
503 return valid;
  /external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
EDDisassembler.h 127 bool Valid;
192 /// valid - reports whether there was a failure in the constructor.
193 bool valid() { function in struct:llvm::EDDisassembler
194 return Valid;
  /external/syslinux/com32/chain/
partiter.c 384 * - EBR with a valid extended partition without a logical one. In
419 int valid; local
422 valid = crc == crc32(crc32(0, NULL, 0), buf, gh->hdr_size);
424 return valid;
496 /* gpt_part is guaranteed to be valid here */
  /external/syslinux/com32/hdt/
hdt-dump-acpi.c 85 char valid[8]={0}; local
86 snprintf(valid,sizeof(valid),"%s","false");
87 if (acpi->rsdt.valid) {
88 snprintf(valid,sizeof(valid),"%s","true");
92 add_as("acpi.rsdt.is_valid",valid)
95 if (acpi->rsdt.valid==false) {
105 char valid[8]={0}; local
106 snprintf(valid,sizeof(valid),"%s","false")
125 char valid[8]={0}; local
145 char valid[8]={0}; local
165 char valid[8]={0}; local
185 char valid[8]={0}; local
205 char valid[8]={0}; local
225 char valid[8]={0}; local
245 char valid[8]={0}; local
265 char valid[8]={0}; local
286 char valid[8]={0}; local
306 char valid[8]={0}; local
326 char valid[8]={0}; local
346 char valid[8]={0}; local
380 char valid[8]={0}; local
    [all...]
  /external/syslinux/core/lwip/src/core/ipv4/
ip_frag.c 312 /* it wasn't the first, so it must have a valid 'prev' */
337 int valid = 1; local
389 valid = 0;
407 valid = 0;
423 if (valid) {
427 valid = 0;
435 valid = 0;
441 /* if still valid, all fragments are received
443 if (valid) {
454 /* If valid is 0 here, there are some fragments missing in the middl
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
where_op_gpu.cu.h 228 // valid is false, then we don't do this. Instead, we'll read off
231 const bool valid = FastBoundsCheck(n, max_row_); local
232 return *(ptr_ + (valid ? (NDIM * n) : 0));
  /external/tensorflow/tensorflow/core/lib/gtl/
array_slice_internal.h 70 // Checker::valid<R>()==true.
82 return !std::is_same<Result, None>() && Checker::template valid<Result>();
103 static constexpr bool valid() { function in struct:tensorflow::gtl::array_slice_internal::SizeChecker
119 static constexpr bool valid() { function in struct:tensorflow::gtl::array_slice_internal::DataChecker
  /external/v4l2_codec2/tests/
C2VDACompIntf_test.cpp 191 T valid; local
194 valid.width = w;
195 valid.height = h;
198 testWritableParam(&valid);
200 printf("Failed while config width = %d, height = %d\n", valid.width,
201 valid.height);
325 // test updating valid and invalid values
  /external/valgrind/none/tests/s390x/
cu12.c 158 printf("\n----- Valid characters -----\n");
159 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
208 printf("\n----- Valid characters -----\n");
209 uint8_t valid[] = { local
216 run_test(buff, sizeof buff, valid, sizeof valid);
392 uint8_t valid[4]; local
    [all...]
cu12_1.c 158 printf("\n----- Valid characters -----\n");
159 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
208 printf("\n----- Valid characters -----\n");
209 uint8_t valid[] = { local
216 run_test(buff, sizeof buff, valid, sizeof valid);
392 uint8_t valid[4]; local
    [all...]
cu14.c 158 printf("\n----- Valid characters -----\n");
159 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
208 printf("\n----- Valid characters -----\n");
209 uint8_t valid[] = { local
216 run_test(buff, sizeof buff, valid, sizeof valid);
392 uint8_t valid[4]; local
    [all...]
cu14_1.c 158 printf("\n----- Valid characters -----\n");
159 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
208 printf("\n----- Valid characters -----\n");
209 uint8_t valid[] = { local
216 run_test(buff, sizeof buff, valid, sizeof valid);
392 uint8_t valid[4]; local
    [all...]
  /external/wpa_supplicant_8/src/ap/
acs.c 122 * Each valid and possible channel spec (i.e., channel + width) is taken and its
446 int valid = 0; local
452 valid++;
456 return !!valid;
  /external/xmlrpcpp/src/
XmlRpcValue.h 103 bool valid() const { return _type != TypeInvalid; } function in class:XmlRpc::XmlRpcValue
  /frameworks/av/media/common_time/
ICommonClock.cpp 54 virtual status_t isCommonTimeValid(bool* valid, uint32_t* timelineID) {
63 *valid = reply.readInt32();
244 bool valid; local
246 status_t status = isCommonTimeValid(&valid, &timelineID);
249 reply->writeInt32(valid);
  /frameworks/av/media/libstagefright/codecs/mp3dec/test/
mp3reader.cpp 203 // Resync to next valid MP3 frame in the file.
218 // out, even if there _were_ 10 bytes of valid mp3 audio data...
242 bool valid = false; local
304 // We found what looks like a valid frame,
309 valid = true;
315 valid = false;
322 valid = false;
328 valid = false;
335 if (valid) {
346 } while (!valid);
    [all...]
  /frameworks/base/libs/hwui/service/
GraphicsStatsService.cpp 58 bool valid() { return mFd != -1; } function in class:android::uirenderer::FileDescriptor
109 if (!fd.valid()) {

Completed in 641 milliseconds

<<11121314151617181920>>