Searched refs:valid (Results 176 - 200 of 821) sorted by relevance

1234567891011>>

/external/tensorflow/tensorflow/contrib/tensorrt/kernels/
H A Dtrt_engine_op.cc58 bool valid = true; local
68 valid = false;
85 if (!valid) LOG(WARNING) << "input data inconsistent batch size";
122 // copied from cuda_kernel_helper since it seems only valid in *.cu.cc files
/external/antlr/antlr-3.4/runtime/Python/unittests/
H A Dtesttreewizard.py515 valid = wiz.parse(t, "(A B C)")
516 self.failUnless(valid)
522 valid = wiz.parse(t, "A")
523 self.failUnless(valid)
529 valid = wiz.parse(t, "B")
530 self.failUnless(not valid)
536 valid = wiz.parse(t, "(nil A B C)")
537 self.failUnless(valid)
543 valid = wiz.parse(t, "(nil A B)")
544 self.failUnless(not valid)
[all...]
/external/syslinux/com32/lib/libpng/
H A Dpngget.c24 return(info_ptr->valid & flag);
122 if (info_ptr->valid & PNG_INFO_pHYs)
143 if (info_ptr->valid & PNG_INFO_pHYs)
164 if (info_ptr->valid & PNG_INFO_pHYs)
188 if (info_ptr->valid & PNG_INFO_pHYs)
212 if (info_ptr->valid & PNG_INFO_oFFs)
234 if (info_ptr->valid & PNG_INFO_oFFs)
256 if (info_ptr->valid & PNG_INFO_oFFs)
278 if (info_ptr->valid & PNG_INFO_oFFs)
337 if (png_ptr != NULL && info_ptr != NULL && (info_ptr->valid
[all...]
/external/libpng/
H A Dpngget.c24 return(info_ptr->valid & flag);
120 (info_ptr->valid & PNG_INFO_pHYs) != 0)
142 (info_ptr->valid & PNG_INFO_pHYs) != 0)
163 (info_ptr->valid & PNG_INFO_pHYs) != 0)
186 (info_ptr->valid & PNG_INFO_pHYs) != 0)
210 (info_ptr->valid & PNG_INFO_pHYs) != 0 &&
219 /* The following casts work because a PNG 4 byte integer only has a valid
240 (info_ptr->valid & PNG_INFO_oFFs) != 0)
260 (info_ptr->valid & PNG_INFO_oFFs) != 0)
280 (info_ptr->valid
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.h29 bool valid() { return node_; } function in struct:__sanitizer::StackDepotHandle
/external/guice/extensions/persist/src/com/google/inject/persist/jpa/
H A DJpaPersistModule.java166 boolean valid = true;
169 valid = false;
177 valid = false;
180 return valid;
/external/libunwind/doc/
H A Dunw_regname.tex23 therefore guaranteed to remain valid until the application terminates.
28 valid (non-\Const{NULL}) string.
/external/llvm/test/MC/Mips/mips32r6/
H A Dvalid.s1 # Instructions that are valid
/external/llvm/test/MC/Mips/mips64r6/
H A Dvalid.s1 # Instructions that are valid
/external/pdfium/third_party/libpng16/
H A Dpngget.c24 return(info_ptr->valid & flag);
120 (info_ptr->valid & PNG_INFO_pHYs) != 0)
142 (info_ptr->valid & PNG_INFO_pHYs) != 0)
163 (info_ptr->valid & PNG_INFO_pHYs) != 0)
186 (info_ptr->valid & PNG_INFO_pHYs) != 0)
210 (info_ptr->valid & PNG_INFO_pHYs) != 0 &&
219 /* The following casts work because a PNG 4 byte integer only has a valid
240 (info_ptr->valid & PNG_INFO_oFFs) != 0)
260 (info_ptr->valid & PNG_INFO_oFFs) != 0)
280 (info_ptr->valid
[all...]
/external/strace/tests/
H A Ds390_guarded_storage.c62 gs_print_epl(uint64_t addr, bool valid, const char *str) argument
64 if (!valid) {
112 gs_set_cb(kernel_ulong_t addr, bool valid, bool epl_valid, argument
122 if (valid) {
H A Dxet_thread_area_x86.c64 * @param valid Whether argument points to the valid memory and its contents
69 set_thread_area(kernel_ulong_t ptr_val, const char *ptr_str, bool valid, argument
80 if (valid)
102 * @param valid Whether argument points to the valid memory and its contents
109 get_thread_area(kernel_ulong_t ptr_val, const char *ptr_str, bool valid, argument
123 if (valid && !rc) {
/external/strace/tests-m32/
H A Ds390_guarded_storage.c62 gs_print_epl(uint64_t addr, bool valid, const char *str) argument
64 if (!valid) {
112 gs_set_cb(kernel_ulong_t addr, bool valid, bool epl_valid, argument
122 if (valid) {
H A Dxet_thread_area_x86.c64 * @param valid Whether argument points to the valid memory and its contents
69 set_thread_area(kernel_ulong_t ptr_val, const char *ptr_str, bool valid, argument
80 if (valid)
102 * @param valid Whether argument points to the valid memory and its contents
109 get_thread_area(kernel_ulong_t ptr_val, const char *ptr_str, bool valid, argument
123 if (valid && !rc) {
/external/strace/tests-mx32/
H A Ds390_guarded_storage.c62 gs_print_epl(uint64_t addr, bool valid, const char *str) argument
64 if (!valid) {
112 gs_set_cb(kernel_ulong_t addr, bool valid, bool epl_valid, argument
122 if (valid) {
H A Dxet_thread_area_x86.c64 * @param valid Whether argument points to the valid memory and its contents
69 set_thread_area(kernel_ulong_t ptr_val, const char *ptr_str, bool valid, argument
80 if (valid)
102 * @param valid Whether argument points to the valid memory and its contents
109 get_thread_area(kernel_ulong_t ptr_val, const char *ptr_str, bool valid, argument
123 if (valid && !rc) {
/external/tensorflow/tensorflow/contrib/lite/
H A Dnnapi_delegate.h41 bool valid() const override { return handle_ != nullptr; }
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DTokenSource.pm34 requested a token. Keep lexing until you get a valid one. Just report
35 errors and keep going, looking for a valid token.
/external/clang/test/SemaTemplate/
H A Dpack-deduction.cpp46 struct valid {}; struct in struct:PR14615::comment0::X
49 typename = typename T::valid>
/external/llvm/test/MC/ARM/
H A Dthumb-not-mclass.s8 @ Check that the assembler rejects thumb instructions that are not valid
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dglx_usefont.c161 * determine if a given glyph is valid and return the
169 int i, valid = 1; local
177 valid = 0;
186 valid = 0;
189 if (valid) {
300 int valid; local
306 valid = 0;
309 valid = 1;
341 if (valid && (bm_width > 0) && (bm_height > 0)) {
/external/mesa3d/src/glx/
H A Dxfont.c166 * determine if a given glyph is valid and return the
174 int i, valid = 1; local
182 valid = 0;
191 valid = 0;
194 if (valid) {
312 int valid; local
318 valid = 0;
321 valid = 1;
352 if (valid && (bm_width > 0) && (bm_height > 0)) {
/external/mesa3d/src/mesa/drivers/x11/
H A Dxfonts.c161 * determine if a given glyph is valid and return the
169 int i, valid = 1; local
177 valid = 0;
186 valid = 0;
189 if (valid) {
299 int valid; local
305 valid = 0;
308 valid = 1;
340 if (valid && (bm_width > 0) && (bm_height > 0)) {
/external/webrtc/webrtc/base/
H A Dmacasyncsocket.cc128 if (!valid()) {
130 if (!valid())
153 if (!valid()) {
174 if (!valid()) {
218 if (!valid()) {
243 if (s && s->valid()) {
307 if (valid()) {
314 if (valid()) {
/external/elfutils/libdwfl/
H A Dfind-debuginfo.c91 bool valid = false; local
113 valid = true;
124 return valid;
134 mod->debug.valid = false;
141 mod->debug.valid = true;
151 return mod->debug.valid;

Completed in 4314 milliseconds

1234567891011>>