HomeSort by relevance Sort by last modified time
    Searched full:perform (Results 1126 - 1150 of 6694) sorted by null

<<41424344454647484950>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
__future__.py 69 CO_FUTURE_ABSOLUTE_IMPORT = 0x4000 # perform absolute imports by default
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbutils.py 52 that they perform retrys with exponentially backing off sleeps in
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
FileList.py 33 # Don't create window, perform 'action', e.g. open in same window
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
__future__.py 69 CO_FUTURE_ABSOLUTE_IMPORT = 0x4000 # perform absolute imports by default
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbutils.py 52 that they perform retrys with exponentially backing off sleeps in
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
FileList.py 33 # Don't create window, perform 'action', e.g. open in same window
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
FixProjectAction.java 93 * @return a job to perform the fix (not yet scheduled)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
XmlQuickAssistManager.java 31 * This class implements Quick Assists for XML files. It does not perform any
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
CreateFileChange.java 82 public Change perform(IProgressMonitor pm) throws CoreException { method in class:CreateFileChange
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
PropertyChangeTransform.java 23 * single GL State variable. An optional predicate provides the ability to perform
  /system/core/healthd/
healthd.h 24 // which healthd wakes up to poll health state and perform periodic chores,
  /system/core/netcfg/
netcfg.c 142 die("Cannot perform requested operation");
  /external/chromium_org/chrome/test/webdriver/test/
chromedriver_tests.py 518 ActionChains(self._driver).key_down([Keys.CONTROL, Keys.SHIFT]).perform()
546 ActionChains(self._driver).move_to_element(self._divs[0]).perform()
552 ActionChains(self._driver).move_by_offset(1, 2).perform()
559 self._divs[0], 2, 1).perform()
568 ActionChains(self._driver).click(self._divs[0]).perform()
576 ActionChains(self._driver).click(None).perform()
583 ActionChains(self._driver).context_click(None).perform()
595 self._divs[1]).perform()
604 ActionChains(self._driver).click_and_hold(None).release(None).perform()
614 ActionChains(self._driver).double_click(self._divs[0]).perform()
    [all...]
  /frameworks/base/core/java/android/app/
PendingIntent.java 34 * A description of an Intent and target action to perform with it. Instances
37 * handed to other applications so that they can perform the action you
41 * you are granting it the right to perform the operation you have specified
443 * Retrieve a PendingIntent that will perform a broadcast, like calling
451 * @param context The Context in which this PendingIntent should perform
560 * Perform the operation associated with this PendingIntent.
572 * Perform the operation associated with this PendingIntent.
586 * Perform the operation associated with this PendingIntent, allowing the
606 * Perform the operation associated with this PendingIntent, allowing the
627 * Perform the operation associated with this PendingIntent, allowing th
    [all...]
  /art/compiler/dex/
frontend.cc 193 /* Perform SSA transformation for the whole method */
202 /* Perform null check elimination */
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
DatabaseAsserts.java 138 * @param uri - {@link Uri} to perform the query for
153 * @param uri - {@link Uri} to perform the query for
  /dalvik/vm/analysis/
DexVerify.cpp 212 * Perform verification on a single method.
314 * Perform static instruction verification. Also sets the "branch
395 * Perform static checks on a "new-instance" instruction. Specifically,
421 * Perform static checks on a "new-array" instruction. Specifically, make
458 * Perform static checks on an instruction that takes a class constant.
472 * Perform static checks on a field get or set instruction. All we do
486 * Perform static checks on a method invocation instruction. All we do
760 * Perform static verification on instructions.
    [all...]
  /dalvik/vm/compiler/codegen/
CodegenFactory.cpp 50 * using this routine, as it doesn't perform any bookkeeping regarding
83 * using this routine, as it doesn't perform any bookkeeping regarding
  /external/chromium/chrome/browser/
browser_process.h 110 // Returns the thread that we perform I/O coordination on (network requests,
119 // Returns the thread that we perform random file operations on. For code
  /external/chromium/webkit/glue/media/
buffered_data_source.h 70 // Posted to perform initialization on render thread and start resource
74 // Task posted to perform actual reading on the render thread.
  /external/chromium_org/chrome/browser/google/
google_url_tracker.h 73 // Requests that the tracker perform a server check to update the Google URL
160 // each tab with an infobar to re-perform the user's search, but on the new
  /external/chromium_org/chrome/installer/util/
work_item.h 37 // A base class that defines APIs to perform/rollback an action or a
170 // Perform the actions of WorkItem. Returns true if success, returns false
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_manager.h 25 // Class that can perform actions on behalf of the BrowserAccessibilityManager.
214 // The object that can perform actions on our behalf.
  /external/chromium_org/content/browser/indexed_db/
indexed_db_transaction.cc 130 task->Perform(0);
276 task->Perform(this);
  /external/chromium_org/ppapi/api/
ppb_tcp_socket.idl 127 * Reads data from the socket. The socket must be connected. It may perform a
148 * Writes data to the socket. The socket must be connected. It may perform a

Completed in 874 milliseconds

<<41424344454647484950>>