HomeSort by relevance Sort by last modified time
    Searched full:cloner (Results 1 - 25 of 50) sorted by null

1 2

  /external/ltp/include/
tst_clone.h 27 /* Functions from lib/cloner.c */
  /art/tools/dexfuzz/src/dexfuzz/program/
MInsn.java 49 // It is the responsibility of the cloner to update these values.
  /external/kernel-headers/original/uapi/linux/
sched.h 14 #define CLONE_PARENT 0x00008000 /* set if we want to have the same parent as the cloner */
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
AllocatorList.h 52 struct Cloner {
54 Cloner(AllocatorList &AL) : AL(AL) {}
133 List.cloneFrom(X.List, Cloner(*this), Disposer(*this));
142 List.cloneFrom(X.List, Cloner(*this), Disposer(*this));
simple_ilist.h 168 template <class Cloner, class Disposer>
169 void cloneFrom(const simple_ilist &L2, Cloner clone, Disposer dispose) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
AllocatorList.h 52 struct Cloner {
54 Cloner(AllocatorList &AL) : AL(AL) {}
133 List.cloneFrom(X.List, Cloner(*this), Disposer(*this));
142 List.cloneFrom(X.List, Cloner(*this), Disposer(*this));
simple_ilist.h 168 template <class Cloner, class Disposer>
169 void cloneFrom(const simple_ilist &L2, Cloner clone, Disposer dispose) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
AllocatorList.h 52 struct Cloner {
54 Cloner(AllocatorList &AL) : AL(AL) {}
133 List.cloneFrom(X.List, Cloner(*this), Disposer(*this));
142 List.cloneFrom(X.List, Cloner(*this), Disposer(*this));
simple_ilist.h 168 template <class Cloner, class Disposer>
169 void cloneFrom(const simple_ilist &L2, Cloner clone, Disposer dispose) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
AllocatorList.h 52 struct Cloner {
54 Cloner(AllocatorList &AL) : AL(AL) {}
133 List.cloneFrom(X.List, Cloner(*this), Disposer(*this));
142 List.cloneFrom(X.List, Cloner(*this), Disposer(*this));
simple_ilist.h 168 template <class Cloner, class Disposer>
169 void cloneFrom(const simple_ilist &L2, Cloner clone, Disposer dispose) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
AllocatorList.h 52 struct Cloner {
54 Cloner(AllocatorList &AL) : AL(AL) {}
133 List.cloneFrom(X.List, Cloner(*this), Disposer(*this));
142 List.cloneFrom(X.List, Cloner(*this), Disposer(*this));
simple_ilist.h 168 template <class Cloner, class Disposer>
169 void cloneFrom(const simple_ilist &L2, Cloner clone, Disposer dispose) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
AllocatorList.h 52 struct Cloner {
54 Cloner(AllocatorList &AL) : AL(AL) {}
133 List.cloneFrom(X.List, Cloner(*this), Disposer(*this));
142 List.cloneFrom(X.List, Cloner(*this), Disposer(*this));
simple_ilist.h 168 template <class Cloner, class Disposer>
169 void cloneFrom(const simple_ilist &L2, Cloner clone, Disposer dispose) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
AllocatorList.h 52 struct Cloner {
54 Cloner(AllocatorList &AL) : AL(AL) {}
133 List.cloneFrom(X.List, Cloner(*this), Disposer(*this));
142 List.cloneFrom(X.List, Cloner(*this), Disposer(*this));
simple_ilist.h 168 template <class Cloner, class Disposer>
169 void cloneFrom(const simple_ilist &L2, Cloner clone, Disposer dispose) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
AllocatorList.h 52 struct Cloner {
54 Cloner(AllocatorList &AL) : AL(AL) {}
133 List.cloneFrom(X.List, Cloner(*this), Disposer(*this));
142 List.cloneFrom(X.List, Cloner(*this), Disposer(*this));
simple_ilist.h 168 template <class Cloner, class Disposer>
169 void cloneFrom(const simple_ilist &L2, Cloner clone, Disposer dispose) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
sched.h 14 #define CLONE_PARENT 0x00008000 /* set if we want to have the same parent as the cloner */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
sched.h 14 #define CLONE_PARENT 0x00008000 /* set if we want to have the same parent as the cloner */
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
TestBoilerplate.java 135 Method cloner = aClass.getMethod("clone", (Class[])null); local
136 return (T) cloner.invoke(a,(Object[])null);
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
TestBoilerplate.java 134 Method cloner = aClass.getMethod("clone", (Class[])null); local
135 return (T) cloner.invoke(a,(Object[])null);
  /external/swiftshader/third_party/LLVM/unittests/Transforms/Utils/
Cloning.cpp 1 //===- Cloning.cpp - Unit tests for the Cloner ----------------------------===//
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
simple_ilist.h 168 template <class Cloner, class Disposer>
169 void cloneFrom(const simple_ilist &L2, Cloner clone, Disposer dispose) {

Completed in 1769 milliseconds

1 2