Searched defs:set (Results 151 - 175 of 583) sorted by relevance

1234567891011>>

/external/skia/src/animator/
H A DSkDrawMatrix.h49 void set(SkMatrix& src) { function in class:SkDrawMatrix
/external/skia/src/gpu/
H A DGrGpuVertex.h39 void set(GrTextScalar x, GrTextScalar y) { function in struct:GrGpuTextVertex
59 v[0].set(l, t);
60 v[1].set(l, b);
61 v[2].set(r, b);
62 v[3].set(r, t);
/external/valgrind/main/coregrind/m_gdbserver/
H A Dvalgrind-low-amd64.c126 dlog(1, "set pc to %p\n", C2v (newpc));
128 dlog(1, "set pc not changed %p\n", C2v (newpc));
138 int set = abs_regno / num_regs; local
142 VexGuestAMD64State* amd64 = (VexGuestAMD64State*) get_arch (set, tst);
176 /* we can only retrieve the real flags (set 0)
178 if (set == 0)
H A Dvalgrind-low-arm.c121 dlog(1, "set pc to %p\n", C2v (newpc));
123 dlog(1, "set pc not changed %p\n", C2v (newpc));
128 // If the thumb bit (bit 0) is already set, we trust it.
130 dlog (1, "%p = thumb (bit0 is set)\n", C2v (pc));
134 // Here, bit 0 is not set.
138 // address and we set the thumb bit.
141 dlog (1, "bit0 not set, bit1 set => %p = thumb\n", C2v (pc));
151 // the debug info with the bit0 set
184 int set local
[all...]
H A Dvalgrind-low-ppc32.c39 /* this is only the basic set of registers.
171 dlog(1, "set pc to %p\n", C2v (newpc));
173 dlog(1, "set pc not changed %p\n", C2v (newpc));
183 int set = abs_regno / num_regs; local
187 VexGuestPPC32State* ppc32 = (VexGuestPPC32State*) get_arch (set, tst);
H A Dvalgrind-low-ppc64.c168 dlog(1, "set pc to %p\n", C2v (newpc));
170 dlog(1, "set pc not changed %p\n", C2v (newpc));
180 int set = abs_regno / num_regs; local
184 VexGuestPPC64State* ppc64 = (VexGuestPPC64State*) get_arch (set, tst);
H A Dvalgrind-low-s390x.c112 dlog(1, "set pc to %p\n", C2v (newpc));
114 dlog(1, "set pc not changed %p\n", C2v (newpc));
124 int set = abs_regno / num_regs; local
128 VexGuestS390XState* s390x = (VexGuestS390XState*) get_arch (set, tst);
H A Dvalgrind-low-x86.c111 dlog(1, "set pc to %p\n", C2v (newpc));
113 dlog(1, "set pc not changed %p\n", C2v (newpc));
123 int set = abs_regno / num_regs; local
127 VexGuestX86State* x86 = (VexGuestX86State*) get_arch (set, tst);
153 /* we can only retrieve the real flags (set 0)
155 if (set == 0)
/external/webkit/Source/JavaScriptCore/heap/
H A DLocal.h56 void set(ExternalType);
62 set(value);
68 set(other.get());
84 set(value);
90 set(other.get());
94 template <typename T> inline void Local<T>::set(ExternalType externalType) function in class:JSC::Local
H A DStrong.h54 set(value);
60 set(handle.get());
69 set(other.get());
78 set(other.get());
98 void set(JSGlobalData& globalData, ExternalType value) function in class:JSC::Strong
102 set(value);
112 set(*HandleHeap::heapFor(other.slot())->globalData(), other.get());
123 set(*HandleHeap::heapFor(other.slot())->globalData(), other.get());
138 void set(ExternalType externalType) function in class:JSC::Strong
/external/webkit/Source/JavaScriptCore/wtf/
H A DBitmap.h38 void set(size_t);
55 // and then casted to unsigned, meaning that set(31) when WordType is
75 inline void Bitmap<size>::set(size_t n) function in class:WTF::Bitmap
H A DThreadSpecific.h84 void set(T*);
133 inline void ThreadSpecific<T>::set(T* ptr) function in class:WTF::ThreadSpecific
156 inline void ThreadSpecific<T>::set(T* ptr) function in class:WTF::ThreadSpecific
177 inline void ThreadSpecific<T>::set(T* ptr) function in class:WTF::ThreadSpecific
200 inline void ThreadSpecific<T>::set(T* ptr) function in class:WTF::ThreadSpecific
251 inline void ThreadSpecific<T>::set(T* ptr) function in class:WTF::ThreadSpecific
312 set(ptr);
/external/webkit/Source/JavaScriptCore/wtf/url/src/
H A DURLBuffer.h56 inline void set(int offset, CHAR ch) function in class:WTF::URLBuffer
/external/webkit/Source/WebCore/bindings/v8/
H A DIDBBindingUtilities.cpp88 bool set(v8::Handle<v8::Value>& object, const IDBKeyPathElement& keyPathElement, const v8::Handle<v8::Value>& v8Value) function in namespace:WebCore::__anon15094
156 if (!set(parent, keyPath.last(), toV8(key.get())))
/external/webkit/Source/WebCore/css/
H A DCSSStyleDeclaration.cpp151 PassRefPtr<CSSMutableStyleDeclaration> CSSStyleDeclaration::copyPropertiesInSet(const int* set, unsigned length) const argument
156 RefPtr<CSSValue> value = getPropertyCSSValue(set[i]);
158 list.append(CSSProperty(set[i], value.release(), false));
/external/webkit/Source/WebCore/dom/
H A DRangeBoundaryPoint.h46 void set(PassRefPtr<Node> container, int offset, Node* childBefore);
111 inline void RangeBoundaryPoint::set(PassRefPtr<Node> container, int offset, Node* childBefore) function in class:WebCore::RangeBoundaryPoint
/external/webkit/Source/WebCore/html/canvas/
H A DTypedArrayBase.h40 void set(TypedArrayBase<T>* array, unsigned offset, ExceptionCode& ec) function in class:WebCore::TypedArrayBase
90 a->set(i, array[i]);
/external/webkit/Source/WebCore/platform/network/
H A DCredentialStorage.cpp49 DEFINE_STATIC_LOCAL(HashSet<String>, set, ());
50 return set;
86 void CredentialStorage::set(const Credential& credential, const ProtectionSpace& protectionSpace, const KURL& url) function in class:WebCore::CredentialStorage
91 protectionSpaceToCredentialMap().set(protectionSpace, credential);
98 pathToDefaultProtectionSpaceMap().set(protectionSpaceMapKeyFromURL(url), protectionSpace);
142 bool CredentialStorage::set(const Credential& credential, const KURL& url) function in class:WebCore::CredentialStorage
150 protectionSpaceToCredentialMap().set(iter->second, credential);
/external/webkit/Source/WebCore/svg/
H A DSVGElementInstance.cpp100 const HashSet<SVGElementInstance*>& set = element->instancesForElement(); local
101 if (set.isEmpty())
105 const HashSet<SVGElementInstance*>::const_iterator end = set.end();
106 for (HashSet<SVGElementInstance*>::const_iterator it = set.begin(); it != end; ++it) {
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
H A DIntervalSet.java38 /** A set of integers that relies on ranges being common to do
58 /** Create a set with no elements */
67 /** Create a set with a single element, el. */
74 /** Create a set with all ints within range [a..b] (inclusive) */
81 /** Add a single element to the set. An isolated element is stored
88 /** Add interval; i.e., add all integers from a to b to set.
115 iter.set(bigger);
123 iter.previous(); // move backwards to what we just set
124 iter.set(bigger.union(next)); // set t
187 addAll(IntSet set) argument
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DAbstractSequentialListTest.java135 list.set(0, new Object());
203 public void set(Object object) { method in class:AbstractSequentialListTest.MockListIterator
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DASN1Set.java11 private Vector set = new Vector(); field in class:ASN1Set
39 throw new IllegalArgumentException("failed to construct set from byte[]: " + e.getMessage());
56 * Return an ASN1 set from a tagged object. There is a special
60 * set - so we need to add it back (this will happen if the tagged
89 // surrounding set.
111 // into a set.
146 set.addElement(obj);
158 set.addElement(v.get(i));
176 set.addElement(array[i]);
187 return set
[all...]
/external/chromium/base/i18n/
H A Dfile_util_icu.cc29 return !!set->contains(ucs4);
33 return !!set->containsNone(icu::UnicodeString(s.c_str(), s.size()));
43 scoped_ptr<icu::UnicodeSet> set; member in class:__anon1512::IllegalCharacters
54 // TODO(jungshik): Revisit the set. ZWJ and ZWNJ are excluded because they
57 // Also, consider wrapping the set with our Singleton class to create and
61 set.reset(new icu::UnicodeSet(icu::UnicodeString(
64 set.reset(new icu::UnicodeSet(UNICODE_STRING_SIMPLE(
70 // any chance, do not add these to |set| and change IsFilenameLegal()
73 set->add(0xFDD0, 0xFDEF);
76 set
[all...]
/external/clang/include/clang/Basic/
H A DObjCRuntime.h66 void set(Kind kind, VersionTuple version) { function in class:clang::ObjCRuntime
74 /// \brief Does this runtime follow the set of implied behaviors for a
88 /// The inverse of isNonFragile(): does this runtime follow the set of
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DBasicBlockList.java60 * this with the index for an element which was never set; if you
74 * @param bb {@code null-ok;} the element to set at {@code n}
76 public void set(int n, BasicBlock bb) { method in class:BasicBlockList
77 super.set(n, bb);
199 result.set(i, one.withRegisterOffset(delta));

Completed in 620 milliseconds

1234567891011>>