/external/icu4c/common/ |
D | uset.cpp | 40 uset_close(USet* set) { in uset_close() 45 uset_clone(const USet *set) { in uset_clone() 50 uset_isFrozen(const USet *set) { in uset_isFrozen() 55 uset_freeze(USet *set) { in uset_freeze() 60 uset_cloneAsThawed(const USet *set) { in uset_cloneAsThawed() 65 uset_set(USet* set, in uset_set() 71 uset_addAll(USet* set, const USet *additionalSet) { in uset_addAll() 76 uset_add(USet* set, UChar32 c) { in uset_add() 81 uset_addRange(USet* set, UChar32 start, UChar32 end) { in uset_addRange() 86 uset_addString(USet* set, const UChar* str, int32_t strLen) { in uset_addString() [all …]
|
D | uset_props.cpp | 35 UnicodeSet* set = new UnicodeSet(pat, *ec); in uset_openPattern() local 55 UnicodeSet* set = new UnicodeSet(pat, options, NULL, *ec); in uset_openPatternOptions() local 71 uset_applyPattern(USet *set, in uset_applyPattern() 100 uset_applyIntPropertyValue(USet* set, in uset_applyIntPropertyValue() 106 uset_applyPropertyAlias(USet* set, in uset_applyPropertyAlias() 129 uset_toPattern(const USet* set, in uset_toPattern()
|
/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
D | AttributeSet.java | 37 public abstract AttributeSet set (Attribute attr, String value); in set() method in AttributeSet 38 public abstract AttributeSet set (Attribute attr, int value); in set() method in AttributeSet 88 public AttributeSet set (final Attribute attr, final String value) // null removes? in set() method in AttributeSet.AttributeSetImpl 95 public AttributeSet set (final Attribute attr, final int value) in set() method in AttributeSet.AttributeSetImpl
|
/external/emma/ant/ant14/com/vladium/emma/ant/ |
D | FileTask.java | 51 public final void addInfileset (final XFileSet set) in addInfileset() 56 public final void addFileset (final XFileSet set) in addFileset() 93 final FileSet set = (FileSet) i.next (); in getDataPath() local
|
/external/icu4c/test/perf/unisetperf/ |
D | unisetperf.cpp | 128 UnicodeSet set; member in UnicodeSetPerformanceTest 159 UnicodeSet set; in Contains() local 176 const UnicodeSet &set=testcase.set; in call() local 192 static int32_t span(const UnicodeSet &set, const UChar *s, int32_t length, UBool tf) { in span() 209 UnicodeSet set; in SpanUTF16() local 238 const UnicodeSet &set=testcase.set; in call() local 260 UnicodeSet set; in SpanBackUTF16() local 289 const UnicodeSet &set=testcase.set; in call() local 315 UnicodeSet set; in SpanUTF8() local 339 const UnicodeSet &set=testcase.set; in call() local [all …]
|
/external/opencore/oscl/oscl/osclbase/src/ |
D | oscl_exclusive_ptr.h | 179 bool set(T* ptr) in set() function 318 bool set(T* ptr) in set() function 457 bool set(T* ptr) in set() function
|
/external/icu4c/i18n/ |
D | astro.h | 96 void set(double lat, double lon) { in set() function 163 void set(double asc, double dec) { in set() function 237 void set(double alt, double azim) { in set() function 590 void set(double l) { value = l; } in set() function
|
D | digitlst.cpp | 433 DigitList::set(int32_t source, int32_t maximumDigits) in set() function in DigitList 444 DigitList::set(int64_t source, int32_t maximumDigits) in set() function in DigitList 470 DigitList::set(double source, int32_t maximumDigits, UBool fixedPoint) in set() function in DigitList
|
D | csmatch.cpp | 27 void CharsetMatch::set(InputText *input, CharsetRecognizer *cr, int32_t conf) in set() function in CharsetMatch
|
/external/icu4c/test/cintltst/ |
D | usettest.c | 82 USet* set; in TestAPI() local 228 static void expect(const USet* set, in expect() 245 static void expectContainment(const USet* set, in expectContainment() 347 static void expectItems(const USet* set, in expectItems() 471 USet *set; in TestSerialized() local 521 USet *set = uset_openPattern(buf, len, &ec); in TestNonInvariantPattern() local
|
/external/icu4c/test/intltest/ |
D | usettest.cpp | 36 UnicodeString operator+(const UnicodeString& left, const UnicodeSet& set) { in operator +() 263 UnicodeSet set; in TestPatterns() local 282 UnicodeSet set(pat, status); in TestCategories() local 388 UnicodeSet set; // Construct empty set in TestAddRemove() local 486 UnicodeSet set("[h-km-q]", status); in TestMinimalRep() local 518 UnicodeSet set; in TestAPI() local 708 UnicodeSet set("[zabyc\\U0001abcd{str1}{str2}]", ec); in TestIteration() local 1120 UnicodeSet set("[a-cx-y3578]", ec); in TestIndexOf() local 1341 UnicodeSet set(pat, ec); in TestEscapePattern() local 1382 const UnicodeSet& set, in expectRange() [all …]
|
/external/emma/core/java12/com/vladium/jcd/cls/ |
D | IConstantCollection.java | 56 CONSTANT_info set (CONSTANT_info constant); in set() method 172 CONSTANT_info set (int index, CONSTANT_info constant); in set() method
|
D | IInterfaceCollection.java | 78 int set (int offset, int interface_index); in set() method
|
/external/webkit/JavaScriptCore/wtf/ |
D | ThreadSpecific.h | 119 inline void ThreadSpecific<T>::set(T* ptr) in set() function 164 inline void ThreadSpecific<T>::set(T* ptr) in set() function
|
D | PtrAndFlags.h | 45 …void set(T* ptr) { ASSERT(!(reinterpret_cast<intptr_t>(ptr) & 3)); m_ptrAndFlags = reinterpret_cas… in set() function
|
D | ByteArray.h | 37 void set(unsigned index, double value) in set() function
|
/external/webkit/WebCore/svg/ |
D | SVGDocumentExtensions.cpp | 111 HashSet<SVGStyledElement*>* set = new HashSet<SVGStyledElement*>(); in addPendingResource() local 130 std::auto_ptr<HashSet<SVGStyledElement*> > set(m_pendingResources.get(id)); in removePendingResource() local
|
/external/webkit/WebCore/inspector/ |
D | InspectorController.h | 110 void set(const String& value) { m_type = StringType; m_string = value; } in set() function 111 void set(const Vector<String>& value) { m_type = StringVectorType; m_stringVector = value; } in set() function 112 void set(double value) { m_type = DoubleType; m_simpleContent.m_double = value; } in set() function 113 void set(long value) { m_type = IntegerType; m_simpleContent.m_integer = value; } in set() function 114 void set(bool value) { m_type = BooleanType; m_simpleContent.m_boolean = value; } in set() function
|
/external/webkit/JavaScriptCore/bytecode/ |
D | Instruction.h | 55 void set(void* _stubRoutine, Structure* _base) in set() function 63 void set(void* _stubRoutine, Structure* _base, Structure* _proto) in set() function 71 void set(void* _stubRoutine, Structure* _base, StructureChain* _chain) in set() function
|
/external/opencore/oscl/oscl/osclerror/src/ |
D | oscl_error.h | 294 bool set() in set() function 391 bool set() in set() function
|
/external/webkit/WebCore/html/ |
D | CanvasPixelArray.h | 47 void set(unsigned index, double value) in set() function
|
/external/webkit/WebCore/loader/ |
D | CachedResourceClientWalker.cpp | 31 …hedResourceClientWalker::CachedResourceClientWalker(const HashCountedSet<CachedResourceClient*>& s… in CachedResourceClientWalker()
|
/external/emma/core/java12/com/vladium/jcd/cls/attribute/ |
D | IDeclaredExceptionTable.java | 81 int set (int offset, int exception_index); in set() method
|
D | IExceptionHandlerTable.java | 80 Exception_info set (int offset, Exception_info exception); in set() method
|
/external/openssl/crypto/x509/ |
D | x509name.c | 175 unsigned char *bytes, int len, int loc, int set) in X509_NAME_add_entry_by_OBJ() 187 unsigned char *bytes, int len, int loc, int set) in X509_NAME_add_entry_by_NID() 199 const unsigned char *bytes, int len, int loc, int set) in X509_NAME_add_entry_by_txt() 213 int set) in X509_NAME_add_entry()
|