Searched defs:set (Results 201 - 225 of 583) sorted by relevance

1234567891011>>

/external/proguard/src/proguard/ant/
H A DClassSpecificationElement.java56 // Get the referenced file set, or else this one.
201 private int requiredAccessFlags(boolean set, argument
215 if (token.startsWith("!") ^ set)
238 if (type != null && (type.startsWith("!") ^ set))
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DUnknownFieldSetTest.java427 private void checkEqualsIsConsistent(UnknownFieldSet set) { argument
429 assertEquals(set, set);
432 UnknownFieldSet copy = UnknownFieldSet.newBuilder(set).build();
433 assertEquals(set, copy);
434 assertEquals(copy, set);
435 assertEquals(set.hashCode(), copy.hashCode());
/external/qemu/
H A Dqemu-thread.c159 sigset_t set, oldset; local
161 sigfillset(&set);
162 pthread_sigmask(SIG_SETMASK, &set, &oldset);
/external/replicaisland/src/com/replica/replicaisland/
H A DFixedSizeArray.java27 * (the current number of objects inserted into the array). Operations such as set() and remove()
78 * ignoreComparator is set to true, a linear search of object references will be performed.
79 * Otherwise, the comparator set on this array (if any) will be used to find the object.
139 public void set(int index, T object) { method in class:FixedSizeArray
188 * Note that if ignoreComparator is set to true, a linear search of object references will be
189 * performed. Otherwise, the comparator set on this array (if any) will be used to find the
239 * the forceResort parameter is set to true. If a comparator has been specified with
242 * @param forceResort If set to true, the array will be resorted even if the order of the
H A DRenderSystem.java56 element.set(object, position, priority, cameraRelative);
104 public void set(DrawableObject drawable, Vector2 position, int priority, boolean isCameraRelative) { method in class:RenderSystem.RenderElement
/external/skia/include/core/
H A DSk64.h97 void set(int32_t hi, uint32_t lo) { fHi = hi; fLo = lo; } function in struct:Sk64
100 void set(int32_t a) { fHi = a >> 31; fLo = a; } function in struct:Sk64
H A DSkTDict.h29 bool set(const char name[], const T& value) function in class:SkTDict
31 return set(name, strlen(name), value);
34 bool set(const char name[], size_t len, const T& value) function in class:SkTDict
/external/skia/src/xml/
H A DSkBML_XMLParser.cpp38 static void set(char* array[256], int index, SkStream& s, int data) function
96 set(rec.fNames, rec.fNextName++, s, data);
98 set(rec.fValues, rec.fNextValue++, s, 31);
102 set(rec.fNames, rec.fNextName++, s, data);
108 set(rec.fValues, rec.fNextValue++, s, 31);
131 set(rec.fElems, rec.fNextElem++, s, data);
/external/stlport/src/
H A Dmessages.cpp139 int set, int p_id, const string& dfault) const {
142 set, p_id, dfault.c_str()))
150 int set, int p_id, const wstring& dfault) const {
154 const char* str = _Locale_catgets(_M_message_obj, _STLP_MUTABLE(_Messages_impl, _M_cat)[thecat], set, p_id, "");
160 const char* str2 = _Locale_catgets(_M_message_obj, _STLP_MUTABLE(_Messages_impl, _M_cat)[thecat], set, p_id, "*");
205 messages_byname<char>::do_get(catalog cat, int set, int p_id, argument
207 { return _M_impl->do_get(cat, set, p_id, dfault); }
235 int set, int p_id, const wstring& dfault) const
236 { return _M_impl->do_get(thecat, set, p_id, dfault); }
138 do_get(catalog cat, int set, int p_id, const string& dfault) const argument
149 do_get(catalog thecat, int set, int p_id, const wstring& dfault) const argument
234 do_get(catalog thecat, int set, int p_id, const wstring& dfault) const argument
/external/svox/pico/lib/
H A Dpicokdt.h118 picoos_uint8 set; /* TRUE if class set, FALSE otherwise */ member in struct:__anon13294
127 picoos_uint8 nr; /* 0 if no class set, nr of values set otherwise */
290 set to 0 otherwise
292 set to 0 otherwise
/external/v8/test/mjsunit/
H A Dexternal-array.js105 function set(a, index, value) { function
111 set(array, 0, 2.5);
114 %OptimizeFunctionOnNextCall(set);
115 set(array, 0, 2.5);
117 set(array, 1, 3.5);
/external/valgrind/main/drd/tests/
H A Dmonitor_example.cpp189 void set(const int state) function in class:StateVariable
214 s_sv.set(2);
216 s_sv.set(4);
224 s_sv.set(1);
226 s_sv.set(3);
/external/webkit/Source/JavaScriptCore/bytecode/
H A DInstruction.h70 void set(JSGlobalData& globalData, JSCell* owner, PolymorphicAccessStructureListStubRoutineType _stubRoutine, Structure* _base) function in struct:JSC::PolymorphicAccessStructureList::PolymorphicStubInfo
73 base.set(globalData, owner, _base);
78 void set(JSGlobalData& globalData, JSCell* owner, PolymorphicAccessStructureListStubRoutineType _stubRoutine, Structure* _base, Structure* _proto) function in struct:JSC::PolymorphicAccessStructureList::PolymorphicStubInfo
81 base.set(globalData, owner, _base);
82 u.proto.set(globalData, owner, _proto);
86 void set(JSGlobalData& globalData, JSCell* owner, PolymorphicAccessStructureListStubRoutineType _stubRoutine, Structure* _base, StructureChain* _chain) function in struct:JSC::PolymorphicAccessStructureList::PolymorphicStubInfo
89 base.set(globalData, owner, _base);
90 u.chain.set(globalData, owner, _chain);
97 list[0].set(globalData, owner, stubRoutine, firstBase);
102 list[0].set(globalDat
[all...]
/external/webkit/Source/JavaScriptCore/heap/
H A DWeak.h53 set(value);
99 void set(JSGlobalData& globalData, ExternalType value, WeakHandleOwner* weakOwner = 0, void* context = 0) function in class:JSC::Weak
106 set(value);
128 void set(ExternalType externalType) function in class:JSC::Weak
/external/webkit/Source/JavaScriptCore/runtime/
H A DWriteBarrier.h58 void set(JSGlobalData& globalData, const JSCell* owner, T* value) function in class:JSC::WriteBarrierBase
111 void set(JSGlobalData& globalData, const JSCell* owner, JSValue value) function in class:JSC::WriteBarrierBase
166 this->set(globalData, owner, value);
179 this->set(globalData, owner, value);
/external/webkit/Source/JavaScriptCore/wtf/
H A DOwnArrayPtr.h81 void set(PtrType);
115 template<typename T> inline void OwnArrayPtr<T>::set(PtrType ptr) function in class:WTF::OwnArrayPtr
H A DOwnPtr.h82 void set(PtrType);
116 template<typename T> inline void OwnPtr<T>::set(PtrType ptr) function in class:WTF::OwnPtr
/external/webkit/Source/JavaScriptCore/wtf/gobject/
H A DGOwnPtr.h63 void set(T* ptr) function in class:WTF::GOwnPtr
/external/webkit/Source/WebCore/bindings/v8/
H A DV8DOMMap.h60 virtual void set(KeyType* obj, v8::Persistent<ValueType> wrapper) = 0;
89 virtual void set(KeyType* obj, v8::Persistent<ValueType> wrapper) function in class:WebCore::WeakReferenceMap
93 m_map.set(obj, *wrapper);
144 // An opaque class that represents a set of DOM wrappers.
147 // A utility class to manage the lifetime of set of DOM wrappers.
/external/webkit/Source/WebCore/loader/
H A DCrossOriginPreflightResultCache.cpp53 static void addToAccessControlAllowList(const String& string, unsigned start, unsigned end, HashSet<String, HashType>& set) argument
71 set.add(string.substring(start, end - start + 1));
75 static bool parseAccessControlAllowList(const String& string, HashSet<String, HashType>& set) argument
83 addToAccessControlAllowList(string, start, end - 1, set);
87 addToAccessControlAllowList(string, start, string.length() - 1, set);
/external/webkit/Source/WebCore/platform/graphics/
H A DFloatPoint.h83 void set(float x, float y) function in class:WebCore::FloatPoint
/external/webkit/Source/WebKit/android/jni/
H A DWebStorage.cpp61 jobject set = env->NewObject(setClass, cid); local
68 env->CallBooleanMethod(set, mid, jUrl);
72 return set;
/external/webkit/Tools/DumpRenderTree/chromium/
H A DCppVariant.cpp52 set(original);
59 set(original);
124 // Nothing to set.
133 void CppVariant::set(const NPVariant& newValue) function in class:CppVariant
138 set(newValue.value.boolValue);
141 set(newValue.value.intValue);
144 set(newValue.value.doubleValue);
147 set(newValue.value.stringValue);
154 set(newValue.value.objectValue);
165 void CppVariant::set(boo function in class:CppVariant
172 void CppVariant::set(int32_t newValue) function in class:CppVariant
179 void CppVariant::set(double newValue) function in class:CppVariant
187 void CppVariant::set(const char* newValue) function in class:CppVariant
196 void CppVariant::set(const string& newValue) function in class:CppVariant
205 void CppVariant::set(const NPString& newValue) function in class:CppVariant
212 void CppVariant::set(NPObject* newValue) function in class:CppVariant
[all...]
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js810 Hash.set(this, key, value);
831 set: function(key, value){
851 results.set(key, fn.call(bind, value, key, this));
859 if (fn.call(bind, value, key, this)) results.set(key, value);
1312 return $(tag).set(props);
1410 return $.element(this.createElement(tag)).set(props);
1607 set: function(prop, value){
1610 for (var p in prop) this.set(p, prop[p]);
1614 (property && property.set) ? property.set
[all...]
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3string.h88 pANTLR3_UINT8 (*set) (struct ANTLR3_STRING_struct * string, const char * chars); member in struct:ANTLR3_STRING_struct

Completed in 896 milliseconds

1234567891011>>