HomeSort by relevance Sort by last modified time
    Searched full:merge (Results 326 - 350 of 1263) sorted by null

<<11121314151617181920>>

  /external/openssl/crypto/dso/
dso.h 118 * callbacks) that merge two file specifications. They are passed a
120 * a DSO object) and two file specifications to merge. They should
242 /* This function will invoke the DSO's merger callback to merge two file
  /external/openssl/include/openssl/
dso.h 118 * callbacks) that merge two file specifications. They are passed a
120 * a DSO object) and two file specifications to merge. They should
242 /* This function will invoke the DSO's merger callback to merge two file
  /external/elfutils/src/
i386_ld.c 673 /* We cannot handle relocations against merge-able sections. */
702 /* MERGE.VALUE contains the PLT index. We have to add 1 since
704 assert (symref[idx]->merge.value != 0
706 value = pltaddr + symref[idx]->merge.value * PLT_ENTRY_SIZE;
709 value = symref[idx]->merge.value;
733 + symref[idx]->merge.value);
  /development/testrunner/
coverage.py 202 input_paths: list of string absolute coverage file paths to merge
209 self._RunCmd("java -cp %s emma merge %s -out %s" % (self._emma_jar_path,
  /external/blktrace/
blkparse_fmt.c 374 case 'M': /* Back merge */
375 case 'F': /* Front merge */
  /external/emma/core/java12/com/vladium/emma/
Command.java 48 else if ("merge".equals (name))
134 setPropertyOverride (AppLoggers.PROPERTY_VERBOSITY_FILTER, Strings.toListForm (Strings.merge (opt.getValues (), COMMA_DELIMITERS, true), ','));
runCommand.java 106 else if ("merge".equals (on))
112 m_reportTypes = Strings.merge (opt.getValues (), COMMA_DELIMITERS, true);
  /external/emma/core/java12/com/vladium/util/
Strings.java 86 public static String [] merge (final String [] strings, final String delimiters, final boolean removeNull) method in class:Strings
130 return merge (strings, delimiters, true);
  /external/proguard/src/proguard/optimize/evaluation/
LivenessAnalyzer.java 225 // Merge the current liveness.
234 // Merge the current liveness.
  /external/stlport/test/unit/
list_test.cpp 155 l1.merge(l2);
393 lint1.merge(lint2);
  /frameworks/base/tools/localize/
merge_res_and_xliff.cpp 283 // merge them
388 "Theoretically, this merge was successfull. Next you should\n"
  /packages/apps/Contacts/src/com/android/contacts/model/
EntitySet.java 84 * Merge the "after" values from the given {@link EntitySet}, discarding any
95 // Find or create local match and merge
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
ProjectProperties.java 166 * <li>Merge in values using {@link PropertyType#DEFAULT}
174 public synchronized ProjectProperties merge(PropertyType type) { method in class:ProjectProperties
  /bionic/linker/
ba.c 69 * if the buddy is also free merge them
  /dalvik/dx/src/com/android/dx/rop/code/
LocalVariableExtractor.java 172 * Merge this state into the start state for each successor,
  /dalvik/dx/src/com/android/dx/ssa/
LocalVariableExtractor.java 189 * Merge this state into the start state for each successor,
PhiTypeResolver.java 35 * The resolve is done as an iterative merge of each phi's operand types.
  /external/dropbear/
cli-authpubkey.c 11 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
cli-tcpfwd.c 10 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
common-algo.c 11 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
gendss.c 10 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
genrsa.c 10 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
listener.c 10 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
random.c 10 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
svr-agentfwd.c 10 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell

Completed in 176 milliseconds

<<11121314151617181920>>