/external/skia/gm/ |
gmmain.cpp | 77 static void compare(const SkBitmap& target, const SkBitmap& base, 90 if (w != base.width() || h != base.height()) { 91 SkDebugf("---- dimensions mismatch for %s base [%d %d] current [%d %d]\n", 92 name.c_str(), base.width(), base.height(), w, h); 97 SkAutoLockPixels baseLock(base); 101 SkPMColor c0 = *base.getAddr32(x, y); 104 SkDebugf("----- pixel mismatch for %s at [%d %d] base 0x%08X current 0x%08X\n",
|
/external/webkit/WebCore/html/ |
HTMLBaseElement.cpp | 66 // Since the document doesn't have a base element, clear the base URL and target. 67 // FIXME: This does not handle the case of multiple base elements correctly. 83 // FIXME: Changing a document's base URL should probably automatically update the resolved relative URLs of all images, stylesheets, etc.
|
HTMLCollection.h | 45 static PassRefPtr<HTMLCollection> create(PassRefPtr<Node> base, CollectionType); 62 Node* base() const { return m_base.get(); } function in class:WebCore::HTMLCollection 66 HTMLCollection(PassRefPtr<Node> base, CollectionType, CollectionCache*); 67 HTMLCollection(PassRefPtr<Node> base, CollectionType);
|
/external/webkit/WebCore/platform/ |
LinkHash.h | 60 // base URL, and returns the hash of the string that will be used for visited 63 LinkHash visitedLinkHash(const KURL& base, const AtomicString& attributeURL); 66 // base URL, and returns the hash of the string that will be used for visited. 68 void visitedURL(const KURL& base, const AtomicString& attributeURL, Vector<UChar, 512>&);
|
/frameworks/base/awt/org/apache/harmony/awt/gl/font/ |
FontExtraMetrics.java | 82 * base line to the base line of the superscript character. 88 * base line to the base line of the superscript character.
|
/frameworks/base/media/libstagefright/codecs/avc/dec/ |
Android.mk | 22 $(TOP)/frameworks/base/media/libstagefright/include \
|
/frameworks/base/tools/localize/ |
Perforce.h | 13 static int GetResourceFileNames(const string& version, const string& base,
|
/hardware/msm7k/libgralloc-qsd8k/ |
gralloc.cpp | 90 base: { 152 intptr_t vaddr = intptr_t(m->framebuffer->base); 166 hnd->base = vaddr; 167 hnd->offset = vaddr - intptr_t(m->framebuffer->base); 200 void* base = mmap(0, size, local 202 if (base == MAP_FAILED) { 204 base = 0; 209 m->pmem_master_base = base; 243 void* base = 0; local 273 base = m->pmem_master_base [all...] |
mapper.cpp | 68 hnd->base = 0; 71 hnd->base = intptr_t(mappedAddress) + hnd->offset; 75 *vaddr = (void*)hnd->base; 84 void* base = (void*)hnd->base; local 87 base = (void*)(intptr_t(base) - hnd->offset); 90 //LOGD("unmapping from %p, size=%d", base, size); 91 if (munmap(base, size) < 0) { 95 hnd->base = 0 325 void* base = va_arg(args, void*); local [all...] |
/development/testrunner/ |
test_defs.xml | 34 build_path="frameworks/base/core/tests/coretests" 40 build_path="frameworks/base/graphics/tests/graphicstests" 46 build_path="frameworks/base/location/tests/locationtests" 52 build_path="frameworks/base/sax/tests/saxtests" 58 build_path="frameworks/base/services/tests/servicestests" 64 build_path="frameworks/base/telephony/tests/telephonytests" 70 build_path="frameworks/base/test-runner" 76 build_path="frameworks/base/vpn/tests/vpntests" 82 build_path="frameworks/base/tests/CoreTests" 88 build_path="frameworks/base/keystore/tests [all...] |
/external/svox/pico/lib/ |
picokpr.c | 183 kpr->rStrArrLen = kpr_getUInt32(&(this->base[KPR_STRARRLEN_OFFSET])); 184 kpr->rLexCatArrLen = kpr_getUInt32(&(this->base[KPR_LEXCATARRLEN_OFFSET])); 185 kpr->rAttrValArrLen = kpr_getUInt32(&(this->base[KPR_ATTRVALARRLEN_OFFSET])); 186 kpr->rOutItemArrLen = kpr_getUInt32(&(this->base[KPR_OUTITEMARRLEN_OFFSET])); 187 kpr->rTokArrLen = kpr_getUInt32(&(this->base[KPR_TOKARRLEN_OFFSET])); 188 kpr->rProdArrLen = kpr_getUInt32(&(this->base[KPR_PRODARRLEN_OFFSET])); 189 kpr->rCtxArrLen = kpr_getUInt32(&(this->base[KPR_CTXARRLEN_OFFSET])); 192 kpr->rStrArr = &(this->base[offset]); 196 kpr->rLexCatArr = (picokpr_LexCat2 *)&(this->base[offset]); 200 kpr->rAttrValArr = (picokpr_AttrVal *)&(this->base[offset]) [all...] |
/frameworks/base/core/jni/ |
com_google_android_gles_jni_EGLImpl.cpp | 148 jint* base = (jint *)_env->GetPrimitiveArrayCritical(major_minor, (jboolean *)0); local 149 if (len >= 1) base[0] = 1; 150 if (len >= 2) base[1] = 0; 151 _env->ReleasePrimitiveArrayCritical(major_minor, base, JNI_ABORT); 169 jint* base = (jint *)_env->GetPrimitiveArrayCritical(value, (jboolean *)0); local 170 success = eglQueryContext(dpy, ctx, attribute, base); 171 _env->ReleasePrimitiveArrayCritical(value, base, JNI_ABORT); 189 jint* base = (jint *)_env->GetPrimitiveArrayCritical(value, (jboolean *)0); local 190 success = eglQuerySurface(dpy, sur, attribute, base); 191 _env->ReleasePrimitiveArrayCritical(value, base, JNI_ABORT) 241 jint* base = beginNativeAttribList(_env, attrib_list); local 256 jint* base = beginNativeAttribList(_env, attrib_list); local 284 jint* base = 0; local [all...] |
/external/guava/javadoc/com/google/common/base/ |
CaseFormat.html | 59 <A HREF="../../../../com/google/common/base/CharMatcher.html" title="class in com.google.common.base"><B>NEXT CLASS</B></A></FONT></TD> 61 <A HREF="../../../../index.html?com/google/common/base/CaseFormat.html" target="_top"><B>FRAMES</B></A> 91 com.google.common.base</FONT> 96 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">java.lang.Enum</A><<A HREF="../../../../com/google/common/base/CaseFormat.html" title="enum in com.google.common.base">CaseFormat</A>> 97 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>com.google.common.base.CaseFormat</B> 100 <DT><B>All Implemented Interfaces:</B> <DD><A HREF="http://java.sun.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</A><<A HREF="../../../../com/google/common/base/CaseFormat.html" title="enum in com.google.common.base">CaseFormat</A>></DD> 104 <DT><PRE>public enum <B>CaseFormat</B><DT>extends <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</A><<A HREF="../../../../com/google/common/base/CaseFormat.html" title="enum in com.google.common.base">CaseFormat</A>></DL [all...] |
/external/webkit/WebKit/chromium/src/ |
WebPageSerializerImpl.cpp | 31 // How we handle the base tag better. 33 // At now the normal way we use to handling base tag is 42 // c) We comment all base tags when serialzing DOM for the page. 43 // FireFox also uses above way to handle base tag. 47 // the base tag is written by JavaScript. 49 // "document.write('<base href="http://www.yahoo.com/"...');" to setup base URL 52 // completed-HTML page, then the JavaScript will insert a base tag 53 // <base href="http://www.yahoo.com/"...> to DOM, so all URLs which point to 62 // My solution is that we comment old base tag and write new base tag [all...] |
/external/freetype/src/base/ |
ftstroke.c | 77 ft_conic_split( FT_Vector* base ) 82 base[4].x = base[2].x; 83 b = base[1].x; 84 a = base[3].x = ( base[2].x + b ) / 2; 85 b = base[1].x = ( base[0].x + b ) / 2; 86 base[2].x = ( a + b ) / 2; 88 base[4].y = base[2].y [all...] |
/external/icu4c/i18n/unicode/ |
tzrule.h | 127 * @param base The first start time after this base time will be returned. 132 * @param inclusive Whether the base time is inclusive or not. 134 * the specified base time. 139 virtual UBool getNextStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings, 144 * @param base The most recent time before this base time will be returned. 149 * @param inclusive Whether the base time is inclusive or not. 151 * the specified base time. 156 virtual UBool getPreviousStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings [all...] |
/external/quake/quake/src/QW/client/ |
qwcl.dsp | 36 # PROP BASE Use_MFC 0
37 # PROP BASE Use_Debug_Libraries 0
38 # PROP BASE Output_Dir ".\Release"
39 # PROP BASE Intermediate_Dir ".\Release"
40 # PROP BASE Target_Dir ""
47 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
49 # ADD BASE MTL /nologo /D "NDEBUG" /win32
51 # ADD BASE RSC /l 0x409 /d "NDEBUG"
54 # ADD BASE BSC32 /nologo
57 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32. (…) [all...] |
/hardware/msm7k/libgralloc/ |
gralloc.cpp | 96 base: { 161 intptr_t vaddr = intptr_t(m->framebuffer->base); 175 hnd->base = vaddr; 176 hnd->offset = vaddr - intptr_t(m->framebuffer->base); 210 void* base = mmap(0, size, local 212 if (base == MAP_FAILED) { 214 base = 0; 219 m->pmem_master_base = base; 270 void* base = mmap(0, ALLOCATORREGION_RESERVED_SIZE, local 274 if (base == MAP_FAILED) 322 void* base = 0; local [all...] |
/external/webkit/JavaScriptCore/assembler/ |
AbstractMacroAssembler.h | 74 // Describes a simple base-offset address. 76 explicit Address(RegisterID base, int32_t offset = 0) 77 : base(base) 82 RegisterID base; member in struct:JSC::AbstractMacroAssembler::Address 101 ImplicitAddress(RegisterID base) 102 : base(base) 108 : base(address.base) 113 RegisterID base; member in struct:JSC::AbstractMacroAssembler::ImplicitAddress 129 RegisterID base; member in struct:JSC::AbstractMacroAssembler::BaseIndex [all...] |
/external/stlport/src/details/ |
fstream_unistd.cpp | 318 void* base; local 320 base = MMAP(0, len, PROT_READ, MAP_PRIVATE, _M_file_id, offset); 321 if (base != (void*)MAP_FAILED) { 323 this->_M_unmap(base, len); 324 base = 0; 327 base =0; 331 base = 0; 333 return base; 336 void _Filebuf_base::_M_unmap(void* base, streamoff len) 340 munmap((char*)base, len) [all...] |
/frameworks/base/core/java/android/content/ |
ContextWrapper.java | 47 public ContextWrapper(Context base) { 48 mBase = base; 52 * Set the base context for this ContextWrapper. All calls will then be 53 * delegated to the base context. Throws 54 * IllegalStateException if a base context has already been set. 56 * @param base The new base context for this wrapper. 58 protected void attachBaseContext(Context base) { 60 throw new IllegalStateException("Base context already set"); 62 mBase = base; [all...] |
/frameworks/base/core/java/android/widget/ |
Chronometer.java | 38 * and it counts up from that, or if you don't give it a base time, it will use the 78 * Sets the base to the current time. 86 * Sets the base to the current time. 94 * Sets the base to the current time. 116 * @param base Use the {@link SystemClock#elapsedRealtime} time base. 119 public void setBase(long base) { 120 mBase = base; 126 * Return the base time as set through {@link #setBase}. 176 * Start counting up. This does not affect the base as set from {@link #setBase}, jus [all...] |
/frameworks/base/include/ui/egl/ |
android_natives.h | 57 void (*incRef)(struct android_native_base_t* base); 58 void (*decRef)(struct android_native_base_t* base); 267 typedef EGLNativeBase<NATIVE_TYPE, TYPE, REF> BASE; 278 static inline TYPE* getSelf(android_native_base_t* base) { 279 return getSelf(reinterpret_cast<NATIVE_TYPE*>(base)); 281 static inline TYPE const * getSelf(android_native_base_t const* base) { 282 return getSelf(reinterpret_cast<NATIVE_TYPE const*>(base)); 284 static void incRef(android_native_base_t* base) { 285 EGLNativeBase* self = getSelf(base); 288 static void decRef(android_native_base_t* base) { [all...] |
/external/bison/src/ |
files.c | 181 /* Decompose FILE_NAME in four parts: *BASE, *TAB, and *EXT, the fourth 183 *BASE, so we don't need an additional parameter. 189 cannot be equal to *BASE. 194 '/tmp/foo.tab.c' -> *BASE = 'foo.tab.c', *TAB = '.tab.c', *EXT = 197 'foo.c' -> *BASE = 'foo.c', *TAB = NULL, *EXT = '.c' 199 'tab.c' -> *BASE = 'tab.c', *TAB = NULL, *EXT = '.c' 201 '.tab.c' -> *BASE = '.tab.c', *TAB = NULL, *EXT = '.c' 203 'foo.tab' -> *BASE = 'foo.tab', *TAB = NULL, *EXT = '.tab' 205 'foo_tab' -> *BASE = 'foo_tab', *TAB = NULL, *EXT = NULL 207 'foo' -> *BASE = 'foo', *TAB = NULL, *EXT = NULL. * 234 const char *base, *tab, *ext; local [all...] |
/external/srec/tools/test_g2g/ |
test_g2g.c | 63 pfprintf(PSTDOUT,"usage: %s -base <basefilename> \n",exename); 73 int CheckG2G(CA_Arbdata* arbdata, int* p4pTable, const char* base, int wordid, char* outbase); 88 LCHAR base[P_PATH_MAX] = L(""); local 122 if(!LSTRCMP(argv[i], L("-base"))) 125 LSTRCPY(base, argv[i]); 166 if(base[0] == '@') { 167 load_filelist(base+1, &g2glist, &g2glist_len); 173 CheckG2G( ca_arbdata, p4pTable, base, wordid, outbase); 186 int CheckG2G(CA_Arbdata* ca_arbdata, int* p4pTable, const char* base, int wordid, char* outbase) 201 fp = fopen(base, "rb") [all...] |