/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/ |
TemplateSubPatternAssociation.java | 93 * Get the target string of the pattern. For instance, if the pattern is 172 * Get associated XSLT StepPattern. 183 * Get the pattern string for diagnostic purposes. 216 * Get the assocated xsl:template. 227 * Get the next association.
|
/dalvik/libcore-disabled/sound/src/main/java/javax/sound/midi/ |
Track.java | 79 byte[] bt = events.get(events.size() - 1).getMessage().getMessage(); 96 byte[] bt = events.get(events.size() - 1).getMessage().getMessage(); 112 if (events.get(i).getTick() <= event.getTick()) { 128 public MidiEvent get(int index) throws ArrayIndexOutOfBoundsException { method in class:Track 133 return events.get(index);
|
/external/apache-http/src/org/apache/http/conn/scheme/ |
SchemeRegistry.java | 78 Scheme found = get(name); 114 public synchronized final Scheme get(String name) { method in class:SchemeRegistry 120 Scheme found = registeredSchemes.get(name); 128 * using {@link #getScheme(String) getScheme} or {@link #get get}.
|
/external/bluetooth/glib/ |
autogen.sh | 28 echo "or get the source tarball at http://ftp.gnu.org/gnu/libtool/" 36 echo "or get the source tarball at ftp://ftp.gnome.org/pub/GNOME/sources/gtk-doc/" 44 echo "or get the source tarball at http://ftp.gnu.org/gnu/autoconf/" 58 echo "or get the source tarball at http://ftp.gnu.org/gnu/automake/" 82 # up rules. to get automake to work, simply touch these here, they will be
|
/external/elfutils/libelf/ |
nlist.c | 75 /* Now get an ELF descriptor. */ 104 /* Re-get the section header in case we found only the dynamic symbol 110 /* Get the data for the symbol section. */ 133 /* Get the symbol. */ 138 /* Get the name of the symbol. */
|
/external/elfutils/tests/ |
saridx.c | 142 /* Get the elements of the archive one after the other. */ 150 printf ("cannot get arhdr: %s\n", elf_errmsg (-1)); 192 /* Get the ELF header. */ 194 printf (" *** cannot get ELF header: %s\n", elf_errmsg (-1)); 220 /* Get next archive element. */
|
/external/grub/docs/ |
mdate-sh | 2 # Get modification time of a file or directory and pretty-print it. 63 # Find out how to get the extended ls output of a file or directory. 80 # words should be skipped to get the date. 109 # Get the extended ls output of the file or directory. 115 # Get the month. Next argument is day, followed by the year or time.
|
/external/icu4c/i18n/ |
csrmbcs.h | 68 * Get the IANA name of this charset. 77 * Get the next character (however many bytes it is) from the input data 79 * to get characters according to the rules of their encoding scheme. 84 * @param det The charset detector, which is needed to get at the input byte data 128 * Get the next character value for EUC based encodings.
|
/external/kernel-headers/original/linux/ |
sem.h | 10 #define GETPID 11 /* get sempid */ 11 #define GETVAL 12 /* get semval */ 12 #define GETALL 13 /* get all semval's */ 13 #define GETNCNT 14 /* get semncnt */ 14 #define GETZCNT 15 /* get semzcnt */
|
/external/opencore/android/ |
metadatadriver.h | 124 // We support get metadata, or get frame, or get both, or get neigther. 188 // get these out of mMetadataValueList
|
/external/opencore/oscl/oscl/osclmemory/src/ |
oscl_mem_imp.cpp | 120 //get global mem audit object. 128 //get global mem audit object. 137 //get global mem audit object. 145 //get global mem audit object. 220 //Get the audit root from within the alloc block rather
|
/external/opencore/pvmi/content_policy_manager/plugins/common/include/ |
pvmf_cpmplugin_license_interface.h | 58 * Method to get the license URL 72 * Method to get the license URL 86 * Method to get license 105 * Method to get license 137 * Method to get the status of an ongoing or recently completed
|
/external/ppp/pppd/include/net/ |
pppio.h | 41 #define PPPIO_GETSTAT _PPPIO(131) /* get PPP statistics */ 42 #define PPPIO_GETCSTAT _PPPIO(132) /* get PPP compression stats */ 45 #define PPPIO_CFLAGS _PPPIO(135) /* set/clear/get compression flags */ 53 #define PPPIO_GCLEAN _PPPIO(143) /* get 8-bit-clean flags */ 57 #define PPPIO_GIDLE _PPPIO(147) /* get time since last data pkt */
|
/external/speex/include/speex/ |
speex_jitter.h | 83 /** Get minimum amount of extra buffering required (margin) */ 87 /** Get the amount of available packets currently buffered */ 145 /** Get one packet from the jitter buffer 149 * @param desired_span Number of samples (or units) we wish to get from the buffer (no guarantee) 162 /** Get pointer timestamp of jitter buffer
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
Schema.java | 61 Get the root element of this schema 116 Get an ElementType by name. 122 return (ElementType)(theElementTypes.get(name.toLowerCase())); 126 Get an entity value by name. 133 Integer ch = (Integer)theEntities.get(name);
|
/external/v8/test/mjsunit/ |
debug-stepin-accessor.js | 30 // Get the Debug object exposed from the debug context global object.
39 // to get into g.call and than check that execution is pauesed inside
65 get getter1() {
68 get getter2() {
247 // Get rid of the debug event listener.
|
/external/webkit/JavaScriptCore/runtime/ |
WeakGCMap.h | 36 // A HashMap whose get() function returns emptyValue() for cells awaiting destruction. 53 MappedType get(const KeyType& key) const; 61 MappedType uncheckedGet(const KeyType& key) const { return m_map.get(key); } 75 inline MappedType WeakGCMap<KeyType, MappedType>::get(const KeyType& key) const function in class:JSC::WeakGCMap 77 MappedType result = m_map.get(key);
|
/external/webkit/WebCore/bindings/js/ |
ScriptControllerMac.mm | 119 ASSERT([m_windowScriptObject.get() isKindOfClass:[DOMAbstractView class]]); 120 return m_windowScriptObject.get(); 127 [m_windowScriptObject.get() _setOriginRootObject:root andRootObject:root]; 134 ASSERT([m_windowScriptObject.get() isKindOfClass:[DOMAbstractView class]]); 135 [(DOMAbstractView *)m_windowScriptObject.get() _disconnectFrame];
|
/external/webkit/WebCore/bindings/v8/ |
V8DOMMap.h | 56 virtual v8::Persistent<ValueType> get(KeyType* obj) = 0; 85 // Get the JS wrapper object of an object. 86 virtual v8::Persistent<ValueType> get(KeyType* obj) function in class:WebCore::WeakReferenceMap 88 ValueType* wrapper = m_map.get(obj); 155 DOMDataStore* getStore() const { return m_store.get(); }
|
/external/webkit/WebCore/bridge/jni/jsc/ |
JavaClassJSC.cpp | 58 // Get the fields 73 // Get the methods 83 methodList = m_methods.get(((UString)aMethod->name()).rep()); 118 MethodList* methodList = m_methods.get(identifier.ustring().rep()); 127 return m_fields.get(identifier.ustring().rep());
|
/external/webkit/WebCore/dom/ |
Attr.cpp | 69 setFirstChild(textNode.get()); 70 setLastChild(textNode.get()); 129 m_element->attributeChanged(m_attribute.get()); 140 cloneChildNodes(clone.get()); 173 m_element->attributeChanged(m_attribute.get());
|
/external/webkit/WebCore/inspector/front-end/ |
SidebarTreeElement.js | 34 get smallChildren() 100 get small() 117 get mainTitle() 128 get subtitle() 139 get bubbleText()
|
/external/webkit/WebCore/platform/graphics/filters/ |
FEColorMatrix.cpp | 128 srcPixelArray->get(pixelByteOffset, r); 129 srcPixelArray->get(pixelByteOffset + 1, g); 130 srcPixelArray->get(pixelByteOffset + 2, b); 131 srcPixelArray->get(pixelByteOffset + 3, a); 191 resultImage()->putUnmultipliedImageData(imageData.get(), imageRect, IntPoint());
|
/external/webkit/WebCore/platform/gtk/ |
GeolocationServiceGtk.cpp | 70 // 2.) Try to get a GeocluePosition 71 // 3.) Update the Information and get the current position 73 // TODO: Also get GeoclueVelocity but there is no master client 151 return m_lastPosition.get(); 156 return m_lastError.get();
|
/external/webkit/WebCore/platform/network/cf/ |
DNSCFNet.cpp | 129 RetainPtr<CFHostRef> host(AdoptCF, CFHostCreateWithName(0, hostnameCF.get())); 135 Boolean result = CFHostSetClient(host.get(), clientCallback, &context); 138 CFHostScheduleWithRunLoop(host.get(), CFRunLoopGetMain(), kCFRunLoopCommonModes); 141 CFHostScheduleWithRunLoop(host.get(), loaderRunLoop(), kCFRunLoopDefaultMode); 143 CFHostStartInfoResolution(host.get(), kCFHostAddresses, 0);
|