HomeSort by relevance Sort by last modified time
    Searched full:base (Results 801 - 825 of 4489) sorted by null

<<31323334353637383940>>

  /external/webkit/WebCore/platform/text/
PlatformString.h 177 int toIntStrict(bool* ok = 0, int base = 10) const;
178 unsigned toUIntStrict(bool* ok = 0, int base = 10) const;
179 int64_t toInt64Strict(bool* ok = 0, int base = 10) const;
180 uint64_t toUInt64Strict(bool* ok = 0, int base = 10) const;
181 intptr_t toIntPtrStrict(bool* ok = 0, int base = 10) const;
301 int charactersToIntStrict(const UChar*, size_t, bool* ok = 0, int base = 10);
302 unsigned charactersToUIntStrict(const UChar*, size_t, bool* ok = 0, int base = 10);
303 int64_t charactersToInt64Strict(const UChar*, size_t, bool* ok = 0, int base = 10);
304 uint64_t charactersToUInt64Strict(const UChar*, size_t, bool* ok = 0, int base = 10);
305 intptr_t charactersToIntPtrStrict(const UChar*, size_t, bool* ok = 0, int base = 10)
    [all...]
StringImpl.h 126 int toIntStrict(bool* ok = 0, int base = 10);
127 unsigned toUIntStrict(bool* ok = 0, int base = 10);
128 int64_t toInt64Strict(bool* ok = 0, int base = 10);
129 uint64_t toUInt64Strict(bool* ok = 0, int base = 10);
130 intptr_t toIntPtrStrict(bool* ok = 0, int base = 10);
  /external/zlib/contrib/infback9/
inftree9.c 55 const unsigned short FAR *base; /* base value table to use */ local
57 int end; /* use base and extra for symbol > end */
60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */
68 static const unsigned short dbase[32] = { /* Distance codes 0..31 base */
178 base = extra = work; /* dummy value--not used */
182 base = lbase;
183 base -= 257;
189 base = dbase;
219 this.val = base[work[sym]]
    [all...]
  /external/zlib/
inftrees.c 55 const unsigned short FAR *base; /* base value table to use */ local
57 int end; /* use base and extra for symbol > end */
60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */
66 static const unsigned short dbase[32] = { /* Distance codes 0..29 base */
184 base = extra = work; /* dummy value--not used */
188 base = lbase;
189 base -= 257;
195 base = dbase;
225 this.val = base[work[sym]]
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java 118 final int base = -mTextMetrics.ascent+1; local
127 1, base, mTextPaint);
132 canvas.drawText("X: " + ps.mCurX, 1 + itemW, base, mTextPaint);
134 canvas.drawText("Y: " + ps.mCurY, 1 + itemW * 2, base, mTextPaint);
141 canvas.drawText("dX: " + String.format("%.1f", dx), 1 + itemW, base, mTextPaint);
145 canvas.drawText("dY: " + String.format("%.1f", dy), 1 + itemW * 2, base, mTextPaint);
150 canvas.drawText("Xv: " + velocity, 1 + itemW * 3, base, mTextPaint);
154 canvas.drawText("Yv: " + velocity, 1 + itemW * 4, base, mTextPaint);
160 base, mTextPaint);
166 base, mTextPaint)
    [all...]
  /build/tools/droiddoc/src/
