HomeSort by relevance Sort by last modified time
    Searched full:cloning (Results 26 - 50 of 348) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/vulkan-validation-layers/tests/gtest-1.7.0/samples/
sample2.h 57 // Constructs a MyString by cloning a 0-terminated C string.
  /ndk/sources/third_party/googletest/googletest/samples/
sample2.h 57 // Constructs a MyString by cloning a 0-terminated C string.
  /external/icu/icu4c/source/i18n/
collationruleparser.h 112 * The pointer is aliased: Pointer copy without cloning or taking ownership.
120 * The pointer is aliased: Pointer copy without cloning or taking ownership.
  /external/llvm/include/llvm/Transforms/Utils/
ValueMapper.h 11 // the Transforms/Utils library to implement cloning and linking facilities.
26 /// to remap types when cloning constants and instructions.
  /external/llvm/lib/Transforms/Utils/
LoopVersioning.cpp 22 #include "llvm/Transforms/Utils/Cloning.h"
87 // Create empty preheader for the loop (and after cloning for the
  /external/icu/android_icu4j/src/main/java/android/icu/util/
Freezable.java 97 * <li>Cloning. Where you need an object to be safe, you clone it.</li>
113 * <li>Cloning is only safe if the object truly has a 'safe' clone; defined as
115 * Unfortunately, many objects don't have a 'safe' clone, and always cloning can
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
Freezable.java 96 * <li>Cloning. Where you need an object to be safe, you clone it.</li>
112 * <li>Cloning is only safe if the object truly has a 'safe' clone; defined as
114 * Unfortunately, many objects don't have a 'safe' clone, and always cloning can
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Freezable.java 96 * <li>Cloning. Where you need an object to be safe, you clone it.</li>
112 * <li>Cloning is only safe if the object truly has a 'safe' clone; defined as
114 * Unfortunately, many objects don't have a 'safe' clone, and always cloning can
  /external/messageformat/java/com/ibm/icu/util/
Freezable.java 96 * <li>Cloning. Where you need an object to be safe, you clone it.</li>
112 * <li>Cloning is only safe if the object truly has a 'safe' clone; defined as
114 * Unfortunately, many objects don't have a 'safe' clone, and always cloning can
  /external/v8/src/compiler/
escape-analysis-reducer.cc 254 TRACE(" Cloning #%d", node->id());
276 TRACE(" Cloning #%d", node->id());
311 TRACE("Cloning #%d", node->id());
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
ClassicalRungeKuttaStepInterpolator.java 61 * interpolators by cloning an uninitialized model and latter initializing
EulerStepInterpolator.java 56 * to create the step interpolators by cloning an uninitialized model
HighamHall54StepInterpolator.java 47 * to create the step interpolators by cloning an uninitialized model
MidpointStepInterpolator.java 58 * to create the step interpolators by cloning an uninitialized model
  /external/google-breakpad/src/third_party/curl/
easy.h 56 * passed in. Duplicating a handle could only be a matter of cloning data and
  /external/llvm/test/CodeGen/ARM/
ifcvt-dead-def.ll 10 ; In this case, the if converter was cloning the return instruction so that we had
  /external/lz4/
README.md 13 The intention is to offer github's capabilities to lz4 users, such as cloning, branch, pull requests or source download.
  /external/mockito/src/org/mockito/internal/invocation/
InvocationMatcher.java 102 /* Avoid unnecessary cloning */
  /external/nist-sip/java/gov/nist/javax/sip/header/
ExtensionHeaderImpl.java 54 * This was added to allow for automatic cloning of headers.
  /external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAXFactoryImpl.java 37 * cloning.
  /external/tlsdate/
HACKING.md 4 Please work from a git tree by cloning the repo:
  /libcore/benchmarks/src/benchmarks/regression/
ExpensiveObjectsBenchmark.java 29 * Benchmarks creation and cloning various expensive objects.
  /prebuilts/go/darwin-x86/src/html/template/
clone_test.go 101 // Similarly, cloning sub-templates should fail.
180 // since cloning cannot occur after execution.
  /prebuilts/go/darwin-x86/src/text/template/
examplefiles_test.go 148 log.Fatal("cloning helpers: ", err)
160 log.Fatal("cloning drivers: ", err)
  /prebuilts/go/linux-x86/src/html/template/
clone_test.go 101 // Similarly, cloning sub-templates should fail.
180 // since cloning cannot occur after execution.

Completed in 1878 milliseconds

12 3 4 5 6 7 8 91011>>