HomeSort by relevance Sort by last modified time
    Searched defs:CURRENT (Results 1 - 25 of 25) sorted by null

  /frameworks/compile/slang/
slang_version.h 44 CURRENT = ICS
  /frameworks/base/telephony/java/com/android/internal/telephony/
OperatorInfo.java 29 CURRENT,
89 } else if (s.equals("current")) {
90 return State.CURRENT;
  /packages/apps/Browser/src/com/android/browser/preferences/
GeneralPreferencesFragment.java 51 static final String CURRENT = "current";
92 if (CURRENT.equals(objValue)) {
176 return CURRENT;
  /external/linux-tools-perf/util/
trace-event-info.c 65 #define CURRENT "current_tracer"
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 242 public static final int CURRENT = 0;
248 public static final String[] strings = { "current", "disabled", "enabled" };
268 * The current status of this network configuration entry.
428 if (this.status == WifiConfiguration.Status.CURRENT) {
  /external/libxml2/
pattern.c 176 const xmlChar *cur; /* the current char being parsed */
181 xmlNodePtr elem; /* the current node if any */
721 #define CURRENT (*ctxt->cur)
    [all...]
xpointer.c 884 * CUR_PTR return the current pointer to the xmlChar to be parsed.
885 * CUR returns the current xmlChar value, i.e. a 8 bit value
894 * CURRENT Returns the current char value, with the full decoding of
898 * It returns the pointer to the current xmlChar.
909 #define CURRENT (*ctxt->cur)
917 * Move the current node of the nodeset on the stack to the
    [all...]
HTMLparser.c 271 * CUR_PTR return the current pointer to the xmlChar to be parsed.
272 * CUR returns the current xmlChar value, i.e. a 8 bit value if compiled
273 * in ISO-Latin or UTF-8, and the current 16 bit value if compiled
286 * CURRENT Returns the current char value, with the full decoding of
290 * NEXTL(l) Skip the current unicode character of l xmlChars long.
312 #define CURRENT ((int) (*ctxt->input->cur))
349 * Ty to find and encoding in the current data available in the input
402 * The current char value, if using UTF-8 this may actually span multiple
408 * Returns the current char value and its lengt
    [all...]
xpath.c 353 /* cleanup current last error */
    [all...]
  /external/libxslt/libxslt/
pattern.c 121 const xmlChar *cur; /* the current char being parsed */
1233 #define CURRENT (*ctxt->cur)
1833 int current, start, end, level, j; local
    [all...]
  /packages/apps/Browser/src/com/android/browser/
TabControl.java 36 private static final String CURRENT = "current";
48 // Current position in mTabs.
70 * Return the current tab's main WebView. This will always return the main
72 * @return The current tab's WebView.
83 * Return the current tab's top-level WebView. This can return a subwindow
85 * @return The top-level WebView of the current tab.
96 * Return the current tab's subwindow if it exists.
97 * @return The subwindow of the current tab or null if it doesn't exist.
127 * Return the current tab
245 Tab current = getCurrentTab(); local
326 Tab current = getCurrentTab(); local
347 long current = -1; local
651 Tab current = getTab(mCurrentTab); local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
CalendarController.java 143 final int CURRENT = 0;
186 * Set to {@link #EXTRA_GOTO_TODAY} if this is a user request to go to the current time.
277 * the supplied context. It is best to pass in the current Activity.
315 // The current use of this method for VIEW_EVENT is by the day view to show an EventInfo
341 info.viewType = ViewType.CURRENT;
422 } else if (event.viewType == ViewType.CURRENT) {
    [all...]
  /frameworks/base/core/java/android/provider/
Telephony.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
apitooling-ant.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 864 milliseconds