HomeSort by relevance Sort by last modified time
    Searched refs:defaults (Results 126 - 150 of 868) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/services/tests/notification/src/com/android/server/notification/
NotificationRecordTest.java 129 int defaults = 0; local
132 defaults |= Notification.DEFAULT_SOUND;
143 defaults |= Notification.DEFAULT_VIBRATE;
151 defaults |= Notification.DEFAULT_LIGHTS;
161 builder.setDefaults(defaults);
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationBuilderTest.java 424 // defaults
425 int defaults = 0; local
427 defaults |= Notification.DEFAULT_SOUND;
430 defaults |= Notification.DEFAULT_VIBRATE;
433 defaults |= Notification.DEFAULT_LIGHTS;
435 b.setDefaults(defaults);
  /prebuilts/go/darwin-x86/src/flag/
flag_test.go 390 a float that defaults to zero
394 an int that defaults to zero
400 fs := NewFlagSet("print defaults test", ContinueOnError)
408 fs.Float64("G", 0, "a float that defaults to zero")
410 fs.Int("Z", 0, "an int that defaults to zero")
  /prebuilts/go/linux-x86/src/flag/
flag_test.go 390 a float that defaults to zero
394 an int that defaults to zero
400 fs := NewFlagSet("print defaults test", ContinueOnError)
408 fs.Float64("G", 0, "a float that defaults to zero")
410 fs.Int("Z", 0, "an int that defaults to zero")
  /external/python/cpython2/Lib/plat-mac/
bundlebuilder.py 46 class Defaults:
54 defaults = self._getDefaults()
55 defaults.update(kwargs)
56 self.__dict__.update(defaults)
59 defaults = {}
62 defaults.update(base._getDefaults())
66 defaults[name] = deepcopy(value)
67 return defaults
71 class BundleBuilder(Defaults):
78 # (Note that Defaults.__init__ (deep)copies these values t
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
bundlebuilder.py 46 class Defaults:
54 defaults = self._getDefaults()
55 defaults.update(kwargs)
56 self.__dict__.update(defaults)
59 defaults = {}
62 defaults.update(base._getDefaults())
66 defaults[name] = deepcopy(value)
67 return defaults
71 class BundleBuilder(Defaults):
78 # (Note that Defaults.__init__ (deep)copies these values t
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 46 class Defaults:
54 defaults = self._getDefaults()
55 defaults.update(kwargs)
56 self.__dict__.update(defaults)
59 defaults = {}
62 defaults.update(base._getDefaults())
66 defaults[name] = deepcopy(value)
67 return defaults
71 class BundleBuilder(Defaults):
78 # (Note that Defaults.__init__ (deep)copies these values t
    [all...]
  /cts/tests/app/src/android/app/cts/
NotificationTest.java 115 mNotification.defaults = 0;
139 assertEquals(mNotification.defaults, result.defaults);
307 .build(); // allowFreeForm defaults to true
311 return new RemoteInput.Builder(TEXT_RESULT_KEY).build(); // allowFreeForm defaults to true
  /external/guava/guava-testlib/src/com/google/common/testing/
NullPointerTester.java 71 private final ClassToInstanceMap<Object> defaults = field in class:NullPointerTester
82 defaults.putInstance(type, checkNotNull(value));
376 // We assume that all defaults are generics-safe, even if they aren't,
379 T defaultValue = (T) defaults.getInstance(type.getRawType());
  /external/skia/src/core/
SkTypeface.cpp 91 static SkTypeface* defaults[4]; local
97 defaults[style] = t ? t : SkEmptyTypeface::Create();
99 return defaults[style];
  /frameworks/support/compat/java/android/support/v4/app/
NotificationCompatBuilder.java 78 .setDefaults(n.defaults)
376 notification.defaults &= ~DEFAULT_SOUND;
377 notification.defaults &= ~DEFAULT_VIBRATE;
  /bionic/libc/kernel/tools/
clean_header.py 32 # See tools/defaults.py for the list of well-known macros used in this pass,
54 # The list of exceptions is in tools/defaults.py in case you need to update
73 from defaults import *
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ConfigParser.py 17 Intrinsic defaults can be specified by passing them into the
27 __init__(defaults=None)
28 create the parser and specify a dictionary of intrinsic defaults. The
52 The filename defaults to fp.name; it is only used in error
57 expanded in the return values, based on the defaults passed into the
60 contents override any pre-existing defaults.
224 def __init__(self, defaults=None, dict_type=_default_dict,
233 if defaults:
234 for key, value in defaults.items():
237 def defaults(self): member in class:RawConfigParser
    [all...]
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
res_debug.c 800 goto defaults;
811 goto defaults;
822 goto defaults;
826 defaults:
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
trace-event-listener.rb 10 Subclasses can override the record() method (which defaults to printing to
  /external/libcups/cups/
cups-private.h 207 cups_option_t *defaults; /* Default options */ member in struct:_cups_dinfo_s
  /external/libmojo/third_party/jinja2/
runtime.py 380 def __init__(self, environment, func, name, arguments, defaults,
387 self.defaults = defaults
400 # and defaults.
407 value = self.defaults[idx - self._argument_count + off]
  /external/ltp/testscripts/
ltpfslvm.sh 27 defaults:
  /external/r8/src/main/java/com/android/tools/r8/graph/
DexItemFactory.java 41 private final Int2ObjectMap<Default> defaults = new Int2ObjectOpenHashMap<>(); field in class:DexItemFactory
406 synchronized (defaults) {
407 Default result = defaults.get(value);
410 defaults.put(value, result);
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
Colors.java 24 public final static int[] defaults = field in class:Colors
  /kernel/tests/net/test/
run_net_test.sh 195 Keep enter pressed to accept the defaults.
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationService.java 155 int defaults = 0; local
159 defaults |= Notification.DEFAULT_SOUND;
165 defaults |= Notification.DEFAULT_VIBRATE;
167 bigText.setDefaults(defaults);
  /prebuilts/misc/common/robolectric/lib/
wagon-http-shared-1.0-beta-6.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/wagon/wagon-http-shared/1.0-beta-6/
wagon-http-shared-1.0-beta-6.jar 
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
OutputProperties.java 43 * its "defaults"; this second property list is searched if the property key
62 * Creates an empty OutputProperties with the specified defaults.
64 * @param defaults the defaults.
66 public OutputProperties(Properties defaults)
68 m_properties = new Properties(defaults);
72 * Creates an empty OutputProperties with the defaults specified by
147 * and its defaults, recursively, are then checked. The method returns
161 * and its defaults, recursively, are then checked. The method returns
202 * and its defaults, recursively, are then checked. The method return
    [all...]

Completed in 1449 milliseconds

1 2 3 4 56 7 8 91011>>