HomeSort by relevance Sort by last modified time
    Searched refs:MERGE (Results 1 - 6 of 6) sorted by null

  /external/oprofile/libop/
op_xml_out.h 25 IMAGE_PATH, INCLUDE_SYMBOLS, MERGE,
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
LayoutDetector.java 42 protected static final String MERGE = "merge"; //$NON-NLS-1$
  /ndk/sources/host-tools/make-3.81/
file.c 258 We must retain TO_FILE and merge FROM_FILE into it. */
287 /* Merge the dependencies of the two files. */
319 #define MERGE(field) to_file->field |= from_file->field
320 MERGE (precious);
321 MERGE (tried_implicit);
322 MERGE (updating);
323 MERGE (updated);
324 MERGE (is_target);
325 MERGE (cmd_target);
326 MERGE (phony)
    [all...]
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
UselessViewDetector.java 103 // CONTAINERS.add("merge");
132 // - The parent is not a <merge/>
143 parentTag.equals(MERGE)) {
144 // Can't remove if the parent is a scroll view or a merge
  /external/oprofile/pp/
opreport_options.cpp 79 popt::option(mergespec, "merge", 'm',
301 xml_utils::add_option(MERGE, mergespec);
  /external/elfutils/src/
elflint.c 1051 section [%2d] '%s': no relocations for merge-able sections possible\n"),
    [all...]

Completed in 332 milliseconds