ClassInfo.java 840 public void makeLink(HDF data, String base)
842 data.setValue(base + ".label", this.name());
844 data.setValue(base + ".link", this.htmlPage());
848 public static void makeLinkListHDF(HDF data, String base, ClassInfo[] classes) {
853 cl.asTypeInfo().makeHDF(data, base + "." + i);
861 public void makeShortDescrHDF(HDF data, String base)
863 mTypeInfo.makeHDF(data, base + ".type");
864 data.setValue(base + ".kind", this.kind());
865 TagInfo.makeHDF(data, base + ".shortDescr", this.firstSentenceTags());
866 TagInfo.makeHDF(data, base + ".deprecated", deprecatedTags())
1131 String base = "class.inherited." + index; local
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/utils/
SystemIDResolver.java 276 * @param base The URI string used as the base for resolving the systemID
281 public static String getAbsoluteURI(String urlString, String base)
284 if (base == null)
287 String absoluteBase = getAbsoluteURI(base);
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
SystemIDResolver.java 269 * @param base The URI string used as the base for resolving the systemID
274 public static String getAbsoluteURI(String urlString, String base)
277 if (base == null)
280 String absoluteBase = getAbsoluteURI(base);
  /external/apache-http/src/org/apache/http/client/utils/
URIUtils.java 164 * Resolves a URI reference against a base URI. Work-around for bug in
167 * @param baseURI the base URI
176 * Resolves a URI reference against a base URI. Work-around for bug in
179 * @param baseURI the base URI
185 throw new IllegalArgumentException("Base URI may nor be null");
  /external/e2fsprogs/debian/attic/libs/
rules 127 # doc-base support
128 install -d $(debdir)/e2fslibsg-dev/usr/share/doc-base/
130 $(debdir)/e2fslibsg-dev/usr/share/doc-base/libext2fs
131 install -d $(debdir)/comerrg-dev/usr/share/doc-base/
133 $(debdir)/comerrg-dev/usr/share/doc-base/com_err
  /external/expat/amiga/include/libraries/
expat.h 236 const XML_Char *base,
248 const XML_Char *base,
256 const XML_Char *base,
274 const XML_Char *base,
417 XML_SetBase(XML_Parser parser, const XML_Char *base);
  /external/openssl/crypto/x509v3/
v3_ncons.c 86 ASN1_SIMPLE(GENERAL_SUBTREE, base, GENERAL_NAME),
133 if (!v2i_GENERAL_NAME_ex(sub->base, method, ctx, &tval, 1))
181 if (tree->base->type == GEN_IPADD)
182 print_nc_ipadd(bp, tree->base->d.ip);
184 GENERAL_NAME_print(bp, tree->base);
  /external/srec/portable/src/
LCHAR.c 81 ESR_ReturnCode lstrtoi(const LCHAR* text, int* result, int base)
87 *result = LSTRTOL(text, &endPtr, base);
93 ESR_ReturnCode lstrtoui(const LCHAR* text, unsigned int* result, int base)
99 *result = LSTRTOUL(text, &endPtr, base);
250 * @param radix Base of value; must be in the range 2 - 36
  /external/v8/test/cctest/
test-alloc.cc 176 : base(base_arg), size(size_arg) {}
178 void *base; member in class:Block
197 void* base = CodeRange::AllocateRawMemory(requested, &allocated); local
198 blocks.Add(Block(base, static_cast<int>(allocated)));
204 CodeRange::FreeRawMemory(blocks[index].base, blocks[index].size);
  /frameworks/base/core/java/android/speech/
RecognizerResultsIntent.java 59 * {@link #EXTRA_VOICE_SEARCH_RESULT_HTML}. If full html is provided, a base url (or
60 * list of base urls) should be provided with {@link #EXTRA_VOICE_SEARCH_RESULT_HTML_BASE_URLS}.
112 * The key to an extra {@link ArrayList} of {@link String}s that contains the base url to
115 * A list of size 1 may be provided to apply the same base url to all html results.
117 * to apply different base urls to each different html result in the
  /external/svox/pico/lib/
picoos.c 73 #define PICOOS_MSG_EXC_KB_MISSING (picoos_char *) "knowledge base missing"
95 #define PICOOS_MSG_WARN_KB_OVERWRITE (picoos_char *) "overwriting knowledge base"
659 picoos_int16 code, picoos_char * base, const picoos_char *fmt, va_list args)
663 if (NULL == base) {
666 base = PICOOS_MSG_EXC_NUMBER_FORMAT;
669 base = PICOOS_MSG_EXC_MAX_NUM_EXCEED;
672 base = PICOOS_MSG_EXC_NAME_CONFLICT;
675 base = PICOOS_MSG_EXC_NAME_UNDEFINED;
678 base = PICOOS_MSG_EXC_NAME_ILLEGAL;
683 base = PICOOS_MSG_EXC_BUF_OVERFLOW
    [all...]
  /external/webkit/WebCore/platform/
KURL.cpp 251 static void appendASCII(const String& base, const char* rel, size_t len, CharBuffer& buffer)
253 buffer.resize(base.length() + len + 1);
254 copyASCII(base.characters(), base.length(), buffer.data());
255 memcpy(buffer.data() + base.length(), rel, len);
322 KURL::KURL(const KURL& base, const String& relative)
324 init(base, relative, UTF8Encoding());
327 KURL::KURL(const KURL& base, const String& relative, const TextEncoding& encoding)
333 init(base, relative, encoding.encodingForFormSubmission());
336 void KURL::init(const KURL& base, const String& relative, const TextEncoding& encoding
    [all...]
  /external/tcpdump/
print-isakmp.c 135 "none", "base", "ident", "auth", "agg", "inf", NULL, NULL,
1284 struct isakmp base; local
    [all...]
  /bionic/libc/bionic/
malloc_debug_leak.c 504 // 2. set the base pointer to be right after our header
506 void* base = dlmalloc(bytes + sizeof(AllocationEntry)); local
507 if (base != NULL) {
513 AllocationEntry* header = (AllocationEntry*)base;
517 // now increment base to point to after our header.
519 base = (AllocationEntry*)base + 1;
524 return base;
616 void* base = leak_malloc(size); local
617 if (base != NULL)
    [all...]
  /frameworks/base/core/java/android/util/
TypedValue.java 197 * Retrieve the base value from a complex data integer. This uses the
265 * conversion involves rounding the base value, and ensuring that a
266 * non-zero base value is at least one pixel in size.
362 * @param base The base value of this fraction. In other words, a
364 * @param pbase The parent base value of this fraction. In other
369 * base value depending on its unit.
371 public static float complexToFraction(int data, float base, float pbase)
375 return complexToFloat(data) * base;
386 * @param base The base value of this fraction. In other words, a
    [all...]
  /external/quake/quake/src/QW/client/
gl_rsurf.c 229 Returns the proper texture for a given time and base texture
232 texture_t *R_TextureAnimation (texture_t *base)
239 if (base->alternate_anims)
240 base = base->alternate_anims;
243 if (!base->anim_total)
244 return base;
246 reletive = (int)(cl.time*10) % base->anim_total;
249 while (base->anim_min > reletive || base->anim_max <= reletive
787 byte *base; local
866 byte *base; local
1601 byte *base; local
    [all...]
  /external/quake/quake/src/WinQuake/
gl_rsurf.cpp 230 Returns the proper texture for a given time and base texture
233 texture_t *R_TextureAnimation (texture_t *base)
240 if (base->alternate_anims)
241 base = base->alternate_anims;
244 if (!base->anim_total)
245 return base;
247 reletive = (int)(cl.time*10) % base->anim_total;
250 while (base->anim_min > reletive || base->anim_max <= reletive
857 byte *base; local
935 byte *base; local
1676 byte *base; local
    [all...]
  /external/libxml2/
xmlschemas.c 470 * The abstract base type for schema components.
481 * The abstract base type for annotated schema components.
494 * The abstract base type for tree-like structured schema components.
511 * The abstract base type for tree-like structured schema components.
10228 xmlChar *base, *URI; local
10863 xmlChar *base = NULL; local
12922 xmlAutomataStatePtr hop, base; local
16033 xmlSchemaTypePtr base = type->baseType; local
16290 xmlSchemaTypePtr base; local
16510 xmlSchemaTypePtr base; local
17123 xmlSchemaTypePtr base = type->baseType; local
18558 xmlSchemaTypePtr base; local
    [all...]
  /cts/tools/test-progress/etc/
test-progress 219 ${INPUT}/frameworks/base/core/java:\
220 ${INPUT}/frameworks/base/graphics/java:\
221 ${INPUT}/frameworks/base/location/java:\
222 ${INPUT}/frameworks/base/media/java:\
223 ${INPUT}/frameworks/base/opengl/java:\
224 ${INPUT}/frameworks/base/sax/java:\
225 ${INPUT}/frameworks/base/telephony/java:\
226 ${INPUT}/frameworks/base/wifi/java:\
244 ${INPUT}/frameworks/base/test-runner:\
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/provider/cert/
X509CertPathImpl.java 60 * on the base of the following ASN.1 DER encoded forms:<br>
68 * ContentInfo structure. CertPath object is generated on the base of
124 * @param type - the type of the encoded form on the base of which
141 * Generates certification path object on the base of PkiPath
157 * Generates certification path object on the base of encoding provided via
199 * Generates certification path object on the base of PkiPath
215 * Generates certification path object on the base of encoding provided via
320 * Builds the instance of X509CertPathImpl on the base of the list
331 // create the X.509 certificate on the base of its encoded form

Completed in 462 milliseconds

<<31323334353637383940>>