/external/libxml2/ |
xinclude.c | 84 xmlChar * base; /* the current xml:base */ member in struct:_xmlXIncludeCtxt 405 if (ctxt->base != NULL) { 406 xmlFree(ctxt->base); 494 xmlChar *base; local 539 base = xmlNodeGetBase(ctxt->doc, cur); 540 if (base == NULL) { 543 URI = xmlBuildURI(href, base); 551 escbase = xmlURIEscape(base); 563 if (base != NULL 1685 xmlChar *base; local 1995 xmlChar *base; local [all...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
FileTest.java | 425 String base = System.getProperty("java.io.tmpdir"); local 428 File dir = new File(base, String.valueOf(numDir)); 436 dir = new File(base, String.valueOf(numDir)); 486 f1 = new File(base); 591 String base = System.getProperty("java.io.tmpdir"); local 598 File dir = new File(base); 608 if (!base.endsWith(slash)) 609 base += slash; 612 fileLocation.equals(base)); 626 dir = new File(base, String.valueOf(dirNumber)) 796 String base = System.getProperty("java.io.tmpdir"); local 825 String base = System.getProperty("java.io.tmpdir"); local 855 String base = System.getProperty("java.io.tmpdir"); local 931 String base = new File(tmpDir).getCanonicalPath(); local 1090 String base = System.getProperty("user.dir"); local 1153 String base = System.getProperty("java.io.tmpdir"); local 1180 String base = System.getProperty("java.io.tmpdir"); local 1316 String base = System.getProperty("java.io.tmpdir"); local 1422 String base = System.getProperty("java.io.tmpdir"); local 1555 String base = System.getProperty("java.io.tmpdir"); local 1690 String base = System.getProperty("java.io.tmpdir"); local 1802 String base = System.getProperty("java.io.tmpdir"); local 1941 String base = System.getProperty("java.io.tmpdir"); local 2030 String base = System.getProperty("java.io.tmpdir"); local [all...] |
/external/qemu/distrib/sdl-1.2.12/src/stdlib/ |
SDL_qsort.c | 155 * - I assume that if |((int)base&(sizeof(int)-1))==0| 223 first=base; \ 225 while (last!=base) { \ 228 if (first!=base) swapper(first,(char*)base); 232 last=((char*)base)+nmemb*size; \ 233 for (first=((char*)base)+size;first!=last;first+=size) { \ 302 static void qsort_nonaligned(void *base, size_t nmemb, size_t size, 312 first=(char*)base; last=first+(nmemb-1)*size; 333 static void qsort_aligned(void *base, size_t nmemb, size_t size [all...] |
/external/webkit/JavaScriptCore/wtf/ |
Vector.h | 339 typedef VectorBufferBase<T> Base; 363 using Base::allocateBuffer; 364 using Base::deallocateBuffer; 366 using Base::buffer; 367 using Base::bufferSlot; 368 using Base::capacity; 370 using Base::releaseBuffer; 372 using Base::m_buffer; 373 using Base::m_capacity; 379 typedef VectorBufferBase<T> Base; [all...] |
/build/tools/droiddoc/src/ |
LinkReference.java | 71 * @param base the class or whatever that this link is on 76 public static LinkReference parse(String text, ContainerInfo base, SourcePositionInfo pos, 233 if (base instanceof ClassInfo) { 234 cl = (ClassInfo)base; 383 if (printOnErrors && (base == null || base.checkLevel())) { 386 + "\" in " + ((base != null) ? base.qualifiedName() : "[null]")); 391 if (printOnErrors && (base == null || base.checkLevel())) [all...] |
SampleTagInfo.java | 72 SampleTagInfo(String name, String kind, String text, ContainerInfo base, 76 mBase = base; 278 public void makeHDF(HDF data, String base) 280 data.setValue(base + ".name", name()); 281 data.setValue(base + ".kind", kind()); 283 data.setValue(base + ".text", mIncluded); 285 data.setValue(base + ".text", "INCLUDE_ERROR");
|
/external/guava/javadoc/com/google/common/base/ |
Supplier.html | 58 <A HREF="../../../../com/google/common/base/Splitter.html" title="class in com.google.common.base"><B>PREV CLASS</B></A> 59 <A HREF="../../../../com/google/common/base/Suppliers.html" title="class in com.google.common.base"><B>NEXT CLASS</B></A></FONT></TD> 61 <A HREF="../../../../index.html?com/google/common/base/Supplier.html" target="_top"><B>FRAMES</B></A> 91 com.google.common.base</FONT> 126 <CODE> <A HREF="../../../../com/google/common/base/Supplier.html" title="type parameter in Supplier">T</A></CODE></FONT></TD> 127 <TD><CODE><B><A HREF="../../../../com/google/common/base/Supplier.html#get()">get</A></B>()</CODE> 149 <A HREF="../../../../com/google/common/base/Supplier.html" title="type parameter in Supplier">T</A> <B>get</B>()</PRE> 190 <A HREF="../../../../com/google/common/base/Splitter.html" title="class in com.google.common.base"><B>PREV CLASS</B></A>  [all...] |
Joiner.html | 58 <A HREF="../../../../com/google/common/base/Functions.html" title="class in com.google.common.base"><B>PREV CLASS</B></A> 59 <A HREF="../../../../com/google/common/base/Joiner.MapJoiner.html" title="class in com.google.common.base"><B>NEXT CLASS</B></A></FONT></TD> 61 <A HREF="../../../../index.html?com/google/common/base/Joiner.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.Joiner</B> 113 <p>If neither <A HREF="../../../../com/google/common/base/Joiner.html#skipNulls()"><CODE>skipNulls()</CODE></A> nor <A HREF="../../../../com/google/common/base/Joiner.html#useForNull(java.lang.String)"><CODE>useForNull(String)</CODE></A> is 139 <TD><CODE><B><A HREF="../../../../com/google/common/base/Joiner.MapJoiner.html" title="class in com.google.common.base">Joiner.MapJoiner</A></B></CODE [all...] |
/external/webkit/JavaScriptCore/bytecompiler/ |
BytecodeGenerator.h | 289 RegisterID* emitInstanceOf(RegisterID* dst, RegisterID* value, RegisterID* base, RegisterID* basePrototype); 291 RegisterID* emitIn(RegisterID* dst, RegisterID* property, RegisterID* base) { return emitBinaryOp(op_in, dst, property, base, OperandTypes()); } 302 RegisterID* emitGetById(RegisterID* dst, RegisterID* base, const Identifier& property); 303 RegisterID* emitPutById(RegisterID* base, const Identifier& property, RegisterID* value); 304 RegisterID* emitDeleteById(RegisterID* dst, RegisterID* base, const Identifier&); 305 RegisterID* emitGetByVal(RegisterID* dst, RegisterID* base, RegisterID* property); 306 RegisterID* emitPutByVal(RegisterID* base, RegisterID* property, RegisterID* value); 307 RegisterID* emitDeleteByVal(RegisterID* dst, RegisterID* base, RegisterID* property); 308 RegisterID* emitPutByIndex(RegisterID* base, unsigned index, RegisterID* value) [all...] |
/frameworks/base/core/java/android/text/ |
DynamicLayout.java | 42 public DynamicLayout(CharSequence base, 47 this(base, base, paint, width, align, spacingmult, spacingadd, 54 * that will be updated as the base text is changed. 56 public DynamicLayout(CharSequence base, CharSequence display, 61 this(base, display, paint, width, align, spacingmult, spacingadd, 68 * that will be updated as the base text is changed. 72 public DynamicLayout(CharSequence base, CharSequence display, 85 mBase = base; 150 reflow(base, 0, 0, base.length()) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
layout-devices.xsd | 104 <xsd:restriction base="xsd:float"> 118 <xsd:restriction base="xsd:float"> 132 <xsd:restriction base="xsd:token"> 150 <xsd:restriction base="xsd:token"> 165 <xsd:restriction base="xsd:token"> 186 <xsd:restriction base="xsd:token"> 201 <xsd:restriction base="xsd:token"> 217 <xsd:restriction base="xsd:token"> 232 <xsd:restriction base="xsd:token"> 248 <xsd:restriction base="xsd:token" [all...] |
/dalvik/libcore/luni/src/main/java/java/util/ |
ComparableTimSort.java | 84 * address base[i] and extends for len[i] elements. It's always 459 * @param base the index of the first element in the range 470 int base, int len, int hint) { 475 if (key.compareTo(a[base + hint]) > 0) { 476 // Gallop right until a[base+hint+lastOfs] < key <= a[base+hint+ofs] 478 while (ofs < maxOfs && key.compareTo(a[base + hint + ofs]) > 0) { 487 // Make offsets relative to base 490 } else { // key <= a[base + hint] 491 // Gallop left until a[base+hint-ofs] < key <= a[base+hint-lastOfs [all...] |
ResourceBundle.java | 36 * the resource. If the fallback mechanism reaches the base bundle and still 40 * <li>All bundles for the same group of resources share a common base bundle. 41 * This base bundle acts as the root and is the last fallback in case none of 44 * differences between a language and the language of the base bundle need to be 59 * <li>BaseName (base bundle) 161 * The passed base name and {@code Locale} are used to create resource bundle names. 162 * The first name is created by concatenating the base name with the result 187 * replacing dots in the base name with a slash and by appending 325 private static ResourceBundle handleGetBundle(String base, String locale, 328 String bundleName = base + locale [all...] |
/external/blktrace/btt/ |
output.c | 797 void __output_ranges(FILE *ofp, struct list_head *head_p, float base) 801 float limit = base + 0.4; 805 fprintf(ofp, "%13.9lf %5.1f\n", BIT_TIME(rip->start), base); 808 fprintf(ofp, "%13.9lf %5.1f\n", BIT_TIME(rip->end), base); 813 float base) 819 __output_ranges(ofp, ®->qranges, base); 823 __output_ranges(ofp, ®->cranges, base + 0.5); 831 float base; member in struct:__od 839 if (output_regions(odp->ofp, header, &dip->regions, odp->base)) 840 odp->base += 1.0 859 float base; member in struct:__op 879 float base = 0.0; local [all...] |
/external/oprofile/libdb/ |
odb.h | 49 * properly the data base, following this header is the node array then 76 odb_node_t * node_base; /**< base memory area of the page */ 77 odb_index_t * hash_base; /**< base memory of hash table */ 82 void * base_memory; /**< base memory of the maped memory */ 113 * @param odb the data base object to setup 185 * @param odb the data base object to setup 207 * return a base pointer to the node array and number of node in this array
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ |
DescriptorsUtils.java | 420 String base = spans.get(++i); 424 if (base != null) { 425 base = base.trim(); 439 if (base != null && base.length() > 0) { 441 // If we still have no text, use the base as text 442 text = base; 478 * @param androidDocBaseUrl The base URL for the documentation. Cannot be null. Should be 516 String base = spans.get(++i) [all...] |
/external/gtest/include/gtest/internal/ |
gtest-param-util.h | 66 // Downcasts the pointer of type Base to Derived. 67 // Derived must be a subclass of Base. The parameter MUST 71 template <class Derived, class Base> 72 Derived* CheckedDowncastToActualType(Base* base) { 74 GTEST_CHECK_(typeid(*base) == typeid(Derived)); 75 Derived* derived = dynamic_cast<Derived*>(base); // NOLINT 77 Derived* derived = static_cast<Derived*>(base); // Poor man's downcast. 91 // A pointer to the base generator instance. 219 Iterator(const ParamGeneratorInterface<T>* base, T value, int index [all...] |
/external/icu4c/layout/ |
KhmerReordering.cpp | 35 // they are also used to know where a character should be placed (location in reference to the base character) 60 // _sa Sign placed above the base 61 // _sp Sign placed after the base 67 // _dl Dependent vowel placed before the base (left of the base) 68 // _db Dependent vowel placed below the base 69 // _da Dependent vowel placed above the base 70 // _dr Dependent vowel placed behind the base (right of the base) 73 // _va Khmer split vowel in wich the first part is before the base and the second one above the bas [all...] |
/external/webkit/JavaScriptCore/jit/ |
JITInlineMethods.h | 310 inline JIT::Address JIT::addressFor(unsigned index, RegisterID base) 312 return Address(base, (index * sizeof(Register))); 317 inline JIT::Address JIT::tagFor(unsigned index, RegisterID base) 319 return Address(base, (index * sizeof(Register)) + OBJECT_OFFSETOF(JSValue, u.asBits.tag)); 322 inline JIT::Address JIT::payloadFor(unsigned index, RegisterID base) 324 return Address(base, (index * sizeof(Register)) + OBJECT_OFFSETOF(JSValue, u.asBits.payload)); 371 inline void JIT::emitLoad(unsigned index, RegisterID tag, RegisterID payload, RegisterID base) 375 if (base == callFrameRegister) { 376 ASSERT(payload != base); 382 if (payload == base) { // avoid stomping bas [all...] |
/external/icu4c/i18n/ |
olsontz.h | 192 * class are quasi-immutable (the base class allows the ID to be 230 * Gets the first time zone transition after the base time. 231 * @param base The base time. 232 * @param inclusive Whether the base time is inclusive or not. 233 * @param result Receives the first transition after the base time. 236 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/; 240 * Gets the most recent time zone transition before the base time. 241 * @param base The base time [all...] |
/external/webkit/JavaScriptCore/runtime/ |
Operations.h | 342 inline size_t normalizePrototypeChain(CallFrame* callFrame, JSValue base, JSValue slotBase, const Identifier& propertyName, size_t& slotOffset) 344 JSCell* cell = asCell(base); 350 // If we didn't find slotBase in base's prototype chain, then base 373 inline size_t normalizePrototypeChain(CallFrame* callFrame, JSCell* base) 377 JSValue v = base->structure()->prototypeForLookup(callFrame); 381 base = asCell(v); 385 if (base->structure()->isDictionary()) 386 asObject(base)->flattenDictionaryObject(); 401 JSObject* base; local [all...] |
/hardware/msm7k/libgralloc/ |
framebuffer.cpp | 100 const size_t offset = hnd->base - m->framebuffer->base; 105 m->base.unlock(&m->base, buffer); 117 m->base.lock(&m->base, m->framebuffer, 122 m->base.lock(&m->base, buffer, 134 m->base.unlock(&m->base, buffer); [all...] |
/dalvik/libcore/support/src/test/java/tests/util/ |
CallVerificationStack.java | 283 * Wrapper of base types. 291 * Constructs a wrapper object for the base type <code> boolean </code> . 298 * Constructs a wrapper object for the base type <code> c </code> . 305 * Constructs a wrapper object for the base type <code> char </code> . 312 * Constructs a wrapper object for the base type <code> double </code> . 319 * Constructs a wrapper object for the base type <code> float </code> . 326 * Constructs a wrapper object for the base type <code> int </code> . 333 * Constructs a wrapper object for the base type <code> long </code> . 340 * Constructs a wrapper object for the base type <code> short </code> .
|
/external/bzip2/ |
huffman.c | 171 Int32 *base, 185 for (i = 0; i < BZ_MAX_CODE_LEN; i++) base[i] = 0; 186 for (i = 0; i < alphaSize; i++) base[length[i]+1]++; 188 for (i = 1; i < BZ_MAX_CODE_LEN; i++) base[i] += base[i-1]; 194 vec += (base[i+1] - base[i]); 199 base[i] = ((limit[i-1] + 1) << 1) - base[i];
|
/external/qemu/hw/ |
goldfish_fb.c | 128 uint32_t base; local 136 base = s->fb_base; 137 if(base == 0) 146 addr = base; 158 src_line = qemu_get_ram_ptr( base ); 269 //printf("goldfish_fb_update_display %d %d, base %x\n", first, last, base); 271 cpu_physical_memory_reset_dirty(base + y_first * width * 2, 272 base + y_last * width * 2,
|