Searched refs:valid (Results 276 - 300 of 821) sorted by relevance

<<11121314151617181920>>

/external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.c1183 uint8_t *valid) { \
1184 *valid = 1; \
1188 *valid = 0; \
1216 *valid = 0; \
1220 *valid = 0; \
1224 *valid = 0; \
1228 *valid = 0; \
1242 * @param valid - The address of a uint8_t. The target is set to 1 if the
1243 * field is valid for the register class; 0 if not.
1260 uint8_t valid; local
[all...]
/external/syslinux/com32/lib/libpng/
H A Dpngwrite.c24 * you to supply a PNG_INFO_ flag, and check info_ptr->valid before writing
57 /* The rest of these check to see if the valid field has the appropriate
61 if (info_ptr->valid & PNG_INFO_gAMA)
73 if (info_ptr->valid & PNG_INFO_sRGB)
77 if (info_ptr->valid & PNG_INFO_iCCP)
82 if (info_ptr->valid & PNG_INFO_sBIT)
86 if (info_ptr->valid & PNG_INFO_cHRM)
148 if (info_ptr->valid & PNG_INFO_PLTE)
155 if (info_ptr->valid & PNG_INFO_tRNS)
172 if (info_ptr->valid
[all...]
/external/libchrome/base/strings/
H A Dstring_number_conversions.cc36 // The ValueOrDie call below can never fail, because UnsignedAbs is valid
37 // for all valid inputs.
139 bool valid = true; local
142 valid = false;
149 valid = false;
151 valid = false;
158 valid = false;
162 return valid;
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/
H A DUserAccountTest.groovy94 assert !userAccount.valid
96 assert !userAccount.valid
98 assert userAccount.valid
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/
H A DUserAccountTest.groovy96 assert !userAccount.valid
98 assert !userAccount.valid
100 assert userAccount.valid
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/
H A DUserAccountTest.groovy96 assert !userAccount.valid
98 assert !userAccount.valid
100 assert userAccount.valid
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/
H A DUserAccountTest.groovy98 assert !userAccount.valid
100 assert !userAccount.valid
102 assert userAccount.valid
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/
H A DUserAccountTest.groovy96 assert !userAccount.valid
98 assert !userAccount.valid
100 assert userAccount.valid
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/
H A DUserAccountTest.groovy96 assert !userAccount.valid
98 assert !userAccount.valid
100 assert userAccount.valid
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/
H A DUserAccountTest.groovy96 assert !userAccount.valid
98 assert !userAccount.valid
100 assert userAccount.valid
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/
H A DUserAccountTest.groovy96 assert !userAccount.valid
98 assert !userAccount.valid
100 assert userAccount.valid
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/
H A DUserAccountTest.groovy94 assert !userAccount.valid
96 assert !userAccount.valid
98 assert userAccount.valid
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/
H A DUserAccountTest.groovy94 assert !userAccount.valid
96 assert !userAccount.valid
98 assert userAccount.valid
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/
H A DUserAccountTest.groovy94 assert !userAccount.valid
96 assert !userAccount.valid
98 assert userAccount.valid
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/
H A DUserAccountTest.groovy94 assert !userAccount.valid
96 assert !userAccount.valid
98 assert userAccount.valid
/external/parameter-framework/upstream/test/functional-tests/
H A DHandle.cpp554 list<string> valid; member in struct:parameterFramework::MappingPF::TestVector
607 for (auto &valid : test.valid) {
608 THEN ("The following mapping should exist: " + valid) {
609 CHECK(handle.getMappingData(valid + "K") == valid + "V");
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
H A Dtest_functions.py142 valid = {'opt': [('', u'', 'hi')]}
143 self.assertEqual(ttk._format_mapdict(valid), ('-opt', '{ } hi'))
146 invalid = {'opt': [(1, 2, 'valid val')]}
148 invalid = {'opt': [([1], '2', 'valid val')]}
151 valid = {'opt': [[1, 'value']]}
152 self.assertEqual(ttk._format_mapdict(valid), ('-opt', '1 value'))
155 valid = {'opt': [(stateval, 'value')]}
156 self.assertEqual(ttk._format_mapdict(valid),
306 # minimal valid image
/external/python/cpython3/Lib/tkinter/test/test_ttk/
H A Dtest_functions.py141 valid = {'opt': [('', '', 'hi')]}
142 self.assertEqual(ttk._format_mapdict(valid), ('-opt', '{ } hi'))
145 invalid = {'opt': [(1, 2, 'valid val')]}
147 invalid = {'opt': [([1], '2', 'valid val')]}
150 valid = {'opt': [[1, 'value']]}
151 self.assertEqual(ttk._format_mapdict(valid), ('-opt', '1 value'))
154 valid = {'opt': [(stateval, 'value')]}
155 self.assertEqual(ttk._format_mapdict(valid),
305 # minimal valid image
/external/curl/docs/cmdline-opts/
H A Drange.d33 Only digit characters (0-9) are valid in the 'start' and 'stop' fields of the
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkSpirVAsm.cpp141 const spv_result_t valid = spvValidate(context, &cbinary, &diagnostic); local
149 return valid == SPV_SUCCESS;
/external/deqp/modules/glshared/
H A DglsDrawTest.hpp209 bool bgraComponentOrder; //!< component order of this attribute is bgra, valid only for 4-component targets. False by default.
214 bool valid (glu::ApiType apiType) const;
243 bool valid (void) const;
/external/elfutils/libdwfl/
H A Ddwfl_build_id_find_elf.c171 mod->main.valid = true;
189 mod->main.valid = true;
/external/libxml2/
H A DSAX.c19 #include <libxml/valid.h>
26 #include <libxml/valid.h>
/external/llvm/test/MC/AsmParser/
H A Dat-pseudo-variable.s20 # The following uses of \@ are undocumented, but valid:
/external/llvm/test/MC/Mips/mips64r6/
H A Dinvalid-mips64.s51 # ddiv has been re-encoded. See valid.s
52 # ddivu has been re-encoded. See valid.s
53 # div has been re-encoded. See valid.s
54 # divu has been re-encoded. See valid.s

Completed in 1545 milliseconds

<<11121314151617181920>>