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

1 2 3 4

  /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...]
  /toolchain/binutils/binutils-2.25/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/chromium-trace/catapult/dashboard/dashboard/
load_from_prod.py 76 kinds = ['Master', 'Bot', 'Test', 'Row', 'Sheriff', 'Anomaly']
77 entities = {k: [] for k in kinds}
93 for kind in kinds:
99 num_entities = sum(len(entities[kind]) for kind in kinds)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
undefined.s 11 # Other kinds of GOT relocations allocate a GOT index for the symbol
  /system/media/camera/docs/
metadata_validate.py 175 kinds = ['dynamic', 'static', 'controls']
176 parent_kind = find_parent_by_name(element, kinds)
metadata_model.py 493 for kind in section.kinds:
500 # allow multiple kinds with the same name. merge if adjacent
690 kinds: A sequence of Kind children.
694 def __init__(self, name, parent, description=None, kinds=[]):
698 self._kinds = kinds[:]
708 def kinds(self): member in class:Section
722 return (i for i in self.kinds)
740 new_kinds_lst = reduce(aggregate_by_name, self.kinds, [])
747 Combines the section's Kinds into a single node.
749 Combines all the children (kinds) of this section into a singl
    [all...]
metadata_template.mako 51 % for kind in section.kinds: # dynamic,static,controls
  /external/clang/include/clang/Sema/
Makefile 24 $(Echo) "Building Clang parsed attribute kinds with tablegen"
25 $(Verb) $(ClangTableGen) -gen-clang-attr-parsed-attr-kinds -o \
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/
ref.tex 47 many kinds of authentication.
  /external/valgrind/gdbserver_tests/
mchelp.stdoutB.exp 31 [kinds kind1,kind2,...|reachable|possibleleak*|definiteleak]
42 leak_check full kinds indirect,possible
100 [kinds kind1,kind2,...|reachable|possibleleak*|definiteleak]
111 leak_check full kinds indirect,possible
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
ComponentDescriptor.java 91 Set<Kind> kinds = EnumSet.noneOf(Kind.class); local
94 kinds.add(kind);
98 kinds.size() <= 1, "%s cannot be annotated with more than one of %s", element, kinds); local
99 return Optional.fromNullable(getOnlyElement(kinds, null));
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
MatchOpTest.java 86 private final Map kinds field in class:MatchOpTest
94 private <T> Map<Kind, Function<Predicate<T>, Function<Stream<T>, Boolean>>> kinds() { method in class:MatchOpTest
95 return (Map<Kind, Function<Predicate<T>, Function<Stream<T>, Boolean>>>) kinds;
101 boolean match = this.<T>kinds().get(kind).apply(predicates[i]).apply(source.stream());
126 exerciseTerminalOps(data, this.<Integer>kinds().get(kind).apply(p));
127 exerciseTerminalOps(data, s -> s.filter(pFalse), this.<Integer>kinds().get(kind).apply(p));
128 exerciseTerminalOps(data, s -> s.filter(pEven), this.<Integer>kinds().get(kind).apply(p));
  /libcore/dalvik/src/main/java/dalvik/system/
VMDebug.java 248 public static native void resetAllocCount(int kinds);
  /external/v8/test/mjsunit/compiler/
variables.js 28 // Simple tests of the various kinds of variable references in the
  /external/v8/test/mjsunit/regress/
regress-hoist-load-named-field.js 31 // cannot be hoisted due to changes in elements kinds.
  /external/regex-re2/re2/testing/
tester.cc 575 static Prog::MatchKind kinds[] = { member in namespace:re2
581 // Test all possible match kinds and parse modes.
584 for (int i = 0; i < arraysize(kinds); i++) {
586 TestInstance* t = new TestInstance(regexp, kinds[i],
  /external/v8/test/mjsunit/
nans.js 36 // Test that both kinds of NaNs (signaling or quiet) do not signal
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/
index.php 27 about different kinds of builds look <a href="build_types.html">here</a>.</p></td></tr>
  /external/v8/test/intl/string/
normalization.js 41 // Various kinds of spaces
81 // Several kinds of mappings. No need to be comprehensive, we don't test
  /art/runtime/native/
dalvik_system_VMDebug.cc 80 static void VMDebug_resetAllocCount(JNIEnv*, jclass, jint kinds) {
81 Runtime::Current()->ResetStats(kinds);
  /art/runtime/
quick_exception_handler.cc 470 static VRegKind GetVRegKind(uint16_t reg, const std::vector<int32_t>& kinds) {
471 return static_cast<VRegKind>(kinds.at(reg * 2));
  /external/v8/test/webkit/
toString-number-dot-expr.js 29 // construct same test-case for different kinds of number literals. the switch is used to avoid
  /external/v8/tools/profviz/
composer.js 72 function CodeKind(color, kinds) {
77 this.kinds = kinds;
164 if (CodeKinds[name].kinds.indexOf(kind) >= 0) {
  /external/valgrind/coregrind/m_aspacemgr/
aspacemgr-linux.c 148 The segment array and segment kinds
157 There are 7 (mutually-exclusive) segment kinds, the meaning of
552 the kinds specified in kind_mask.
761 suitable kinds/permissions etc.
1251 const UInt kinds = SkFileC | SkAnonC | SkShmC; local
1263 const UInt kinds = SkFileC | SkAnonC | SkShmC | SkFree | SkResvn; local
1272 const UInt kinds = SkFree | SkResvn; local
1280 const UInt kinds = SkFileV | SkAnonV; local
    [all...]

Completed in 413 milliseconds

1 2 3 4