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

<<51525354555657585960>>

  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
AbstractListTest.java 44 public Object get(int index) { method in class:AbstractListTest.SimpleList
45 return this.arrayList.get(index);
157 sList.get(0);
160 sList.get(0);
163 sList.get(0);
166 sList.get(0);
169 sList.get(0);
215 emptySubList.get(0);
216 fail("emptySubList.get(0) should throw IndexOutOfBoundsException");
  /development/simulator/app/
PhoneData.h 247 // get the #of views
249 // get the Nth display
332 // get number of modes
334 // get the specified mode object
338 // get number of displays
340 // get the specified display object
343 // get the index of the matching display
346 // get number of keyboards
348 // get the specified display object
  /external/apache-http/src/org/apache/http/message/
HeaderGroup.java 107 Header current = (Header) this.headers.get(i);
140 * @param name the name of the header(s) to get
169 * @param name the name of the header(s) to get
177 Header header = (Header) headers.get(i);
191 * @param name the name of the header to get
196 Header header = (Header) headers.get(i);
209 * @param name the name of the header to get
215 Header header = (Header) headers.get(i);
244 Header header = (Header) headers.get(i);
  /external/jpeg/
jmemdosa.asm 54 lds dx,dword ptr [bp+10] ; get filename pointer
58 lds bx,dword ptr [bp+6] ; get handle pointer
218 ; Get the address of the XMS driver, or NULL if not available
241 xmsavail_done: les bx,dword ptr [bp+6] ; get pointer to return value
273 les bx,dword ptr [bp+10] ; get XMScontext pointer
281 les bx,dword ptr [bp+10] ; get XMScontext pointer
310 mov ax,3567h ; get interrupt vector 67h
354 les bx,dword ptr [bp+6] ; get EMScontext pointer
362 les bx,dword ptr [bp+6] ; get EMScontext pointer
  /external/webkit/JavaScriptCore/runtime/
ObjectConstructor.cpp 120 description->putDirect(exec->propertyNames().get, descriptor.getter() ? descriptor.getter() : jsUndefined(), 0);
197 if (description->getPropertySlot(exec, exec->propertyNames().get, getSlot)) {
198 JSValue get = getSlot.getValue(exec, exec->propertyNames().get); local
201 if (!get.isUndefined()) {
203 if (get.getCallData(callData) == CallTypeNone) {
208 get = JSValue();
209 desc.setGetter(get);
270 JSValue prop = properties->get(exec, propertyNames[i]);
  /external/webkit/WebCore/platform/network/cf/
FormDataStreamCFNet.cpp 346 CFArrayAppendValue(array.get(), data.get());
349 CFArrayAppendValue(array.get(), filename.get());
353 wkCFURLRequestSetHTTPRequestBodyParts(request, array.get());
359 return FormData::create(CFDataGetBytePtr(bodyData.get()), CFDataGetLength(bodyData.get()));
364 CFIndex count = CFArrayGetCount(bodyParts.get());
366 CFTypeRef bodyPart = CFArrayGetValueAtIndex(bodyParts.get(), i);
  /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/mac/Plugins/Hosted/
WebHostedNetscapePluginView.mm 104 NSString *userAgent = [[self webView] userAgentForURL:_baseURL.get()];
110 _proxy = NetscapePluginHostManager::shared().instantiatePlugin(_pluginPackage.get(), self, _MIMEType.get(), _attributeKeys.get(), _attributeValues.get(), userAgent, _sourceURL.get(),
135 return _pluginLayer.get();
144 [newLayer addSublayer:_pluginLayer.get()];
412 _proxy->setManualStream(HostedNetscapePluginStream::create(_proxy.get(), core([self webFrame])->loader()));
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_custom.c 41 /* get replay tempTime if replaying */
44 /* otherwise, get time of the day */
128 { /* we need to get the time stamp to print */
158 { /* we need to get the time stamp to print */
187 { /* we need to get the time stamp to print */
216 { /* we need to get the time stamp to print */
245 { /* we need to get the time stamp to print */
273 { /* we need to get the time stamp to print */
371 /** we need to get time stamps set up before we continue
  /packages/apps/Calendar/src/com/android/calendar/
AgendaByDayAdapter.java 73 RowInfo row = mRowInfo.get(position);
85 RowInfo row = mRowInfo.get(position);
103 mRowInfo.get(position).mType : TYPE_DAY;
112 RowInfo row = mRowInfo.get(position);
117 // Listview may get confused and pass in a different type of
325 RowInfo row = mRowInfo.get(index);
358 RowInfo row = mRowInfo.get(index);
375 RowInfo row = mRowInfo.get(listPos);
399 RowInfo row = mRowInfo.get(position);
  /packages/apps/Gallery3D/src/com/cooliris/media/
MediaSet.java 88 // keep changing as items get loaded.
190 MediaItem lookupItem = lookup.get(itemToAdd.mId);
198 } else if (mItems.get(0).mId == -1L) {
287 final MediaItem item = mItems.get(i);
309 MediaItem lookUp = lookupTable.get(item.mId);
352 if (!mItems.get(i).isPicassaItem()) {
372 MediaItem item = items.get(i);
383 MediaItem item = items.get(i);
391 removeItem(itemsToDelete.get(i));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Suggest.java 213 if (!haveSufficientCommonality(mLowerOriginalWord, mSuggestions.get(1))) {
224 String suggestedWord = mSuggestions.get(i).toString().toLowerCase();
226 AutoText.get(suggestedWord, 0, suggestedWord.length(), view);
230 canAdd &= !TextUtils.equals(autoText, mSuggestions.get(i));
233 canAdd &= !TextUtils.equals(autoText, mSuggestions.get(i + 1));
258 final CharSequence cur = suggestions.get(i);
261 CharSequence previous = suggestions.get(j);
310 .get(pos).length())) {
359 CharSequence garbage = mSuggestions.get(garbageSize - 1);
  /sdk/ddms/app/src/com/android/ddms/
StaticPortConfigDialog.java 101 // get the center new top left.
174 // get the text
198 // get the text
248 // get the selection index
299 // get the table item by index
346 // get the map from the debug port manager
354 Map<String, Integer> deviceMap = map.get(deviceKey);
359 Integer port = deviceMap.get(appKey);
381 Map<String, Integer> deviceMap = map.get(deviceName);
  /cts/tools/host/src/com/android/cts/
HostConfig.java 212 * Get the test packages.
221 * Get the test package by the JAVA package name of the test package.
227 return mTestPackageMap.get(packageName);
262 * Get the package binary name.
279 * Get the root directory of configuration.
288 * Get string attribute value.
394 * Get the case repository.
403 * Get the plan repository.
412 * Get the result repository.
432 * Get the root of the repository
    [all...]
  /cts/tools/vm-tests/
Android.mk 97 define get-class-path
112 $(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)
114 $(GENERATED_FILES)/dot/junit/dexcore.jar: $(call get-class-path,dot/junit/DxUtil.class) $(call get-class-path,dot/junit/DxAbstractMain.class)
  /dalvik/dx/src/com/android/dx/dex/file/
TypeIdsSection.java 56 public IndexedItem get(Constant cst) { method in class:TypeIdsSection
64 IndexedItem result = typeIds.get(type);
110 TypeIdItem result = typeIds.get(type);
134 TypeIdItem result = typeIds.get(typePerSe);
158 TypeIdItem item = typeIds.get(type);
  /dalvik/dx/src/com/android/dx/rop/code/
LocalVariableExtractor.java 121 Insn insn = insns.get(i);
135 && primaryState.get(result.getReg()) != null) {
136 primaryState.remove(primaryState.get(result.getReg()));
143 RegisterSpec already = primaryState.get(result);
182 int succ = successors.get(i);
  /dalvik/dx/src/com/android/dx/ssa/
DomFront.java 84 SsaBasicBlock node = nodes.get(i);
127 SsaBasicBlock node = nodes.get(i);
156 SsaBasicBlock domParent = nodes.get(info.idom);
157 domParent.addDomChild(nodes.get(i));
170 SsaBasicBlock nb = nodes.get(b);
  /dalvik/libcore/nio/src/main/java/java/nio/
HeapByteBuffer.java 59 * Override ByteBuffer.get(byte[], int, int) to improve performance.
63 * @see java.nio.ByteBuffer#get(byte[], int, int)
66 public final ByteBuffer get(byte[] dest, int off, int len) { method in class:HeapByteBuffer
80 public final byte get() { method in class:HeapByteBuffer
88 public final byte get(int index) { method in class:HeapByteBuffer
  /dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
TestKeyStoreSpi.java 79 return (Certificate) aliases.get(alias);
99 return (Certificate[]) aliases.get(alias);
119 return (Key) aliases.get(alias);
128 Certificate c = (Certificate) aliases.get(alias);
138 Key k = (Key) aliases.get(alias);
  /dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/acl/
AclImpl.java 68 if(hashtable.get(principal1) != null) {
174 AclEntry aclentry = (AclEntry)allowedGroupsTable.get(group);
189 AclEntry aclentry = (AclEntry)deniedGroupsTable.get(group);
198 AclEntry aclentry = (AclEntry)allowedUsersTable.get(principal);
206 AclEntry aclentry = (AclEntry)deniedUsersTable.get(principal);
  /dalvik/libcore/support/src/test/java/tests/support/
Support_UnmodifiableMapTest.java 70 map.get(me.getKey()).equals(me.getValue()));
76 // get
78 map.get("0").intValue() == 0);
80 map.get("0").intValue() == 0);
82 map.get("100"));
  /dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/
NamedNodeMapImpl.java 59 NodeImpl node = list.get(i);
70 NodeImpl node = list.get(i);
92 return list.get(index);
124 Document document = list.get(0).document;
154 Document document = list.get(0).document;
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
ElemTextLiteral.java 56 * Get whether or not space should be preserved.
89 * Get the characters that will be output to the result tree..
99 * Get the value of the node as a string.
147 * Get the "disable-output-escaping" attribute.
172 * Get an integer representation of the element type.
TemplateList.java 76 ElemTemplate existingTemplate = (ElemTemplate) m_namedTemplates.get(template.getName());
416 return (ElemTemplate) m_namedTemplates.get(qname);
420 * Get the head of the most likely list of associations to check, based on
440 head = (TemplateSubPatternAssociation) m_patternTable.get(
449 head = (TemplateSubPatternAssociation) m_patternTable.get(
453 head = (TemplateSubPatternAssociation) m_patternTable.get(
465 head = (TemplateSubPatternAssociation) m_patternTable.get(
508 head = (TemplateSubPatternAssociation) m_patternTable.get(
517 head = (TemplateSubPatternAssociation) m_patternTable.get(
521 head = (TemplateSubPatternAssociation) m_patternTable.get(
    [all...]

Completed in 175 milliseconds

<<51525354555657585960>>