/packages/apps/Mms/src/com/android/mms/transaction/ |
PrivilegedSmsReceiver.java | 26 * SmsReceiver base class. 31 // Pass the message to the base class implementation, noting that it
|
/packages/apps/Mms/src/org/w3c/dom/smil/ |
SMILElement.java | 19 * The <code>SMILElement</code> interface is the base for all SMIL element 21 * DOM, extending the base <code>Element</code> class to denote SMIL-specific
|
/system/wlan/ti/wilink_6_1/platforms/os/linux/src/ |
stack_profile.c | 54 static unsigned long check_stack(unsigned long *base) 59 *base = ((sp & ~STACK_MASK) + sizeof(struct task_struct) + 4); 63 unsigned long check_stack_start(unsigned long *base, unsigned long real_sp, 70 *base = from; 82 /* run from the stack pointer down to the base */ 91 unsigned long check_stack_stop(unsigned long *base, int id) 97 *base = from; 112 /* run from the stack pointer down to the base */
|
/external/guava/javadoc/com/google/common/util/concurrent/ |
AbstractIdleService.html | 99 <DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../../com/google/common/base/Service.html" title="interface in com.google.common.base">Service</A></DD> 103 <DT><PRE>public abstract class <B>AbstractIdleService</B><DT>extends <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A><DT>implements <A HREF="../../../../../com/google/common/base/Service.html" title="interface in com.google.common.base">Service</A></DL> 107 Base class for services that do not need a thread while "running" 133 <A NAME="nested_classes_inherited_from_class_com.google.common.base.Service"><!-- --></A> 136 <TH ALIGN="left"><B>Nested classes/interfaces inherited from interface com.google.common.base.<A HREF="../../../../../com/google/common/base/Service.html" title="interface in com.google.common.base">Service</A></B></TH> 139 <TD><CODE><A HREF="../../../../../com/google/common/base/Service.State.html" title="enum in com.google.common.base">Service.State</A></CODE></TD [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xpath/ |
SourceTreeManager.java | 88 * @return The base URI of the owner argument. 109 * @param base The base URI that should be used. 119 String base, String urlString, SourceLocator locator) 127 source = m_uriResolver.resolve(urlString, base); 132 String uri = SystemIDResolver.getAbsoluteURI(urlString, base); 226 * Get the source tree from the a base URL and a URL string. 228 * @param base The base URI to use if the urlString is relative. 233 * base and urlString [all...] |
/development/build/ |
sdk.atree | 86 # (see web_docs_sample_code_flags in frameworks/base/Android.mk) 210 frameworks/base/docs/docs-redirect.html documentation.html 211 frameworks/base/docs/docs-samples-redirect.html docs/samples/index.html 223 frameworks/base/core/res/res platforms/${PLATFORM_NAME}/data/res 226 frameworks/base/data/fonts/fonts.xml platforms/${PLATFORM_NAME}/data/fonts/fonts.xml 227 frameworks/base/data/fonts/DroidSans.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSans.ttf 228 frameworks/base/data/fonts/DroidSans-Bold.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSans-Bold.ttf 229 frameworks/base/data/fonts/DroidSansMono.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSansMono.ttf 230 frameworks/base/data/fonts/DroidSerif-Bold.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSerif-Bold.ttf 231 frameworks/base/data/fonts/DroidSerif-BoldItalic.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSerif-BoldItalic.t (…) [all...] |
/bionic/libc/stdlib/ |
bsearch.c | 41 * the base up one item past p: e.g., when lim is 5 we change base 52 const char *base = base0; local 57 p = base + (lim >> 1) * size; 62 base = (char *)p + size;
|
/dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/ |
AtomicReferenceFieldUpdaterTest.java | 67 static class Base { 70 static class Sub1 extends Base { 71 AtomicReferenceFieldUpdater<Base, Object> fUpdater 72 = AtomicReferenceFieldUpdater.newUpdater(Base.class, Object.class, "f"); 74 static class Sub2 extends Base {}
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
PrefixResolver.java | 57 * Return the base identifier. 59 * @return The base identifier from where relative URIs should be absolutized, or null 60 * if the base ID is unknown. 62 * CAVEAT: Note that the base URI in an XML document may vary with where 64 * via an external entity reference or if mechanisms such as xml:base have
|
/external/freetype/src/base/ |
ftstream.c | 36 const FT_Byte* base, 39 stream->base = (FT_Byte*) base; 145 FT_MEM_COPY( buffer, stream->base + pos, read_bytes ); 182 FT_MEM_COPY( buffer, stream->base + stream->pos, read_bytes ); 251 stream->base = (unsigned char*)ft_mem_qalloc( memory, count, &error ); 255 if ( FT_QALLOC( stream->base, count ) ) 260 stream->base, count ); 267 FT_FREE( stream->base ); 270 stream->cursor = stream->base; [all...] |
/external/guava/javadoc/com/google/common/base/ |
FinalizableReference.html | 58 <A HREF="../../../../com/google/common/base/FinalizablePhantomReference.html" title="class in com.google.common.base"><B>PREV CLASS</B></A> 59 <A HREF="../../../../com/google/common/base/FinalizableReferenceQueue.html" title="class in com.google.common.base"><B>NEXT CLASS</B></A></FONT></TD> 61 <A HREF="../../../../index.html?com/google/common/base/FinalizableReference.html" target="_top"><B>FRAMES</B></A> 91 com.google.common.base</FONT> 95 <DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../com/google/common/base/FinalizablePhantomReference.html" title="class in com.google.common.base">FinalizablePhantomReference</A>, <A HREF="../../../../com/google/common/base/FinalizableSoftReference.html" title="class in com.google.common.base">FinalizableSoftReference</A>, <A HREF="../../../../com/google/common/base/FinalizableWeakReferenc (…) [all...] |
FinalizablePhantomReference.html | 58 <A HREF="../../../../com/google/common/base/Defaults.html" title="class in com.google.common.base"><B>PREV CLASS</B></A> 59 <A HREF="../../../../com/google/common/base/FinalizableReference.html" title="interface in com.google.common.base"><B>NEXT CLASS</B></A></FONT></TD> 61 <A HREF="../../../../index.html?com/google/common/base/FinalizablePhantomReference.html" target="_top"><B>FRAMES</B></A> 91 com.google.common.base</FONT> 98 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>com.google.common.base.FinalizablePhantomReference<T></B> 101 <DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../com/google/common/base/FinalizableReference.html" title="interface in com.google.common.base">FinalizableReference</A></DD> 105 <DT><PRE>public abstract class <B>FinalizablePhantomReference<T></B><DT>extends <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/ref/PhantomReference.html?is-external=true" title="class or interface in java.lang.ref">PhantomReference</A><T><DT>implements <A HREF="../../../../com/google/common/base/FinalizableReference.html" title="interface in com.google.common.base">FinalizableReference</A></D (…) [all...] |
FinalizableSoftReference.html | 58 <A HREF="../../../../com/google/common/base/FinalizableReferenceQueue.html" title="class in com.google.common.base"><B>PREV CLASS</B></A> 59 <A HREF="../../../../com/google/common/base/FinalizableWeakReference.html" title="class in com.google.common.base"><B>NEXT CLASS</B></A></FONT></TD> 61 <A HREF="../../../../index.html?com/google/common/base/FinalizableSoftReference.html" target="_top"><B>FRAMES</B></A> 91 com.google.common.base</FONT> 98 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>com.google.common.base.FinalizableSoftReference<T></B> 101 <DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../com/google/common/base/FinalizableReference.html" title="interface in com.google.common.base">FinalizableReference</A></DD> 105 <DT><PRE>public abstract class <B>FinalizableSoftReference<T></B><DT>extends <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/ref/SoftReference.html?is-external=true" title="class or interface in java.lang.ref">SoftReference</A><T><DT>implements <A HREF="../../../../com/google/common/base/FinalizableReference.html" title="interface in com.google.common.base">FinalizableReference</A></D (…) [all...] |
FinalizableWeakReference.html | 58 <A HREF="../../../../com/google/common/base/FinalizableSoftReference.html" title="class in com.google.common.base"><B>PREV CLASS</B></A> 59 <A HREF="../../../../com/google/common/base/Function.html" title="interface in com.google.common.base"><B>NEXT CLASS</B></A></FONT></TD> 61 <A HREF="../../../../index.html?com/google/common/base/FinalizableWeakReference.html" target="_top"><B>FRAMES</B></A> 91 com.google.common.base</FONT> 98 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>com.google.common.base.FinalizableWeakReference<T></B> 101 <DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../com/google/common/base/FinalizableReference.html" title="interface in com.google.common.base">FinalizableReference</A></DD> 105 <DT><PRE>public abstract class <B>FinalizableWeakReference<T></B><DT>extends <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/ref/WeakReference.html?is-external=true" title="class or interface in java.lang.ref">WeakReference</A><T><DT>implements <A HREF="../../../../com/google/common/base/FinalizableReference.html" title="interface in com.google.common.base">FinalizableReference</A></D (…) [all...] |
/external/icu4c/common/ |
cstring.h | 63 #define uprv_strtoul(str, end, base) U_STANDARD_CPP_NAMESPACE strtoul(str, end, base) 64 #define uprv_strtol(str, end, base) U_STANDARD_CPP_NAMESPACE strtol(str, end, base) 81 /* Conversion from a digit to the character with radix base from 2-19 */
|
/external/webkit/JavaScriptCore/runtime/ |
PropertySlot.h | 47 explicit PropertySlot(const JSValue base) 48 : m_slotBase(base) 160 void setBase(JSValue base) 163 ASSERT(base); 164 m_slotBase = base;
|
/frameworks/base/common/tools/ |
make-iana-tld-pattern.py | 10 * This pattern is auto-generated by frameworks/base/common/tools/make-iana-tld-pattern.py 21 * This pattern is auto-generated by frameworks/base/common/tools/make-iana-tld-pattern.py 31 self.base=baseLetter 72 output += '%c%c' % (self.base, self.letters[0]) 74 output += '%c[' % self.base
|
/frameworks/base/core/java/com/google/android/collect/ |
Sets.java | 53 * <p>{@code Set<Base> set = Sets.newHashSet(sub1, sub2);} 56 * Base}, not of {@code Base} itself. To get around this, you must use: 58 * <p>{@code Set<Base> set = Sets.<Base>newHashSet(sub1, sub2);}
|
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/ |
uiosfunc.h | 73 /// \class base uiosfunc.h ustl.h 77 /// Example: os << ios::base(15); 79 class base { class in class:ustl::ios 81 inline explicit base (size_t n) : m_Base(n) {} function in class:ustl::ios::base 95 inline ostringstream& operator<< (ostringstream& os, const ios::base& op) { return (op.apply (os)); }
|
/development/tools/zoneinfo/ |
ZoneInfo.java | 56 int base = 44; local 60 transitions[i] = read4(data, base + 4 * i); 61 base += 4 * ntransition; 65 type[i] = data[base + i]; 66 base += ntransition; 72 gmtoff[i] = read4(data, base + 6 * i); 73 isdst[i] = data[base + 6 * i + 4]; 74 abbrev[i] = data[base + 6 * i + 5]; 77 base += 6 * ngmtoff; 79 return new ZoneInfo(name, transitions, type, gmtoff, isdst, abbrev, data, base); [all...] |
/external/icu4c/layout/ |
TibetanReordering.h | 32 // Base -> A consonant in its full (not subscript) form. It is the 34 // signs... but there is only one base in a stack, it has to be coded as 35 // the first character of the syllable.Included here are also groups of base + subjoined 41 // Tsa Phru --> Tsa Phru character, Bhutanese people will always place it right after the base, but sometimes, due to 44 // A Chung Vowel lengthening mark --> . 0F71 It is placed after the base and any subjoined consonants but before any vowels 51 // in spite of not having other vowels present. It is usually placed immediatly after a base consonant, 55 // Subjoined vowels -> Dependent vowels (matras) placed below the base and below all subjoined consonants. There 85 CC_BASE = 1, // Base Consonants, Base Consonants with Subjoined attached in code point, Sanskrit base mark [all...] |
ValueRecords.cpp | 37 void ValueRecord::adjustPosition(ValueFormat valueFormat, const char *base, GlyphIterator &glyphIterator, 96 const DeviceTable *dt = (const DeviceTable *) (base + dtOffset); 107 const DeviceTable *dt = (const DeviceTable *) (base + dtOffset); 118 const DeviceTable *dt = (const DeviceTable *) (base + dtOffset); 129 const DeviceTable *dt = (const DeviceTable *) (base + dtOffset); 141 void ValueRecord::adjustPosition(le_int16 index, ValueFormat valueFormat, const char *base, GlyphIterator &glyphIterator, 200 const DeviceTable *dt = (const DeviceTable *) (base + dtOffset); 211 const DeviceTable *dt = (const DeviceTable *) (base + dtOffset); 222 const DeviceTable *dt = (const DeviceTable *) (base + dtOffset); 233 const DeviceTable *dt = (const DeviceTable *) (base + dtOffset) [all...] |
/external/stlport/stlport/stl/ |
_iterator.h | 66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; } 69 reverse_iterator(const reverse_iterator<_Iter>& __x) : current(__x.base()) {} 71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this; } 74 iterator_type base() const { return current; } function in class:reverse_iterator 115 { return __x.base() == __y.base(); } 120 { return __y.base() < __x.base(); } 152 { return __y.base() - __x.base(); } [all...] |
/system/extras/tests/bionic/libc/other/ |
test_jpeg.c | 51 char* base; member in struct:__anon13124 61 src->jpeg_mgr.next_input_byte = (unsigned char*)src->base, 62 src->jpeg_mgr.bytes_in_buffer = src->end - src->base; 92 src->jpeg_mgr.next_input_byte = (unsigned char*)src->base; 93 src->jpeg_mgr.bytes_in_buffer = src->end - src->base; 104 _source_init( SourceMgr src, char* base, long size ) 106 src->base = base; 107 src->cursor = base; 108 src->end = base + size [all...] |
/development/ide/xcode/freetype2.xcodeproj/ |
project.pbxproj | 50 003A0F560E0BE7DF00136848 /* ftadvanc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ftadvanc.c; path = "../../extlibs/freetype-2.3.6/src/base/ftadvanc.c"; sourceTree = SOURCE_ROOT; }; 51 003A0F570E0BE7DF00136848 /* ftapi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ftapi.c; path = "../../extlibs/freetype-2.3.6/src/base/ftapi.c"; sourceTree = SOURCE_ROOT; }; 52 003A0F580E0BE7DF00136848 /* ftbase.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ftbase.c; path = "../../extlibs/freetype-2.3.6/src/base/ftbase.c"; sourceTree = SOURCE_ROOT; }; 53 003A0F590E0BE7DF00136848 /* ftbbox.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ftbbox.c; path = "../../extlibs/freetype-2.3.6/src/base/ftbbox.c"; sourceTree = SOURCE_ROOT; }; 54 003A0F5A0E0BE7DF00136848 /* ftbitmap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ftbitmap.c; path = "../../extlibs/freetype-2.3.6/src/base/ftbitmap.c"; sourceTree = SOURCE_ROOT; }; 55 003A0F5B0E0BE7DF00136848 /* ftcalc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ftcalc.c; path = "../../extlibs/freetype-2.3.6/src/base/ftcalc.c"; sourceTree = SOURCE_ROOT; }; 56 003A0F5C0E0BE7DF00136848 /* ftdbgmem.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ftdbgmem.c; path = "../../extlibs/freetype-2.3.6/src/base/ftdbgmem.c"; sourceTree = SOURCE_ROOT; }; 57 003A0F5D0E0BE7DF00136848 /* ftdebug.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ftdebug.c; path = "../../extlibs/freetype-2.3.6/src/base/ftdebug.c"; sourceTree = SOURCE_ROOT; }; 58 003A0F5E0E0BE7DF00136848 /* ftgasp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ftgasp.c; path = "../../extlibs/freetype-2.3.6/src/base/ftgasp.c"; sourceTree = SOURCE_ROOT; }; 59 003A0F5F0E0BE7DF00136848 /* ftgloadr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ftgloadr.c; path = "../../extlibs/freetype-2.3.6/src/base/ftgloadr.c"; sourceTree = SOURCE_ROOT; } [all...] |