HomeSort by relevance Sort by last modified time
    Searched full:get (Results 1376 - 1400 of 13186) sorted by null

<<51525354555657585960>>

  /dalvik/libcore/xml/src/main/java/org/apache/xpath/
XPathContext.java 133 * Get an instance of a DTM, loaded with the content from the
163 * Get an instance of a DTM that "owns" a node handle.
438 * Get the current locater in the stylesheet.
458 * Get the "owner" context of this context, which should be,
460 * so that XSLT functions can get the Transformer.
477 * Get the variable stack, which is in charge of variables and
488 * Get the variable stack, which is in charge of variables and
505 * Get the SourceTreeManager associated with this execution context.
536 * Get the ErrorListener where errors and warnings are to be reported.
584 * Get the URIResolver associated with this execution context
    [all...]
VariableStack.java 75 // I *think* I can get away with a shallow clone here?
114 * Get the element at the given index, regardless of stackframe.
126 * Get size of the stack.
169 // Get a clean _stackFrames array and discard the old one.
184 * Get the position from where the search should start,
291 * Get a local variable or parameter in the current stack frame.
325 * Get a local variable or parameter in the current stack frame.
348 * Get a local variable or parameter in the current stack frame.
431 * Get a global variable or parameter from the global stack frame.
458 * Get a global variable or parameter from the global stack frame
    [all...]
  /external/webkit/WebCore/dom/
xml_expat_tokenizer.cpp 438 uri = String(m_prefixToNamespaceMap.get(prefix.impl()));
450 handleElementNamespaces(newElement.get(), uri, prefix, ec);
456 handleElementAttributes(newElement.get(), atts, ec);
463 static_cast<HTMLScriptElement*>(newElement.get())->setCreatedByParser(true);
468 if (!m_currentNode->addChild(newElement.get())) {
473 setCurrentNode(newElement.get());
531 setCurrentNode(parent.get());
553 if (!m_currentNode->addChild(newNode.get()))
555 setCurrentNode(newNode.get());
595 if (!m_currentNode->addChild(pi.get()))
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/win/
LayoutTestControllerWin.cpp 77 COMPtr<EditingDelegate> editingDelegate(Query, viewEditing.get());
109 backForwardList->addItem(item.get());
110 backForwardList->goToItem(item.get());
158 history->setOptionalSharedHistory(sharedHistory.get());
254 WorkQueue::shared()->queue(new LoadItem(jsAbsoluteURL.get(), target));
271 EditingDelegate* editingDelegate = (EditingDelegate*)(IWebEditingDelegate*)delegate.get();
528 // Get the Root path.
590 RetainPtr<CFURLRef> url(AdoptCF, CFURLCreateWithString(0, urlString.get(), 0));
595 RetainPtr<CFStringRef> pathCF(AdoptCF, CFURLCopyFileSystemPath(url.get(), kCFURLPOSIXPathStyle));
599 wstring path = cfStringRefToWString(pathCF.get());
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
NotificationManagerTest.java 66 + "find a way to get ticker from status bar")
85 + "to get ticker from status bar")
105 + "get ticker from status bar")
  /cts/tests/tests/widget/src/android/widget/cts/
ScrollerTest.java 198 // We can not get the precise currX and currY when scrolling
295 // We can not get the precise currX and currY when scrolling
313 // the default duration is too short to get fine controlled
363 // We can not get the precise currX and currY when scrolling
471 // We can not get the precise duration after it is extended
477 // can not get the precise duration after it is extended
491 // the duration get extended and the scroll get started again, though the animation
492 // is forced aborted, can not get the precise duration after it is extended
519 notes = "Test {@link Scroller#timePassed()}We can not get the precise time passed."
    [all...]
  /cts/tools/host/src/com/android/cts/
XMLResourceHandler.java 44 * Get string from DOM node by attribute name.
59 * Get integer attribute value.
70 * Get child by attribute.
  /dalvik/dx/src/com/android/dx/dex/file/
