/external/chromium_org/chrome/common/ |
chrome_utility_messages.h | 142 // Tells the utility process to get capabilities and defaults for the specified 272 // capabilities and defaults. 279 // capabilities and defaults.
|
/external/chromium_org/chrome/common/extensions/api/ |
context_menus.json | 98 "description": "The type of menu item. Defaults to 'normal' if not specified." 123 "description": "List of contexts this menu item will appear in. Defaults to ['page'] if not specified. Specifying ['all'] is equivalent to the combination of all other contexts except for 'launcher'. The 'launcher' context is only supported by apps and is used to add menu items to the context menu that appears when clicking on the app icon in the launcher/taskbar/dock/etc. Different platforms might put limitations on what is actually supported in a launcher context menu." 165 "description": "Whether this context menu item is enabled or disabled. Defaults to true."
|
cookies.json | 108 "path": {"type": "string", "optional": true, "description": "The path of the cookie. Defaults to the path portion of the url parameter."}, 109 "secure": {"type": "boolean", "optional": true, "description": "Whether the cookie should be marked as Secure. Defaults to false."}, 110 "httpOnly": {"type": "boolean", "optional": true, "description": "Whether the cookie should be marked as HttpOnly. Defaults to false."},
|
/external/chromium_org/chrome/test/automation/ |
automation_proxy.h | 83 // to true. Note that perform_version_check_ defaults to false, call 206 // platform_version_check_ defaults to false. 241 // the automation provider at connection time. Defaults to false, you can
|
/external/chromium_org/chrome_frame/test/data/ |
chrome_frame_tester_helpers.js | 223 // Attributes provided by the caller override any defaults. 290 // configure the control as below. Values shown are defaults, which may be 305 // "border": "...", // defaults.
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
virtualsocketserver.h | 57 // all sends occur instantly. Defaults to 0. 62 // packet loss (on a per sender basis). Defaults to 64 KB. 82 // values are measured in milliseconds. Defaults to no delay.
|
/external/chromium_org/tools/json_schema_compiler/test/ |
windows.json | 152 "description": "A URL or list of URLs to open as tabs in the window. Fully-qualified URLs must include a scheme (i.e. 'http://www.google.com', not 'www.google.com'). Relative URLs will be relative to the current page within the extension. Defaults to the New Tab Page.", 162 "width": {"type": "integer", "minimum": 0, "optional": true, "description": "The width in pixels of the new window. If not specified defaults to a natural width."}, 163 "height": {"type": "integer", "minimum": 0, "optional": true, "description": "The height in pixels of the new window. If not specified defaults to a natural height."},
|
/external/clang/include/clang/Driver/ |
ToolChain.h | 155 // Platform defaults information 213 /// \brief Test whether this toolchain defaults to PIC. 216 /// \brief Test whether this toolchain defaults to PIE.
|
/external/emma/core/java12/com/vladium/emma/ |
runCommand.java | 189 // handle cmd line-level defaults and option interaction 321 private boolean m_scanCoveragePath; // defaults to false 324 private boolean m_dumpRawData; // defaults to false
|
/external/guava/guava-testlib/src/com/google/common/testing/ |
NullPointerTester.java | 65 private final Map<Class<?>, Object> defaults = Maps.newHashMap(); field in class:NullPointerTester 110 defaults.put(type, value); 294 params[i] = defaults.get(types[i]);
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/ |
SerializeOptions.java | 65 * The string to be used as a line terminator. If empty it defaults to; linefeed, U+000A, the 71 * RDF. If empty it defaults to two ASCII spaces, U+0020. 76 * serialized RDF. This is convenient when embedding the RDF in other text, defaults to 0.
|
/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].
|
/bionic/libc/kernel/tools/ |
defaults.py | 1 # this module contains all the defaults used by the generation of cleaned-up headers
|
/build/core/combo/ |
select.mk | 26 # Set reasonable defaults for the various variables
|
/build/core/ |
version_defaults.mk | 29 # Look for an optional file containing overrides of the defaults,
|
/cts/tests/tests/rsg/src/android/renderscriptgraphics/cts/ |
RenderscriptGLStubActivity.java | 66 // In this case, just use the 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/chrome/browser/accessibility/ |
accessibility_mac_uitest.mm | 21 // TODO(dtseng): fake the VoiceOver defaults value?
|
/external/chromium/chrome/browser/ |
defaults.h | 5 // Defines various defaults whose values varies depending upon the OS.
|
/external/chromium/chrome/browser/geolocation/ |
geolocation_content_settings_map.h | 79 // allows future requests to return the all-embedders or global defaults (as
|