HomeSort by relevance Sort by last modified time
    Searched refs:kinds (Results 1 - 25 of 206) sorted by null

1 2 3 4 5 6 7 8 9

  /external/clang/bindings/python/tests/cindex/
test_cursor_kind.py 7 kinds = CursorKind.get_all_kinds()
8 assert CursorKind.UNEXPOSED_DECL in kinds
9 assert CursorKind.TRANSLATION_UNIT in kinds
10 assert CursorKind.VARIABLE_REF in kinds
11 assert CursorKind.LAMBDA_EXPR in kinds
12 assert CursorKind.OBJ_BOOL_LITERAL_EXPR in kinds
13 assert CursorKind.OBJ_SELF_EXPR in kinds
14 assert CursorKind.MS_ASM_STMT in kinds
15 assert CursorKind.MODULE_IMPORT_DECL in kinds
16 assert CursorKind.TYPE_ALIAS_TEMPLATE_DECL in kinds
    [all...]
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom_tests/generate/
data_unittest.py 72 imported_module.kinds[struct.spec] = struct
75 imported_module.kinds[union.spec] = union
78 imported_module.kinds[interface.spec] = interface
81 imported_module.kinds[enum.spec] = enum
86 self.assertIn(struct.spec, module.kinds)
87 self.assertEquals(struct.name, module.kinds[struct.spec].name)
89 self.assertIn(union.spec, module.kinds)
90 self.assertEquals(union.name, module.kinds[union.spec].name)
92 self.assertIn(interface.spec, module.kinds)
93 self.assertEquals(interface.name, module.kinds[interface.spec].name
    [all...]
pack_unittest.py 32 def _CheckPackSequence(self, kinds, fields, offsets):
33 """Checks the pack order and offsets of a sequence of mojom.Kinds.
36 kinds: A sequence of mojom.Kinds that specify the fields that are to be
44 for kind in kinds:
49 self.assertEquals(len(kinds), num_fields)
123 kinds = (mojom.INT32, mojom.Interface('test_interface'))
126 self._CheckPackSequence(kinds, fields, offsets)
132 kinds = (mojom.INT32,
136 self._CheckPackSequence(kinds, fields, offsets
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-sh/sh64/
sh64-1.s 1 ! Test that all common kinds of relocs get right for simple use.
sh64-2.s 1 ! Test that all common kinds of relocs get right for simple cases.
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
translate.py 113 def _LookupKind(kinds, spec, scope):
130 kind = kinds.get(test_spec)
134 return kinds.get(spec)
169 def _Kind(kinds, spec, scope):
172 As a side-effect this function adds the result to 'kinds'.
175 kinds: {Dict[str, mojom.Kind]} All known kinds up to this point, indexed by
185 kind = _LookupKind(kinds, spec, scope)
190 kind = _Kind(kinds, spec[1:], scope).MakeNullableKind()
192 kind = mojom.Array(_Kind(kinds, spec[2:], scope)
    [all...]
pack_tests.py 47 # |kinds| is a sequence of mojom.Kinds that specify the fields that are to
52 def TestSequence(kinds, fields, offsets):
56 for kind in kinds:
61 errors += EXPECT_EQ(len(kinds), num_fields)
84 kinds = (mojom.INT8, mojom.INT32, mojom.INT16, mojom.INT8, mojom.INT8)
88 return TestSequence(kinds, fields, offsets)
92 kinds = (mojom.STRING.MakeNullableKind(),
105 return TestSequence(kinds, fields, offsets)
  /prebuilts/go/darwin-x86/test/
import4.go 7 // Verify that various kinds of "imported and not used"
  /prebuilts/go/linux-x86/test/
import4.go 7 // Verify that various kinds of "imported and not used"
  /external/devlib/devlib/derived/
energy.py 34 for channel, kinds in channel_map.iteritems():
35 if 'power' in kinds and not 'energy' in kinds:
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/
Android.mk 195 $(1)/core.insts-1.0.inc $(1)/operand.kinds-1.0.inc $(1)/glsl.std.450.insts-1.0.inc $(1)/opencl.std.insts-1.0.inc: \
207 --operand-kinds-output=$(1)/operand.kinds-1.0.inc
209 $(1)/core.insts-1.1.inc $(1)/operand.kinds-1.1.inc: \
215 --operand-kinds-output=$(1)/operand.kinds-1.1.inc
217 $(1)/core.insts-1.2.inc $(1)/operand.kinds-1.2.inc: \
223 --operand-kinds-output=$(1)/operand.kinds-1.2.inc
226 $(SPVTOOLS_LOCAL_PATH)/source/operand.cpp: $(1)/operand.kinds-1.0.inc $(1)/operand.kinds-1.1.inc $(1)/operand.kinds-1.2.in
    [all...]
  /external/devlib/devlib/instrument/
__init__.py 298 def reset(self, sites=None, kinds=None, channels=None):
300 if kinds is None and sites is None and channels is None:
303 if sites is not None or kinds is not None:
305 'sites and kinds should not be set if channels is set')
315 if isinstance(kinds, basestring):
316 kinds = [kinds]
319 if (kinds is None or chan.kind in kinds) and \
frames.py 27 def reset(self, sites=None, kinds=None, channels=None):
28 super(FramesInstrument, self).reset(sites, kinds, channels)
gem5power.py 78 def reset(self, sites=None, kinds=None, channels=None):
79 super(Gem5PowerInstrument, self).reset(sites, kinds, channels)
monsoon.py 57 def reset(self, sites=None, kinds=None, channels=None):
58 super(MonsoonInstrument, self).reset(sites, kinds)
acmecape.py 67 def reset(self, sites=None, kinds=None, channels=None):
68 super(AcmeCapeInstrument, self).reset(sites, kinds, channels)
daq.py 65 def reset(self, sites=None, kinds=None, channels=None):
66 super(DaqInstrument, self).reset(sites, kinds, channels)
energy_probe.py 61 def reset(self, sites=None, kinds=None, channels=None):
62 super(EnergyProbeInstrument, self).reset(sites, kinds, channels)
  /prebuilts/go/darwin-x86/test/import4.dir/
import4.go 5 // Verify that various kinds of "imported and not used"
  /prebuilts/go/linux-x86/test/import4.dir/
import4.go 5 // Verify that various kinds of "imported and not used"
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
undefined.s 11 # Other kinds of GOT relocations allocate a GOT index for the symbol
  /frameworks/rs/rsov/compiler/spirit/
generate.py 490 kinds = grammar['operand_kinds']
491 generate_header_file(arg, True, lambda: print_type_definitions(kinds))
497 kinds = grammar['operand_kinds']
498 generate_header_file(arg, False, lambda: print_enum_dispatches(kinds))
  /compatibility/cdd/10_software-compatibility-testing/
10_2_cts-verifier.md 12 The CTS Verifier has tests for many kinds of hardware, including some hardware
  /external/devlib/devlib/instrument/netstats/
__init__.py 101 def reset(self, sites=None, kinds=None, channels=None, period=None): # pylint: disable=arguments-differ
102 super(NetstatsInstrument, self).reset(sites, kinds, channels)
  /external/valgrind/gdbserver_tests/
mchelp.stdoutB.exp 31 [kinds kind1,kind2,...|reachable|possibleleak*|definiteleak]
43 leak_check full kinds indirect,possible
103 [kinds kind1,kind2,...|reachable|possibleleak*|definiteleak]
115 leak_check full kinds indirect,possible

Completed in 454 milliseconds

1 2 3 4 5 6 7 8 9