OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:defaults
(Results
776 - 800
of
3656
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/openssh/contrib/cygwin/
ssh-host-config
211
# Create default sshd_config from skeleton files in /etc/
defaults
/etc or
213
if /usr/bin/cmp "${SYSCONFDIR}/sshd_config" "${SYSCONFDIR}/
defaults
/${SYSCONFDIR}/sshd_config" >/dev/null 2>&1
282
csih_install_config "${_sshd_inetd_conf}" "${SYSCONFDIR}/
defaults
"
283
if /usr/bin/cmp "${SYSCONFDIR}/
defaults
${_sshd_inetd_conf}" "${_sshd_inetd_conf}" >/dev/null 2>&1
725
csih_install_config "${SYSCONFDIR}/ssh_config" "${SYSCONFDIR}/
defaults
" || let ++warning_cnt
726
if /usr/bin/cmp "${SYSCONFDIR}/ssh_config" "${SYSCONFDIR}/
defaults
/${SYSCONFDIR}/ssh_config" >/dev/null 2>&1
737
csih_install_config "${SYSCONFDIR}/sshd_config" "${SYSCONFDIR}/
defaults
" || let ++warning_cnt
738
if ! /usr/bin/cmp "${SYSCONFDIR}/sshd_config" "${SYSCONFDIR}/
defaults
/${SYSCONFDIR}/sshd_config" >/dev/null 2>&1
/external/skia/tools/
compare_baselines.py
197
'
defaults
to "%s"' % DEFAULT_GM_BASEDIR)
206
'expected GM baseline images;
defaults
to "%s"' %
/libcore/luni/src/main/java/org/xml/sax/helpers/
XMLReaderFactory.java
29
* from an explicit class name, or based on runtime
defaults
:</p>
65
* Attempt to create an XMLReader from system
defaults
.
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
FolderPreferences.java
200
* If <code>true</code>, we use inbox-
defaults
for notification settings. If <code>false</code>,
201
* we use standard
defaults
.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/
auto_ptr.h
96
* @param p A pointer (
defaults
to NULL).
232
* @param p A pointer (
defaults
to NULL).
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/backward/
auto_ptr.h
96
* @param p A pointer (
defaults
to NULL).
232
* @param p A pointer (
defaults
to NULL).
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/backward/
auto_ptr.h
96
* @param p A pointer (
defaults
to NULL).
232
* @param p A pointer (
defaults
to NULL).
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/backward/
auto_ptr.h
96
* @param p A pointer (
defaults
to NULL).
232
* @param p A pointer (
defaults
to NULL).
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/backward/
auto_ptr.h
96
* @param p A pointer (
defaults
to NULL).
232
* @param p A pointer (
defaults
to NULL).
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewTemplateWizardState.java
63
/** Configured
defaults
for the parameters, by id */
64
public final Map<String, String>
defaults
= new HashMap<String, String>();
field in class:NewTemplateWizardState
/external/chromium_org/third_party/icu/source/tools/genrb/
genrb.c
181
"\t-d of --destdir destination directory, followed by the path,
defaults
to %s\n"
182
"\t-s or --sourcedir source directory for files followed by path,
defaults
to %s\n"
184
"\t followed by path,
defaults
to %s\n",
188
"\t
defaults
to ASCII and \\uXXXX format.\n");
191
"\t
defaults
to com.ibm.icu.impl.data\n"); */
194
"\t
defaults
to LocaleElements\n"
/external/icu4c/tools/genrb/
genrb.c
193
"\t-d of --destdir destination directory, followed by the path,
defaults
to %s\n"
194
"\t-s or --sourcedir source directory for files followed by path,
defaults
to %s\n"
196
"\t followed by path,
defaults
to %s\n",
200
"\t
defaults
to ASCII and \\uXXXX format.\n"
202
"\t
defaults
to com.ibm.icu.impl.data\n");
205
"\t
defaults
to LocaleElements\n"
/external/llvm/include/llvm/IR/
DataLayout.h
14
// This structure should be created once, filled in if the
defaults
are not
100
bool LittleEndian; ///<
Defaults
to false
238
/// FIXME: The
defaults
need to be removed once all of
249
/// FIXME: The
defaults
need to be removed once all of
259
/// FIXME: The
defaults
need to be removed once all of
269
/// FIXME: The
defaults
need to be removed once all of
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
RegisteredAidCache.java
43
// has already accounted for
defaults
, and hence its return value
44
// is authoritative for the current set of services and
defaults
.
179
Log.e(TAG, "Not allowing
defaults
for category " + category);
220
Log.e(TAG, "Not allowing
defaults
for category " + category);
352
// that can handle it, but be mindful of (next tap)
defaults
.
626
pw.println("Category
defaults
: ");
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_queue.h
72
* @tparam _Sequence Type of underlying sequence,
defaults
to deque<_Tp>.
84
* sequence/container. It
defaults
to std::deque, but it can be any type
331
* @tparam _Sequence Type of underlying sequence,
defaults
to vector<_Tp>.
332
* @tparam _Compare Comparison function object type,
defaults
to
342
* sequence/container. It
defaults
to std::vector, but it can be
348
* priority comparisons. It
defaults
to @c less<value_type> but
/external/chromium_org/third_party/jinja2/
environment.py
14
from jinja2.
defaults
import *
104
The string marking the begin of a block.
Defaults
to ``'{%'``.
107
The string marking the end of a block.
Defaults
to ``'%}'``.
111
Defaults
to ``'{{'``.
114
The string marking the end of a print statement.
Defaults
to
118
The string marking the begin of a comment.
Defaults
to ``'{#'``.
121
The string marking the end of a comment.
Defaults
to ``'#}'``.
135
removed (block, not variable tag!).
Defaults
to `False`.
245
# and don't change the arguments (or the
defaults
!) of the arguments
266
#
defaults
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
platform.py
146
(which
defaults
to the Python interpreter) is linked against.
266
# Default to empty 'version' and 'id' strings. Both
defaults
are used
267
# when 'firstline' is empty. 'id'
defaults
to empty when an id can not
303
distributions to look for. It
defaults
to a list of currently
493
defaults
.
592
# No emulation possible, so return the
defaults
...
841
Values which cannot be determined are set to the
defaults
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
platform.py
146
(which
defaults
to the Python interpreter) is linked against.
266
# Default to empty 'version' and 'id' strings. Both
defaults
are used
267
# when 'firstline' is empty. 'id'
defaults
to empty when an id can not
303
distributions to look for. It
defaults
to a list of currently
493
defaults
.
592
# No emulation possible, so return the
defaults
...
841
Values which cannot be determined are set to the
defaults
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
decContext.c
64
/* DEC_INIT_BASE -- select ANSI X3-274
defaults
*/
65
/* DEC_INIT_DECIMAL32 -- select IEEE 754
defaults
, 32-bit */
66
/* DEC_INIT_DECIMAL64 -- select IEEE 754
defaults
, 64-bit */
67
/* DEC_INIT_DECIMAL128 -- select IEEE 754
defaults
, 128-bit */
73
/* set
defaults
... */
86
/* [use
defaults
] */
123
/* use
defaults
, and .. */
/external/icu4c/i18n/
decContext.c
55
/* DEC_INIT_BASE -- select ANSI X3-274
defaults
*/
56
/* DEC_INIT_DECIMAL32 -- select IEEE 754
defaults
, 32-bit */
57
/* DEC_INIT_DECIMAL64 -- select IEEE 754
defaults
, 64-bit */
58
/* DEC_INIT_DECIMAL128 -- select IEEE 754
defaults
, 128-bit */
64
/* set
defaults
... */
77
/* [use
defaults
] */
114
/* use
defaults
, and .. */
/external/dnsmasq/po/
es.po
119
msgid "Specify the size of the cache in entries (
defaults
to %s)."
124
msgid "Specify configuration file (
defaults
to %s)."
153
msgid "Change to this group after startup (
defaults
to %s)."
223
msgid "Specify where to store DHCP leases (
defaults
to %s)."
262
msgid "Specify port to listen for DNS requests on (
defaults
to 53)."
267
msgid "Maximum supported UDP packet size for EDNS.0 (
defaults
to %s)."
286
msgid "Specify path to resolv.conf (
defaults
to %s)."
316
msgid "Change to this user after startup. (
defaults
to %s)."
342
msgid "Specify path of PID file (
defaults
to %s)."
347
msgid "Specify maximum number of DHCP leases (
defaults
to %s).
[
all
...]
fr.po
117
msgid "Specify the size of the cache in entries (
defaults
to %s)."
122
msgid "Specify configuration file (
defaults
to %s)."
151
msgid "Change to this group after startup (
defaults
to %s)."
221
msgid "Specify where to store DHCP leases (
defaults
to %s)."
260
msgid "Specify port to listen for DNS requests on (
defaults
to 53)."
265
msgid "Maximum supported UDP packet size for EDNS.0 (
defaults
to %s)."
284
msgid "Specify path to resolv.conf (
defaults
to %s)."
314
msgid "Change to this user after startup. (
defaults
to %s)."
340
msgid "Specify path of PID file (
defaults
to %s)."
345
msgid "Specify maximum number of DHCP leases (
defaults
to %s).
[
all
...]
id.po
137
msgid "Specify the size of the cache in entries (
defaults
to %s)."
143
msgid "Specify configuration file (
defaults
to %s)."
179
msgid "Change to this group after startup (
defaults
to %s)."
260
msgid "Specify where to store DHCP leases (
defaults
to %s)."
306
msgid "Specify port to listen for DNS requests on (
defaults
to 53)."
312
msgid "Maximum supported UDP packet size for EDNS.0 (
defaults
to %s)."
335
msgid "Specify path to resolv.conf (
defaults
to %s)."
372
msgid "Change to this user after startup. (
defaults
to %s)."
403
msgid "Specify path of PID file (
defaults
to %s)."
409
msgid "Specify maximum number of DHCP leases (
defaults
to %s).
[
all
...]
no.po
121
msgid "Specify the size of the cache in entries (
defaults
to %s)."
126
msgid "Specify configuration file (
defaults
to %s)."
155
msgid "Change to this group after startup (
defaults
to %s)."
225
msgid "Specify where to store DHCP leases (
defaults
to %s)."
264
msgid "Specify port to listen for DNS requests on (
defaults
to 53)."
269
msgid "Maximum supported UDP packet size for EDNS.0 (
defaults
to %s)."
288
msgid "Specify path to resolv.conf (
defaults
to %s)."
318
msgid "Change to this user after startup. (
defaults
to %s)."
344
msgid "Specify path of PID file (
defaults
to %s)."
349
msgid "Specify maximum number of DHCP leases (
defaults
to %s).
[
all
...]
pl.po
122
msgid "Specify the size of the cache in entries (
defaults
to %s)."
127
msgid "Specify configuration file (
defaults
to %s)."
156
msgid "Change to this group after startup (
defaults
to %s)."
223
msgid "Specify where to store DHCP leases (
defaults
to %s)."
261
msgid "Specify port to listen for DNS requests on (
defaults
to 53)."
266
msgid "Maximum supported UDP packet size for EDNS.0 (
defaults
to %s)."
283
msgid "Specify path to resolv.conf (
defaults
to %s)."
312
msgid "Change to this user after startup. (
defaults
to %s)."
337
msgid "Specify path of PID file (
defaults
to %s)."
342
msgid "Specify maximum number of DHCP leases (
defaults
to %s).
[
all
...]
Completed in 1505 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>