Home
last modified time | relevance | path

Searched refs:False (Results 1 - 25 of 2059) sorted by relevance

12345678910>>...83

/third_party/python/Lib/test/
H A Dtest_bool.py22 self.assertEqual(repr(False), 'False')
24 self.assertIs(eval(repr(False)), False)
28 self.assertEqual(str(False), 'False')
32 self.assertEqual(int(False), 0)
33 self.assertIsNot(int(False), False)
38 self.assertEqual(float(False), 0.
[all...]
H A Dtest_exception_variations.py6 hit_except = False
7 hit_else = False
8 hit_finally = False
24 hit_except = False
25 hit_else = False
26 hit_finally = False
42 hit_except = False
43 hit_finally = False
56 hit_except = False
57 hit_finally = False
[all...]
H A Dtest_dis.py707 def do_disassembly_compare(self, got, expected, with_offsets=False):
731 return self.get_disassembly(func, lasti, False)
733 def do_disassembly_test(self, func, expected, with_offsets=False):
1051 for quickened in (False, True):
1052 for adaptive in (False, True):
1344 Instruction(opname='MAKE_CELL', opcode=135, arg=0, argval='a', argrepr='a', offset=0, starts_line=None, is_jump_target=False, positions=None),
1345 Instruction(opname='MAKE_CELL', opcode=135, arg=1, argval='b', argrepr='b', offset=2, starts_line=None, is_jump_target=False, positions=None),
1346 Instruction(opname='RESUME', opcode=151, arg=0, argval=0, argrepr='', offset=4, starts_line=1, is_jump_target=False, positions=None),
1347 Instruction(opname='LOAD_CONST', opcode=100, arg=7, argval=(3, 4), argrepr='(3, 4)', offset=6, starts_line=2, is_jump_target=False, positions=None),
1348 Instruction(opname='LOAD_CLOSURE', opcode=136, arg=0, argval='a', argrepr='a', offset=8, starts_line=None, is_jump_target=False, position
[all...]
H A Dtest_richcmp.py126 self.checkequal("lt", a, b, [True, True, False, False, False])
127 self.checkequal("le", a, b, [True, True, True, False, False])
128 self.checkequal("eq", a, b, [False, False, True, False, False])
129 self.checkequal("ne", a, b, [True, True, False, Tru
[all...]
/third_party/protobuf/python/
H A Dsetup.py79 generate_proto("../src/google/protobuf/any_test.proto", False)
80 generate_proto("../src/google/protobuf/map_proto2_unittest.proto", False)
81 generate_proto("../src/google/protobuf/map_unittest.proto", False)
82 generate_proto("../src/google/protobuf/test_messages_proto3.proto", False)
83 generate_proto("../src/google/protobuf/test_messages_proto2.proto", False)
84 generate_proto("../src/google/protobuf/unittest_arena.proto", False)
85 generate_proto("../src/google/protobuf/unittest.proto", False)
86 generate_proto("../src/google/protobuf/unittest_custom_options.proto", False)
87 generate_proto("../src/google/protobuf/unittest_import.proto", False)
88 generate_proto("../src/google/protobuf/unittest_import_public.proto", False)
[all...]
/third_party/spirv-tools/test/tools/
H A Dexpect.py66 return False, 'Cannot find file: ' + filename
68 return False, 'Empty file: ' + filename
77 return False, 'Non-zero return code: {ret}\n'.format(
87 return False, 'return code is 0'
96 return False, 'Non empty stdout: {out}\n'.format(out=status.stdout)
105 return False, 'Non empty stderr: {err}\n'.format(err=status.stderr)
127 return False, 'Extra files generated: {}'.format(generated_files)
137 False, error string if anything is invalid
156 True if it's little endian, False if it's big endian.
162 first_word = read_word(binary, 0, False)
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/tools/
H A Dexpect.py66 return False, 'Cannot find file: ' + filename
68 return False, 'Empty file: ' + filename
77 return False, 'Non-zero return code: {ret}\n'.format(
87 return False, 'return code is 0'
96 return False, 'Non empty stdout: {out}\n'.format(out=status.stdout)
105 return False, 'Non empty stderr: {err}\n'.format(err=status.stderr)
127 return False, 'Extra files generated: {}'.format(generated_files)
137 False, error string if anything is invalid
156 True if it's little endian, False if it's big endian.
162 first_word = read_word(binary, 0, False)
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/
H A Dexpect.py66 return False, 'Cannot find file: ' + filename
68 return False, 'Empty file: ' + filename
77 return False, 'Non-zero return code: {ret}\n'.format(
87 return False, 'return code is 0'
96 return False, 'Non empty stdout: {out}\n'.format(out=status.stdout)
105 return False, 'Non empty stderr: {err}\n'.format(err=status.stderr)
127 return False, 'Extra files generated: {}'.format(generated_files)
137 False, error string if anything is invalid
156 True if it's little endian, False if it's big endian.
162 first_word = read_word(binary, 0, False)
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_opcodes.py251 def opcode(name, opcode_gfx7 = -1, opcode_gfx9 = -1, opcode_gfx10 = -1, format = Format.PSEUDO, cls = InstrClass.Other, input_mod = False, output_mod = False, is_atomic = False):
677 (0x01, 0x01, -1, -1, -1, "v_readlane_b32", False),
678 (0x02, 0x02, -1, -1, -1, "v_writelane_b32", False),
686 (0x09, 0x09, 0x06, 0x06, 0x09, "v_mul_i32_i24", False),
687 (0x0a, 0x0a, 0x07, 0x07, 0x0a, "v_mul_hi_i32_i24", False),
688 (0x0b, 0x0b, 0x08, 0x08, 0x0b, "v_mul_u32_u24", False),
689 (0x0c, 0x0c, 0x09, 0x09, 0x0c, "v_mul_hi_u32_u24", False),
690 ( -1, -1, -1, 0x39, 0x0d, "v_dot4c_i32_i8", False),
[all...]
/third_party/vk-gl-cts/modules/gles3/scripts/
H A Dgen-uniform-blocks.py113 assert False
873 sum([createCases("member_%s_interface_qualifier" % qualifier, invalidMemberInterfaceQualifierShaderTemplate % qualifier, False)
875 + createCases("conflicting_instance_names", conflictingInstanceNamesShaderTemplate, False)
876 + createCases("conflicting_function_and_instance_name", conflictingFunctionAndInstanceNameShaderTemplate, False)
877 + createCases("conflicting_function_and_block_name", conflictingFunctionAndBlockNameShaderTemplate, False)
878 + sum([createCases("conflicting_%s_and_instance_name" % qualifier, conflictingVariableAndInstanceNameShaderTemplate % qualifier, False)
880 + sum([createCases("conflicting_%s_and_block_name" % qualifier, conflictingVariableAndBlockNameShaderTemplate % qualifier, False)
882 + createCases("matching_instance_and_block_name", matchingInstanceAndBlockNameShaderTemplate, False)
883 + createCases("reference_using_block_name", referenceUsingBlockNameShaderTemplate, False)
884 + createCases("empty_block", emptyBlockShaderTemplate, False)
[all...]
H A Dgen-swizzles.py93 if False:
119 assert False
192 inBool = [Scalar(x) for x in [True, False]]
202 inBVec4 = [Vec4(True, False, False, True), Vec4(False, False, False, True), Vec4(False, True, False, Fals
[all...]
/third_party/vk-gl-cts/modules/gles31/scripts/
H A Dgen-uniform-blocks.py113 assert False
873 sum([createCases("member_%s_interface_qualifier" % qualifier, invalidMemberInterfaceQualifierShaderTemplate % qualifier, False)
875 + createCases("conflicting_instance_names", conflictingInstanceNamesShaderTemplate, False)
876 + createCases("conflicting_function_and_instance_name", conflictingFunctionAndInstanceNameShaderTemplate, False)
877 + createCases("conflicting_function_and_block_name", conflictingFunctionAndBlockNameShaderTemplate, False)
878 + sum([createCases("conflicting_%s_and_instance_name" % qualifier, conflictingVariableAndInstanceNameShaderTemplate % qualifier, False)
880 + sum([createCases("conflicting_%s_and_block_name" % qualifier, conflictingVariableAndBlockNameShaderTemplate % qualifier, False)
882 + createCases("matching_instance_and_block_name", matchingInstanceAndBlockNameShaderTemplate, False)
883 + createCases("reference_using_block_name", referenceUsingBlockNameShaderTemplate, False)
884 + createCases("empty_block", emptyBlockShaderTemplate, False)
[all...]
/third_party/mesa3d/bin/
H A Dcommit_in_branch_test.py31 ('0000000000000000000000000000000000000000', False),
32 ('not-even-a-valid-commit-format', False),
42 assert False
50 ('20.1', False),
51 ('main', False),
52 ('e58a10af640ba58b6001f5c5ad750b782547da76', False),
53 ('d043d24654c851f0be57dbbf48274b5373dea42b', False),
54 ('dd2bd68fa69124c86cd008b256d06f44fab8e6cd', False),
55 ('0000000000000000000000000000000000000000', False),
56 ('not-even-a-valid-commit-format', False),
[all...]
/third_party/node/deps/v8/third_party/test262-harness/test/
H A Dtest_test262.py26 self.negative = negative if negative else False
27 self.strict_mode = False
55 False,
56 False,
57 False,
63 False,
64 False,
65 False,
82 False,
83 False,
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DGeneratedMessageTest.Proto2.cs90 Assert.False(message.HasDefaultBool); in DefaultProto2Values()
91 Assert.False(message.HasDefaultBytes); in DefaultProto2Values()
92 Assert.False(message.HasDefaultCord); in DefaultProto2Values()
93 Assert.False(message.HasDefaultDouble); in DefaultProto2Values()
94 Assert.False(message.HasDefaultFixed32); in DefaultProto2Values()
95 Assert.False(message.HasDefaultFixed64); in DefaultProto2Values()
96 Assert.False(message.HasDefaultFloat); in DefaultProto2Values()
97 Assert.False(message.HasDefaultForeignEnum); in DefaultProto2Values()
98 Assert.False(message.HasDefaultImportEnum); in DefaultProto2Values()
99 Assert.False(messag in DefaultProto2Values()
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dparse_dependency.py160 returning True or False if that name is supported or not."""
181 returning True or False if that name is supported or not."""
201 rhs = evalDependencyLanguage(stack, leafMarkup, opMarkup, parenthesize, root = False)
203 lhs = evalDependencyLanguage(stack, leafMarkup, opMarkup, parenthesize, root = False)
224 expression, False otherwise"""
231 # aka specmacros = False
243 return dependencyLanguage(dependency, leafMarkup = leafMarkupAsciidoc, opMarkup = opMarkupAsciidoc, parenthesize = False)
303 str = str + markupTraverse(elem, level = nextlevel, root = False)
329 'false' : False,
335 val = False
[all...]
/third_party/vulkan-headers/registry/
H A Dparse_dependency.py160 returning True or False if that name is supported or not."""
181 returning True or False if that name is supported or not."""
201 rhs = evalDependencyLanguage(stack, leafMarkup, opMarkup, parenthesize, root = False)
203 lhs = evalDependencyLanguage(stack, leafMarkup, opMarkup, parenthesize, root = False)
224 expression, False otherwise"""
231 # aka specmacros = False
243 return dependencyLanguage(dependency, leafMarkup = leafMarkupAsciidoc, opMarkup = opMarkupAsciidoc, parenthesize = False)
303 str = str + markupTraverse(elem, level = nextlevel, root = False)
329 'false' : False,
335 val = False
[all...]
/third_party/protobuf/python/google/protobuf/
H A Dtext_format.py125 as_utf8=False,
126 as_one_line=False,
127 use_short_repeated_primitives=False,
128 pointy_brackets=False,
129 use_index_order=False,
132 use_field_number=False,
136 print_unknown_fields=False,
137 force_colon=False):
224 as_utf8=False,
225 as_one_line=False,
[all...]
/third_party/PyYAML/lib/yaml/
H A Demitter.py64 self.root_context = False
65 self.sequence_context = False
66 self.mapping_context = False
67 self.simple_key_context = False
80 self.open_ended = False
131 return False
143 return False
146 def increase_indent(self, flow=False, indentless=False):
178 def expect_document_start(self, first=False)
[all...]
/third_party/python/Tools/c-analyzer/c_analyzer/
H A Dmatch.py55 return False
57 return False
92 return False
101 return False
109 return False
120 return False
131 return False
142 return False
144 return getattr(decl, 'is_public', False)
149 return False
[all...]
/third_party/python/Lib/
H A Ddataclasses.py60 # | False | | |
72 # | False | | |
86 # | False | | | <- the default
100 # | False | | |
115 # | False | | | <- the default
131 # | False | False | False | | | No __eq__, use the base class __hash__
133 # | False | False | Tru
[all...]
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dvalhall.py45 return False if s.lower() == "false" else True
68 is_default = child.attrib.get('default', False)
71 values.append(EnumValue("reserved", False))
76 def __init__(self, name, start, size, implied = False, force_enum = None):
102 def __init__(self, index, size, is_float = False, swizzle = False,
103 halfswizzle = False, widen = False, lanes = False, combine = False, lan
[all...]
/third_party/node/deps/v8/tools/testrunner/testproc/
H A Dsequence_test.py59 self.keep_output = False
101 FakeTest(0, False),
102 FakeTest(1, False),
103 FakeTest(2, False),
108 FakeTest(0, False),
109 FakeTest(1, False),
110 FakeTest(2, False),
130 FakeTest(1, False),
132 FakeTest(3, False),
138 FakeTest(1, False),
[all...]
/third_party/vk-gl-cts/modules/gles2/scripts/
H A Dgen-swizzles.py93 if False:
119 assert False
188 inBool = [Scalar(x) for x in [True, False]]
198 inBVec4 = [Vec4(True, False, False, True), Vec4(False, False, False, True), Vec4(False, True, False, Fals
[all...]
/third_party/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/
H A DNVCtrl.c117 return False; in XNVCTRLQueryExtension()
160 return False; in XNVCTRLQueryVersion()
162 XNVCTRLCheckExtension (dpy, info, False); in XNVCTRLQueryVersion()
171 return False; in XNVCTRLQueryVersion()
191 return False; in XNVCTRLIsNvScreen()
193 XNVCTRLCheckExtension (dpy, info, False); in XNVCTRLIsNvScreen()
203 return False; in XNVCTRLIsNvScreen()
222 return False; in XNVCTRLQueryTargetCount()
224 XNVCTRLCheckExtension (dpy, info, False); in XNVCTRLQueryTargetCount()
234 return False; in XNVCTRLQueryTargetCount()
[all...]

Completed in 13 milliseconds

12345678910>>...83