/external/icu4c/tools/toolutil/ |
ucm.h | 102 UCMTable *base, *ext; member in struct:UCMFile 128 /* @return -1 illegal bytes 0 suitable for base table 1 needs to go into extension table */ 135 /* add a mapping to the base or extension table as appropriate */ 159 * Remove mappings with their move flag set from the base table 163 ucm_moveMappings(UCMTable *base, UCMTable *ext); 175 * Check the validity of mappings against a base table's states; 176 * necessary for extension-only tables that were read before their base tables. 182 * Check a base table against an extension table. 183 * Set the moveTarget!=NULL if it is possible to move mappings from the base. 184 * This is the case where base and extension tables are parsed from a single fil [all...] |
/external/webkit/JavaScriptCore/runtime/ |
PutPropertySlot.h | 47 void setExistingProperty(JSObject* base, size_t offset) 50 m_base = base; 54 void setNewProperty(JSObject* base, size_t offset) 57 m_base = base; 62 JSObject* base() const { return m_base; } function in class:JSC::PutPropertySlot
|
/external/webkit/WebCore/html/ |
HTMLOptionsCollection.cpp | 60 HTMLSelectElement* select = static_cast<HTMLSelectElement*>(base()); 72 static_cast<HTMLSelectElement*>(base())->remove(index); 77 return static_cast<HTMLSelectElement*>(base())->selectedIndex(); 82 static_cast<HTMLSelectElement*>(base())->setSelectedIndex(index); 87 static_cast<HTMLSelectElement*>(base())->setLength(length, ec);
|
/external/guava/javadoc/com/google/common/base/ |
Predicates.html | 58 <A HREF="../../../../com/google/common/base/Predicate.html" title="interface in com.google.common.base"><B>PREV CLASS</B></A> 59 <A HREF="../../../../com/google/common/base/Service.html" title="interface in com.google.common.base"><B>NEXT CLASS</B></A></FONT></TD> 61 <A HREF="../../../../index.html?com/google/common/base/Predicates.html" target="_top"><B>FRAMES</B></A> 91 com.google.common.base</FONT> 96 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>com.google.common.base.Predicates</B> 135 <CODE><T> <A HREF="../../../../com/google/common/base/Predicate.html" title="interface in com.google.common.base">Predicate</A><T></CODE></FONT></TD> 139 <TD><CODE><B><A HREF="../../../../com/google/common/base/Predicates.html#alwaysFalse()">alwaysFalse</A></B>()</CODE [all...] |
package-use.html | 7 Uses of Package com.google.common.base (Guava Libraries 2010.01.04) 18 parent.document.title="Uses of Package com.google.common.base (Guava Libraries 2010.01.04)"; 61 <A HREF="../../../../index.html?com/google/common/base/package-use.html" target="_top"><B>FRAMES</B></A> 84 <B>Uses of Package<br>com.google.common.base</B></H2> 90 Packages that use <A HREF="../../../../com/google/common/base/package-summary.html">com.google.common.base</A></FONT></TH> 93 <TD><A HREF="#com.google.common.base"><B>com.google.common.base</B></A></TD> 108 <A NAME="com.google.common.base"><!-- --></A> 112 Classes in <A HREF="../../../../com/google/common/base/package-summary.html">com.google.common.base</A> used by <A HREF="../../../../com/google/common/ba (…) [all...] |
/external/astl/include/ |
iterator | 116 : mCurrent(i.base()) { } 160 const _Iterator& base() const { 173 { return lhs.base() == rhs.base(); } 179 { return lhs.base() == rhs.base(); } 185 { return lhs.base() != rhs.base(); } 191 { return lhs.base() != rhs.base(); } [all...] |
/external/tcpdump/missing/ |
inet_ntop.c | 115 long base; member in struct:__anon6114 129 best.base = -1; 130 cur.base = -1; 135 if (cur.base == -1) 136 cur.base = i, cur.len = 1; 139 else if (cur.base != -1) 141 if (best.base == -1 || cur.len > best.len) 143 cur.base = -1; 146 if ((cur.base != -1) && (best.base == -1 || cur.len > best.len) [all...] |
/system/core/libcutils/ |
mspace.c | 138 size_t max_capacity, int locked, void *base) { 146 assert(((uintptr_t)base & (pagesize-1)) == 0); 152 if (mprotect(base, starting_capacity, PROT_READ | PROT_WRITE) < 0) { 158 m = create_mspace_with_base((char *)base + sizeof(*cs), starting_capacity, 163 /* Make sure that m is in the same page as base. 165 assert(((uintptr_t)m & (uintptr_t)~(pagesize-1)) == (uintptr_t)base); 168 cs = (struct mspace_contig_state *)base; 173 cs->brk = m->seg.base + m->seg.size; 174 cs->top = (char *)base + max_capacity; 176 assert((char *)base <= cs->brk) 205 void *base; local [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/ |
FuncDocument.java | 81 String base = ""; local 87 // The URI reference may be relative. The base URI (see [3.2 Base URI]) 89 // order is used as the base URI for resolving the 107 base = baseDTM.getDocumentBaseURI(); 116 // // base = ((Stylesheet)baseDoc).getBaseIdentifier(); 117 // base = xctxt.getNamespaceContext().getBaseIdentifier(); 120 // base = xctxt.getSourceTreeManager().findURIFromDoc(baseDoc); 141 base = xctxt.getNamespaceContext().getBaseIdentifier(); 155 // The first and only argument was a nodeset, the base in tha [all...] |
/external/guava/javadoc/com/google/common/base/class-use/ |
FinalizableReferenceQueue.html | 7 Uses of Class com.google.common.base.FinalizableReferenceQueue (Guava Libraries 2010.01.04) 18 parent.document.title="Uses of Class com.google.common.base.FinalizableReferenceQueue (Guava Libraries 2010.01.04)"; 42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/google/common/base/FinalizableReferenceQueue.html" title="class in com.google.common.base"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> 61 <A HREF="../../../../../index.html?com/google/common/base//class-useFinalizableReferenceQueue.html" target="_top"><B>FRAMES</B></A> 84 <B>Uses of Class<br>com.google.common.base.FinalizableReferenceQueue</B></H2> 90 Packages that use <A HREF="../../../../../com/google/common/base/FinalizableReferenceQueue.html" title="class in com.google.common.base">FinalizableReferenceQueue</A></FONT></TH> 93 <TD><A HREF="#com.google.common.base"><B>com.google.common.base</B></A></TD [all...] |
Function.html | 7 Uses of Interface com.google.common.base.Function (Guava Libraries 2010.01.04) 18 parent.document.title="Uses of Interface com.google.common.base.Function (Guava Libraries 2010.01.04)"; 42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/google/common/base/Function.html" title="interface in com.google.common.base"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> 61 <A HREF="../../../../../index.html?com/google/common/base//class-useFunction.html" target="_top"><B>FRAMES</B></A> 84 <B>Uses of Interface<br>com.google.common.base.Function</B></H2> 90 Packages that use <A HREF="../../../../../com/google/common/base/Function.html" title="interface in com.google.common.base">Function</A></FONT></TH> 93 <TD><A HREF="#com.google.common.base"><B>com.google.common.base</B></A></TD [all...] |
Service.State.html | 7 Uses of Class com.google.common.base.Service.State (Guava Libraries 2010.01.04) 18 parent.document.title="Uses of Class com.google.common.base.Service.State (Guava Libraries 2010.01.04)"; 42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/google/common/base/Service.State.html" title="enum in com.google.common.base"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> 61 <A HREF="../../../../../index.html?com/google/common/base//class-useService.State.html" target="_top"><B>FRAMES</B></A> 84 <B>Uses of Class<br>com.google.common.base.Service.State</B></H2> 90 Packages that use <A HREF="../../../../../com/google/common/base/Service.State.html" title="enum in com.google.common.base">Service.State</A></FONT></TH> 93 <TD><A HREF="#com.google.common.base"><B>com.google.common.base</B></A></TD [all...] |
CaseFormat.html | 7 Uses of Class com.google.common.base.CaseFormat (Guava Libraries 2010.01.04) 18 parent.document.title="Uses of Class com.google.common.base.CaseFormat (Guava Libraries 2010.01.04)"; 42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/google/common/base/CaseFormat.html" title="enum in com.google.common.base"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> 61 <A HREF="../../../../../index.html?com/google/common/base//class-useCaseFormat.html" target="_top"><B>FRAMES</B></A> 84 <B>Uses of Class<br>com.google.common.base.CaseFormat</B></H2> 90 Packages that use <A HREF="../../../../../com/google/common/base/CaseFormat.html" title="enum in com.google.common.base">CaseFormat</A></FONT></TH> 93 <TD><A HREF="#com.google.common.base"><B>com.google.common.base</B></A></TD [all...] |
Splitter.html | 7 Uses of Class com.google.common.base.Splitter (Guava Libraries 2010.01.04) 18 parent.document.title="Uses of Class com.google.common.base.Splitter (Guava Libraries 2010.01.04)"; 42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/google/common/base/Splitter.html" title="class in com.google.common.base"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> 61 <A HREF="../../../../../index.html?com/google/common/base//class-useSplitter.html" target="_top"><B>FRAMES</B></A> 84 <B>Uses of Class<br>com.google.common.base.Splitter</B></H2> 90 Packages that use <A HREF="../../../../../com/google/common/base/Splitter.html" title="class in com.google.common.base">Splitter</A></FONT></TH> 93 <TD><A HREF="#com.google.common.base"><B>com.google.common.base</B></A></TD [all...] |
Supplier.html | 7 Uses of Interface com.google.common.base.Supplier (Guava Libraries 2010.01.04) 18 parent.document.title="Uses of Interface com.google.common.base.Supplier (Guava Libraries 2010.01.04)"; 42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/google/common/base/Supplier.html" title="interface in com.google.common.base"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> 61 <A HREF="../../../../../index.html?com/google/common/base//class-useSupplier.html" target="_top"><B>FRAMES</B></A> 84 <B>Uses of Interface<br>com.google.common.base.Supplier</B></H2> 90 Packages that use <A HREF="../../../../../com/google/common/base/Supplier.html" title="interface in com.google.common.base">Supplier</A></FONT></TH> 93 <TD><A HREF="#com.google.common.base"><B>com.google.common.base</B></A></TD [all...] |
/dalvik/vm/alloc/ |
HeapBitmap.c | 34 * enough to cover a heap at <base> of <maxSize> bytes, where 38 dvmHeapBitmapInit(HeapBitmap *hb, const void *base, size_t maxSize, 74 hb->base = (uintptr_t)base; 75 hb->max = hb->base - 1; 88 (void *)templateBitmap->base, HB_MAX_OFFSET(templateBitmap), name); 163 hb->max = hb->base - 1; 206 const uintptr_t ptrBase = HB_INDEX_TO_OFFSET(i) + hb_->base; \ 221 index = HB_OFFSET_TO_INDEX(hb_->max - hb_->base); \ 233 if (hb1->base != hb2->base) [all...] |
/external/bison/lib/ |
strtol.c | 244 /* Convert NPTR to an `unsigned long int' or `long int' in base BASE. 245 If BASE is 0 the base is determined by the presence of a leading 247 If BASE is < 2 or > 36, it is reset to 10. 253 int base, int group LOCALE_PARAM_PROTO) 295 if (base < 0 || base == 1 || base > 36) 323 /* Recognize number prefix and if BASE is zero, figure it out ourselves. * [all...] |
basename.c | 38 char const *base = name + FILE_SYSTEM_PREFIX_LEN (name); local 41 for (p = base; *p; p++) 53 if (ISSLASH (*base)) 54 base = p - 1; 59 base = p; 63 return (char *) base;
|
/external/dropbear/libtomcrypt/src/pk/ecc/ |
ecc_make_key.c | 53 ecc_point *base; local 72 base = NULL; 88 base = ltc_ecc_new_point(); 89 if (base == NULL) { 96 if ((err = mp_read_radix(base->x, (char *)key->dp->Gx, 16)) != CRYPT_OK) { goto errkey; } 97 if ((err = mp_read_radix(base->y, (char *)key->dp->Gy, 16)) != CRYPT_OK) { goto errkey; } 98 if ((err = mp_set(base->z, 1)) != CRYPT_OK) { goto errkey; } 102 if ((err = ltc_mp.ecc_ptmul(key->k, base, &key->pubkey, prime, 1)) != CRYPT_OK) { goto errkey; } 111 ltc_ecc_del_point(base);
|
/external/iproute2/include/ |
utils.h | 79 extern int get_integer(int *val, const char *arg, int base); 80 extern int get_unsigned(unsigned *val, const char *arg, int base); 81 extern int get_jiffies(unsigned *val, const char *arg, int base, int *raw); 85 extern int get_u64(__u64 *val, const char *arg, int base); 86 extern int get_u32(__u32 *val, const char *arg, int base); 87 extern int get_u16(__u16 *val, const char *arg, int base); 88 extern int get_s16(__s16 *val, const char *arg, int base); 89 extern int get_u8(__u8 *val, const char *arg, int base); 90 extern int get_s8(__s8 *val, const char *arg, int base);
|
/external/quake/quake/src/QW/gas2masm/ |
gas2masm.mak | 41 # PROP BASE Use_MFC 0
42 # PROP BASE Use_Debug_Libraries 0
43 # PROP BASE Output_Dir "Release"
44 # PROP BASE Intermediate_Dir "Release"
45 # PROP BASE Target_Dir ""
63 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
69 # ADD BASE RSC /l 0x409 /d "NDEBUG"
72 # ADD BASE BSC32 /nologo
78 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
94 # PROP BASE Use_MFC 0 [all...] |
/external/webkit/JavaScriptCore/wtf/ |
Deque.h | 113 typedef DequeIteratorBase<T> Base; 118 DequeIteratorBase(const Base&); 119 Base& operator=(const Base&); 122 void assign(const Base& other) { *this = other; } 130 bool isEqual(const Base&) const; 136 void checkValidity(const Base&) const; 152 typedef DequeIteratorBase<T> Base; 156 DequeIterator(Deque<T>* deque, size_t index) : Base(deque, index) { } 158 DequeIterator(const Iterator& other) : Base(other) { [all...] |
/dalvik/libcore/crypto/src/main/java/javax/crypto/spec/ |
DHParameterSpec.java | 34 * <i>prime modulus</i> and <i>base generator</i>. 39 * the base generator. 49 * <i>prime modulus</i>, <i>base generator</i> and size (in bits) of the 55 * the base generator. 75 * Returns the <i>base generator</i> of this parameter specification. 77 * @return the base generator.
|
/device/htc/dream-sapphire/ |
device_dream_sapphire.mk | 21 frameworks/base/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \ 22 frameworks/base/data/etc/android.hardware.camera.autofocus.xml:system/etc/permissions/android.hardware.camera.autofocus.xml \ 23 frameworks/base/data/etc/android.hardware.telephony.gsm.xml:system/etc/permissions/android.hardware.telephony.gsm.xml \ 24 frameworks/base/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \ 25 frameworks/base/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \ 26 frameworks/base/data/etc/android.hardware.touchscreen.multitouch.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.xml
|
/external/webkit/WebCore/bindings/js/ |
JSHTMLOptionsCollectionCustom.cpp | 66 HTMLSelectElement* base = static_cast<HTMLSelectElement*>(imp->base()); local 67 selectIndexSetter(base, exec, index, value); 94 JSHTMLSelectElement* base = static_cast<JSHTMLSelectElement*>(asObject(toJS(exec, globalObject(), imp->base()))); local 95 return base->remove(exec, args);
|