/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/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/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...] |
/libcore/luni/src/test/java/tests/api/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...] |
/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/browser/resources/file_manager/js/image_editor/ |
image_encoder.js | 47 * @param {number} quality Encoding quality (defaults to 1). 62 * @param {number} quality (0..1], Encoding quality, defaults to 0.9.
|
/external/chromium_org/chrome/browser/webdata/ |
web_data_service.h | 188 // Get a list of all web intent service defaults for the given |action|. 193 // Get a list of all registered web intent service defaults.
|
/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.html#patterns'>Content Setting Patterns</a>.",
|
management.json | 244 "description": "Whether or not a confirm-uninstall dialog should prompt the user. Defaults to false." 268 "description": "Whether or not a confirm-uninstall dialog should prompt the user. Defaults to false."
|
/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/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/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/site_compare/ |
site_compare.py | 110 # base defaults to earliest capture 114 # compare defaults to latest capture
|
/external/clang/include/clang/Lex/ |
PreprocessorOptions.h | 93 /// contents of files that were remapped to other files. Defaults to true. 111 /// This flag defaults to false; it can be set true only through direct
|
/external/emma/core/java12/com/vladium/emma/ |
EMMAProperties.java | 38 // [the DEFAULT_xxx settings duplicate the defaults in APP_DEFAULT_PROPERTIES_RES_NAME 158 // (4) app defaults ("emma_default.properties" classloader resource)
|
/external/mesa3d/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]);
|