/external/e2fsprogs/misc/ |
default_profile.c | 2 "[defaults]\n"
|
/external/emma/core/res/com/vladium/emma/data/ |
merge_usage.res | 10 "merged data output file (defaults to 'coverage.es')";
|
/external/mdnsresponder/mDNSShared/ |
dnsextd.conf | 48 // This defaults to: * port 53 50 // This defaults to: 127.0.0.1:5030 52 // This defaults to: 5533 54 // This defaults to: 5352
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
tm.h | 30 # include "defaults.h"
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
tm.h | 30 # include "defaults.h"
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/mime/ |
text.py | 26 header. This defaults to "us-ascii". Note that as a side-effect, the
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/mime/ |
text.py | 26 header. This defaults to "us-ascii". Note that as a side-effect, the
|
/system/core/healthd/ |
healthd_board_default.cpp | 21 // use defaults
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
suggestions_source_top_sites.h | 45 // Gets the sorting order from the command-line arguments. Defaults to 50 // Gets the filter width from the command-line arguments. Defaults to one
|
/external/chromium_org/chrome/browser/webdata/ |
web_intents_table.h | 39 // Also manages the defaults table: 50 // The defaults are scoped by action, then type, then url prefix.
|
/external/chromium_org/chrome/common/extensions/api/ |
experimental_history.json | 28 "filterTime": {"type": "number", "optional": true, "description": "Sets the time to be used as a basis for the query, represented in milliseconds since the epoch. Defaults to the current time."}, 31 "maxResults": {"type": "integer", "optional": true, "minimum": 0, "description": "The maximum number of results to retrieve. Defaults to 100."}
|
/external/chromium_org/device/bluetooth/ |
bluetooth_service_record.h | 36 // or unknown services defaults to true. 40 // or unknown services defaults to true.
|
/external/chromium_org/tools/telemetry/telemetry/page/ |
page_measurement_unittest_base.py | 38 defaults = temp_parser.get_default_values() 39 for k, v in defaults.__dict__.items():
|
/external/iproute2/man/man8/ |
tc-sfb.8 | 83 Defaults to 10 minutes. 97 Defaults to one minute, should be lower than 103 Further packets are dropped. Defaults to the transmit queue length of the 112 Defaults to 25. 126 to be over-used. Must be between 0 and 1.0. Defaults to 0.00050. 131 Defaults to 0.00005. 143 Defaults to 20 packets. 182 Rather, packets are enqueued to the inner qdisc (defaults to pfifo).
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
base64_codec.py | 18 errors defines the error handling to apply. It defaults to 36 errors defines the error handling to apply. It defaults to
|
hex_codec.py | 18 errors defines the error handling to apply. It defaults to 36 errors defines the error handling to apply. It defaults to
|
quopri_codec.py | 15 errors defines the error handling to apply. It defaults to 31 errors defines the error handling to apply. It defaults to
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
base64_codec.py | 18 errors defines the error handling to apply. It defaults to 36 errors defines the error handling to apply. It defaults to
|
hex_codec.py | 18 errors defines the error handling to apply. It defaults to 36 errors defines the error handling to apply. It defaults to
|
quopri_codec.py | 15 errors defines the error handling to apply. It defaults to 31 errors defines the error handling to apply. It defaults to
|
/bionic/libc/netbsd/net/ |
nsdispatch.c | 112 const char *method, const ns_src defaults[], ...) 125 assert(defaults != NULL); 126 if (database == NULL || method == NULL || defaults == NULL) 129 srclist = defaults; 141 va_start(ap, defaults); 144 if (defaults[0].flags & NS_FORCEALL)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
config.py | 34 """Initialize the configuration attributes to their defaults.""" 35 # Defaults for [run] 43 # Defaults for [report] 52 # Defaults for [html] 55 # Defaults for [xml] 58 # Defaults for [paths]
|
/external/llvm/docs/ |
CMake.rst | 171 targets. Case-sensitive. Defaults to *all*. Example: 175 Build LLVM tools. Defaults to ON. Targets for building each tool are generated 181 Generate build targets for the LLVM tools. Defaults to ON. You can use that 185 Build LLVM examples. Defaults to OFF. Targets for building each example are 190 Generate build targets for the LLVM examples. Defaults to ON. You can use that 194 Build LLVM unit tests. Defaults to OFF. Targets for building each unit test 202 Generate build targets for the LLVM unit tests. Defaults to ON. You can use 209 cmake must be invoked before the build. Defaults to OFF. 212 Build with threads support, if available. Defaults to ON. 215 Enables code assertions. Defaults to OFF if and only if ``CMAKE_BUILD_TYPE` [all...] |
/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...] |
/external/chromium_org/chrome/browser/ui/android/autofill/ |
autofill_dialog_controller_android.cc | 243 const base::DictionaryValue* defaults = local 245 if (defaults) { 246 defaults->GetString(kLastUsedAccountName, &last_used_account_name); 247 defaults->GetBoolean(kLastUsedChoiceIsAutofill, 249 defaults->GetString(kLastUsedBillingAddressGuid, &last_used_billing); 250 defaults->GetString(kLastUsedShippingAddressGuid, &last_used_shipping); 251 defaults->GetString(kLastUsedCreditCardGuid, &last_used_credit_card); 390 base::DictionaryValue* defaults = updater.Get(); local 391 if (defaults) { 393 defaults->SetString(kLastUsedAccountName, last_used_account_name) [all...] |