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

<<61626364656667686970>>

  /packages/providers/DrmProvider/src/com/android/providers/drm/
DrmPushReceiver.java 38 // Get right mimetype.
42 // Get right data.
  /prebuilt/windows/sdl/host/include/SDL/
SDL_thread.h 55 /* Get the 32-bit thread identifier for the current thread */
58 /* Get the 32-bit thread identifier for the specified thread,
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HandleThread.java 44 * Register for the packets we expect to get from the client.
144 headerLen = (data.get() & 0xff);
145 bytesPerEntry = (data.get() & 0xff);
150 data.get();
165 status = data.get();
170 isDaemon = (data.get() != 0);
185 data.get();
192 * Handle a THNM (THread NaMe) message. We get one of these after
EmulatorConsole.java 209 // get the port number. This is the console port.
217 // looks like we failed to get the port number. This is a bit strange since
223 EmulatorConsole console = sEmulators.get(port);
331 * Get the network status of the emulator.
354 // get the string value
357 // get the index from the list
366 // get the string value
369 // get the index from the list
408 // get the string value
411 // get the index from the lis
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
LayoutParamsParser.java 167 mViewList = found.get(rootClassName);
168 mGroupList = found.get(groupClassName);
186 ExtViewClassInfo vg = mGroupMap.get(groupClassName);
188 vg.setSuperClass(mViewMap.get(rootClassName));
223 return mViewMap.get(fqcn);
225 return mGroupMap.get(fqcn);
251 return mGroupMap.get(fqcn);
318 LayoutParamsInfo layoutParamsInfo = mLayoutParamsMap.get(fqcn);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ReferenceChooserDialog.java 107 // get the selection
111 // get the resource type and the resource item
202 // the selection mode is SWT.SINGLE, so we just get the first one.
311 // get the matching name
320 // get the resource type.
323 // get the matching name
339 // get all the resources of this type
355 // if we get here, the resource type is valid, but the resource is missing.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/
ExportAction.java 48 // get the unique selected item.
52 // get the project object from it.
ExportWizardAction.java 50 // get the unique selected item.
54 // get the project object from it.
  /sdk/emulator/qtools/
q2g.cpp 50 // Get the first valid event to get the process id for the gtrace header.
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/
PropertiesTableModel.java 66 property = privateProperties.get(row);
68 property = properties.get(row - privateProperties.size());
  /sdk/sdkmanager/libs/sdklib/tests/com/android/sdklib/repository/
SdkRepositoryTest.java 55 * This allows us to capture *all* errors and just not get an exception on the first one.
173 // We expect to get this specific exception message
177 // We shouldn't get here
221 // If we get here, the validator has not failed as we expected it to.
243 // If we get here, the validator has not failed as we expected it to.
266 // If we get here, the validator has not failed as we expected it to.
293 // If we get here, the validator has not failed as we expected it to.
319 // If we get here, the validator has not failed as we expected it to.
  /system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
regulatoryDomainApi.h 77 * \brief Get Regulatory Domain Parameter
86 * - Configuration Manager in order to get a parameter from the OS abstraction layer.
  /dalvik/dx/src/com/android/dx/dex/code/
RopTranslator.java 268 * which block will get output next.
289 * Our only recourse is to add a goto here to get the
312 BasicBlock one = blocks.get(i);
349 int predLabel = preds.get(i);
351 if (Bits.get(tracebackSet, predLabel)) {
359 if (!Bits.get(workSet, predLabel)) {
398 if (Bits.get(workSet, preferred)) {
405 && Bits.get(workSet, primary)) {
419 int candidate = successors.get(i);
420 if (Bits.get(workSet, candidate))
    [all...]
  /external/clearsilver/python/
neo_cgi.c 624 * and if we get back to python, the error will occur at the next random
631 PyObject *get; local
636 get = PyObject_GetAttrString(wrap->p_env, "__getitem__");
637 if (get != NULL)
641 Py_DECREF(get);
649 * dict object, so we'll just use get for them */
651 get = PyObject_GetAttrString(wrap->p_env, "get");
652 if (get != NULL)
657 Py_DECREF(get);
    [all...]
  /external/opencore/oscl/oscl/osclmemory/src/
