HomeSort by relevance Sort by last modified time
    Searched full:current (Results 501 - 525 of 28275) sorted by null

<<21222324252627282930>>

  /development/samples/Support4Demos/
Android.mk 13 LOCAL_SDK_VERSION := current
  /development/samples/SupportAppNavigation/
Android.mk 12 LOCAL_SDK_VERSION := current
  /development/samples/ToyVpn/
Android.mk 11 LOCAL_SDK_VERSION := current
  /development/samples/WeatherListWidget/
Android.mk 11 LOCAL_SDK_VERSION := current
  /development/samples/WiFiDirectDemo/
Android.mk 11 LOCAL_SDK_VERSION := current
  /development/samples/WiFiDirectServiceDiscovery/
Android.mk 11 LOCAL_SDK_VERSION := current
  /development/samples/Wiktionary/
Android.mk 11 LOCAL_SDK_VERSION := current
  /development/samples/WiktionarySimple/
Android.mk 11 LOCAL_SDK_VERSION := current
  /development/samples/XmlAdapters/
Android.mk 13 LOCAL_SDK_VERSION := current
  /development/samples/training/NsdChat/
Android.mk 11 LOCAL_SDK_VERSION := current
  /external/apache-http/src/org/apache/http/impl/io/
AbstractMessageParser.java 114 CharArrayBuffer current = null; local
117 if (current == null) {
118 current = new CharArrayBuffer(64);
120 current.clear();
122 int l = inbuffer.readLine(current);
123 if (l == -1 || current.length() < 1) {
130 if ((current.charAt(0) == ' ' || current.charAt(0) == '\t') && previous != null) {
134 while (i < current.length()) {
135 char ch = current.charAt(i)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorTemplate.java 34 * Append the current template element to the current
35 * template element, and then push it onto the current template
38 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
  /external/bluetooth/bluedroid/btif/include/
btif_sm.h 85 ** Description Fetches the current state of the state machine
87 ** Returns Current state
96 ** Description Dispatches the 'event' along with 'data' to the current state handler
109 ** shall be invoked before exiting the current state. The
  /external/chromium/base/i18n/
icu_util.h 11 // Call this function to load ICU's data tables for the current process. This
  /external/chromium/chrome/browser/extensions/
extension_infobar_module_constants.cc 12 const char kNoCurrentWindowError[] = "No current browser window was found";
  /external/chromium/chrome/browser/ui/cocoa/
animatable_view.h 37 // Gets the current height of the view. If an animation is currently running,
38 // this will give the current height at the time of the call, not the target
50 // Cancels any running animations, leaving the view at its current
54 // Gets the progress of any current animation.
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_hover_state_unittest.mm 48 MessageLoop::current()->PostDelayedTask(
52 MessageLoop::current()->Run();
68 MessageLoop::current()->PostDelayedTask(
72 MessageLoop::current()->Run();
  /external/chromium/chrome/common/
nacl_cmd_line.h 12 // Copy all the relevant arguments from the command line of the current
  /external/chromium_org/base/i18n/
icu_util.h 13 // Call this function to load ICU's data tables for the current process. This
  /external/chromium_org/base/third_party/valgrind/
README.chromium 6 current process is running under Valgrind and tell Memcheck tool about custom
  /external/chromium_org/chrome/browser/chromeos/display/
overscan_calibrator.h 29 // Commits the current insets data to the system.
51 // The current insets.
57 // Whether the current insets are committed to the system or not.
60 // The visualization layer for the current calibration region.
  /external/chromium_org/chrome/browser/chromeos/login/
hwid_checker.h 15 // Checks if current machine has correct HWID.
  /external/chromium_org/chrome/browser/component_updater/
swiftshader_component_installer.h 12 // component updater if the current gpu is blacklisted.
  /external/chromium_org/chrome/browser/extensions/
chrome_extension_function.h 34 // Gets the "current" browser, if any.
36 // Many extension APIs operate relative to the current browser, which is the
41 // If there is no containing window, the current browser defaults to the
57 // Gets the "current" web contents if any. If there is no associated web
  /external/chromium_org/chrome/browser/ui/cocoa/
animatable_view.h 35 // Gets the current height of the view. If an animation is currently running,
36 // this will give the current height at the time of the call, not the target
48 // Cancels any running animations, leaving the view at its current
52 // Gets the progress of any current animation.

Completed in 1551 milliseconds

<<21222324252627282930>>