/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ |
navigation_manager.js | 339 * (true), or the next node (false); defaults to false. 376 * @param {boolean=} opt_skipText Skips focus on text nodes; defaults to false. 555 * defaults to true. 567 * defaults to true. 586 * @param {boolean=} opt_persist Persists setting to all running tabs; defaults 695 * Defaults to true. 751 * @param {boolean=} opt_ignoreIframes Ignore iframes when navigating. Defaults 908 * ancestors; defaults to false. 1045 * given node. Defaults to false (and selection will sync according to object [all...] |
/external/dnsmasq/po/ |
de.po | 145 msgid "Specify the size of the cache in entries (defaults to %s)." 150 msgid "Specify configuration file (defaults to %s)." 188 msgid "Change to this group after startup (defaults to %s)." 255 msgid "Specify where to store DHCP leases (defaults to %s)." 293 msgid "Specify port to listen for DNS requests on (defaults to 53)." 298 msgid "Maximum supported UDP packet size for EDNS.0 (defaults to %s)." 315 msgid "Specify path to resolv.conf (defaults to %s)." 344 msgid "Change to this user after startup. (defaults to %s)." 369 msgid "Specify path of PID file (defaults to %s)." 374 msgid "Specify maximum number of DHCP leases (defaults to %s). [all...] |
fi.po | 118 msgid "Specify the size of the cache in entries (defaults to %s)." 123 msgid "Specify configuration file (defaults to %s)." 152 msgid "Change to this group after startup (defaults to %s)." 219 msgid "Specify where to store DHCP leases (defaults to %s)." 257 msgid "Specify port to listen for DNS requests on (defaults to 53)." 262 msgid "Maximum supported UDP packet size for EDNS.0 (defaults to %s)." 279 msgid "Specify path to resolv.conf (defaults to %s)." 308 msgid "Change to this user after startup. (defaults to %s)." 333 msgid "Specify path of PID file (defaults to %s)." 338 msgid "Specify maximum number of DHCP leases (defaults to %s). [all...] |
it.po | 118 msgid "Specify the size of the cache in entries (defaults to %s)." 123 msgid "Specify configuration file (defaults to %s)." 152 msgid "Change to this group after startup (defaults to %s)." 219 msgid "Specify where to store DHCP leases (defaults to %s)." 257 msgid "Specify port to listen for DNS requests on (defaults to 53)." 262 msgid "Maximum supported UDP packet size for EDNS.0 (defaults to %s)." 279 msgid "Specify path to resolv.conf (defaults to %s)." 308 msgid "Change to this user after startup. (defaults to %s)." 333 msgid "Specify path of PID file (defaults to %s)." 338 msgid "Specify maximum number of DHCP leases (defaults to %s). [all...] |
pt_BR.po | 118 msgid "Specify the size of the cache in entries (defaults to %s)." 123 msgid "Specify configuration file (defaults to %s)." 152 msgid "Change to this group after startup (defaults to %s)." 219 msgid "Specify where to store DHCP leases (defaults to %s)." 257 msgid "Specify port to listen for DNS requests on (defaults to 53)." 262 msgid "Maximum supported UDP packet size for EDNS.0 (defaults to %s)." 279 msgid "Specify path to resolv.conf (defaults to %s)." 308 msgid "Change to this user after startup. (defaults to %s)." 333 msgid "Specify path of PID file (defaults to %s)." 338 msgid "Specify maximum number of DHCP leases (defaults to %s). [all...] |
/external/chromium_org/components/onc/docs/ |
onc_spec.html | 277 (optional, defaults to <span class="value">false</span>) 538 (optional, defaults to <span class="value">false</span>) 559 (optional, defaults to <span class="value">false</span>) 637 (optional, defaults to <span class="value">false</span>) 802 is <span class="value">PSK</span>, otherwise ignored, defaults 871 (optional, defaults to <span class="value">false</span>) 907 (optional, defaults to <span class="value">false</span>) 987 (optional, defaults to <span class="value">SHA1</span> [all...] |
/external/chromium_org/chrome/common/extensions/api/ |
app_window.idl | 101 // Frame type: <code>none</code> or <code>chrome</code> (defaults to 211 // Frame type: <code>none</code> or <code>chrome</code> (defaults to 230 // fullscreen, maximized, or minimized. Defaults to 'normal'. 234 // the window to show it once it has been created. Defaults to false. 237 // If true, the window will be resizable by the user. Defaults to true. 250 // permission. Defaults to false.<br> 255 // If true, the window will be focused when created. 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."},
|
serial.idl | 67 // Defaults to false. 73 // Defaults to 0. 79 // Defaults to 0.
|
/external/llvm/include/llvm/ExecutionEngine/ |
ExecutionEngine.h | 599 /// or whichever engine works. This option defaults to EngineKind::Either. 610 /// memory manager. This option defaults to NULL. Using this option nullifies 623 /// memory manager. This option defaults to NULL. This option overrides 632 /// defaults to NULL. 639 /// defaults to CodeGenOpt::Default. 646 /// target is using. Defaults to TargetOptions(). 653 /// target is using. Defaults to target specific default "Reloc::Default". 660 /// data is using. Defaults to target specific default 671 /// who depend on this behavior, so we must support it. This option defaults
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/ |
CharsetTest.java | 166 // ...and defaults to reading big-endian if there's no BOM. 179 // Defaults to reading big-endian. 192 // Defaults to reading little-endian. 204 // Defaults to reading little-endian. 215 // ...and defaults to reading big-endian if there's no BOM. 228 // Defaults to reading big-endian. 241 // Defaults to reading little-endian. 254 // Defaults to reading big-endian. 267 // Defaults to reading little-endian. [all...] |
/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 78 from defaults import *
|
/external/apache-http/src/org/apache/http/impl/client/ |
ClientParamsStack.java | 51 * These provide "global", that is application-wide, defaults. 56 * These provide client specific defaults. 60 * For overriding client and global defaults.
|
/external/chromium-trace/trace-viewer/src/tracing/ |
trace_model.js | 40 * Defaults to true. 219 * Defaults to true. 221 * containers. Defaults to true.
|
/external/chromium_org/build/android/pylib/device/ |
decorators_test.py | 116 """Tests that the defaults decorator handles timeout logic.""" 138 """Tests that the defaults decorator handles retries logic.""" 156 """Tests that the defaults decorator passes timeout and retries kwargs."""
|
/external/chromium_org/chrome/browser/themes/ |
theme_properties.cc | 17 // Defaults for properties which are stored in the browser theme pack. If you 18 // change these defaults, you must increment the version number in 81 // Defaults for properties which are not stored in the browser theme pack.
|
/external/chromium_org/extensions/common/ |
user_script.h | 254 // The globally-unique id associated with this user script. Defaults to 263 // Defaults to false. 267 // Defaults to false.
|
/external/chromium_org/testing/gtest/cmake/ |
internal_utils.cmake | 21 # For MSVC, CMake sets certain flags to defaults we want to override. 33 # on CRT DLLs being available. CMake always defaults to using shared 39 # Replaces /W3 with /W4 in defaults.
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
virtualsocketserver.h | 58 // all sends occur instantly. Defaults to 0. 63 // packet loss (on a per sender basis). Defaults to 64 KB. 83 // 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 | 172 // Platform defaults information 222 /// \brief Test whether this toolchain defaults to PIC. 225 /// \brief Test whether this toolchain defaults to PIE.
|
/external/clang/lib/AST/ |
Comment.cpp | 132 // Set defaults. 142 // If there is no declaration, the defaults is our only guess. 151 // Defaults are should be good for declarations we don't handle explicitly.
|
/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.
|