HomeSort by relevance Sort by last modified time
    Searched full:get (Results 1351 - 1375 of 13186) sorted by null

<<51525354555657585960>>

  /external/webkit/WebCore/svg/graphics/filters/
SVGFEDisplacementMap.cpp 116 int srcX = x + static_cast<int>(scaleX * srcPixelArrayB->get(dstIndex + m_xChannelSelector - 1) + scaleAdjustmentX);
117 int srcY = y + static_cast<int>(scaleY * srcPixelArrayB->get(dstIndex + m_yChannelSelector - 1) + scaleAdjustmentY);
122 unsigned char pixelValue = srcPixelArrayA->get(srcY * stride + srcX * 4 + channel);
129 resultImage()->putPremultipliedImageData(imageData.get(), imageRect, IntPoint());
158 ts << " [in2=" << m_in2.get() << "]"
  /external/webkit/WebCore/xml/
XSLTProcessor.cpp 68 bool sourceIsDocument = (sourceNode == ownerDocument.get());
78 // Before parsing, we need to save & detach the old document and get the new document
107 parseHTMLDocumentFragment(sourceString, fragment.get());
111 bool successfulParse = parseXMLDocumentFragment(sourceString, fragment.get(), outputDoc->documentElement());
157 return m_parameters.get(localName);
  /external/webkit/WebKit/chromium/src/
WebAccessibilityCacheImpl.cpp 105 m_objectMap.set(m_nextNewId, WeakHandle::create(rootObject.get()));
106 m_idMap.set(rootObject.get(), m_nextNewId++);
156 IdMap::iterator it = m_idMap.find(o.get());
163 m_objectMap.set(m_nextNewId, WeakHandle::create(o.get()));
164 m_idMap.set(o.get(), m_nextNewId);
  /external/webkit/WebKitTools/pywebsocket/test/
mock.py 54 """Get bytes written to this mock."""
118 c = self._queue.get()
128 data += self._queue.get()
161 def get(self, key, def_value=None): member in class:MockTable
162 return super(MockTable, self).get(key.lower(), def_value)
  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
