HomeSort by relevance Sort by last modified time
    Searched refs:get (Results 2601 - 2625 of 4892) sorted by null

<<101102103104105106107108109110>>

  /external/chromium/third_party/icu/source/i18n/
ucoleitr.cpp 67 const RCEI *get();
111 const RCEI *RCEBuffer::get() function in class:RCEBuffer
140 const PCEI *get();
189 const PCEI *PCEBuffer::get() function in class:PCEBuffer
252 // just get all three orders...
580 const RCEI *rcei = rceb.get();
604 const PCEI *pcei = elems->pce->pceBuffer.get();
  /external/chromium/third_party/libevent/
libevent.scons 217 if ARGUMENTS.get('COVERAGE') not in (None, '0'):
228 if ARGUMENTS.get('PROFILE') not in (None, '0'):
239 if ARGUMENTS.get('SYMBOLS') not in (None, '0'):
  /external/chromium/third_party/modp_b64/
modp_b64.scons 213 if ARGUMENTS.get('COVERAGE') not in (None, '0'):
224 if ARGUMENTS.get('PROFILE') not in (None, '0'):
235 if ARGUMENTS.get('SYMBOLS') not in (None, '0'):
  /external/chromium/third_party/zlib/
zlib.scons 215 if ARGUMENTS.get('COVERAGE') not in (None, '0'):
226 if ARGUMENTS.get('PROFILE') not in (None, '0'):
237 if ARGUMENTS.get('SYMBOLS') not in (None, '0'):
  /external/icu4c/i18n/
ucoleitr.cpp 67 const RCEI *get();
111 const RCEI *RCEBuffer::get() function in class:RCEBuffer
140 const PCEI *get();
189 const PCEI *PCEBuffer::get() function in class:PCEBuffer
252 // just get all three orders...
567 const RCEI *rcei = rceb.get();
591 const PCEI *pcei = elems->pce->pceBuffer.get();
  /external/libvpx/vp8/common/ppc/
recon_altivec.asm 38 mfspr r0, 256 ;# get old VRSAVE
87 mfspr r0, 256 ;# get old VRSAVE
126 mfspr r0, 256 ;# get old VRSAVE
  /external/proguard/src/proguard/
ConfigurationWriter.java 178 ClassPathEntry entry = classPath.get(index);
228 writer.print(quotedString((String)filter.get(index)));
340 writeOption(optionNames, (KeepClassSpecification)keepClassSpecifications.get(index));
384 writeOption(optionName, (ClassSpecification)classSpecifications.get(index));
509 (MemberSpecification)memberSpecifications.get(index);
551 (MemberSpecification)memberSpecifications.get(index);
  /external/stlport/stlport/stl/
_hashtable.h 343 : _M_hash(_STLP_PRIV _AsMoveSource(src.get()._M_hash)),
344 _M_equals(_STLP_PRIV _AsMoveSource(src.get()._M_equals)),
345 _M_elems(__move_source<_ElemsCont>(src.get()._M_elems)),
346 _M_buckets(__move_source<_BucketVector>(src.get()._M_buckets)),
347 _M_num_elements(src.get()._M_num_elements),
348 _M_max_load_factor(src.get()._M_max_load_factor) {}
  /external/v8/test/mjsunit/
