Searched defs:duplicate (Results 1 - 25 of 51) sorted by relevance

123

/external/llvm/test/MC/ARM/
H A Deh-directive-movsp.s7 .section .duplicate
9 .global duplicate
10 .type duplicate,%function
11 duplicate: label
20 @ CHECK: Name: .ARM.exidx.duplicate
/external/javassist/sample/duplicate/
H A DMain.java1 package sample.duplicate;
21 First, run sample.duplicate.Viewer without a metaobject.
23 % java sample.duplicate.Viewer
28 of sample.duplicate.DuplicatedObject.
30 % java sample.duplicate.Main
33 sample.duplicate.Viewer is loaded by javassist.tools.reflect.Loader so that
39 cl.makeReflective("sample.duplicate.Ball",
40 "sample.duplicate.DuplicatedObject",
42 cl.run("sample.duplicate.Viewer", args);
H A DDuplicatedObject.java1 package sample.duplicate;
H A DBall.java1 package sample.duplicate;
H A DViewer.java1 package sample.duplicate;
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DAbstractContainerTester.java182 public final E duplicate; field in class:AbstractContainerTester.ArrayWithDuplicate
184 private ArrayWithDuplicate(E[] elements, E duplicate) { argument
186 this.duplicate = duplicate;
191 * @return an array of the proper size with a duplicate element.
196 E duplicate = elements[(elements.length / 2) - 1];
197 elements[(elements.length / 2) + 1] = duplicate;
198 return new ArrayWithDuplicate<E>(elements, duplicate);
/external/skia/include/core/
H A DSkStream.h107 virtual SkStreamRewindable* duplicate() const { return NULL; } function in class:SkStream
144 /** SkStreamRewindable is a SkStream for which rewind and duplicate are required. */
148 SkStreamRewindable* duplicate() const override = 0;
154 SkStreamSeekable* duplicate() const override = 0;
166 SkStreamAsset* duplicate() const override = 0;
176 SkStreamMemory* duplicate() const override = 0;
266 SkStreamAsset* duplicate() const override;
339 SkMemoryStream* duplicate() const override;
/external/skia/src/pathops/
H A DSkOpSpan.cpp24 void SkOpPtT::init(SkOpSpanBase* span, double t, const SkPoint& pt, bool duplicate) { argument
29 fDuplicatePt = duplicate;
H A DSkPathOpsPostSect.cpp24 void SkOpPtT::init(SkOpSpanBase* span, double t, const SkPoint& pt, bool duplicate) { argument
29 fDuplicatePt = duplicate;
H A DSkOpSpan.h70 bool duplicate() const { function in class:SkOpPtT
/external/skia/src/utils/win/
H A DSkDWriteFontFileStream.cpp87 SkDWriteFontFileStream* SkDWriteFontFileStream::duplicate() const { function in class:SkDWriteFontFileStream
106 SkAutoTDelete<SkDWriteFontFileStream> that(this->duplicate());
/external/squashfs-tools/squashfs-tools/
H A Dcaches-queues-lists.h105 int duplicate; member in union:file_buffer::__anon14426
/external/jetty/src/java/org/eclipse/jetty/io/
H A DAbstractBuffer.java86 public ByteArrayBuffer duplicate(int access) method in class:AbstractBuffer
101 return duplicate(_access);
107 return duplicate(IMMUTABLE);
126 return duplicate(READWRITE);
/external/lldb/source/Interpreter/
H A DOptions.cpp109 // Returns the union of set_a and set_b. Does not put duplicate members into the union.
835 bool duplicate = false; local
840 duplicate = true;
844 if (!duplicate)
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateFormatSymbols.java682 return duplicate(eras);
691 eras = duplicate(newEras);
700 return duplicate(eraNames);
709 eraNames = duplicate(newEraNames);
718 return duplicate(months);
764 return duplicate(returnValue);
773 months = duplicate(newMonths);
789 months = duplicate(newMonths);
792 shortMonths = duplicate(newMonths);
795 narrowMonths = duplicate(newMonth
1736 private final String[] duplicate(String[] srcArray) method in class:DateFormatSymbols
1741 private final String[][] duplicate(String[][] srcArray) method in class:DateFormatSymbols
[all...]
/external/jsoncpp/chromium-overrides/include/json/
H A Dvalue.h172 duplicate, enumerator in enum:Json::Value::CZString::DuplicationPolicy
228 * Like other value string constructor but do not duplicate the string for
/external/jsoncpp/include/json/
H A Dvalue.h172 duplicate, enumerator in enum:Json::Value::CZString::DuplicationPolicy
228 * Like other value string constructor but do not duplicate the string for
/external/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp334 MachineInstr *TargetInstrInfo::duplicate(MachineInstr *Orig, function in class:TargetInstrInfo
/external/skia/src/core/
H A DSkStream.cpp232 SkStreamAsset* SkFILEStream::duplicate() const { function in class:SkFILEStream
268 SkAutoTDelete<SkStreamAsset> that(this->duplicate());
393 SkMemoryStream* SkMemoryStream::duplicate() const { function in class:SkMemoryStream
413 SkAutoTDelete<SkMemoryStream> that(this->duplicate());
734 SkBlockMemoryStream* duplicate() const override {
764 SkAutoTDelete<SkBlockMemoryStream> that(this->duplicate());
909 SkAutoTDelete<SkStreamRewindable> dupStream(stream->duplicate());
/external/vboot_reference/tests/
H A Dcgptlib_test.c1328 /* Test duplicate UniqueGuids can be detected. */
1337 int duplicate; member in struct:__anon16895
1381 EXPECT(cases[i].duplicate == CheckEntries(e, h));
/external/elfutils/src/src/
H A Dunstrip.c750 size_t *duplicate;
1634 s->duplicate = NULL;
1644 /* This is a duplicate. Its twin will get the next slot. */
1646 s->duplicate = n->map;
1677 if (symbols[i].duplicate == NULL)
1681 assert (*symbols[i].duplicate != STN_UNDEF);
1682 *symbols[i].map = *symbols[i].duplicate;
748 size_t *duplicate; member in union:symbol::__anon4729
/external/icu/icu4c/source/common/
H A Duloc.cpp649 UBool duplicate = FALSE; local
719 /* If this is a duplicate keyword, then ignore it */
722 duplicate = TRUE;
726 if (!duplicate) {
733 UBool duplicate = FALSE; local
735 /* Search for duplicate; if found, do nothing. Explicit keyword
739 duplicate = TRUE;
743 if (!duplicate) {
2354 while(*s==',') { /* eat duplicate commas */
/external/libnl/include/linux/
H A Dpkt_sched.h453 __u32 duplicate; /* random packet dup (0=none ~0=100%) */ member in struct:tc_netem_qopt
461 __u32 dup_corr; /* duplicate correlation */
/external/v8/src/
H A Ddeoptimizer.h48 Address slot_address, int frame, int length, int duplicate, bool is_args)
52 duplicate_object_(duplicate),
47 ObjectMaterializationDescriptor( Address slot_address, int frame, int length, int duplicate, bool is_args) argument
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap.c913 int duplicate; local
915 duplicate = (sm->reqId == sm->lastId) && sm->rxReq;
916 if (sm->workaround && duplicate &&
920 * duplicate EAP requests. However, this misses cases where the
923 * an extra verification for the packets being duplicate to
929 "duplicate packet");
930 duplicate = 0;
933 return duplicate;
948 int duplicate = eap_peer_req_is_duplicate(sm); local
979 else if (sm->rxReq && duplicate)
[all...]

Completed in 710 milliseconds

123