Home
last modified time | relevance | path

Searched defs:set (Results 1 – 25 of 166) sorted by relevance

1234567

/external/icu4c/common/
Duset.cpp40 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 …]
Duset_props.cpp35 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/
DAttributeSet.java37 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/
DFileTask.java51 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/
Dunisetperf.cpp128 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/
Doscl_exclusive_ptr.h179 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/
Dastro.h96 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
Ddigitlst.cpp433 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
Dcsmatch.cpp27 void CharsetMatch::set(InputText *input, CharsetRecognizer *cr, int32_t conf) in set() function in CharsetMatch
/external/icu4c/test/cintltst/
Dusettest.c82 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/
Dusettest.cpp36 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/
DIConstantCollection.java56 CONSTANT_info set (CONSTANT_info constant); in set() method
172 CONSTANT_info set (int index, CONSTANT_info constant); in set() method
DIInterfaceCollection.java78 int set (int offset, int interface_index); in set() method
/external/webkit/JavaScriptCore/wtf/
DThreadSpecific.h119 inline void ThreadSpecific<T>::set(T* ptr) in set() function
164 inline void ThreadSpecific<T>::set(T* ptr) in set() function
DPtrAndFlags.h45 …void set(T* ptr) { ASSERT(!(reinterpret_cast<intptr_t>(ptr) & 3)); m_ptrAndFlags = reinterpret_cas… in set() function
DByteArray.h37 void set(unsigned index, double value) in set() function
/external/webkit/WebCore/svg/
DSVGDocumentExtensions.cpp111 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/
DInspectorController.h110 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/
DInstruction.h55 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/
Doscl_error.h294 bool set() in set() function
391 bool set() in set() function
/external/webkit/WebCore/html/
DCanvasPixelArray.h47 void set(unsigned index, double value) in set() function
/external/webkit/WebCore/loader/
DCachedResourceClientWalker.cpp31 …hedResourceClientWalker::CachedResourceClientWalker(const HashCountedSet<CachedResourceClient*>& s… in CachedResourceClientWalker()
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
DIDeclaredExceptionTable.java81 int set (int offset, int exception_index); in set() method
DIExceptionHandlerTable.java80 Exception_info set (int offset, Exception_info exception); in set() method
/external/openssl/crypto/x509/
Dx509name.c175 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()

1234567