HomeSort by relevance Sort by last modified time
    Searched refs:get (Results 151 - 175 of 4892) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/services/java/com/android/server/
ProcessMap.java 27 public E get(String name, int uid) { method in class:ProcessMap
28 SparseArray<E> uids = mMap.get(name);
30 return uids.get(uid);
34 SparseArray<E> uids = mMap.get(name);
44 SparseArray<E> uids = mMap.get(name);
  /external/webkit/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.mm 231 [[NSNotificationCenter defaultCenter] removeObserver:m_objcObserver.get()];
232 [m_objcObserver.get() disconnect];
257 [[NSNotificationCenter defaultCenter] removeObserver:m_objcObserver.get()];
276 [m_qtMovie.get() setVolume:m_player->volume()];
281 [[NSNotificationCenter defaultCenter] addObserver:m_objcObserver.get()
284 object:m_qtMovie.get()];
290 [[NSNotificationCenter defaultCenter] addObserver:m_objcObserver.get()
293 object:m_qtMovie.get()];
296 [[NSNotificationCenter defaultCenter] addObserver:m_objcObserver.get()
299 object:m_qtMovie.get()];
    [all...]
  /external/webkit/JavaScriptCore/bytecompiler/
NodesCodegen.cpp 152 return generator.emitNewRegExp(generator.finalDestination(dst), regExp.get());
205 generator.emitPutByIndex(array.get(), length++, value);
210 generator.emitPutById(array.get(), generator.propertyNames().length, value);
213 return generator.moveToDestinationIfNeeded(dst, array.get());
261 generator.emitNewObject(newObj.get());
268 generator.emitPutById(newObj.get(), p->m_node->name(), value);
272 generator.emitPutGetter(newObj.get(), p->m_node->name(), value);
276 generator.emitPutSetter(newObj.get(), p->m_node->name(), value);
284 return generator.moveToDestinationIfNeeded(dst, newObj.get());
294 return generator.emitGetByVal(generator.finalDestination(dst), base.get(), property)
    [all...]
  /external/webkit/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.mm 31 // Terrible hack; lets us get at the WebFrame private structure.
212 [m_webFrame.get() _clearCoreFrame];
218 return [m_webFrame.get() webView] != nil;
228 if (![getWebView(m_webFrame.get()) _usesDocumentViews]) {
256 if (!([[m_webFrame.get() _dataSource] _isDocumentHTML])) {
271 WebView *webView = getWebView(m_webFrame.get());
272 [webView removePluginInstanceViewsFor:(m_webFrame.get())];
287 WebView *webView = getWebView(m_webFrame.get());
306 WebView *webView = getWebView(m_webFrame.get());
343 WebView *webView = getWebView(m_webFrame.get());
    [all...]
  /dalvik/dx/src/com/android/dx/rop/annotation/
AnnotationsList.java 50 Annotations a1 = list1.get(i);
51 Annotations a2 = list2.get(i);
76 public Annotations get(int n) { method in class:AnnotationsList
  /dalvik/tests/003-omnibus-opcodes/src/
InternedString.java 36 assert(strRef.get() == null);
46 assert(strRef.get() != null);
54 assert(strRef.get() == CONST);
  /external/proguard/src/proguard/
ClassPath.java 43 if (((ClassPathEntry)classPathEntries.get(index)).isOutput())
75 public ClassPathEntry get(int index) method in class:ClassPath
77 return (ClassPathEntry)classPathEntries.get(index);
  /external/webkit/JavaScriptCore/API/
JSRetainPtr.h 51 template <typename U> JSRetainPtr(const JSRetainPtr<U>& o) : m_ptr(o.get()) { if (T ptr = m_ptr) JSRetain(ptr); }
53 T get() const { return m_ptr; } function in class:JSRetainPtr
80 T optr = o.get();
92 T optr = o.get();
144 return a.get() == b.get();
149 return a.get() == b;
154 return a == b.get();
159 return a.get() != b.get();
    [all...]
  /external/webkit/WebCore/css/
WebKitCSSKeyframeRule.h 62 CSSMutableStyleDeclaration* style() const { return m_style.get(); }
71 CSSMutableStyleDeclaration* declaration() { return m_style.get(); }
72 const CSSMutableStyleDeclaration* declaration() const { return m_style.get(); }
  /external/webkit/WebCore/editing/
BreakBlockquoteCommand.cpp 84 insertNodeBefore(breakNode.get(), topBlockquote);
85 setEndingSelection(VisibleSelection(Position(breakNode.get(), 0), DOWNSTREAM));
91 insertNodeAfter(breakNode.get(), topBlockquote);
95 setEndingSelection(VisibleSelection(Position(breakNode.get(), 0), DOWNSTREAM));
139 insertNodeAfter(clonedBlockquote.get(), breakNode.get());
156 setNodeAttribute(static_cast<Element*>(clonedChild.get()), startAttr, String::number(toRenderListItem(listChildNode->renderer())->value()));
159 appendNode(clonedChild.get(), clonedAncestor.get());
168 appendNode(moveNode, clonedAncestor.get());
    [all...]
EditCommand.h 53 Element* startingRootEditableElement() const { return m_startingRootEditableElement.get(); }
54 Element* endingRootEditableElement() const { return m_endingRootEditableElement.get(); }
64 Document* document() const { return m_document.get(); }
  /external/webkit/WebCore/platform/network/
HTTPHeaderMap.h 49 String get(const AtomicString& name) const function in class:WebCore::HTTPHeaderMap
51 return HashMap<AtomicString, String, CaseFoldingHash>::get(name);
61 String get(const char*) const;
  /external/webkit/WebKit/mac/WebView/
WebScriptWorld.mm 67 ASSERT_ARG(world, !allWorlds().contains(_private->world.get()));
68 allWorlds().add(_private->world.get(), self);
80 ASSERT(allWorlds().contains(_private->world.get()));
81 allWorlds().remove(_private->world.get());
110 return world ? world->_private->world.get() : 0;
120 if (WebScriptWorld *existingWorld = allWorlds().get(world))
  /external/webkit/WebKit/win/WebCoreSupport/
WebGeolocationControllerClient.cpp 50 provider->registerWebView(m_webView.get());
58 provider->registerWebView(m_webView.get());
70 return core(position.get());
  /external/webkit/WebKitTools/DumpRenderTree/mac/
WorkQueueItemMac.mm 43 RetainPtr<CFStringRef> urlCF(AdoptCF, JSStringCopyCFString(kCFAllocatorDefault, m_url.get()));
44 NSString *urlNS = (NSString *)urlCF.get();
45 RetainPtr<CFStringRef> targetCF(AdoptCF, JSStringCopyCFString(kCFAllocatorDefault, m_target.get()));
46 NSString *targetNS = (NSString *)targetCF.get();
65 RetainPtr<CFStringRef> scriptCF(AdoptCF, JSStringCopyCFString(kCFAllocatorDefault, m_script.get()));
66 NSString *scriptNS = (NSString *)scriptCF.get();
  /external/webkit/WebKitTools/Scripts/webkitpy/steps/
closebugforlanddiff.py 44 bug_id = state.get("bug_id")
45 if not bug_id and state.get("patch"):
46 bug_id = state.get("patch").bug_id()
  /frameworks/base/core/java/com/google/android/mms/pdu/
PduPart.java 206 * Get Content-id value.
211 return (byte[]) mPartHeader.get(P_CONTENT_ID);
224 * Get Char-set value
229 Integer charset = (Integer) mPartHeader.get(P_CHARSET);
252 * Get Content-Location value.
260 return (byte[]) mPartHeader.get(P_CONTENT_LOCATION);
281 * Get Content-Disposition value.
286 return (byte[]) mPartHeader.get(P_CONTENT_DISPOSITION);
304 * Get Content-Type value of part.
309 return (byte[]) mPartHeader.get(P_CONTENT_TYPE)
    [all...]
  /libcore/luni/src/main/java/java/nio/
DoubleArrayBuffer.java 53 public final double get() { method in class:DoubleArrayBuffer
61 public final double get(int index) { method in class:DoubleArrayBuffer
69 public final DoubleBuffer get(double[] dst, int off, int len) { method in class:DoubleArrayBuffer
DoubleBuffer.java 164 thisDouble = get(thisPos);
165 otherDouble = otherBuffer.get(otherPos);
225 double a = get(myPosition++);
226 double b = otherBuffer.get(otherPosition++);
241 public abstract double get(); method in class:DoubleBuffer
248 * {@code get(dst, 0, dst.length)}.
256 public DoubleBuffer get(double[] dst) { method in class:DoubleBuffer
257 return get(dst, 0, dst.length);
279 public DoubleBuffer get(double[] dst, int off, int len) { method in class:DoubleBuffer
289 dst[i] = get();
303 public abstract double get(int index); method in class:DoubleBuffer
    [all...]
FloatArrayBuffer.java 53 public final float get() { method in class:FloatArrayBuffer
61 public final float get(int index) { method in class:FloatArrayBuffer
69 public final FloatBuffer get(float[] dst, int off, int len) { method in class:FloatArrayBuffer
FloatBuffer.java 166 thisFloat = get(thisPos);
167 otherFloat = otherBuffer.get(otherPos);
227 float a = get(myPosition++);
228 float b = otherBuffer.get(otherPosition++);
243 public abstract float get(); method in class:FloatBuffer
250 * {@code get(dst, 0, dst.length)}.
258 public FloatBuffer get(float[] dst) { method in class:FloatBuffer
259 return get(dst, 0, dst.length);
281 public FloatBuffer get(float[] dst, int off, int len) { method in class:FloatBuffer
291 dst[i] = get();
305 public abstract float get(int index); method in class:FloatBuffer
    [all...]
IntArrayBuffer.java 53 public final int get() { method in class:IntArrayBuffer
61 public final int get(int index) { method in class:IntArrayBuffer
69 public final IntBuffer get(int[] dst, int off, int len) { method in class:IntArrayBuffer
IntBuffer.java 164 thisInt = get(thisPos);
165 otherInt = otherBuffer.get(otherPos);
219 equalSoFar = get(myPosition++) == otherBuffer.get(otherPosition++);
232 public abstract int get(); method in class:IntBuffer
239 * {@code get(dst, 0, dst.length)}.
247 public IntBuffer get(int[] dst) { method in class:IntBuffer
248 return get(dst, 0, dst.length);
270 public IntBuffer get(int[] dst, int off, int len) { method in class:IntBuffer
279 dst[i] = get();
293 public abstract int get(int index); method in class:IntBuffer
    [all...]
LongArrayBuffer.java 53 public final long get() { method in class:LongArrayBuffer
61 public final long get(int index) { method in class:LongArrayBuffer
69 public final LongBuffer get(long[] dst, int off, int len) { method in class:LongArrayBuffer
LongBuffer.java 166 thisLong = get(thisPos);
167 otherLong = otherBuffer.get(otherPos);
221 equalSoFar = get(myPosition++) == otherBuffer.get(otherPosition++);
234 public abstract long get(); method in class:LongBuffer
241 * {@code get(dst, 0, dst.length)}.
249 public LongBuffer get(long[] dst) { method in class:LongBuffer
250 return get(dst, 0, dst.length);
272 public LongBuffer get(long[] dst, int off, int len) { method in class:LongBuffer
282 dst[i] = get();
296 public abstract long get(int index); method in class:LongBuffer
    [all...]

Completed in 294 milliseconds

1 2 3 4 5 67 8 91011>>