HomeSort by relevance Sort by last modified time
    Searched refs:defaults (Results 226 - 250 of 627) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertService.java     [all...]
  /packages/apps/Settings/src/com/android/settings/notification/
NotificationStation.java 315 if (0 != (n.defaults & Notification.DEFAULT_SOUND)) {
325 if (0 != (n.defaults & Notification.DEFAULT_VIBRATE)) {
  /prebuilts/gdb/darwin-x86/include/python2.7/
Python-ast.h 361 asdl_seq *defaults; member in struct:_arguments
527 kwarg, asdl_seq * defaults, PyArena *arena);
  /prebuilts/gdb/darwin-x86/lib/python2.7/logging/
config.py 53 def fileConfig(fname, defaults=None, disable_existing_loggers=True):
64 cp = ConfigParser.ConfigParser(defaults)
361 The configurator base class which defines some useful defaults.
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
Python-ast.h 361 asdl_seq *defaults; member in struct:_arguments
527 kwarg, asdl_seq * defaults, PyArena *arena);
  /prebuilts/gdb/linux-x86/lib/python2.7/logging/
config.py 53 def fileConfig(fname, defaults=None, disable_existing_loggers=True):
64 cp = ConfigParser.ConfigParser(defaults)
361 The configurator base class which defines some useful defaults.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python-ast.h 361 asdl_seq *defaults; member in struct:_arguments
527 kwarg, asdl_seq * defaults, PyArena *arena);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
config.py 53 def fileConfig(fname, defaults=None, disable_existing_loggers=True):
64 cp = ConfigParser.ConfigParser(defaults)
361 The configurator base class which defines some useful defaults.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python-ast.h 361 asdl_seq *defaults; member in struct:_arguments
527 kwarg, asdl_seq * defaults, PyArena *arena);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
config.py 53 def fileConfig(fname, defaults=None, disable_existing_loggers=True):
64 cp = ConfigParser.ConfigParser(defaults)
361 The configurator base class which defines some useful defaults.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
refparser.py 38 from . import defaults namespace
1058 all_modules, support_macros = list_headers(defaults.headers())
  /external/fonttools/Lib/fontTools/
cffLib.py 1521 defaults = buildDefaults(topDictOperators) variable in class:TopDict
1572 defaults = buildDefaults(topDictOperators) variable in class:FontDict
1592 defaults = buildDefaults(privateDictOperators) variable in class:PrivateDict
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
turtle.py 633 num, the number of the mouse-button defaults to 1
648 num, the number of the mouse-button defaults to 1
667 num, the number of the mouse-button defaults to 1
688 num, the number of the mouse-button defaults to 1
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
turtle.py 633 num, the number of the mouse-button defaults to 1
648 num, the number of the mouse-button defaults to 1
667 num, the number of the mouse-button defaults to 1
688 num, the number of the mouse-button defaults to 1
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 633 num, the number of the mouse-button defaults to 1
648 num, the number of the mouse-button defaults to 1
667 num, the number of the mouse-button defaults to 1
688 num, the number of the mouse-button defaults to 1
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 633 num, the number of the mouse-button defaults to 1
648 num, the number of the mouse-button defaults to 1
667 num, the number of the mouse-button defaults to 1
688 num, the number of the mouse-button defaults to 1
    [all...]
  /bionic/libc/kernel/tools/
cpp.py 32 from defaults import kCppUndefinedMacro
33 from defaults import kernel_remove_config_macros
34 from defaults import kernel_token_replacements
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_optparse.py 415 values = Values(defaults=dict)
714 defaults = self.parser.get_default_values()
715 self.assertEqual(vars(defaults), vars(options))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_optparse.py 415 values = Values(defaults=dict)
714 defaults = self.parser.get_default_values()
715 self.assertEqual(vars(defaults), vars(options))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_optparse.py 415 values = Values(defaults=dict)
714 defaults = self.parser.get_default_values()
715 self.assertEqual(vars(defaults), vars(options))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_optparse.py 415 values = Values(defaults=dict)
714 defaults = self.parser.get_default_values()
715 self.assertEqual(vars(defaults), vars(options))
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
debug.rb 372 debugging facility ;) Subclasses can override the record() method (which defaults to printing
  /external/autotest/client/common_lib/
site_utils.py 428 return argspec.defaults[::-1][len(argspec.args) - index - 1]
  /external/chromium-trace/catapult/telemetry/third_party/mock/
mock.py 174 regargs, varargs, varkw, defaults, kwonly, kwonlydef, ann = argspec
177 regargs, varargs, varkwargs, defaults = inspect.getargspec(func)
191 regargs, varargs, varkw, defaults,
195 regargs, varargs, varkwargs, defaults,
    [all...]
  /external/chromium-trace/catapult/third_party/mock/
mock.py 174 regargs, varargs, varkw, defaults, kwonly, kwonlydef, ann = argspec
177 regargs, varargs, varkwargs, defaults = inspect.getargspec(func)
191 regargs, varargs, varkw, defaults,
195 regargs, varargs, varkwargs, defaults,
    [all...]

Completed in 455 milliseconds

1 2 3 4 5 6 7 8 91011>>