TextMetricsCalculator.java 91 Object val = fonts.get(new Integer(0));
99 // Get first graphic attribute and use it
142 TextRunSegment segment = segments.get(i);
174 TextRunSegment segment = segments.get(breaker.getSegmentFromVisualOrder(i));
203 TextRunSegment segment = segments.get(breaker
  /frameworks/base/core/java/android/webkit/
WebBackForwardList.java 56 * Get the index of the current history item. This index can be used to
65 * Get the history item at the given index. The index range is from 0...n
73 return mArray.get(index);
77 * Get the total size of the back/forward list.
172 l.mArray.add(mArray.get(i).clone());
  /frameworks/base/core/java/com/google/android/mms/util/
PduCache.java 96 HashSet<Uri> msgBox = mMessageBoxes.get(msgBoxId);
103 HashSet<Uri> thread = mThreads.get(threadId);
139 purgeByMessageBox(MATCH_TO_MSGBOX_ID_MAP.get(match));
215 HashSet<Uri> thread = mThreads.get(entry.getThreadId());
238 HashSet<Uri> msgBox = mThreads.get(entry.getMessageBox());
  /frameworks/base/docs/html/guide/tutorials/views/
hello-timepicker.jd 66 // get the current time
68 mHour = c.get(Calendar.HOUR_OF_DAY);
69 mMinute = c.get(Calendar.MINUTE);
78 <code>onCreate()</code> method, we get prepared by setting the layout and capturing the View elements.
82 instance of {@link java.util.Calendar} and get the current hour and minute. Finally, we call
  /frameworks/base/libs/rs/
rsMatrix.cpp 124 const float rhs_ij = rhs->get(i,j);
125 ri0 += lhs->get(j,0) * rhs_ij;
126 ri1 += lhs->get(j,1) * rhs_ij;
127 ri2 += lhs->get(j,2) * rhs_ij;
128 ri3 += lhs->get(j,3) * rhs_ij;
  /frameworks/base/media/libdrm/mobile2/include/util/crypto/
DrmCrypto.h 60 // get the actual length of decrypt data
80 * get the length of SHA1 hash
110 * get the length of HMAC-SHA1 MAC
153 * get the length of signature
195 * get the length of decrypted data
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
sistream.cpp 181 int istringstream::get (void) function in class:ustl::istringstream
190 void istringstream::get (string& s, char delim) function in class:ustl::istringstream
198 void istringstream::get (char* p, size_type n, char delim) function in class:ustl::istringstream
202 get (s, delim);
233 while (n-- && (remaining() || underflow()) && get() != delim);
  /packages/apps/Email/tests/src/com/android/email/mail/store/
ImapResponseParserUnitTests.java 58 Object line1list = line1.get(2);
70 assertEquals("Line 3 word 2 class", FixedLengthInputStream.class, line3.get(1).getClass());
73 assertEquals("Line 3 word 2 nailed down", String.class, line3.get(1).getClass());
85 assertEquals("Line 3-4 word 3 class", ImapList.class, line3.get(2).getClass());
112 Object responseList = line2.get(1);
  /packages/apps/Email/tests/src/com/android/exchange/
CalendarSyncEnablerTest.java 55 for (Account account : AccountManager.get(getContext()).getAccounts()) {
72 Boolean state = origCalendarSyncStates.get(account);
154 for (Account account : AccountManager.get(getContext()).getAccounts()) {
165 assertEquals(message, origCalendarSyncStates.get(account), (Boolean) enabled);
174 if (AccountManager.get(getContext()).getAccountsByType(EAT).length > 0) {
  /packages/apps/Gallery/src/com/android/camera/gallery/
BaseImageList.java 119 BaseImage result = mCache.get(i);
193 Log.i(TAG, "fail to get id in: " + uri, ex);
196 // TODO: design a better method to get URI of specified ID
203 BaseImage image = mCache.get(i);
238 // Add id to the end so that we don't ever get random sorting
  /packages/apps/IM/src/com/android/im/service/
AndroidSmsService.java 110 ListenerList l = mListeners.get(port);
164 SmsSendFailureCallback callback = mFailureCallbacks.get(id);
184 ListenerList listeners = mListeners.get(port);
237 String listenAddr = mAddrList.get(i);
241 mListenerList.get(i).onIncomingSms(data);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
PackageIconLoader.java 123 // Load drawables through Resources, to get the source density information
172 throw new FileNotFoundException("Failed to get resources: " + ex);
183 id = Integer.parseInt(path.get(0));
188 id = r.getIdentifier(path.get(1), path.get(0), authority);
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SkbTemplate.java 137 if (mKeyIconRecords.get(pos).keyCode >= keyCode) break;
147 KeyIconRecord iconRecord = mKeyIconRecords.get(pos);
164 KeyIconRecord iconRecord = mKeyIconRecords.get(pos);
187 if (mKeyRecords.get(pos).keyId >= keyId) break;
197 KeyRecord keyRecord = mKeyRecords.get(pos);
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HandleHeap.java 61 * Register for the packets we expect to get from the client.
131 byte reason = data.get();
166 * get ready for the chunks that are about to come.
190 data.get(dataCopy);
234 * We will get an HPDU response when the heap dump has completed. On
235 * failure we get a generic failure response.
257 * We will get an HPDS response when the heap dump has completed. On
258 * failure we get a generic failure response.
283 // get the filename and make the client not have pending HPROF dump anymore.
287 // get the dump resul
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ExportHelper.java 68 // get the java project to get the output directory
94 // get the stream from the original file
105 // get an output stream into the new file
193 String.format("Failed to export %1$s: Could not get project output location",
  /sdk/jarutils/src/com/android/jarutils/
KeystoreHelper.java 42 * @param output an optional {@link IKeyGenOutput} object to get the stdout and stderr
63 // get the executable name of keytool depending on the platform.
144 * Get the stderr/stdout outputs of a process and return when the process is done.
146 * @param process The process to get the ouput from
219 // get the return code from the process
  /sdk/sdklauncher/
sdklauncher.c 25 * - get jars to copy from some file
80 /* Get the temp directory path using GetTempPath.
90 /* Now get a temp filename in the temp directory. */
207 /* get path of current program, to switch dirs here when executing the command. */
210 display_error("Failed to get program's filename:");
  /system/core/debuggerd/
getevent.c 45 //fprintf(stderr, "could not get device name for %s, %s\n", device, strerror(errno));
49 //fprintf(stderr, "could not get location for %s, %s\n", device, strerror(errno));
53 //fprintf(stderr, "could not get idstring for %s, %s\n", device, strerror(errno));
107 fprintf(stderr, "could not get event, %s\n", strerror(errno));
210 fprintf(stderr, "could not get event\n");
  /external/webkit/WebCore/platform/network/mac/
ResourceHandleMac.mm 80 // Store the preemptively used initial credential so that if we get an authentication challenge, we won't use the same one again.
174 [d->m_proxy.get() setDelegate:ResourceHandle::delegate()];
175 [d->m_proxy.get() release];
177 delegate = d->m_proxy.get();
183 && !d->m_request.url().protocolInHTTPFamily() // On Tiger, always pass credentials in URL, so that they get stored even if the request gets cancelled right away.
198 d->m_initialCredential = CredentialStorage::get(d->m_request.url());
219 // which can get confused and fail to load it in this case.
277 wkSetNSURLConnectionDefersCallbacks(d->m_connection.get(), YES);
289 LOG(Network, "Handle %p cancel connection %p", this, d->m_connection.get());
297 [d->m_connection.get() cancel]
    [all...]
  /frameworks/base/core/java/android/os/
Bundle.java 259 public Object get(String key) { method in class:Bundle
261 return mMap.get(key);
334 if ((array.get(n).describeContents()
345 && (array.get(0) instanceof Parcelable)) {
347 Parcelable p = (Parcelable) array.get(n);
781 Object o = mMap.get(key);
814 Object o = mMap.get(key);
847 Object o = mMap.get(key);
880 Object o = mMap.get(key);
913 Object o = mMap.get(key)
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java     [all...]

Completed in 259 milliseconds

<<51525354555657585960>>