/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
OutputPropertyUtils.java | 40 * and its defaults, recursively, are then checked. The method returns 63 * and its defaults, recursively, are then checked. The method returns
|
/external/chromium_org/chrome/browser/resources/ |
feedback.js | 426 function setupDialogDefaults(defaults) { 429 $('page-url-text').value = defaults.currentUrl; 430 if (defaults.currentUrl == '') 433 $('user-email-text').value = defaults.userEmail; 434 $('user-email-checkbox').checked = defaults.emailCheckboxDefault; 437 defaults.launcherFeedback); 439 if (!defaults.disableScreenshots) 442 if (defaults.useSaved) {
|
/external/chromium_org/chrome/tools/build/win/ |
syzygy_reorder.py | 93 help='Relinker exectuable to use, defaults to "%s"' % _DEFAULT_RELINKER) 95 help='Destination directory for reordered files, defaults to '
|
/external/chromium_org/content/browser/webui/ |
web_ui_impl.h | 89 string16 overridden_title_; // Defaults to empty string. 90 PageTransition link_transition_type_; // Defaults to LINK.
|
/external/chromium_org/third_party/WebKit/Source/core/scripts/ |
make_runtime_features.py | 41 # FIXME: valid_values and defaults should probably roll into one object. 45 defaults = { variable in class:RuntimeFeatureWriter
|
/external/chromium_org/third_party/sqlite/src/test/ |
fts1j.test | 39 # the defaults. 53 # defaults, but obviously is badly broken if you hope to use things
|
fts2j.test | 39 # the defaults. 53 # defaults, but obviously is badly broken if you hope to use things
|
fts3aj.test | 39 # the defaults. 53 # defaults, but obviously is badly broken if you hope to use things
|
/external/clang/test/Sema/ |
function.c | 21 int t6(int x, g); // expected-warning {{type specifier missing, defaults to 'int'}} 45 // expected-warning{{type specifier missing, defaults to 'int'}}
|
/external/iptables/ |
INSTALL | 27 The prefix to put all installed files under. It defaults to 34 defaults to ${prefix}/libexec/xtables.
|
/external/qemu/distrib/sdl-1.2.15/include/ |
SDL_keyboard.h | 73 * This translation has some overhead, so translation defaults off. 87 * Enable/Disable keyboard repeat. Keyboard repeat defaults to off.
|
/external/stressapptest/ |
configure.ac | 75 # Don't generate CXXFLAGS defaults: if CXXFLAGS are unset 76 # AC_PROG_CXX will override them with unwanted defaults.
|
/external/valgrind/main/gdbserver_tests/ |
mchelp.stdoutB.exp | 26 * = defaults 63 * = defaults
|
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
OMXDefaults.cpp | 20 * This file contains definitions are OMX Camera defaults 34 // OMX Camera defaults
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
uu_codec.py | 20 errors defines the error handling to apply. It defaults to 53 errors defines the error handling to apply. It defaults to
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
functools.py | 26 from the wrapped function to the wrapper function (defaults to 30 function (defaults to functools.WRAPPER_UPDATES)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
uu_codec.py | 20 errors defines the error handling to apply. It defaults to 53 errors defines the error handling to apply. It defaults to
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
functools.py | 26 from the wrapped function to the wrapper function (defaults to 30 function (defaults to functools.WRAPPER_UPDATES)
|
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_keyboard.h | 73 * This translation has some overhead, so translation defaults off. 87 * Enable/Disable keyboard repeat. Keyboard repeat defaults to off.
|
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_keyboard.h | 73 * This translation has some overhead, so translation defaults off. 87 * Enable/Disable keyboard repeat. Keyboard repeat defaults to off.
|
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_keyboard.h | 73 * This translation has some overhead, so translation defaults off. 87 * Enable/Disable keyboard repeat. Keyboard repeat defaults to off.
|
/bionic/libc/kernel/tools/ |
find_users.py | 11 from defaults import *
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
AnnotationUtils.java | 88 * @param defaults {@code non-null;} the defaults, itself as an annotation 91 public static Annotation makeAnnotationDefault(Annotation defaults) { 94 result.put(new NameValuePair(VALUE_UTF, new CstAnnotation(defaults)));
|
/dalvik/dx/src/com/android/dx/dex/file/ |
AnnotationUtils.java | 92 * @param defaults {@code non-null;} the defaults, itself as an annotation 95 public static Annotation makeAnnotationDefault(Annotation defaults) { 98 result.put(new NameValuePair(VALUE_STRING, new CstAnnotation(defaults)));
|
/development/ndk/sources/android/libportable/arch-mips/ |
inotify.c | 37 * NOTE: LTP defaults to using O_CLOEXEC for IN_CLOEXEC,
|