ProtoIdsSection.java 56 public IndexedItem get(Constant cst) { method in class:ProtoIdsSection
97 ProtoIdItem result = protoIds.get(prototype);
121 ProtoIdItem item = protoIds.get(prototype);
  /dalvik/dx/src/com/android/dx/ssa/
BasicRegisterMapper.java 58 newReg = oldToNew.get(registerSpec.getReg());
82 return oldToNew.get(oldReg);
95 sb.append(oldToNew.get(i));
  /dalvik/dx/src/com/android/dx/util/
BitIntSet.java 67 return (value < Bits.getMax(bits)) && Bits.get(bits, value);
81 ensureCapacity(o.ints.get(sz - 1));
84 Bits.set(bits, o.ints.get(i), true);
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/atomic/
AtomicBoolean.java 59 public final boolean get() { method in class:AtomicBoolean
113 boolean current = get();
124 return Boolean.toString(get());
AtomicReference.java 55 public final V get() { method in class:AtomicReference
104 V x = get();
115 return String.valueOf(get());
  /dalvik/libcore/luni/src/main/java/java/lang/
VMClassLoader.java 29 * Get a resource from a file in the bootstrap class path.
58 * Get an enumeration with all matching resources.
138 return (T) mList.get(i++);
  /dalvik/libcore/luni/src/main/java/java/util/
Dictionary.java 57 public abstract V get(Object key); method in class:Dictionary
90 * @see #get
103 * @see #get
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/
HttpConnectionPool.java 69 public HttpConnection get(HttpConfiguration config, int connectTimeout) throws IOException { method in class:HttpConnectionPool
72 List<HttpConnection> connections = connectionPool.get(config);
95 List<HttpConnection> connections = connectionPool.get(config);
  /dalvik/libcore/nio/src/main/java/java/nio/
CharSequenceAdapter.java 63 public char get() { method in class:CharSequenceAdapter
71 public char get(int index) { method in class:CharSequenceAdapter
79 public final CharBuffer get(char[] dest, int off, int len) { method in class:CharSequenceAdapter
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
X509NameElementList.java 153 default: return (DERObjectIdentifier) rest.get((n - 4) * 2);
173 default: return (String) rest.get(((n - 4) * 2) + 1);
188 return added.get(n);
  /dalvik/libcore/xml/src/main/java/javax/xml/transform/sax/
SAXResult.java 67 * Get the {@link org.xml.sax.ContentHandler} that is the Result.
91 * Get a SAX2 {@link org.xml.sax.ext.LexicalHandler} for the output.
110 * Get the system identifier that was set with setSystemId.
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
Encodings.java 119 ei = (EncodingInfo) _encodingTableKeyJava.get(normalizedEncoding);
121 ei = (EncodingInfo) _encodingTableKeyMime.get(normalizedEncoding);
142 ei = (EncodingInfo) _encodingTableKeyJava.get(normalizedEncoding);
144 ei = (EncodingInfo) _encodingTableKeyMime.get(normalizedEncoding);
191 * Get the proper mime encoding. From the XSLT recommendation: "The encoding
217 // Get the default system character encoding. This may be
219 // seems to be no way to get the encoding from a writer.
273 (EncodingInfo) _encodingTableKeyJava.get(toUpperCaseFast(encoding));
357 // Get the substring after the Mime names
397 * Get the length of the Mime names within the property valu
    [all...]
  /dalvik/vm/
Intern.c 92 * There's no way to get a pointer to the actual hash table entry,
132 * get collected by the GC. Non-immortal strings may or may not
133 * get marked by other references.
UtfString.h 123 * Get the length in Unicode characters of a string.
128 * Get the char[] object from the String.
133 * Get a pointer to the Unicode data.
  /development/samples/ApiDemos/src/com/example/android/apis/app/
SearchQueryResults.java 47 // Get active display items for later updates
52 // get and process search query here
74 // get and process search query here
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ResourcesSample.java 19 // Need the following import to get access to the app resources, since this
77 // Get the Resources object from our context
80 // Get the string resource, like above.
  /external/bluetooth/glib/gio/win32/
gwinhttpfileinputstream.c 143 _g_winhttp_set_error (error, GetLastError (), "GET request");
151 "GET request"))
160 _g_winhttp_set_error (error, GetLastError (), "GET request");
  /external/bluetooth/glib/glib/
gthreadpool.h 52 /* Get a thread pool with the function func, at most max_threads may
79 /* Get the number of threads assigned to that pool. This number doesn't
83 /* Get the number of unprocessed items in the pool */

Completed in 126 milliseconds

<<51525354555657585960>>