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

<<51525354555657585960>>

  /external/icu4c/test/intltest/
restest.cpp 364 UnicodeString base; local
369 base = NAME[j];
398 expected_string = base;
427 expected_string = base;
449 expected_string = base;
restsnew.cpp 681 UnicodeString base; local
686 base = NAME[j];
713 expected_string = base;
747 expected_string = base;
782 expected_string = base;
832 expected_string = base;
872 expected_string = base;
911 if(key.startsWith("tag") && value.startsWith(base)){
925 if(value.startsWith(base)){
975 expected_string = base;
    [all...]
  /external/libxml2/include/libxml/
schemasInternals.h 259 xmlSchemaTypePtr base; /* Deprecated; not used */ member in struct:_xmlSchemaAttribute
618 const xmlChar *base; /* Base type's local name */ member in struct:_xmlSchemaType
619 const xmlChar *baseNs; /* Base type's target namespace */
620 xmlSchemaTypePtr baseType; /* The base type component */
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h 210 extern DECLSPEC void SDLCALL SDL_qsort(void *base, size_t nmemb, size_t size,
463 extern DECLSPEC long SDLCALL SDL_strtol(const char *string, char **endp, int base);
469 extern DECLSPEC unsigned long SDLCALL SDL_strtoul(const char *string, char **endp, int base);
489 extern DECLSPEC Sint64 SDLCALL SDL_strtoll(const char *string, char **endp, int base);
495 extern DECLSPEC Uint64 SDLCALL SDL_strtoull(const char *string, char **endp, int base);
  /external/qemu/hw/
goldfish_nand.c 114 uint32_t base; member in struct:__anon4744
416 void nand_dev_init(uint32_t base)
424 cpu_register_physical_memory(base, 0x00000fff, iomemtype);
425 s->base = base;
  /external/srec/tools/parseStringTest/
parseStringTest.c 63 pfprintf(PSTDOUT, "usage: %s -base <basefilename> [-in <input file>] [-out <output file>] [-itest <testfilename>]\n", exename);
279 LCHAR base[P_PATH_MAX] = L(""); local
303 if (!LSTRCMP(argv[i], L("-base")))
306 LSTRCPY(base, argv[i]);
338 rc = SR_GrammarLoad(base, &grammar);
  /external/stlport/stlport/stl/
_num_put.c 311 // oct or hex base shall not be added to the 0 value (see '#' flag in C formating strings)
373 // buffer size = number of bytes * number of digit necessary in the smallest Standard base (base 8, 3 digits/byte)
374 // plus the longest base representation '0x'
485 // base ('0x') not shown for null, but I really want to type it
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
genlingware.pl 3 # pico knowledge base binary files (pkb)
84 $0 -- composes a lingware resource from pico knowledge base
153 #base
256 print "*** error: not a valid knowledge base name $key\n";
257 die "not a valid knowledge base name $key" ;
  /external/webkit/WebKit/chromium/
WebKit.gyp 449 '<(chromium_src_dir)/base/base.gyp:base',
450 '<(chromium_src_dir)/base/base.gyp:base_i18n',
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
mac.py 44 import base namespace
49 class MacPort(base.Port):
55 base.Port.__init__(self, port_name, options)
183 self._cached_build_root = executive.run_command(["webkit-build-directory", "--base"]).rstrip()
248 class MacDriver(base.Driver):
  /external/webkit/WebKitTools/WebKitLauncher/WebKitLauncher.xcodeproj/
project.pbxproj 77 5DA88F7E0FC8176100AB2F62 /* Base.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Base.xcconfig; sourceTree = "<group>"; };
173 5DA88F7E0FC8176100AB2F62 /* Base.xcconfig */,
385 baseConfigurationReference = 5DA88F7E0FC8176100AB2F62 /* Base.xcconfig */;
394 baseConfigurationReference = 5DA88F7E0FC8176100AB2F62 /* Base.xcconfig */;
  /external/wpa_supplicant/
crypto.h 390 * @base: Base integer (big endian byte array)
391 * @base_len: Length of base integer in bytes
400 * This function calculates result = base ^ power mod modulus. modules_len is
408 int crypto_mod_exp(const u8 *base, size_t base_len,
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto.h 408 * @base: Base integer (big endian byte array)
409 * @base_len: Length of base integer in bytes
418 * This function calculates result = base ^ power mod modulus. modules_len is
426 int __must_check crypto_mod_exp(const u8 *base, size_t base_len,
  /frameworks/base/libs/utils/
RefBase.cpp 62 weakref_impl(RefBase* base)
65 , mBase(base)
79 weakref_impl(RefBase* base)
82 , mBase(base)
89 //LOGI("NEW weakref_impl %p for RefBase %p", this, base);
  /frameworks/base/services/java/com/android/server/
IntentResolver.java 131 if (dumpMap(out, curPrefix, "Base MIME Types:", innerPrefix,
237 // completely match or wildcards whose base type matches.
243 // We can match anything with our base type.
546 * The base names of all of all fully qualified MIME types that have been
554 * The base names of all of the MIME types with a sub-type wildcard that
  /hardware/ti/omap3/dspbridge/inc/
cmm.h 59 *! 29-Aug-2001 ag: Added dsp virt base and size to CMM_RegisterGPPSMSeg().
265 * lpGPPBasePA: GPP Base Physical address.
269 * dwDSPBase: DSP virtual base byte address.
407 * pAddr: Virtual base address of segment.
410 * bSetInfo Set xlator fields if TRUE, else return base addr
  /hardware/ti/omap3/dspbridge/libbridge/inc/
cmm.h 59 *! 29-Aug-2001 ag: Added dsp virt base and size to CMM_RegisterGPPSMSeg().
265 * lpGPPBasePA: GPP Base Physical address.
269 * dwDSPBase: DSP virtual base byte address.
407 * pAddr: Virtual base address of segment.
410 * bSetInfo Set xlator fields if TRUE, else return base addr
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 210 extern DECLSPEC void SDLCALL SDL_qsort(void *base, size_t nmemb, size_t size,
463 extern DECLSPEC long SDLCALL SDL_strtol(const char *string, char **endp, int base);
469 extern DECLSPEC unsigned long SDLCALL SDL_strtoul(const char *string, char **endp, int base);
489 extern DECLSPEC Sint64 SDLCALL SDL_strtoll(const char *string, char **endp, int base);
495 extern DECLSPEC Uint64 SDLCALL SDL_strtoull(const char *string, char **endp, int base);
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_stdinc.h 210 extern DECLSPEC void SDLCALL SDL_qsort(void *base, size_t nmemb, size_t size,
463 extern DECLSPEC long SDLCALL SDL_strtol(const char *string, char **endp, int base);
469 extern DECLSPEC unsigned long SDLCALL SDL_strtoul(const char *string, char **endp, int base);
489 extern DECLSPEC Sint64 SDLCALL SDL_strtoll(const char *string, char **endp, int base);
495 extern DECLSPEC Uint64 SDLCALL SDL_strtoull(const char *string, char **endp, int base);
  /prebuilt/windows/sdl/include/SDL/
SDL_stdinc.h 210 extern DECLSPEC void SDLCALL SDL_qsort(void *base, size_t nmemb, size_t size,
463 extern DECLSPEC long SDLCALL SDL_strtol(const char *string, char **endp, int base);
469 extern DECLSPEC unsigned long SDLCALL SDL_strtoul(const char *string, char **endp, int base);
489 extern DECLSPEC Sint64 SDLCALL SDL_strtoll(const char *string, char **endp, int base);
495 extern DECLSPEC Uint64 SDLCALL SDL_strtoull(const char *string, char **endp, int base);
  /dalvik/vm/mterp/c/
gotoTargets.c 23 vdst = FETCH(2); /* first 4 regs -or- range base */
157 * This can happen if you create two classes, Base and Sub, where
158 * Sub is a sub-class of Base. Declare a protected abstract
159 * method foo() in Base, and invoke foo() from a method in Base.
160 * Base is an "abstract base class" and is never instantiated
174 LOGVV("+++ base=%s.%s virtual[%d]=%s.%s\n",
182 LOGW("WRONG METHOD: base=%s.%s virtual[%d]=%s.%s\n",
265 LOGVV("+++ base=%s.%s super-virtual=%s.%s\n"
    [all...]
  /external/freetype/src/psaux/
psobjs.c 124 /* allocate new base block */
185 /* grow the base block if needed */
213 /* add the object to the base block and adjust offset */
    [all...]
  /external/skia/src/core/
SkBitmap.cpp 498 char* base = (char*)this->getPixels(); local
499 if (base) {
500 base += y * this->rowBytes();
503 base += x << 2;
507 base += x << 1;
511 base += x;
514 base += x >> 3;
518 base = NULL;
522 base = NULL;
526 return base;
    [all...]
  /external/webkit/WebCore/platform/text/
StringImpl.cpp 399 int StringImpl::toIntStrict(bool* ok, int base)
401 return charactersToIntStrict(m_data, m_length, ok, base);
404 unsigned StringImpl::toUIntStrict(bool* ok, int base)
406 return charactersToUIntStrict(m_data, m_length, ok, base);
409 int64_t StringImpl::toInt64Strict(bool* ok, int base)
411 return charactersToInt64Strict(m_data, m_length, ok, base);
414 uint64_t StringImpl::toUInt64Strict(bool* ok, int base)
416 return charactersToUInt64Strict(m_data, m_length, ok, base);
419 intptr_t StringImpl::toIntPtrStrict(bool* ok, int base)
421 return charactersToIntPtrStrict(m_data, m_length, ok, base);
    [all...]
  /external/guava/javadoc/com/google/common/collect/
Maps.html 153 <TD><CODE><B><A HREF="../../../../com/google/common/collect/Maps.html#filterEntries(java.util.Map, com.google.common.base.Predicate)">filterEntries</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A>&lt;K,V&gt;&nbsp;unfiltered,
154 <A HREF="../../../../com/google/common/base/Predicate.html" title="interface in com.google.common.base">Predicate</A>&lt;? super <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</A>&lt;K,V&gt;&gt;&nbsp;entryPredicate)</CODE>
170 <TD><CODE><B><A HREF="../../../../com/google/common/collect/Maps.html#filterKeys(java.util.Map, com.google.common.base.Predicate)">filterKeys</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A>&lt;K,V&gt;&nbsp;unfiltered,
171 <A HREF="../../../../com/google/common/base/Predicate.html" title="interface in com.google.common.base">Predicate</A>&lt;? super K&gt;&nbsp;keyPredicate)</CODE>
187 <TD><CODE><B><A HREF="../../../../com/google/common/collect/Maps.html#filterValues(java.util.Map, com.google.common.base.Predicate)">filterValues</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A>&lt;K,V&gt;&nbsp;unfiltered,
188 <A HREF="../../../../com/google/common/base/Predicate.html" title="interface in com.google.common.base">Predicate</A>&lt;? super V&gt;&nbsp;valuePredicate)</CODE>
424 <TD><CODE><B><A HREF="../../../../com/google/common/collect/Maps.html#transformValues(java.util.Map, com.google.common.base.Function)">transformValues</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.ht (…)
    [all...]

Completed in 797 milliseconds

<<51525354555657585960>>