HomeSort by relevance Sort by last modified time
    Searched defs:merge (Results 251 - 275 of 1235) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_algo.h 5517 merge(_InputIterator1 __first1, _InputIterator1 __last1, function
5581 merge(_InputIterator1 __first1, _InputIterator1 __last1, function
    [all...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/gcov-src/
libgcov-driver.c 201 if (gi_ptr->merge[ix])
216 if (gi_ptr->merge[ix])
236 if (!gi_ptr->merge[ix])
274 return (info->merge[type] != 0);
368 if (!gi_ptr->merge[t_ix])
373 existence of the merge function pointer for this object. */
376 if (gi_ptr->merge[ix])
445 if (!gi_ptr->merge[t_ix])
672 /* Merge execution counts for each function. */
685 We have nothing to merge. *
723 gcov_merge_fn merge = gi_ptr->merge[t_ix]; local
    [all...]
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/gcov-src/
libgcov-driver.c 201 if (gi_ptr->merge[ix])
216 if (gi_ptr->merge[ix])
236 if (!gi_ptr->merge[ix])
274 return (info->merge[type] != 0);
368 if (!gi_ptr->merge[t_ix])
373 existence of the merge function pointer for this object. */
376 if (gi_ptr->merge[ix])
445 if (!gi_ptr->merge[t_ix])
672 /* Merge execution counts for each function. */
685 We have nothing to merge. *
723 gcov_merge_fn merge = gi_ptr->merge[t_ix]; local
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_algo.c 1419 _OutputIter merge(_InputIter1 __first1, _InputIter1 __last1, function
1440 _OutputIter merge(_InputIter1 __first1, _InputIter1 __last1, function
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_algo.c 1419 _OutputIter merge(_InputIter1 __first1, _InputIter1 __last1, function
1440 _OutputIter merge(_InputIter1 __first1, _InputIter1 __last1, function
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_algo.c 1419 _OutputIter merge(_InputIter1 __first1, _InputIter1 __last1, function
1440 _OutputIter merge(_InputIter1 __first1, _InputIter1 __last1, function
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
SpvBuilder.h 380 // The SPIR-V Builder will maintain the stack of post-switch merge blocks for nested switches.
390 // Add a branch to the innermost switch's merge block.
400 LoopBlocks(Block& head, Block& body, Block& merge, Block& continue_target) :
401 head(head), body(body), merge(merge), continue_target(continue_target) { }
402 Block &head, &body, &merge, &continue_target; member in struct:spv::Builder::LoopBlocks
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
SpvBuilder.h 380 // The SPIR-V Builder will maintain the stack of post-switch merge blocks for nested switches.
390 // Add a branch to the innermost switch's merge block.
400 LoopBlocks(Block& head, Block& body, Block& merge, Block& continue_target) :
401 head(head), body(body), merge(merge), continue_target(continue_target) { }
402 Block &head, &body, &merge, &continue_target; member in struct:spv::Builder::LoopBlocks
  /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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfo.java 97 * {@code <merge>} tag. In this case, all the views have the same node model,
179 * children of a {@code <merge>} tag included into a separate layout, return the
207 * single node (such as widgets inside a {@code <merge>} tag included into another
225 * has multiple widgets inside a {@code <merge>} tag, where all these widgets have the
226 * same node (the {@code <merge>} tag).
632 * <li>with the {@code <merge>} tag we don't get a reference to the corresponding
641 * (for example that {@code <merge>} siblings will provide {@link MergeCookie}
659 * The mapping from nodes that have a {@code <merge>} as a parent in the node
671 * Creates a hierarchy of {@link CanvasViewInfo} objects and merge bounding
693 // There are <merge> nodes here; see if we can insert it into the hierarch
697 UiViewElementNode merge = null; local
751 CanvasViewInfo merge = new CanvasViewInfo(null, VIEW_MERGE, null, local
    [all...]
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 17 package com.android.dx.merge;
186 public Dex merge() throws IOException { method in class:DexMerger
199 * simply merge the result with itself.
    [all...]
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsCall.java 199 * now that the merge has completed.
206 * Called when the call merge is failed.
210 * @param reasonInfo detailed reason of the call merge failure
473 // When merging two calls together, the "peer" call that will merge into this call.
496 // we receive notification that the merge was successful.
498 // While a merge is progressing, we bury any session termination requests
499 // made on the original ImsCallSession until we have closure on the merge request
502 // cause the termination request to occur just because the merge is succeeding.
506 // on it in the case of a merge failure.
524 * termination due to an ongoing conference merge
1290 private void merge() throws ImsException { method in class:ImsCall
1343 public void merge(ImsCall bgCall) throws ImsException { method in class:ImsCall
1374 merge(); method
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-aether-provider/3.3.9/
maven-aether-provider-3.3.9.jar 
  /prebuilts/misc/common/robolectric/lib/
wagon-http-shared-1.0-beta-6.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/wagon/wagon-http-shared/1.0-beta-6/
wagon-http-shared-1.0-beta-6.jar 
  /external/clang/lib/CodeGen/
TargetInfo.cpp 2277 X86_64ABIInfo::Class X86_64ABIInfo::merge(Class Accum, Class Field) { function in class:X86_64ABIInfo
    [all...]
  /external/iptables/libxtables/
xtables.c 108 struct option *merge, *mp; local
125 merge = malloc(sizeof(*mp) * (num_oold + num_old + num_new + 1));
126 if (merge == NULL)
130 memcpy(merge, orig_opts, sizeof(*mp) * num_oold);
131 mp = merge + num_oold;
148 return merge;
    [all...]
  /external/llvm/tools/sancov/
sancov.cc 610 // Merge multiple coverage data together.
612 merge(const std::vector<std::unique_ptr<CoverageData>> &Covs) { function in class:__anon26174::CoverageData
631 return merge(Covs);
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
1624 Instruction *merge = *it; local
1794 Instruction *merge = new_Instruction(func, OP_MERGE, typeOfSize(size)); local
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPMessage.java 325 * Merge a request with a template
327 * @param template -- template to merge with.
330 public void merge(Object template) { method in class:SIPMessage
345 sipHdr.merge(hdr);
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
GeneratedMessageLite.java 297 * Merge some unknown fields into the {@link UnknownFieldSetLite} for this
    [all...]
  /external/skia/src/core/
SkAAClip.cpp 1048 // merge or omit them if possible.
1965 static void merge(const uint8_t* SK_RESTRICT row, int rowN, function
    [all...]

Completed in 954 milliseconds

<<11121314151617181920>>