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

  /external/oprofile/libop/
op_xml_out.h 25 IMAGE_PATH, INCLUDE_SYMBOLS, MERGE,
  /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...]
  /external/smali/baksmali/src/main/java/org/jf/baksmali/
main.java 56 public static final int MERGE = 32;
182 } else if (value.equalsIgnoreCase("MERGE")) {
183 registerInfo |= MERGE;
193 registerInfo &= ~MERGE;
392 "MERGE, also show the incoming register types that were merged")
  /external/oprofile/pp/
opreport_options.cpp 79 popt::option(mergespec, "merge", 'm',
301 xml_utils::add_option(MERGE, mergespec);
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
PreInstructionRegisterInfoMethodItem.java 75 if ((registerInfo & main.MERGE) != 0) {
206 writer.write(":merge{");
  /external/elfutils/
elfutils.spec 346 sectionto have STRINGS and MERGE flag set.
352 sectionto have STRINGS and MERGE flag set.
  /external/elfutils/src/
elflint.c     [all...]
  /tools/motodev/src/plugins/preflighting.core/apktool/
apktool.jar 
  /prebuilts/sdk/tools/lib/
lint_api.jar 

Completed in 96 milliseconds