/external/icu4c/i18n/unicode/ |
ucoleitr.h | 126 * get a hash code for a key... Not very useful! 171 * Get the ordering priority of the next collation element in the text. 183 * Get the ordering priority of the previous collation element in the text. 202 * Get the processed ordering priority of the next collation element in the text. 218 * Get the processed ordering priority of the previous collation element in the text. 241 * Get the maximum length of any expansion sequences that end with the 273 * Get the offset of the current source character. 302 * Get the primary order of a collation order. 311 * Get the secondary order of a collation order. 320 * Get the tertiary order of a collation order [all...] |
/external/qemu/distrib/sdl-1.2.12/src/joystick/ |
SDL_joystick.c | 74 * Get the implementation dependent name of a joystick 210 * Get the device index of an opened joystick. 221 * Get the number of multi-dimensional axis controls on a joystick 232 * Get the number of hats on a joystick 243 * Get the number of trackballs on a joystick 254 * Get the number of buttons on a joystick 265 * Get the current state of an axis control on a joystick 284 * Get the current state of a hat on a joystick 303 * Get the ball axis change since the last poll 331 * Get the current state of a button on a joystic [all...] |
/external/v8/src/ |
d8-debug.cc | 51 // Get the toJSONProtocol function on the event and get the JSON format. 54 Function::Cast(*event_data->Get(to_json_fun_name)); 68 String::Utf8Value str(details->Get(String::New("text"))); 75 // Get the debug command processor. 77 Local<Function> fun = Function::Cast(*exec_state->Get(fun_name)); 122 fun = Handle<Function>::Cast(cmd_processor->Get(fun_name)); 137 String::Utf8Value text_str(response_details->Get(String::New("text"))); 142 response_details->Get(String::New("running"))->ToBoolean()->Value(); 270 String::Utf8Value str(details->Get(String::New("text"))) [all...] |
/external/webkit/WebCore/platform/graphics/win/ |
WKCACFLayerRenderer.cpp | 123 WKCACFLayerRenderer* window = windowsForContexts().get(context); 209 // passed backbuffer width and height non-zero. The window will necessarily get set to a non-zero 210 // size eventually, and then the backbuffer size will get reset. 228 windowsForContexts().set(m_context.get(), this); 230 m_renderContext = static_cast<CARenderContext*>(CACFContextGetRenderContext(m_context.get())); 231 m_renderer = CARenderOGLNew(wkqcCARenderOGLCallbacks(wkqckCARenderDX9Callbacks), m_d3dDevice.get(), 0); 253 m_rootLayer->becomeRootLayerForContext(m_context.get()); 259 windowsForContexts().remove(m_context.get()); 260 WKCACFContextFlusher::shared().removeContext(m_context.get()); 311 RGNDATA* regionData = reinterpret_cast<RGNDATA*>(regionDataBuffer.get()); [all...] |
/external/webkit/WebCore/rendering/ |
RenderWidget.cpp | 66 Widget* child = it->first.get(); 169 moveWidgetToParentSoon(m_widget.get(), 0); 170 widgetRendererMap().remove(m_widget.get()); 175 widgetRendererMap().add(m_widget.get(), this); 187 moveWidgetToParentSoon(m_widget.get(), m_frameView); 258 paintInfo.context->drawImage(m_substituteImage.get(), style()->colorSpace(), m_widget->frameRect()); 276 if (m_widget->isFrameView() && paintInfo.overlapTestRequests && !static_cast<FrameView*>(m_widget.get())->useSlowRepaintsIfNotOverlapped()) { 296 static_cast<FrameView*>(m_widget.get())->setIsOverlapped(isOverlapped); 323 FrameView* frameView = static_cast<FrameView*>(m_widget.get()); 346 return widgetRendererMap().get(widget) [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/core/tests/coretests/src/android/util/ |
ExpandableListScenario.java | 81 * Get the ExpandableListView widget. 179 return mGroups.get(ExpandableListView.getPackedPositionGroup(packedPosition)) 180 .children.get(ExpandableListView.getPackedPositionChild(packedPosition)) 183 return mGroups.get(ExpandableListView.getPackedPositionGroup(packedPosition)) 210 if (child >= mGroups.get(group).children.size() || child < 0) { 221 * @param packedPosition The position to get a view for. 309 return mGroups.get(groupPosition).children.get(childPosition).id; 313 return mGroups.get(groupPosition).children.size(); 331 return mGroups.get(groupPosition).id [all...] |
/frameworks/base/libs/rs/ |
rsScriptC.cpp | 74 if (mEnviroment.mFragmentStore.get()) { 75 rsc->setFragmentStore(mEnviroment.mFragmentStore.get()); 77 if (mEnviroment.mFragment.get()) { 78 rsc->setFragment(mEnviroment.mFragment.get()); 80 if (mEnviroment.mVertex.get()) { 81 rsc->setVertex(mEnviroment.mVertex.get()); 83 if (mEnviroment.mRaster.get()) { 84 rsc->setRaster(mEnviroment.mRaster.get()); 331 const Type *t = mConstantBufferTypes[ct].get(); 422 s->mTypes[ct].set(ss->mConstantBufferTypes[ct].get()); [all...] |
/frameworks/base/tests/CoreTests/android/core/ |
HashtableTest.java | 75 value = hTable.get(keys[i]); 76 value = hTable.get(keys[i]); 77 value = hTable.get(keys[i]); 78 value = hTable.get(keys[i]); 79 value = hTable.get(keys[i]); 80 value = hTable.get(keys[i]); 81 value = hTable.get(keys[i]); 82 value = hTable.get(keys[i]); 83 value = hTable.get(keys[i]); 84 value = hTable.get(keys[i]) [all...] |
/packages/apps/Browser/src/com/android/browser/widget/ |
BookmarkWidgetService.java | 155 RenderResult res = mIdsToResults.get(prev); 165 RenderResult res = mIdsToResults.get(next); 188 if (mIdList.get(0) == curr) { 189 return mIdList.get(listSize - 1); 218 if (mIdList.get(listSize - 1) == curr) { 219 return mIdList.get(0); 230 return mIdList.get(i); 341 mCurrentId = mIdList.get(0); 350 int id = mUrlsToIds.get(url); 357 RenderResult res = mIdsToResults.get(id) [all...] |
/packages/apps/Gallery3D/src/com/cooliris/media/ |
SelectionMenu.java | 55 // private final Texture mLowerBackground = ResourceTexture.get(Res.drawable.selection_lower_bg); 57 // .get(Res.drawable.selection_menu_divider); 59 // .get(Res.drawable.selection_menu_bg_pressed_left); 61 // .get(Res.drawable.selection_menu_bg_pressed); 63 // .get(Res.drawable.selection_menu_bg_pressed_right); 87 // button.icon = ResourceTexture.get(BUTTON_ICONS[i]); 231 // // Get the first item from the selection. TODO: support multiple items in Eclair. 234 // MediaBucket bucket = selection.get(0); 236 // item = bucket.mediaItems.get(0); 256 // // Get the target button and popup focus location [all...] |
/packages/apps/IM/src/com/android/im/imps/ |
ImpsSession.java | 89 mId = values.get(KEY_SESSION_ID); 94 mCookie = values.get(KEY_SESSION_COOKIE); 100 mKeepAliveTime = Long.parseLong(values.get(KEY_KEEP_ALIVE_TIME)); 106 mServerPollMin = Long.parseLong(values.get(KEY_SERVER_POLL_MIN)); 111 String username = values.get(KEY_USERNAME); 112 String password = values.get(KEY_PASSWORD); 120 mCurrentCirMethod = CirMethod.valueOf(values.get(KEY_CIR_METHOD)); 122 mCirTcpAddress = values.get(KEY_CIR_TCP_ADDRESS); 128 mCirTcpPort = Integer.parseInt(values.get(KEY_CIR_TCP_PORT)); 134 mCirHttpAddress = values.get(KEY_CIR_HTTP_ADDRESS) [all...] |
/external/webkit/JavaScriptCore/runtime/ |
ArrayPrototype.cpp | 168 unsigned length = thisObj->get(exec, exec->propertyNames().length).toUInt32(exec); 176 element = thisObj->get(exec, k); 227 unsigned length = thisObj->get(exec, exec->propertyNames().length).toUInt32(exec); 232 JSValue element = thisObj->get(exec, k); 235 JSValue conversionFunction = o->get(exec, exec->propertyNames().toLocaleString); 270 unsigned length = thisObj->get(exec, exec->propertyNames().length).toUInt32(exec); 279 JSValue element = thisObj->get(exec, k); 296 unsigned length = curArg.get(exec, exec->propertyNames().length).toUInt32(exec); 323 unsigned length = thisObj->get(exec, exec->propertyNames().length).toUInt32(exec); 328 result = thisObj->get(exec, length - 1) [all...] |
/external/icu4c/test/intltest/ |
tzbdtest.cpp | 212 int32_t offset = time_zone->getOffset((uint8_t)gc->get(UCAL_ERA, status), 213 gc->get(UCAL_YEAR, status), gc->get(UCAL_MONTH, status), 214 gc->get(UCAL_DATE, status), (uint8_t)gc->get(UCAL_DAY_OF_WEEK, status), 215 ((gc->get(UCAL_HOUR_OF_DAY, status) * 60 + gc->get(UCAL_MINUTE, status)) * 60 + gc->get(UCAL_SECOND, status)) * 1000 + gc->get(UCAL_MILLISECOND, status), 217 if (failure(status, "GregorianCalendar::get")) return [all...] |
/external/openssl/crypto/bn/asm/ |
bn-586.pl | 154 &mov("ecx",&wparam(2)); # get num 231 &mov($num,&wparam(2)); # get num 292 &mov($num,&wparam(2)); # get num 339 &mov($r,&wparam(0)); # get r 340 &mov($a,&wparam(1)); # get a 341 &mov($b,&wparam(2)); # get b 342 &mov($num,&wparam(3)); # get num 371 &mov($num,&wparam(3)); # get num 411 &mov($r,&wparam(0)); # get r 412 &mov($a,&wparam(1)); # get [all...] |
/external/webkit/WebCore/inspector/ |
InspectorDOMAgent.cpp | 81 stopListening((*it).get()); 137 long frameOwnerId = m_documentNodeToIdMap.get(node); 146 long parentId = m_documentNodeToIdMap.get(innerParentNode(node)); 150 long prevId = previousSibling ? m_documentNodeToIdMap.get(previousSibling) : 0; 160 long id = nodesMap->get(node); 177 int id = nodesMap->get(node); 212 NodeToIdMap* nodeMap = m_idToNodesMap.get(nodeId); 281 long result = m_documentNodeToIdMap.get(nodeToPush); 298 if (m_documentNodeToIdMap.get(parent)) 307 long nodeId = map->get(path.at(i)) [all...] |
/dalvik/libcore/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/ |
PreferencesTest.java | 257 assertEquals("newvalue", prefs.get("prefskey", null)); 258 assertEquals("oldvalue2", prefs.get("prefskey2", null)); 259 assertEquals("newvalue3", prefs.get("prefskey3", null)); 434 method = "get", 625 p.get(null, null); 750 assertEquals("testClearValue", pref.get("testClearKey", null)); 751 assertEquals("testClearValue1", pref.get("testClearKey1", null)); 753 assertNull(pref.get("testClearKey", null)); 754 assertNull(pref.get("testClearKey1", null)); 758 * @test java.util.prefs.Preferences#get(String key, String def 1852 public String get(String key, String deflt) { method in class:PreferencesTest.MockPreferences [all...] |
/dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/ |
AttributesTest.java | 74 assertNull("a) All entries should be null after clear", a.get("1")); 75 assertNull("b) All entries should be null after clear", a.get("2")); 76 assertNull("c) All entries should be null after clear", a.get("3")); 77 assertNull("d) All entries should be null after clear", a.get("4")); 149 * @tests java.util.jar.Attributes#get(java.lang.Object) 234 .get(Attributes.Name.CLASS_PATH)); 236 .get(Attributes.Name.MANIFEST_VERSION)); 411 assertNull(attribute.get(null)); 416 assertEquals(value, attribute.get(null)); 421 assertNull(attribute.get(name)) [all...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/util/ |
WeakHashMapTest.java | 66 method = "get", 79 whm.get(keyArray[i]) == valueArray[i]); 96 method = "get", 107 whm.get(keyArray[i]) == valueArray[i]); 110 assertNull("Empty weakhashmap access", empty.get("nothing")); 112 assertTrue("cannot get element", empty.get("something") == "here"); 135 method = "get", 146 whm.get(keyArray[i]) == valueArray[i]); 149 assertNull("Empty hashtable access", empty.get("nothing")) [all...] |
/external/webkit/WebCore/plugins/ |
PluginDatabase.cpp | 93 remove(it->get()); 117 if (shouldSkipUnchangedFiles && m_pluginPathsWithTimes.get(*it) == lastModified) 120 if (RefPtr<PluginPackage> oldPackage = m_pluginsByPath.get(*it)) { 122 remove(oldPackage.get()); 127 if (package && (!m_client || m_client->shouldLoadPluginPackage(package.get())) && add(package.release())) 143 // Get MIME types 159 result.append((*it).get()); 179 PluginPackage* preferredPlugin = m_preferredPlugins.get(key).get(); 189 PluginPackage* plugin = (*it).get(); [all...] |
/frameworks/base/core/java/android/pim/vcard/ |
VCardComposer.java | 106 "Failed to get database information"; 515 contentValuesListMap.get(key); 531 builder.appendNameProperties(contentValuesListMap.get(StructuredName.CONTENT_ITEM_TYPE)) 532 .appendNickNames(contentValuesListMap.get(Nickname.CONTENT_ITEM_TYPE)) 533 .appendPhones(contentValuesListMap.get(Phone.CONTENT_ITEM_TYPE)) 534 .appendEmails(contentValuesListMap.get(Email.CONTENT_ITEM_TYPE)) 535 .appendPostals(contentValuesListMap.get(StructuredPostal.CONTENT_ITEM_TYPE)) 536 .appendOrganizations(contentValuesListMap.get(Organization.CONTENT_ITEM_TYPE)) 537 .appendWebsites(contentValuesListMap.get(Website.CONTENT_ITEM_TYPE)); 539 builder.appendPhotos(contentValuesListMap.get(Photo.CONTENT_ITEM_TYPE)) [all...] |
/frameworks/base/core/java/android/view/ |
KeyCharacterMap.java | 66 WeakReference<KeyCharacterMap> ref = sInstances.get(keyboard); 68 result = ref.get(); 100 public int get(int keyCode, int meta) method in class:KeyCharacterMap 118 int map = COMBINING.get(ret); 164 * Get the primary character for this key. In other words, the label 173 * Get the character that is produced by putting accent on the character 179 return DEAD.get((accent << 16) | c); 195 * (the same ones used for {@link #get} and defined as 209 * Get the characters conversion data for a given keyCode. 228 * Get an array of KeyEvent objects that if put into the input strea [all...] |
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
ComponentTest.java | 52 * package settings file to get written out by the PackageManagerService. Better, more unit-y test 180 final ResolveInfo info = infoList2.get(0); 195 final ResolveInfo info = infoList.get(0); 209 fail("Attempt to get info on disabled component should fail."); 327 final ResolveInfo info = infoList2.get(0); 342 final ResolveInfo info = infoList.get(0); 356 fail("Attempt to get info on disabled component should fail."); 437 final ResolveInfo info = infoList2.get(0); 452 final ResolveInfo info = infoList.get(0); 466 fail("Attempt to get info on disabled component should fail.") [all...] |
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/ |
EventLogParser.java | 154 if (name != null && mTagMap.get(value) == null) { 185 if (name != null && mTagMap.get(value) == null) { 255 String tag = mTagMap.get(tagValue); 267 data = list.get(0); 306 cal.set(cal.get(Calendar.YEAR), month-1, day, hours, minutes, seconds); 312 // get the numerical tag value 414 // get the string 454 // first, get the description of what we're supposed to parse 455 EventValueDescription[] desc = mValueDescriptionMap.get(tagValue); 467 // get each individual values as Strin [all...] |
/sdk/ninepatch/src/com/android/ninepatch/ |
NinePatch.java | 200 r = mHorizontalPatches.get(horizontalIndex++); 209 r = mFixed.get(fixedIndex++); 217 r = mPatches.get(patchIndex++); 228 r = mVerticalPatches.get(verticalIndex++); 261 int start = mFixed.get(0).y; 397 if (pairs.get(0).mFirst == 1) { 398 return new Pair<Integer>(pairs.get(0).mSecond - pairs.get(0).mFirst, 0); 400 return new Pair<Integer>(0, pairs.get(0).mSecond - pairs.get(0).mFirst) [all...] |