OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:defaults
(Results
226 - 250
of
4080
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/WebKit/Source/build/scripts/
in_file.py
56
def __init__(self, lines,
defaults
, valid_values=None, default_parameters=None):
59
self._defaults =
defaults
64
def load_from_files(self, file_paths,
defaults
, valid_values, default_parameters):
69
return InFile(lines,
defaults
, valid_values, default_parameters)
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libmkv/
WebMElement.h
17
// this function is a helper only, it assumes a lot of
defaults
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
gzip_stream.h
122
//
Defaults
to GZIP.
125
// What size buffer to use internally.
Defaults
to 64kB.
129
// compression.
Defaults
to Z_DEFAULT_COMPRESSION (see zlib.h).
132
//
Defaults
to Z_DEFAULT_STRATEGY. Can also be set to Z_FILTERED,
/external/chromium_org/third_party/skia/expectations/gm/
loader.js
11
$httpProvider.
defaults
.transformResponse = function(data, headersGetter) {
/external/chromium_org/third_party/skia/gm/rebaseline_server/
compare_configs.py
47
images; if not specified,
defaults
to a "file:///" URL representation
179
help='Directory containing all actual-result JSON files;
defaults
to '
189
help='Which result types to include.
Defaults
to \'%(default)s\'; '
196
'
defaults
to \'%(default)s\' .')
/external/chromium_org/third_party/skia/include/effects/
SkDiscretePathEffect.h
25
segments' endpoints. If not supplied it
defaults
to 0,
/external/chromium_org/third_party/webrtc/tools/e2e_quality/audio/
README
18
Run run_audio_test.py to start. The script has reasonable
defaults
and will
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
bin-farabs.asm
22
;
Defaults
to near jump (on both NASM and Yasm)
/external/chromium_org/tools/cr/cr/actions/
debugger.py
33
Defaults
to a Kill Invoke sequence.
/external/chromium_org/ui/shell_dialogs/
selected_file_info.h
26
// If not set,
defaults
to |file_path|.
/external/chromium_org/ui/views/window/
window_button_order_provider.h
21
// configuration is checked and overrides the
defaults
.
/external/clang/test/Modules/
objc-categories.m
43
[foo left_sub]; // expected-warning{{instance method '-left_sub' not found (return type
defaults
to 'id')}}
49
[p3 p3_method]; // expected-warning{{instance method '-p3_method' not found (return type
defaults
to 'id')}}
51
[p4 p4_method]; // expected-warning{{instance method '-p4_method' not found (return type
defaults
to 'id')}}
73
[p4 p4_method]; // expected-warning{{instance method '-p4_method' not found (return type
defaults
to 'id')}}
/external/clang/test/SemaObjC/
compare-qualified-id.m
28
id <XCPropertyValues> cachedValueNode = [_propNamesToPropValuesCache objectForKey:property]; // expected-warning {{method '-objectForKey:' not found (return type
defaults
to 'id')}}
super.m
34
[super cMethod]; // expected-warning{{method '+cMethod' not found (return type
defaults
to 'id')}}
/external/dexmaker/javadoc/
stylesheet.css
3
/* Define colors, fonts and other style attributes here to override the
defaults
*/
/external/dnsmasq/contrib/slackware-dnsmasq/
dnsmasq.leasedir.diff.gz
/external/e2fsprogs/misc/
default_profile.c
2
"[
defaults
]\n"
filefrag.8.in
41
is unspecified it
defaults
to 1024 bytes.
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
PluginFlyoutPreferences.java
45
* Initializes
defaults
using given values.
/external/emma/
BUILD.txt
30
${basedir}/${dist.dir}, which
defaults
to ./dist
/external/iptables/extensions/
libxt_IDLETIMER.man
24
time.
Defaults
to 0.
/external/jsr305/javadoc/
stylesheet.css
3
/* Define colors, fonts and other style attributes here to override the
defaults
*/
/external/libpng/projects/owatcom/
libpng.wpj
20
@if not exist pngconfig.dfa $(MAKE) $(__MAKEOPTS__) -f pngconfig.mak
defaults
/external/libvpx/libvpx/third_party/libmkv/
WebMElement.h
17
// this function is a helper only, it assumes a lot of
defaults
/external/markdown/markdown/extensions/
toc.py
108
"
Defaults
to \"[TOC]\""],
111
"
Defaults
to a built in slugify function."],
114
"
Defaults
to None"],
117
"
Defaults
to 0"]}
Completed in 493 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>