/external/webkit/WebCore/bridge/objc/ |
objc_instance.mm | 107 NSMapInsert(s_instanceWrapperCache, instance, wrapper.get()); 118 NSMapRemove(s_instanceWrapperCache, _instance.get()); 120 if ([_instance.get() respondsToSelector:@selector(finalizeForWebScript)]) 121 [_instance.get() performSelector:@selector(finalizeForWebScript)]; 167 return [_instance.get() respondsToSelector:@selector(invokeDefaultMethodWithArguments:)]; 188 [invocation setTarget:_instance.get()]; 252 // Should never get here. Argument types are filtered (and 263 // Get the return value type. 272 // Get the return value and convert it to a JavaScript value. Length 280 result = convertObjcValueToValue(exec, buffer, objcValueType, m_rootObject.get()); [all...] |
/external/webkit/WebCore/history/ |
CachedFrame.cpp | 92 frame->animation()->resumeAnimations(m_document.get()); 93 frame->eventHandler()->setMousePressNode(m_mousePressNode.get()); 129 // Custom scrollbar renderers will get reattached when the document comes out of the page cache 154 LOG(PageCache, "Finished creating CachedFrame for main frame url '%s' and DocumentLoader %p\n", m_url.string().utf8().data(), m_documentLoader.get()); 156 LOG(PageCache, "Finished creating CachedFrame for child frame with url '%s' and DocumentLoader %p\n", m_url.string().utf8().data(), m_documentLoader.get()); 220 Frame::clearTimers(m_view.get(), m_document.get()); 241 return m_cachedFramePlatformData.get();
|
/external/webkit/WebCore/platform/text/ |
TextEncodingRegistry.cpp | 147 const char* oldAtomicName = textEncodingNameMap->get(alias); 166 const char* atomicName = textEncodingNameMap->get(name); 176 const char* atomicName = textEncodingNameMap->get(name); 185 const char* atomicName = textEncodingNameMap->get(textEncodingNameBlacklist[i]); 274 TextCodecFactory factory = textCodecMap->get(encoding.name()); 288 if (const char* atomicName = textEncodingNameMap->get(name)) 294 return textEncodingNameMap->get(name);
|
/external/webkit/WebCore/plugins/win/ |
PluginPackageWin.cpp | 174 0, versionInfoSize, versionInfoData.get())) 177 m_name = getVersionInfo(versionInfoData.get(), "ProductName"); 178 m_description = getVersionInfo(versionInfoData.get(), "FileDescription"); 184 if (!VerQueryValue(versionInfoData.get(), TEXT("\\"), (LPVOID*) &info, &infoSize) || infoSize < sizeof(VS_FIXEDFILEINFO)) 193 getVersionInfo(versionInfoData.get(), "MIMEType").split('|', types); 195 getVersionInfo(versionInfoData.get(), "FileExtents").split('|', extensionLists); 197 getVersionInfo(versionInfoData.get(), "FileOpenName").split('|', descriptions); 207 // Get rid of the extension list that may be at the end of the description string. 210 // There might be a space that we need to get rid of.
|
/external/webkit/WebKit/win/WebCoreSupport/ |
WebFrameLoaderClient.cpp | 122 resourceLoadDelegate->identifierForInitialRequest(webView, webURLRequest.get(), getWebDataSource(loader), identifier); 152 if (SUCCEEDED(resourceLoadDelegate->didReceiveAuthenticationChallenge(webView, identifier, webChallenge.get(), getWebDataSource(loader)))) 172 resourceLoadDelegate->didCancelAuthenticationChallenge(webView, identifier, webChallenge.get(), getWebDataSource(loader)); 186 if (FAILED(resourceLoadDelegate->willSendRequest(webView, identifier, webURLRequest.get(), webURLRedirectResponse.get(), getWebDataSource(loader), &newWebURLRequest))) 212 resourceLoadDelegate->didReceiveResponse(webView, identifier, webURLResponse.get(), getWebDataSource(loader)); 243 resourceLoadDelegate->didFailLoadingWithError(webView, identifier, webError.get(), getWebDataSource(loader)); 263 if (SUCCEEDED(resourceLoadDelegatePrivate->shouldCacheResponse(webView, identifier, urlResponse.get(), data, length, getWebDataSource(loader), &shouldCache))) 436 return core(mainFrameImpl.get()); 524 // way to get work done that is normally done when the first bit of data i [all...] |
/frameworks/base/core/java/android/server/search/ |
Searchables.java | 100 result = mSearchablesMap.get(activity); 146 result = mSearchablesMap.get(referredActivity); 210 ? searchList.get(ii) 211 : webSearchInfoList.get(ii - search_count); 214 if (newSearchablesMap.get(new ComponentName(ai.packageName, ai.name)) == null) { 257 ActivityInfo ai = activities.get(i).activityInfo; 286 ActivityInfo ai = activities.get(i).activityInfo;
|
/libcore/luni/src/main/java/java/util/zip/ |
ZipEntry.java | 275 int year = cal.get(Calendar.YEAR); 280 modDate = cal.get(Calendar.DATE); 281 modDate = (cal.get(Calendar.MONTH) + 1 << 5) | modDate; 282 modDate = ((cal.get(Calendar.YEAR) - 1980) << 9) | modDate; 283 time = cal.get(Calendar.SECOND) >> 1; 284 time = (cal.get(Calendar.MINUTE) << 5) | time; 285 time = (cal.get(Calendar.HOUR_OF_DAY) << 11) | time;
|
/libcore/luni/src/main/java/org/apache/xml/serializer/ |
Encodings.java | 119 ei = (EncodingInfo) _encodingTableKeyJava.get(normalizedEncoding); 121 ei = (EncodingInfo) _encodingTableKeyMime.get(normalizedEncoding); 142 ei = (EncodingInfo) _encodingTableKeyJava.get(normalizedEncoding); 144 ei = (EncodingInfo) _encodingTableKeyMime.get(normalizedEncoding); 191 * Get the proper mime encoding. From the XSLT recommendation: "The encoding 217 // Get the default system character encoding. This may be 219 // seems to be no way to get the encoding from a writer. 273 (EncodingInfo) _encodingTableKeyJava.get(toUpperCaseFast(encoding)); 357 // Get the substring after the Mime names 397 * Get the length of the Mime names within the property valu [all...] |
ToHTMLStream.java | 347 elemDesc = (ElemDesc) m_elementFlags.get("a"); 352 elemDesc = (ElemDesc) m_elementFlags.get("area"); 358 elemDesc = (ElemDesc) m_elementFlags.get("base"); 363 elemDesc = (ElemDesc) m_elementFlags.get("button"); 367 elemDesc = (ElemDesc) m_elementFlags.get("blockquote"); 372 elemDesc = (ElemDesc) m_elementFlags.get("del"); 376 elemDesc = (ElemDesc) m_elementFlags.get("dir"); 381 elemDesc = (ElemDesc) m_elementFlags.get("div"); 386 elemDesc = (ElemDesc) m_elementFlags.get("dl"); 390 elemDesc = (ElemDesc) m_elementFlags.get("form") 2153 public Object get(final String key) method in class:ToHTMLStream.Trie [all...] |
/libcore/luni/src/main/native/ |
java_nio_charset_Charsets.cpp | 110 if (bytes.get() == NULL) { 114 if (chars.get() == NULL) { 129 if (bytes.get() == NULL) { 133 if (chars.get() == NULL) { 151 if (chars.get() == NULL) { 157 if (bytes.get() == NULL) { 184 if (chars.get() == NULL) {
|
/libcore/luni/src/test/java/tests/api/java/lang/ref/ |
ReferenceQueueTest.java | 90 assertNull("Remove failed.", rq.poll().get()); 96 assertEquals("Remove failed.", obj, (rq.poll().get())); 102 assertTrue("Remove failed.", ((Boolean) rq.poll().get()) 135 assertTrue("Remove failed.", ((Boolean) rq.remove().get()) 209 assertTrue((Boolean)result.get()); 211 assertEquals(obj, result.get()); 213 assertNull(result.get());
|
/packages/apps/Contacts/src/com/android/contacts/ |
ContactEntryAdapter.java | 112 ArrayList<E> section = mSections.get(i); 115 E e = section.get(j); 152 ArrayList<E> section = mSections.get(i); 175 * Get the entry for the given position. 185 ArrayList<T> section = sections.get(i); 192 return section.get(position); 200 * Get the count of entries in all sections 210 ArrayList<T> section = sections.get(i); 216 count += sections.get(i).size();
|
/packages/apps/Gallery3D/src/com/cooliris/picasa/ |
TableContentProvider.java | 72 Mapping mapping = mMappings.get(match); 86 Mapping mapping = mMappings.get(match); 105 Mapping mapping = match != UriMatcher.NO_MATCH ? mMappings.get(match) : null; 126 Mapping mapping = match != UriMatcher.NO_MATCH ? mMappings.get(match) : null; 159 Mapping mapping = mMappings.get(match); 181 Mapping mapping = mMappings.get(match); 195 String id = uri.getPathSegments().get(1);
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
AllAppsList.java | 83 public ApplicationInfo get(int index) { method in class:AllAppsList 84 return data.get(index); 106 ApplicationInfo info = data.get(i); 126 final ApplicationInfo applicationInfo = data.get(i); 141 final ResolveInfo info = matches.get(i); 156 final ApplicationInfo applicationInfo = data.get(i); 201 final ApplicationInfo info = apps.get(i);
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ContactLocaleUtils.java | 64 ArrayList<Token> tokens = HanziToPinyin.getInstance().get(displayName); 93 ArrayList<Token> tokens = HanziToPinyin.getInstance().get(name); 102 final Token token = tokens.get(i); 172 return get(adjustedUtil); 175 private synchronized ContactLocaleUtilsBase get(Integer nameStyle) { method in class:ContactLocaleUtils 176 ContactLocaleUtilsBase utils = mUtils.get(nameStyle); 193 return get(Integer.valueOf(getAdjustedStyle(nameStyle.intValue())));
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
HandleNativeHeap.java | 43 * Register for the packets we expect to get from the client. 90 * Send an NHGT (Native Thread GeT) request to the client. 126 data.get(copy); 162 buffer.get(maps, 0, mapSize); 186 data.get(dataCopy); 200 data.get(copy); 206 int unitsize = (int) buffer.get(); 221 int eState = (int)buffer.get() & 0x000000ff; 222 int eLen = ((int)buffer.get() & 0x000000ff) + 1;
|
/dalvik/dx/src/com/android/dx/dex/file/ |
ClassDataItem.java | 206 pw.println(" sfields[" + i + "]: " + staticFields.get(i)); 211 pw.println(" ifields[" + i + "]: " + instanceFields.get(i)); 217 directMethods.get(i).debugPrint(pw, verbose); 223 virtualMethods.get(i).debugPrint(pw, verbose); 286 * Get the size of staticValues minus any trailing zeros/nulls (both 292 EncodedField field = staticFields.get(size - 1); 293 Constant cst = staticValues.get(field); 313 EncodedField field = staticFields.get(i); 314 Constant cst = staticValues.get(field); 409 lastIndex = list.get(i).encode(file, out, lastIndex, i) [all...] |
/external/emma/core/java12/com/vladium/util/ |
Property.java | 331 // (getProperty() uses a non-virtual call to get(), while propertyNames() 342 public Object get (final Object key) method in class:Property.FilePropertyLookup 346 return m_contents.get (key); 410 // (getProperty() uses a non-virtual call to get(), while propertyNames() 416 return (String) get (key); 419 public Object get (final Object key) method in class:Property.SystemPropertyLookup 423 String result = (String) super.get (key); 491 // (getProperty() uses a non-virtual call to get(), while propertyNames() 497 return (String) get (key); 500 public Object get (final Object key method in class:Property.SystemRedirectsLookup [all...] |
/external/webkit/WebCore/svg/ |
SVGMaskElement.cpp | 193 // We need to scale repaintRect for objectBoundingBox to get the drawing area. 232 renderSubtreeToImage(maskImage.get(), *it); 242 unsigned char a = srcPixelArray->get(pixelOffset + 3); 245 unsigned char r = srcPixelArray->get(pixelOffset); 246 unsigned char g = srcPixelArray->get(pixelOffset + 1); 247 unsigned char b = srcPixelArray->get(pixelOffset + 2); 253 maskImage->putUnmultipliedImageData(imageData.get(), maskImageRect, IntPoint()); 270 return m_masker.get(object).get(); 273 SVGResourceMasker* maskerPtr = masker.get(); [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/ |
GsmAlphabet.java | 80 ret = charToGsm.get(c, -1); 83 ret = charToGsmExtended.get(c, -1); 113 ret = charToGsmExtended.get(c, -1); 134 return (char)gsmToChar.get(gsmChar, ' '); 151 ret = gsmExtendedToChar.get(gsmChar, -1); 381 ret.append((char)gsmExtendedToChar.get(c, ' ')); 383 ret.append((char)gsmToChar.get(c, ' ')); 475 if (charToGsm.get(c, -1) != -1) { 479 if (charToGsmExtended.get(c, -1) != -1) { 722 sGsmSpaceChar = charToGsm.get(' '); [all...] |
/libcore/luni/src/main/java/java/io/ |
EmulatedFields.java | 205 public byte get(String name, byte defaultValue) method in class:EmulatedFields 231 public char get(String name, char defaultValue) method in class:EmulatedFields 257 public double get(String name, double defaultValue) method in class:EmulatedFields 283 public float get(String name, float defaultValue) method in class:EmulatedFields 309 public int get(String name, int defaultValue) method in class:EmulatedFields 335 public long get(String name, long defaultValue) method in class:EmulatedFields 361 public Object get(String name, Object defaultValue) method in class:EmulatedFields 386 public short get(String name, short defaultValue) method in class:EmulatedFields 412 public boolean get(String name, boolean defaultValue) method in class:EmulatedFields
|
/external/chromium/net/url_request/ |
url_request_unittest.cc | 107 ASSERT_TRUE(NULL != server_.get()); 162 ASSERT_TRUE(NULL != server_.get()); 187 ASSERT_TRUE(NULL != server_.get()); 206 ASSERT_TRUE(NULL != server_.get()); 234 ASSERT_TRUE(NULL != server_.get()); 253 ASSERT_TRUE(NULL != https_server.get()); 254 ASSERT_TRUE(NULL != server_.get()); 278 ASSERT_TRUE(NULL != server.get()); 328 ASSERT_TRUE(NULL != server.get()); 348 ASSERT_TRUE(NULL != server.get()); [all...] |
/cts/tools/host/src/com/android/cts/ |
CtsTestResult.java | 63 sResultToCodeMap.put(sCodeToResultMap.get(code), code); 83 mResultCode = sResultToCodeMap.get(result); 116 * Get result code of the test. 133 * Get the failed message. 142 * Get the stack trace. 192 * Get the test result as string. 197 return sCodeToResultMap.get(mResultCode);
|
/dalvik/dx/src/com/android/dx/util/ |
BitIntSet.java | 67 return (value < Bits.getMax(bits)) && Bits.get(bits, value); 81 ensureCapacity(o.ints.get(sz - 1)); 84 Bits.set(bits, o.ints.get(i), true);
|
/external/chromium/base/ |
ref_counted.h | 231 scoped_refptr(const scoped_refptr<U>& r) : ptr_(r.get()) { 241 T* get() const { return ptr_; } function in class:scoped_refptr 272 return *this = r.get();
|