/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/ |
CustomViewDescriptorService.java | 118 HashMap<String, ElementDescriptor> map = mCustomDescriptorMap.get(project); 121 ElementDescriptor descriptor = map.get(fqcn); 141 // the type exists. Let's get the parent class and its ViewClassInfo. 143 // get the type hierarchy 164 map = mCustomDescriptorMap.get(project); 253 HashMap<String, ElementDescriptor> map = mCustomDescriptorMap.get(project);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
NodeFactory.java | 62 NodeProxy proxy = mNodeMap.get(uiNode);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/ |
TestCollector.java | 90 TestSuiteReference suiteRef = mTestTree.get(test.getClassName());
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/ |
ViewsTreeModel.java | 37 return ((ViewNode) o).children.get(i);
|
/sdk/layoutlib_utils/src/com/android/layoutlib/utils/ |
StyleResourceValue.java | 43 return mItems.get(name);
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/ |
AvdDetailsDialog.java | 117 String skin = properties.get(AvdManager.AVD_INI_SKIN_NAME); 122 String sdcard = properties.get(AvdManager.AVD_INI_SDCARD_SIZE); 124 sdcard = properties.get(AvdManager.AVD_INI_SDCARD_PATH); 152 displayValue(c, key + ":", copy.get(key)); 191 // get the parent client area with a location relative to the display
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/configMgr/ |
configMgr.h | 66 paramFunc_t get; member in struct:__anon16621
|
/cts/tools/dex-tools/test/dex/reader/ |
DexFileReaderTests.java | 50 "package a.b.c; public class A{ public void get() {}}" 85 DexClass clazz = dexFile.getDefinedClasses().get(0); 137 DexClass clazz = dexFile.getDefinedClasses().get(0); 223 DexAnnotationAttribute dexAnnotationValue = sig.getAttributes().get(0); 248 DexAnnotationAttribute dexAnnotationValue = sig.getAttributes().get(0); 278 assertEquals("Ljava/io/Serializable;", I0.getInterfaces().get(0)); 301 DexAnnotationAttribute dexAnnotationValue = sig.getAttributes().get(0); 332 DexParameter dexParameter = method.getParameters().get(0);
|
/external/chromium/net/url_request/ |
url_request.cc | 31 return Singleton<URLRequestJobManager>::get(); 40 method_("GET"), 102 // Get the upload data directly. 104 return upload_.get(); 182 return response_info_.headers.get(); 264 if (upload_.get()) 265 job_->SetUpload(upload_.get()); 275 // the caller does not get reentered. 457 // all convert a POST into a GET in response to a 302 and so shall we. For 462 method_ = "GET"; [all...] |
/external/stlport/test/unit/ |
sstream_test.cpp | 111 s.get(c); // extract newline, that not extracted by operator >> 162 s.get(c); // extract newline, that not extracted by operator >> 294 ss.get( buf, 10 ); 305 ss.get(c); 308 ss.get(c); 320 ss.get( *os.rdbuf(), '\n' ); 323 ss.get(c); 423 /* ISO/IEC 14882 2003 (and 1998 too) assume change as get as put positions
|
/external/webkit/WebCore/page/ |
DOMSelection.cpp | 379 if (r->compareBoundaryPoints(Range::START_TO_START, range.get(), ec) == -1) { 381 if (r->compareBoundaryPoints(Range::START_TO_END, range.get(), ec) > -1) { 382 if (r->compareBoundaryPoints(Range::END_TO_END, range.get(), ec) == -1) 391 if (r->compareBoundaryPoints(Range::END_TO_START, range.get(), ec) < 1) { 392 if (r->compareBoundaryPoints(Range::END_TO_END, range.get(), ec) == -1) 394 selection->setSelection(VisibleSelection(range.get())); 472 return plainText(m_frame->selection()->selection().toNormalizedRange().get());
|
/external/webkit/WebCore/page/animation/ |
AnimationController.cpp | 68 RefPtr<CompositeAnimation> animation = m_compositeAnimations.get(renderer); 94 CompositeAnimation* compAnim = it->second.get(); 129 // Otherwise, we want to start a one-shot timer so we get here again 200 RefPtr<CompositeAnimation> animation = m_compositeAnimations.get(renderer); 215 CompositeAnimation* compAnim = it->second.get(); 231 CompositeAnimation* compAnim = it->second.get(); 300 RefPtr<CompositeAnimation> rendererAnimations = m_compositeAnimations.get(renderer); 320 CompositeAnimation* compAnim = it->second.get(); 477 // have changed, we reset the animation. We then do a blend to get new values and we return
|
/external/webkit/WebCore/platform/network/ |
ResourceResponseBase.cpp | 239 return m_httpHeaderFields.get(name); 246 return m_httpHeaderFields.get(name); 298 String cacheControlValue = m_httpHeaderFields.get(cacheControlString); 327 String pragmaValue = m_httpHeaderFields.get(pragmaHeader); 362 String headerValue = headers.get(headerName); 393 String headerValue = m_httpHeaderFields.get(headerName); 432 String value = m_httpHeaderFields.get(headerName); 530 // Get directive name, parse right hand side of equal sign, then add to map
|
/external/webkit/WebKit/win/WebCoreSupport/ |
WebDragClient.cpp | 135 HRESULT result = uiDelegate->willPerformDragSourceAction(m_webView, static_cast<WebDragSourceAction>(action), &point, dataObject.get(), &newDataObject); 137 static_cast<ClipboardWin*>(clipboard)->setExternalDataObject(newDataObject.get()); 170 helper->InitializeFromBitmap(&sdi, dataObject.get()); 181 hr = uiPrivate->doDragDrop(m_webView, dataObject.get(), source.get(), okEffect, &effect); 184 hr = DoDragDrop(dataObject.get(), source.get(), okEffect, &effect);
|
/frameworks/base/libs/rs/ |
rsProgramVertex.cpp | 67 if ((state->mLast.get() == this) && !mDirty) { 88 const Light *l = mLights[ct].get(); 150 const Element *e = mInputElements[ct].get(); 203 if ((state->mLast.get() == this) && !mDirty) { 227 Allocation *alloc = mConstants[ct+1].get(); 337 initAddUserElement(mInputElements[ct].get(), mAttribNames, &mAttribCount, "ATTRIB_"); 374 Allocation *alloc = (Allocation *)rsi_AllocationCreateTyped(rsc, mAllocType.get());
|
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/ |
Norm_Corr_opt.s | 56 ADD r8, r13, #20 @get the excf[L_SUBFR] 57 LDR r4, [r13, #T_MIN] @get t_min 59 ADD r5, r0, r11, LSL #1 @get the &exc[k] 183 LDR r5, [r13, #CORR_NORM] @ get corr_norm address 184 LDR r6, [r13, #T_MAX] @ get t_max 185 ADD r10, r5, r4, LSL #1 @ get corr_norm[t] address 217 LDR r6, [r13, #T_MAX] @ get t_max
|
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/ |
Norm_Corr_neon.s | 56 ADD r8, r13, #20 @get the excf[L_SUBFR] 57 LDR r4, [r13, #T_MIN] @get t_min 59 ADD r5, r0, r11, LSL #1 @get the &exc[k] 223 LDR r5, [r13, #CORR_NORM] @ get corr_norm address 224 LDR r6, [r13, #T_MAX] @ get t_max 225 ADD r10, r5, r4, LSL #1 @ get corr_norm[t] address 256 LDR r6, [r13, #T_MAX] @ get t_max
|
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
ElementImpl.java | 77 AttrImpl attr = attributes.get(i); 88 AttrImpl attr = attributes.get(i); 124 return attributes.get(i); 134 return attributes.get(i); 325 oldAttrImpl = attributes.get(i); 350 oldAttrImpl = attributes.get(i); 388 return ElementImpl.this.attributes.get(index);
|
/libcore/luni/src/test/java/libcore/java/util/ |
OldTreeMapTest.java | 141 assertTrue("Map has incorrect mappings", myTreeMap.get( 247 * @tests java.util.TreeMap#get(java.lang.Object) 252 method = "get", 257 // java.util.TreeMap.get(java.lang.Object) 260 assertTrue("Failed to get mapping", tm.get("Hello") == o); 263 tm.get(new Double(3.14)); 270 tm.get(null); 401 assertTrue("Failed to put mapping", tm.get("Hello") == o); 443 assertTrue("Failed to put all elements", x.get(element.toString() [all...] |
/ndk/sources/android/stlport/test/unit/ |
sstream_test.cpp | 111 s.get(c); // extract newline, that not extracted by operator >> 162 s.get(c); // extract newline, that not extracted by operator >> 294 ss.get( buf, 10 ); 305 ss.get(c); 308 ss.get(c); 320 ss.get( *os.rdbuf(), '\n' ); 323 ss.get(c); 423 /* ISO/IEC 14882 2003 (and 1998 too) assume change as get as put positions
|
/packages/apps/Email/src/org/apache/james/mime4j/codec/ |
EncoderUtil.java | 412 } else if (!qChars.get(v)) { 445 if (!TOKEN_CHARS.get(ch)) 460 if (ATEXT_CHARS.get(ch)) { 489 if (!ATEXT_CHARS.get(ch)) 574 } else if (!qChars.get(v)) { 587 buffer.get(bytes); 618 if (v != 32 && !qChars.get(v)) {
|
/packages/apps/Email/tests/src/com/android/exchange/adapter/ |
EmailSyncAdapterTests.java | 144 // Now send deletions again; this time only two should get deleted; msg2 should NOT be 180 long deleteMessageId = messageIds.get(1); 199 long id = deleteList.get(0); 209 long changeMessageId = messageIds.get(1); 232 ServerChange change = changeList.get(0); 245 long id = messageIds.get(0); 249 id = messageIds.get(1); 253 id = messageIds.get(2);
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/ |
OpenWnnClauseConverterJAJP.java | 88 /* get connect matrix */ 101 /* get part of speech tags */ 194 /* get the clause which can be the end of the sentence */ 197 /* get the clause which is not the end of the sentence */ 203 bestClause = (WnnClause)clauses.get(0); 253 * @param all Get all candidates or not 259 /* get clauses without ancillary word */ 271 /* get clauses with ancillary word */ 274 /* get ancillary patterns */ 281 /* get candidates of stem in a clause * [all...] |
/sdk/eventanalyzer/src/com/android/eventanalyzer/ |
EventAnalyzer.java | 117 // get the filepath and break. 179 printAndExit("Failed to get event tags from " + mAlternateTagFile, 183 printAndExit("Failed to get event tags from " + tagFile, false /* terminate*/); 212 printAndExit("Failed to get event tags from " + mAlternateTagFile, 216 printAndExit("Failed to get event tags from " + tagFile, false /* terminate*/); 255 // now get the devices 306 printAndExit("Failed to get event-log-tags from " + device.getSerialNumber(), 347 // get the activity list. 348 ArrayList<Long> list = mLaunchMap.get(activity); 351 builder.append(list.get(index).longValue()).append(DATA_SEPARATOR) [all...] |
/cts/tools/vm-tests/ |
Android.mk | 98 define get-class-path 113 $(call get-class-path,dot/junit/DxUtil.class) $(call get-class-path,dot/junit/DxAbstractMain.class): $(HOST_OUT_JAVA_LIBRARIES)/cts-dalvik-buildutil.jar $(DX) 115 $(GENERATED_FILES)/dot/junit/dexcore.jar: $(call get-class-path,dot/junit/DxUtil.class) $(call get-class-path,dot/junit/DxAbstractMain.class)
|