oscl_mem_audit.h 476 * API to get memory statistics through context string(tag)
482 * API to get memory statistics in detail through context string(tag) including its subtree
488 * API to get the number of tree nodes including the tag node and its subtree
554 * API to get the current allocation number
563 * API to get the overhead statistics for the
573 * API to get the number of allocation nodes (records)
582 * API to get the operating mode of the mm_audit class.
590 * API to get the prefill pattern. The pattern is used
599 * API to get the postfill pattern. The pattern is used
837 * API to get memory statistics through context string(tag
    [all...]
oscl_mem_audit.cpp 183 if (!pMem.get())
196 if ((pAllocNode = addAllocNode((void *)pMem.get(), sizeIn, pStatsNode, pFileName, lineNumber)) == NULL)
206 static_cast<MM_AllocBlockHdr *>(static_cast<void*>(pMem.get()));
229 oscl_memset(pMem.get() + BLOCK_HDR_SIZE, prefill_pattern, sizeIn);
237 static_cast<MM_AllocBlockFence*>(static_cast<void*>(pMem.get() +
244 static_cast<MM_AllocBlockFence*>(static_cast<void*>(pMem.get() +
251 pMem_out = pMem.get() + BLOCK_HDR_SIZE;
355 /* Purpose : API to get the number of tree nodes including the tag node and */
368 OsclTagTreeType::iterator iter = mTagTree.find(tag.get());
383 /* Purpose : API to get memory statistics through context string(tag) *
    [all...]
  /external/webkit/WebKit/mac/Plugins/
WebBaseNetscapePluginView.mm 147 [[[_pluginPackage.get() bundle] bundleIdentifier] isEqualToString:@"com.apple.QuickTime Plugin.plugin"]) {
151 [mutableKeys.get() addObject:@"kioskmode"];
152 [mutableValues.get() addObject:@"true"];
153 [self setAttributeKeys:mutableKeys.get() andValues:mutableValues.get()];
185 return _pluginPackage.get();
202 NSURL *URL = [NSURL _web_URLWithDataAsString:URLString relativeToURL:_baseURL.get()];
445 page->didStartPlugin(_haltable.get());
477 page->didStopPlugin(_haltable.get());
502 CGImageRef cgImage = CGImageSourceCreateImageAtIndex(imageRef.get(), 0, 0)
    [all...]
  /external/guava/src/com/google/common/collect/
MapMaker.java 296 * Map#get} either returns an already-computed value for the given key,
303 * besides {@code get} return immediately as if an entry doesn't exist. In
307 * <p>{@link Map#get} on the returned map will never return {@code null}. It
319 * <p><b>Note:</b> Callers of {@code get} <i>must</i> ensure that the key
320 * argument is of type {@code K}. The {@code get} method accepts {@code
511 K key = keyReference.get();
514 map.remove(key, valueReference.get());
586 return valueReference.get();
648 public V get() { method in class:MapMaker.StrategyImpl.FutureValueReference
651 V value = original.getValueReference().get();
761 V get(); method in interface:MapMaker.ValueReference
804 public V get() { method in class:MapMaker.NullOutputExceptionReference
823 public V get() { method in class:MapMaker.ComputationExceptionReference
1106 public V get() { method in class:MapMaker.StrongValueReference
    [all...]
Multimaps.java 67 * multimap and its returned views. However, the multimap's {@code get}
68 * method returns instances of a different class than {@code factory.get()}
112 return factory.get();
145 * multimap and its returned views. The multimap's {@code get}, {@code
147 * lists if the factory does. However, the multimap's {@code get} method
148 * returns instances of a different class than does {@code factory.get()}.
190 return factory.get();
220 * multimap and its returned views. However, the multimap's {@code get}
221 * method returns instances of a different class than {@code factory.get()}
265 return factory.get();
518 @Override public Collection<V> get(K key) { method in class:Multimaps.UnmodifiableMultimap
    [all...]
  /external/webkit/WebCore/page/
EventHandler.cpp 837 // Another hit test at the main frame level should get us the correct visible result.
868 if (Frame* subframe = subframeForTargetNode(m_mousePressNode.get()))
906 return m_mousePressNode.get();
918 node = m_mousePressNode.get();
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
StylesheetRoot.java 148 * Get the hashtable of available elements.
172 * Get the vector of extension namespaces. Used to provide
210 * Get the static properties for xsl:output. The object returned will
402 // Get the direct imports of this sheet.
434 * Get a stylesheet from the global import list.
437 * @param i Index of stylesheet to get from global import list
447 * Get the total number of imports in the global import list.
506 * Get the combined "xsl:output" property with the properties
553 ArrayList attrSetList = (ArrayList) m_attrSets.get(attrSet.getName());
566 * Get a list "xsl:attribute-set" properties that match the qname
    [all...]
  /external/webkit/WebCore/editing/
EditorCommand.cpp 116 return applyCommandToFrame(frame, source, action, style.get());
123 return applyCommandToFrame(frame, source, action, style.get());
137 RefPtr<CSSValueList> selectedCSSValueList = static_cast<CSSValueList*>(selectedCSSValue.get());
155 return applyCommandToFrame(frame, source, action, newMutableStyle.get());
169 styleIsPresent = frame->editor()->selectionStartHasStyle(style.get());
171 styleIsPresent = frame->editor()->selectionHasStyle(style.get()) == TrueTriState;
174 return applyCommandToFrame(frame, source, action, style.get());
184 frame->editor()->applyParagraphStyleToSelection(style.get(), action);
188 frame->editor()->applyParagraphStyle(style.get());
224 if (!frame->editor()->client()->shouldChangeSelectedRange(oldRange.get(), newRange.get(), affinity, false)
    [all...]
  /frameworks/base/services/java/com/android/server/
AppWidgetService.java 170 Provider p = mInstalledProviders.get(i);
188 AppWidgetId id = mAppWidgetIds.get(i);
211 Host host = mHosts.get(i);
270 Host host = mHosts.get(i);
285 AppWidgetId id = host.instances.get(i);
402 Provider p = mInstalledProviders.get(i);
438 AppWidgetId id = instances.get(i);
478 AppWidgetId id = instances.get(i);
518 AppWidgetId id = mAppWidgetIds.get(i);
530 Provider p = mInstalledProviders.get(i)
    [all...]
  /external/v8/test/cctest/
test-api.cc 256 Local<Value> foo_before = obj->Get(v8_str("foo"));
260 Local<Value> foo_after = obj->Get(v8_str("foo"));
628 Local<Value> pi = global->Get(v8_str("pi"));
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
ClassDataItem.java 206 pw.println(" sfields[" + i + "]: " + staticFields.get(i));
211 pw.println(" ifields[" + i + "]: " + instanceFields.get(i));
217 directMethods.get(i).debugPrint(pw, verbose);
223 virtualMethods.get(i).debugPrint(pw, verbose);
286 * Get the size of staticValues minus any trailing zeros/nulls (both
292 EncodedField field = staticFields.get(size - 1);
293 Constant cst = staticValues.get(field);
313 EncodedField field = staticFields.get(i);
314 Constant cst = staticValues.get(field);
409 lastIndex = list.get(i).encode(file, out, lastIndex, i)
    [all...]

Completed in 659 milliseconds

<<61626364656667686970>>