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

1 2

  /external/chromium_org/cloud_print/gcp20/prototype/
local_settings.h 11 CURRENT,
cloud_print_response_parser.cc 250 base::DictionaryValue* current = NULL; local
251 if (!local_settings_dict->GetDictionary("current", &current)) {
252 *error_description = "No *current* local settings found.";
263 settings_to_parse = current;
264 settings_state = LocalSettings::CURRENT;
printer.cc 143 return base::MessageLoop::current()->message_loop_proxy();
243 base::MessageLoop::current()->PostTask(
522 case LocalSettings::CURRENT:
632 base::MessageLoop::current()->PostDelayedTask(
687 VLOG(0) << "Current access_token: " << access_token;
738 base::MessageLoop::current()->PostDelayedTask(
801 base::MessageLoop::current()->PostTask(
939 base::MessageLoop::current()->PostDelayedTask(
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
AbstractClassGenerator.java 37 private static final ThreadLocal CURRENT = new ThreadLocal();
162 * that is being used to generate a class in the current thread.
165 return (AbstractClassGenerator)CURRENT.get();
204 Object save = CURRENT.get();
205 CURRENT.set(this);
228 CURRENT.set(save);
  /cts/tests/tests/provider/src/android/provider/cts/
TelephonyProviderTest.java 87 String selection = Carriers.CURRENT + " IS NOT NULL";
92 fail("No access to current APN");
  /external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
android_ds2784_power_monitor.py 17 CURRENT = os.path.join(FUEL_GAUGE_PATH, 'current_now')
50 CHARGE_COUNTER, CURRENT, VOLTAGE))[0])
112 # energy consumption using the last available current reading.
  /external/chromium_org/tools/gyp/pylib/gyp/
mac_tool.py 234 """Takes a path to Something.framework and the Current version of that and
239 CURRENT = 'Current'
252 # Set up the Current version.
253 self._Relink(version, os.path.join(VERSIONS, CURRENT))
256 self._Relink(os.path.join(VERSIONS, CURRENT, binary), binary)
257 self._Relink(os.path.join(VERSIONS, CURRENT, RESOURCES), RESOURCES)
  /external/oprofile/module/ia64/
IA64minstate.h 39 /* r1 = current (virtual) */ \
65 /* make `current' a kernel virtual address */ \
104 /* make `current' a kernel virtual address */ \
132 * r13 = points to current task_struct (kernel virtual address)
149 /* r1 = current (physical) */ \
150 mov r1=IA64_KR(CURRENT); \
214 mov r13=IA64_KR(CURRENT); /* establish `current' */ \
  /cts/tests/tests/net/src/android/net/wifi/cts/
WifiManagerTest.java 215 if ((!w.SSID.equals(wifiConfiguration.SSID)) && w.status != Status.CURRENT) {
386 if (Status.ENABLED == wifiConfig.status || Status.CURRENT == wifiConfig.status) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
apitooling-ant.jar 
  /external/jpeg/
ltmain.sh 247 # Accept the current argument as the source file.
852 current=0
897 test -n "$2" && current="$2"
902 case "$current" in
905 $echo "$modename: CURRENT \`$current' is not a nonnegative integer" 1>&2
929 if test $age -gt $current; then
930 $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2
936 version_vars="version_type current age revision
    [all...]
  /external/chromium_org/third_party/libxml/src/
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 352 /* cleanup current last error */
    [all...]
  /external/libxml2/
pattern.c 179 const xmlChar *cur; /* the current char being parsed */
184 xmlNodePtr elem; /* the current node if any */
725 #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 274 * CUR_PTR return the current pointer to the xmlChar to be parsed.
275 * CUR returns the current xmlChar value, i.e. a 8 bit value if compiled
276 * in ISO-Latin or UTF-8, and the current 16 bit value if compiled
289 * CURRENT Returns the current char value, with the full decoding of
293 * NEXTL(l) Skip the current unicode character of l xmlChars long.
315 #define CURRENT ((int) (*ctxt->input->cur))
352 * Ty to find and encoding in the current data available in the input
405 * The current char value, if using UTF-8 this may actually span multiple
411 * Returns the current char value and its lengt
6058 size_t current = ctxt->input->cur - ctxt->input->base; local
    [all...]
xpath.c 429 /* cleanup current last error */
    [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
pattern.c 121 const xmlChar *cur; /* the current char being parsed */
1233 #define CURRENT (*ctxt->cur)
1835 int current, start, end, level, j; local
    [all...]
  /external/libunwind/aux/
ltmain.sh 392 # Accept the current argument as the source file.
    [all...]
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 789 * '<script>foo()<\/script>', which would cause the current decorator to
793 * then be called with 'foo()', and finally, the current decorator would
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js 789 * '<script>foo()<\/script>', which would cause the current decorator to
793 * then be called with 'foo()', and finally, the current decorator would
    [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
android_3p-bundle.js 789 * '<script>foo()<\/script>', which would cause the current decorator to
793 * then be called with 'foo()', and finally, the current decorator would
    [all...]

Completed in 1353 milliseconds

1 2