/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
opcode.h | 131 #define MAKE_FUNCTION 132 /* #defaults */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
config-extensions.def | 24 # section(s). Those sections will override the defaults in this file.
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
opcode.h | 131 #define MAKE_FUNCTION 132 /* #defaults */
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
config-extensions.def | 24 # section(s). Those sections will override the defaults in this file.
|
/system/core/fs_mgr/ |
fs_mgr_priv.h | 41 * ro, rw, remount, defaults.
|
/external/chromium_org/third_party/jinja2/ |
environment.py | 14 from jinja2.defaults import BLOCK_START_STRING, \ 114 The string marking the begin of a block. Defaults to ``'{%'``. 117 The string marking the end of a block. Defaults to ``'%}'``. 121 Defaults to ``'{{'``. 124 The string marking the end of a print statement. Defaults to 128 The string marking the begin of a comment. Defaults to ``'{#'``. 131 The string marking the end of a comment. Defaults to ``'#}'``. 145 removed (block, not variable tag!). Defaults to `False`. 149 from the start of a line to a block. Defaults to `False`. 268 # and don't change the arguments (or the defaults!) of the argument [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
CalendarTest.java | 574 int[] defaults = new int[count]; local 583 defaults[0] = 1970; 584 defaults[1] = 0; 585 defaults[2] = 1; 586 defaults[3] = 0; 587 defaults[4] = 0; 588 defaults[5] = 0; 607 + defaults[i] + ".", defaults[i], calendar.get(index)); 619 + defaults[i] + ".", defaults[i], calendar.get(index)) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/ |
_io.so | |
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
IncomingMessage.java | 134 notif.defaults = Notification.DEFAULT_ALL; 187 notif.defaults = Notification.DEFAULT_ALL;
|
/development/samples/training/device-management-policy/src/com/example/training/deviceadmin/ |
PolicySetupActivity.java | 264 } catch (NumberFormatException nfe) {} // Defaults to 0. 270 } catch (NumberFormatException nfe) {} // Defaults to 0.
|
/external/blktrace/ |
README | 42 -r Path to mounted debugfs, defaults to /sys/kernel/debug. 85 'start' isn't given, blkparse defaults the start time to 0.
|
/external/chromium_org/chrome/common/extensions/api/ |
browsing_data.json | 18 "description": "Remove data accumulated on or after this date, represented in milliseconds since the epoch (accessible via the <code>getTime</code> method of the JavaScript <code>Date</code> object). If absent, defaults to 0 (which would remove all browsing data)." 23 "description": "An object whose properties specify which origin types ought to be cleared. If this object isn't specified, it defaults to clearing only \"unprotected\" origins. Please ensure that you <em>really</em> want to remove application data before adding 'protectedWeb' or 'extensions'.",
|
content_settings.json | 74 "description": "The secondary URL for which the content setting should be retrieved. Defaults to the primary URL. Note that the meaning of a secondary URL depends on the content type, and not all content types use secondary URLs.", 122 "description": "The pattern for the secondary URL. Defaults to matching all URLs. For details on the format of a pattern, see <a href='contentSettings#patterns'>Content Setting Patterns</a>.",
|
/external/chromium_org/content/browser/renderer_host/input/ |
input_router_impl.h | 263 // Cached flags from |OnViewUpdated()|, defaults to 0. 267 // Defaults to ACK_SOURCE_NONE.
|
/external/chromium_org/sync/internal_api/public/util/ |
immutable.h | 120 // DefaultImmutableTraits<YourType> (to pick up the defaults for 142 // // Doesn't work, as defaults traits class needs SomeOtherType's
|
/external/chromium_org/third_party/icu/source/tools/genren/ |
genren.pl | 249 -o - output file name (defaults to 'urename.h' 250 -S - suffix (defaults to _MAJOR_MINOR of current ICU version)
|
/external/chromium_org/third_party/markdown/extensions/ |
wikilinks.py | 126 # set extension defaults 134 # Override defaults with user settings
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
errors.c | 197 if (ctx->Debug.ClientIDs.Defaults[severity][source][type]) 628 ClientIDs->Defaults[sev][s][t] = enabled; 755 memset(ClientIDs->Defaults[SEVERITY_HIGH], GL_TRUE, 756 sizeof ClientIDs->Defaults[SEVERITY_HIGH]); 757 memset(ClientIDs->Defaults[SEVERITY_MEDIUM], GL_TRUE, 758 sizeof ClientIDs->Defaults[SEVERITY_MEDIUM]); 759 memset(ClientIDs->Defaults[SEVERITY_LOW], GL_FALSE, 760 sizeof ClientIDs->Defaults[SEVERITY_LOW]);
|
/external/chromium_org/third_party/skia/src/core/ |
SkTypeface.cpp | 99 SK_DECLARE_STATIC_LAZY_PTR_ARRAY(SkTypeface, defaults, 4, CreateDefault, DeleteDefault); 102 return defaults[style];
|
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
mini_disassembler.h | 81 // Creates a new instance and sets defaults. 105 // with unchanged defaults from creation time.
|
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
mini_disassembler.h | 81 // Creates a new instance and sets defaults. 105 // with unchanged defaults from creation time.
|
/external/chromium_org/tools/json_schema_compiler/test/ |
content_settings.json | 70 "description": "The secondary URL for which the content setting should be retrieved. Defaults to the primary URL. Note that the meaning of a secondary URL depends on the content type, and not all content types use secondary URLs.", 118 "description": "The pattern for the secondary URL. Defaults to matching all URLs. For details on the format of a pattern, see <a href='contentSettings.html#patterns'>Content Setting Patterns</a>.",
|
/external/chromium_org/tools/metrics/histograms/ |
find_unmapped_histograms.py | 194 help='scan within DIRECTORY for histograms [optional, defaults to "%s"]' % 201 '[optional, defaults to "%s"]' % default_histograms_path,
|
/external/chromium_org/tools/site_compare/ |
site_compare.py | 110 # base defaults to earliest capture 114 # compare defaults to latest capture
|
/external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/ |
image_encoder.js | 48 * @param {number} quality Encoding quality (defaults to 1). 63 * @param {number} quality (0..1], Encoding quality, defaults to 0.9.
|