debug-stepin-accessor.js 30 // Get the Debug object exposed from the debug context global object.
39 // to get into g.call and than check that execution is pauesed inside
65 get getter1() {
68 get getter2() {
247 // Get rid of the debug event listener.
  /external/webkit/JavaScriptCore/runtime/
JSObject.cpp 133 if ((m_structure->get(propertyName, attributes, specificValue) != WTF::notFound) && attributes & ReadOnly)
205 if (m_structure->get(propertyName, attributes, specificValue) != WTF::notFound) {
234 JSValue function = object->get(exec, propertyName);
418 if (m_structure->get(propertyName, attributes, specificValue) != WTF::notFound)
423 // we've currently always call 'get' first, which should have populated
528 return m_inheritorID.get();
540 size_t offset = m_structure->get(propertyName, attributes, cell);
  /external/webkit/WebCore/bindings/v8/
V8NPObject.cpp 108 retval = npObject->_class->invoke(npObject, identifier, npArgs.get(), numArgs, &result);
113 retval = npObject->_class->construct(npObject, npArgs.get(), numArgs, &result);
117 retval = npObject->_class->invokeDefault(npObject, npArgs.get(), numArgs, &result);
193 v8::Persistent<v8::FunctionTemplate> functionTemplate = staticTemplateMap.get(id);
358 return v8::Local<v8::Object>::New(staticNPObjectMap.get(object));
396 v8::Persistent<v8::Object> handle(staticNPObjectMap.get(object));
  /external/webkit/WebCore/rendering/
RenderView.cpp 117 // Use calcWidth/Height to get the new width/height, since this will take the full page zoom factor into account.
187 // Cache the print rect because the dirty rect could get changed during painting.
263 // Subtract out the contentsX and contentsY offsets to get our coords within the viewing
352 RenderSelectionInfo* blockInfo = selectedObjects.get(cb);
418 // In order to get the repaint rect right, we have to examine left, middle, and right rects individually, since otherwise
432 RenderBlockSelectionInfo* blockInfo = oldSelectedBlocks.get(cb);
483 RenderBlockSelectionInfo* blockInfo = newSelectedBlocks.get(cb);
509 RenderSelectionInfo* newInfo = newSelectedObjects.get(obj);
536 RenderBlockSelectionInfo* newInfo = newSelectedBlocks.get(block);
730 return m_compositor.get();
    [all...]
  /external/webkit/WebKit/mac/Misc/
WebNSPasteboardExtras.mm 70 return types.get();
83 return types.get();
97 return types.get();
  /external/webkit/WebKit/mac/Plugins/
WebNetscapePluginEventHandlerCocoa.mm 168 event.data.key.characters = (NPNSString *)characters.get();
169 event.data.key.charactersIgnoringModifiers = (NPNSString *)characters.get();
275 // Get the text buffer size.
284 // Now get the actual text.
294 event.data.text.text = (NPNSString*)text.get();
  /external/webkit/WebKit/win/
WebFrame.cpp 166 // This function is not in WebFrame.h because we don't want to advertise the ability to get a non-const Frame from a const WebFrame
1016 d->frame = frame.get();
    [all...]
  /frameworks/base/obex/javax/obex/
ObexHelper.java 326 * TODO: Could use getHeaderList() to get the array of headers to include
427 int temp = dateHeader.get(Calendar.YEAR);
432 temp = dateHeader.get(Calendar.MONTH);
437 temp = dateHeader.get(Calendar.DAY_OF_MONTH);
443 temp = dateHeader.get(Calendar.HOUR_OF_DAY);
448 temp = dateHeader.get(Calendar.MINUTE);
453 temp = dateHeader.get(Calendar.SECOND);
678 * used by put and get operations to separate headers to a size that meets
    [all...]
  /frameworks/base/services/java/com/android/server/
NetworkManagementService.java 104 if ("simulator".equals(SystemProperties.get("ro.product.device"))) {
264 rsp = mConnector.doCommand("interface getcfg " + iface).get(0);
267 "Cannot communicate with native daemon to get interface config");
407 "Unable to communicate to native daemon to get tether status");
627 wifiConfig.allowedKeyManagement.get(KeyMgmt.WPA_PSK) ?
671 wifiConfig.allowedKeyManagement.get(KeyMgmt.WPA_PSK) ? "wpa2-psk" : "open",
688 String.format("interface read%scounter %s", (rx ? "rx" : "tx"), iface)).get(0);
748 (rx ? "rx" : "tx"))).get(0);
  /frameworks/base/services/java/com/android/server/am/
