/external/e2fsprogs/tests/f_bbfile/ |
expect.1 | 20 Clone multiply-claimed blocks? yes 25 Clone multiply-claimed blocks? yes 30 Clone multiply-claimed blocks? yes
|
/external/e2fsprogs/tests/f_dupfsblks/ |
expect.1 | 22 Clone multiply-claimed blocks? yes 29 Clone multiply-claimed blocks? yes 35 Clone multiply-claimed blocks? yes
|
/external/icu/icu4c/source/i18n/ |
funcrepl.cpp | 45 translit = other.translit->clone(); 46 replacer = other.replacer->clone(); 60 UnicodeFunctor* FunctionReplacer::clone() const { function in class:FunctionReplacer
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
CallInfo.java | 117 public Object clone() { method in class:CallInfo 118 CallInfo retval = (CallInfo) super.clone(); 120 retval.info = (GenericURI) this.info.clone();
|
/external/protobuf/gtest/samples/ |
sample2.cc | 43 char * const clone = new char[ len + 1 ]; local 44 memcpy(clone, c_string, len + 1); 46 return clone;
|
/frameworks/av/include/media/stagefright/ |
MediaBuffer.h | 83 // Returns a clone of this MediaBuffer increasing its reference count. 84 // The clone references the same data but has its own range and 86 MediaBuffer *clone();
|
/libcore/luni/src/main/java/java/text/ |
RuleBasedBreakIterator.java | 111 @Override public Object clone() { method in class:RuleBasedBreakIterator 112 RuleBasedBreakIterator cloned = (RuleBasedBreakIterator) super.clone(); 113 cloned.wrapped = (NativeBreakIterator) wrapped.clone();
|
/libcore/luni/src/test/java/libcore/java/text/ |
OldFormatTest.java | 50 * java.text.Format#clone() Test of method java.text.Format#clone(). 56 Format fmc = (Format) fm.clone();
|
/ndk/sources/third_party/googletest/googletest/samples/ |
sample2.cc | 43 char* const clone = new char[ len + 1 ]; local 44 memcpy(clone, a_c_string, len + 1); 46 return clone;
|
/system/media/camera/docs/ |
metadata_validate.py | 50 or a <clone ...> XML node. 64 elif entry.name == 'clone': 172 This function only makes sense to be called for an Entry, Clone, or 191 Validate that all <clone> elements point to an existing <entry> element. 201 for clone in soup.find_all("clone"): 202 clone_entry = clone['entry'] 203 clone_kind = clone['kind'] 205 parent_kind = find_kind(clone) 213 error_msg = ("Did not find corresponding clone entry '%s' " + [all...] |
/bionic/libc/bionic/ |
clone.cpp | 45 int clone(int (*fn)(void*), void* child_stack, int flags, void* arg, ...) { function 69 // Remember the parent pid and invalidate the cached value while we clone. 73 // Actually do the clone. 79 // 2. fork makes a clone system call directly.
|
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/ |
MacSpiTest.java | 76 mSpi.clone(); 82 mSpi1.clone(); 109 mSpi2.clone(); 125 public Object clone() throws CloneNotSupportedException { method in class:MyMacSpi1
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
CMSProcessableByteArray.java | 48 return Arrays.clone(bytes);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/digest/ |
SHA512.java | 34 public Object clone() method in class:SHA512.Digest 37 Digest d = (Digest)super.clone(); 54 // public Object clone() 57 // DigestT d = (DigestT)super.clone();
|
/external/chromium_org/cc/animation/ |
scroll_offset_animation_curve.h | 31 virtual scoped_ptr<AnimationCurve> Clone() const OVERRIDE;
|
/external/chromium_org/chrome/browser/browsing_data/ |
browsing_data_local_storage_helper.cc | 89 CannedBrowsingDataLocalStorageHelper::Clone() { 91 CannedBrowsingDataLocalStorageHelper* clone = local 94 clone->pending_local_storage_info_ = pending_local_storage_info_; 95 return clone;
|
/external/chromium_org/content/common/input/ |
web_input_event_traits.h | 19 static ScopedWebInputEvent Clone(const blink::WebInputEvent& event);
|
/external/chromium_org/sync/internal_api/events/ |
commit_response_event.cc | 39 scoped_ptr<ProtocolEvent> CommitResponseEvent::Clone() const {
|
poll_get_updates_request_event.cc | 37 scoped_ptr<ProtocolEvent> PollGetUpdatesRequestEvent::Clone() const {
|
/external/chromium_org/third_party/WebKit/Source/platform/animation/ |
AnimationValue.h | 55 virtual PassOwnPtr<AnimationValue> clone() const = 0; 70 virtual PassOwnPtr<AnimationValue> clone() const OVERRIDE { return adoptPtr(new FloatAnimationValue(*this)); } 87 virtual PassOwnPtr<AnimationValue> clone() const OVERRIDE { return adoptPtr(new TransformAnimationValue(*this)); } 104 virtual PassOwnPtr<AnimationValue> clone() const OVERRIDE { return adoptPtr(new FilterAnimationValue(*this)); }
|
/external/chromium_org/third_party/icu/source/common/ |
dtintrv.cpp | 49 DateInterval::clone() const { function in class:DateInterval
|
/external/chromium_org/third_party/icu/source/i18n/ |
curramt.cpp | 39 UObject* CurrencyAmount::clone() const { function in class:CurrencyAmount
|
tolowtrn.cpp | 59 Transliterator* LowercaseTransliterator::clone(void) const { function in class:LowercaseTransliterator
|
tolowtrn.h | 51 virtual Transliterator* clone(void) const;
|
toupptrn.cpp | 59 Transliterator* UppercaseTransliterator::clone(void) const { function in class:UppercaseTransliterator
|