HomeSort by relevance Sort by last modified time
    Searched full:clone (Results 451 - 475 of 5242) sorted by null

<<11121314151617181920>>

  /external/icu/icu4c/source/samples/citer/
citer.cpp 51 UCharCharacterIterator* test2 = (UCharCharacterIterator*)iter.clone();
56 u_fprintf(out, "clone() or equals() failed: Two clones tested unequal\n");
64 u_fprintf(out, "iter.getText() != clone.getText()\n");
118 StringCharacterIterator* test2 = (StringCharacterIterator*)iter.clone();
121 u_fprintf(out, "clone() or equals() failed: Two clones tested unequal\n");
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
AbstractInsnNode.java 206 public abstract AbstractInsnNode clone(final Map labels); method in class:AbstractInsnNode
209 * Returns the clone of the given label.
213 * @return the clone of the given label.
215 static LabelNode clone(final LabelNode label, final Map map) { method in class:AbstractInsnNode
226 static LabelNode[] clone(final List labels, final Map map) { method in class:AbstractInsnNode
TableSwitchInsnNode.java 106 public AbstractInsnNode clone(final Map labels) { method in class:TableSwitchInsnNode
109 clone(dflt, labels),
110 clone(this.labels, labels));
  /frameworks/base/services/core/java/com/android/server/hdmi/
HotplugDetectionAction.java 188 // Need to clone it so that it doesn't touch original set.
189 BitSet clone = (BitSet) first.clone(); local
190 clone.andNot(second);
191 return clone;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
sched.h 57 # define CLONE_DETACHED 0x00400000 /* Create clone detached. */
59 force CLONE_PTRACE on this clone. */
67 # define CLONE_IO 0x80000000 /* Clone I/O context. */
79 /* Clone current process. */
80 extern int clone (int (*__fn) (void *__arg), void *__child_stack,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
sched.h 57 # define CLONE_DETACHED 0x00400000 /* Create clone detached. */
59 force CLONE_PTRACE on this clone. */
67 # define CLONE_IO 0x80000000 /* Clone I/O context. */
79 /* Clone current process. */
80 extern int clone (int (*__fn) (void *__arg), void *__child_stack,
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
MessageDigestSpiTest.java 112 * @tests java.security.MessageDigestSpi#clone()
117 md.clone();
123 assertNotSame(mdc, mdc.clone());
  /external/chromium_org/base/win/
enum_variant_unittest.cc 41 EXPECT_EQ(S_OK, ev->Clone(&ev2));
94 // Clone it.
96 EXPECT_EQ(S_OK, ev->Clone(&ev2));
  /external/chromium_org/cc/test/
animation_test_common.h 31 virtual scoped_ptr<AnimationCurve> Clone() const OVERRIDE;
50 virtual scoped_ptr<AnimationCurve> Clone() const OVERRIDE;
64 virtual scoped_ptr<AnimationCurve> Clone() const OVERRIDE;
  /external/chromium_org/chrome/browser/resources/print_preview/data/
margins.js 101 var clone = {};
103 clone[o] = this.value_[o];
105 return clone;
  /external/chromium_org/media/video/capture/win/
filter_base_win.cc 73 STDMETHOD(Clone)(IEnumPins** clone) {
77 *clone = pin_enum;
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTElement.cpp 81 RefPtrWillBeRawPtr<VTTElement> clone = create(static_cast<VTTNodeType>(m_webVTTNodeType), &document()); local
82 clone->setLanguage(m_language);
83 return clone.release();
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGIntegerOptionalInteger.cpp 46 PassRefPtr<SVGIntegerOptionalInteger> SVGIntegerOptionalInteger::clone() const function in class:WebCore::SVGIntegerOptionalInteger
48 return SVGIntegerOptionalInteger::create(m_firstInteger->clone(), m_secondInteger->clone());
SVGNumberOptionalNumber.cpp 46 PassRefPtr<SVGNumberOptionalNumber> SVGNumberOptionalNumber::clone() const function in class:WebCore::SVGNumberOptionalNumber
48 return SVGNumberOptionalNumber::create(m_firstNumber->clone(), m_secondNumber->clone());
  /external/chromium_org/third_party/icu/source/common/unicode/
dtintrv.h 80 * compilers support genuine RTTI. Polymorphic operator==() and clone()
119 * clone this object.
124 virtual DateInterval* clone() const;
  /external/chromium_org/third_party/icu/source/i18n/
tmunit.cpp 29 * Also, Measure can clone and destruct the "unit" pointer.
34 * 3. clone and destructor need to check upon this flag to distinguish on how
83 TimeUnit::clone() const { function in class:TimeUnit
  /external/chromium_org/third_party/mesa/src/src/glsl/
SConscript 7 env = env.Clone()
22 parser_env = env.Clone()
116 env = env.Clone()
  /external/chromium_org/third_party/polymer/platform/
CONTRIBUTING.md 28 git clone git@github.com:{{ username }}/{{ repository }}.git --recursive
30 Note the `--recursive`. This is necessary for submodules to initialize properly. If you don't do a recursive clone, you'll have to init them manually:
37 git clone git://github.com/Polymer/tools.git && tools/bin/pull-all.sh
  /external/chromium_org/ui/webui/resources/js/
parse_html_subset.js 41 var clone = {};
46 clone[key] = arguments[i][key];
50 return clone;
  /external/icu/icu4c/source/common/unicode/
dtintrv.h 80 * compilers support genuine RTTI. Polymorphic operator==() and clone()
119 * clone this object.
124 virtual DateInterval* clone() const;
  /external/icu/icu4c/source/i18n/
tmunit.cpp 28 * Also, Measure can clone and destruct the "unit" pointer.
33 * 3. clone and destructor need to check upon this flag to distinguish on how
105 TimeUnit::clone() const { function in class:TimeUnit
  /external/icu/icu4c/source/i18n/unicode/
measure.h 69 * Return a polymorphic clone of this object. The result will
73 virtual UObject* clone() const;
118 * compilers support genuine RTTI. Polymorphic operator==() and clone()
  /external/icu/icu4c/source/test/intltest/
svccoll.cpp 51 Collator *clone = frcol->clone(); local
57 if (*clone != *ncol) {
60 delete clone;
99 Collator *clone = frcol->clone(); local
103 if (*clone != *ncol) {
106 delete clone;
127 le2 = localeEnum->clone();
129 errln("ServiceEnumeration.clone() failed")
    [all...]
  /external/mesa3d/src/glsl/
SConscript 7 env = env.Clone()
22 parser_env = env.Clone()
116 env = env.Clone()
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/beans/
BulkBean.java 54 return (Class[])types.clone();
58 return (String[])getters.clone();
62 return (String[])setters.clone();

Completed in 1319 milliseconds

<<11121314151617181920>>