/packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
CardEmulationManager.java | 115 // Verify defaults are still sane 198 Log.e(TAG, "Not allowing defaults for category " + category); 220 Log.e(TAG, "Not allowing defaults for category " + category);
|
PreferredServices.java | 107 // Load current settings defaults for payments 329 // If we had any next tap defaults set, clear them out 338 // again. Instead, clear out defaults only if a next tap default
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
ast.py | 547 def __init__(self, decorators, name, argnames, defaults, flags, doc, code, lineno=None): 551 self.defaults = defaults 568 children.extend(flatten(self.defaults)) 578 nodelist.extend(flatten_nodes(self.defaults)) 583 return "Function(%s, %s, %s, %s, %s, %s, %s)" % (repr(self.decorators), repr(self.name), repr(self.argnames), repr(self.defaults), repr(self.flags), repr(self.doc), repr(self.code)) 773 def __init__(self, argnames, defaults, flags, code, lineno=None): 775 self.defaults = defaults 789 children.extend(flatten(self.defaults)) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
filecmp.py | 31 defaults to 1. 83 defaults to ['RCS', 'CVS', 'tags']. 85 defaults to [os.curdir, os.pardir].
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
ast.py | 547 def __init__(self, decorators, name, argnames, defaults, flags, doc, code, lineno=None): 551 self.defaults = defaults 568 children.extend(flatten(self.defaults)) 578 nodelist.extend(flatten_nodes(self.defaults)) 583 return "Function(%s, %s, %s, %s, %s, %s, %s)" % (repr(self.decorators), repr(self.name), repr(self.argnames), repr(self.defaults), repr(self.flags), repr(self.doc), repr(self.code)) 773 def __init__(self, argnames, defaults, flags, code, lineno=None): 775 self.defaults = defaults 789 children.extend(flatten(self.defaults)) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
filecmp.py | 31 defaults to 1. 83 defaults to ['RCS', 'CVS', 'tags']. 85 defaults to [os.curdir, os.pardir].
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/ |
_csv.so | |
/bionic/libc/kernel/tools/ |
update_all.py | 4 from defaults import *
|
/device/htc/flounder/ |
mixer_paths_0.xml | 11 <!-- TODO other defaults -->
|
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/ |
index.apt | 17 plugins, there are defaults, which you are advised to comply to, but are not forced to
|
/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/bison/lib/ |
argmatch.h | 50 in turn defaults to 'exit (exit_failure)'. */
|
/external/chromium-trace/trace-viewer/src/cc/ |
layer_impl.js | 34 // Defaults.
|
/external/chromium_org/base/prefs/ |
testing_pref_store.h | 61 // Determines whether ReadPrefsAsync completes immediately. Defaults to false
|
/external/chromium_org/base/test/ |
test_switches.cc | 14 // Sets defaults desirable for the continuous integration bots, e.g. parallel
|
/external/chromium_org/build/ |
protoc.gypi | 28 # directory containing the .proto files. If left out, it defaults to '.'.
|
/external/chromium_org/chrome/browser/ |
defaults.h | 5 // Defines various defaults whose values varies depending upon the OS.
|
/external/chromium_org/chrome/browser/extensions/api/extension_action/ |
browser_action_browsertest.cc | 110 // Wait for the StateStore to load, and fetch the defaults.
|
/external/chromium_org/chrome/browser/extensions/api/web_request/ |
web_request_time_tracker.h | 112 // Defaults to a delegate that sets warnings in the extension service.
|
/external/chromium_org/chrome/browser/extensions/ |
page_action_controller_unittest.cc | 104 // Should discard the settings, and go back to the defaults.
|
/external/chromium_org/chrome/browser/printing/ |
print_job_unittest.cc | 134 job->GetSettings(printing::DEFAULTS, printing::ASK_USER, NULL);
|
/external/chromium_org/chrome/browser/renderer_host/ |
safe_browsing_resource_throttle.h | 39 // milliseconds. If it takes longer than this, then the system defaults to
|
/external/chromium_org/chrome/browser/supervised_user/ |
supervised_user_pref_store_unittest.cc | 115 // kForceSafeSearch defaults to true for supervised users.
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
extension_settings_helper.cc | 92 storage->Set(ValueStore::DEFAULTS, *settings);
|
/external/chromium_org/chrome/browser/ui/bookmarks/ |
bookmark_tab_helper.cc | 8 #include "chrome/browser/defaults.h"
|