HomeSort by relevance Sort by last modified time
    Searched refs:merge (Results 376 - 400 of 736) sorted by null

<<11121314151617181920>>

  /external/chromium_org/base/
values_unittest.cc 708 scoped_ptr<DictionaryValue> merge(new DictionaryValue);
709 merge->SetString("merge_key", "merge_key_value_merge");
710 merge->SetString("collide_key", "collide_key_value_merge");
714 merge->Set("sub_dict_key", merge_sub_dict);
716 base->MergeDictionary(merge.get());
    [all...]
  /external/chromium_org/chrome/browser/resources/profiler/
profiler.js 89 // The container node to put all the column (merge) checkboxes into.
90 var COLUMN_MERGE_TOGGLES_CONTAINER_ID = 'column-merge-toggles-container';
100 var MERGE_SIMILAR_THREADS_CHECKBOX_ID = 'merge-similar-threads-checkbox';
535 * The columns to give the option to merge on.
545 * The columns to merge by default.
894 // properties as-is, but if we have been asked to "merge similar threads" we
919 // their value as part of the merge.
930 // Merge the rows and save the results to |mergedRows|.
    [all...]
  /external/elfutils/0.153/src/
ldgeneric.c 729 oldp->merge.value = MAX (oldp->merge.value, sym->st_value);
791 oldp->merge.value = sym->st_value;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
doctest.py 1498 def merge(self, other): member in class:DocTestRunner
2108 def merge(self, other): member in class:Tester
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
doctest.py 1498 def merge(self, other): member in class:DocTestRunner
2108 def merge(self, other): member in class:Tester
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/ow2/asm/asm-debug-all/4.0/
asm-debug-all-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 
  /external/clang/lib/AST/
Decl.cpp 248 LV.merge(getLVForType(*NTTP->getType(), computation));
257 LV.merge(type->getLinkageAndVisibility());
268 LV.merge(getLVForTemplateParameterList(TTP->getTemplateParameters(),
276 LV.merge(getLVForTemplateParameterList(
316 LV.merge(getLVForType(*Arg.getAsType(), computation));
322 LV.merge(getLVForDecl(ND, computation));
327 LV.merge(Arg.getNullPtrType()->getLinkageAndVisibility());
334 LV.merge(getLVForDecl(Template, computation));
338 LV.merge(getLVForTemplateArgumentList(Arg.getPackAsArray(), computation));
365 /// Merge in template-related linkage and visibility for the give
    [all...]
  /external/qemu/
block.c 9 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2111 int merge = 0; local
    [all...]
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 17 package com.android.dx.merge;
187 public Dex merge() throws IOException { method in class:DexMerger
194 * simply merge the result with itself.
    [all...]
IndexMap.java 17 package com.android.dx.merge;
  /external/blktrace/doc/
blktrace.tex 544 \item[M -- back merge] A previously inserted request exists that ends
545 on the boundary of where this io begins, so the io scheduler can merge
548 \item[F -- front merge] Same as the back merge, except this io ends
707 \item[M -- back merge]
708 \item[F -- front merge]
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkOpAngle.cpp 642 if (!merge(angle)) {
646 if (!angle->merge(this)) {
763 bool SkOpAngle::merge(SkOpAngle* angle) { function in class:SkOpAngle
    [all...]
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFFont.cpp 652 void SkPDFGlyphSet::merge(const SkPDFGlyphSet& usage) {
692 void SkPDFGlyphSetMap::merge(const SkPDFGlyphSetMap& usage) {
695 myUsage->merge(*(usage.fMap[i].fGlyphSet));
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fulltext.c 359 * If [in] has positions, then the merge output contains only documents with
361 * positions, then the merge output contains all documents common to the two
366 * A merge is performed using an integer [iOffset] provided by the caller.
391 /* A helper function for mergeBlock(), below. Merge the position lists
393 * If the merge matches, write [iDocid] to m->pOut; if m->pOut
422 /* Merge one block of an on-disk doclist into a DocListMerge. */
431 if( readerAtEnd(&m->in) ) return; /* nothing more to merge */
443 /* We don't need to do a poslist merge. */
1071 DocListMerge merge; local
    [all...]
  /external/skia/src/pathops/
SkOpAngle.cpp 645 if (!merge(angle)) {
649 if (!angle->merge(this)) {
766 bool SkOpAngle::merge(SkOpAngle* angle) { function in class:SkOpAngle
    [all...]
  /external/skia/src/pdf/
SkPDFFont.cpp 638 void SkPDFGlyphSet::merge(const SkPDFGlyphSet& usage) {
678 void SkPDFGlyphSetMap::merge(const SkPDFGlyphSetMap& usage) {
681 myUsage->merge(*(usage.fMap[i].fGlyphSet));
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
task.rb 66 options = @options.merge(
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
compare_rendered_pictures.py 477 The copy operates as a "merge with overwrite": any files in source_dir will
  /external/proguard/src/proguard/optimize/peephole/
ClassMerger.java 67 * Creates a new ClassMerger that will merge classes into the given target
73 * merge them.
86 * Creates a new ClassMerger that will merge classes into the given target
92 * merge them.
145 // Don't merge classes that must be preserved.
149 // Only merge classes that haven't been retargeted yet.
153 // Don't merge annotation classes, with all their introspection and
157 // Only merge classes if we can change the access permissions, or
170 // Only merge two classes or two interfaces or two abstract classes,
296 info.merge(ClassOptimizationInfo.getClassOptimizationInfo(programClass))
    [all...]
MethodInliner.java 571 info.merge(MethodOptimizationInfo.getMethodOptimizationInfo(programMethod));
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
RegisterType.java 272 public RegisterType merge(@Nonnull RegisterType other) { method in class:RegisterType
  /frameworks/base/core/java/android/view/
ViewTreeObserver.java 340 void merge(ViewTreeObserver observer) { method in class:ViewTreeObserver
    [all...]
  /frameworks/compile/mclinker/include/mcld/ADT/
BinTree.h 433 /// join - create a leaf node and merge it in the tree.
451 /// merge - merge the tree
457 BinaryTree& merge(TreeIteratorBase& pPosition, BinaryTree& pTree) { function in class:mcld::BinaryTree
  /frameworks/compile/mclinker/lib/LD/
EhFrame.cpp 175 EhFrame& EhFrame::merge(const Input& pInput, EhFrame& pFrame) function in class:EhFrame

Completed in 902 milliseconds

<<11121314151617181920>>