ServiceRecord.java 155 StartItem si = list.get(i);
260 pw.print(prefix); pw.print(" "); pw.println(c.get(i));
291 IntentBindRecord i = bindings.get(filter);
296 AppBindRecord a = i.apps.get(app);
314 StartItem si = deliveredStarts.get(i);
348 // get to be foreground.
385 deliveredStarts.get(i).removeUriPermissionsLocked();
  /libcore/dom/src/test/java/org/w3c/domts/
JUnitTestCaseAdapter.java 282 expectedString = (String) expected.get(i);
283 actualString = (String) actual.get(i);
408 expectedString = (String) expected.get(i);
409 actualString = (String) actual.get(i);
467 expectedObj = expected.get(i);
468 actualObj = actual.get(i);
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/
X509CertFactoryImpl.java 218 certs.get(i)));
358 (CertificateList) crls.get(i)));
611 (Certificate) CERT_CACHE.get(hash, encoding);
649 Certificate res = (Certificate) CERT_CACHE.get(hash, encoding);
682 X509CRL res = (X509CRL) CRL_CACHE.get(hash, encoding);
720 CRL res = (CRL) CRL_CACHE.get(hash, encoding);
    [all...]
  /libcore/luni/src/main/java/org/apache/xalan/templates/
ElemTemplateElement.java 83 * Get an integer representation of the element type.
140 * Get the owning "composed" stylesheet. This looks up the
142 * on a Stylesheet object, which will Get the owning
153 * Get the owning stylesheet. This looks up the
165 * Get the owning root stylesheet. This looks up the
328 * Get the type of the node.
578 * Get the stylesheet owner.
588 * Get the owning xsl:template element.
794 * Get the "xml:space" attribute.
895 * Given a namespace, get the corrisponding prefix
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
ProviderTest.java 639 assertEquals("tests.security", myProvider.get("test.pkg"));
640 assertEquals("Unit Tests", myProvider.get("test.proj"));
641 assertNull(myProvider.get("#commented.entry"));
643 assertEquals("info", myProvider.get("Provider.id info"));
647 myProvider.get("Provider.id className"));
648 assertEquals("1.0", myProvider.get("Provider.id version"));
  /libcore/luni/src/test/java/tests/java/sql/
SelectFunctionalityTest.java 275 assertEquals("wrong value of ftext field", value.get(key), val);
318 assertEquals("wrong value of cnum field", value.get(key),
353 assertEquals("wrong value of cname field", value.get(key), val);
388 assertEquals("wrong value of ccnum field", value.get(key),
428 assertEquals("wrong value of ccnum field", value.get(key),
462 assertEquals("Wrong value of sum field", values.get(rating),
  /ndk/sources/android/stlport/stlport/stl/
_hashtable.h 343 : _M_hash(_STLP_PRIV _AsMoveSource(src.get()._M_hash)),
344 _M_equals(_STLP_PRIV _AsMoveSource(src.get()._M_equals)),
345 _M_elems(__move_source<_ElemsCont>(src.get()._M_elems)),
346 _M_buckets(__move_source<_BucketVector>(src.get()._M_buckets)),
347 _M_num_elements(src.get()._M_num_elements),
348 _M_max_load_factor(src.get()._M_max_load_factor) {}
  /packages/apps/Mms/src/com/android/mms/ui/
MessageListAdapter.java 178 HashSet<MessageListItem> set = mAddressToMessageListItems.get(oldAddress);
197 HashSet<MessageListItem> set = mAddressToMessageListItems.get(addr);
221 HashSet<MessageListItem> set = mAddressToMessageListItems.get(address);
259 MessageItem item = mMessageItemCache.get(getKey(type, msgId));
587 * If for whatever reason we can't get the photo load teh
588 * default avatar. NOTE that fasttrack tries to get fancy
653 public ContactData get(final String address) { method in class:MessageListAdapter.AvatarCache
655 return mImageCache.get(address);

Completed in 2066 milliseconds

<<101102103104105106107108109110>>