Home
last modified time | relevance | path

Searched refs:insertions (Results 1 – 25 of 68) sorted by relevance

123

/external/annotation-tools/annotation-file-utilities/src/annotator/specification/
DIndexFileSpecification.java56 private final List<Insertion> insertions = new ArrayList<Insertion>(); field in IndexFileSpecification
105 return this.insertions; in parse()
402 Pair<CastInsertion, CloseParenthesisInsertion> insertions = createCastInsertion( in parseElement() local
405 cast = insertions.a; in parseElement()
406 closeParen = insertions.b; in parseElement()
431 this.insertions.addAll(elementInsertions); in parseElement()
439 this.insertions.add(cons); in parseElement()
458 this.insertions.add(receiver); in parseElement()
461 this.insertions.add(neu); in parseElement()
464 this.insertions.add(cast); in parseElement()
[all …]
/external/protobuf/src/google/protobuf/compiler/
Dmock_code_generator.cc85 const string& insertions, in ExpectGenerated() argument
105 if (!insertions.empty()) { in ExpectGenerated()
106 SplitStringUsing(insertions, ",", &insertion_list); in ExpectGenerated()
Dmock_code_generator.h85 const string& insertions,
Dcommand_line_interface_unittest.cc185 const string& insertions,
457 const string& insertions, in Run() argument
461 generator_name, parameter, insertions, proto_name, message_name, in Run()
/external/autotest/client/tests/fsx/
D0002-Enable-cross-compiling-for-fsx.patch9 1 files changed, 1 insertions(+), 1 deletions(-)
D0001-Minor-fixes-to-PAGE_SIZE-handling.patch9 1 files changed, 7 insertions(+), 3 deletions(-)
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowMergeCursorTest.java57 …private SQLiteCursor setupTable(final String createSql, final String[] insertions, final String se… in setupTable() argument
60 for (String insert : insertions) { in setupTable()
/external/autotest/client/tests/ltp/patches/
Dkill-ipc.patch13 1 files changed, 1 insertions(+), 1 deletions(-)
Dsysctl.patch15 4 files changed, 60 insertions(+)
154 3 files changed, 42 insertions(+), 17 deletions(-)
/external/autotest/client/deps/webgl_perf/files/
D0001-Patch-index.html.patch11 1 file changed, 8 insertions(+), 1 deletion(-)
/external/linux-kselftest/android/patches/
D0012-kselftest-vDSO-fix-build-issues.patch12 1 file changed, 5 insertions(+), 2 deletions(-)
D0009-seccomp-disable-tests-broken-on-kernels-4.8.patch15 1 file changed, 6 insertions(+)
D0010-seccomp-detect-compat-mode-in-ARM64.patch14 1 file changed, 3 insertions(+), 2 deletions(-)
D0011-ANDROID-do-not-run-update-periodic-IRQ-tests-on-Andr.patch15 1 file changed, 14 insertions(+)
D0015-selftests-futex-report-success-failure-to-environmen.patch15 1 file changed, 37 insertions(+), 26 deletions(-)
/external/toolchain-utils/binary_search_tool/ndk/
DPATCH112 1 file changed, 6 insertions(+), 1 deletion(-)
/external/annotation-tools/annotation-file-utilities/src/annotator/
DMain.java547 Insertions insertions = new Insertions();
604 insertions.addAll(parsedSpec);
635 insertions.size(), javafiles.size());
637 for (Insertion insertion : insertions) {
692 finder.getPositions(tree, insertions);
/external/llvm/test/CodeGen/SystemZ/
Dinsert-03.ll1 ; Test insertions of 16-bit constants into one half of an i32.
Dvec-move-13.ll1 ; Test insertions of register values into 0.
Dinsert-02.ll1 ; Test insertions of memory into the low byte of an i64.
85 ; Check insertions into a constant.
Dinsert-01.ll1 ; Test insertions of memory into the low byte of an i32.
85 ; Check insertions into a constant.
Dvec-move-14.ll1 ; Test insertions of memory values into 0.
Dinsert-04.ll1 ; Test insertions of 16-bit constants into an i64.
/external/libvpx/
DAdd-visibility-protected-attribute-for-global-variab.patch26 3 files changed, 10 insertions(+), 3 deletions(-)
/external/annotation-tools/annotation-file-utilities/src/annotator/find/
DTreeFinder.java902 private final SetMultimap<Pair<Integer, ASTPath>, Insertion> insertions;
912 this.insertions = LinkedHashMultimap.create();
1031 insertions.put(Pair.of(pos, astPath), i);
1817 dbug.debug("getPositions => %d positions%n", insertions.size());
1818 return Multimaps.unmodifiableSetMultimap(insertions);
1834 getPositions(JCCompilationUnit node, Insertions insertions) {
1837 list.addAll(insertions.forOuterClass(node, ""));
1841 Collection<Insertion> forClass = insertions.forOuterClass(node, name);

123