/external/v8/test/mjsunit/ |
getter-in-prototype.js | 28 // Test that exceptions are thrown when setting properties on object
|
/external/v8/test/mjsunit/regress/ |
regress-20070207.js | 29 // value of setting a property in the arguments object.
|
/external/webkit/WebCore/html/ |
HTMLTableElement.idl | 25 // could raise excepetions on setting.
|
/external/webkit/WebCore/platform/wx/ |
MouseWheelEventWx.cpp | 49 // FIXME: retrieve the user setting for the number of lines to scroll on each wheel event
|
/external/webkit/WebCore/svg/ |
SVGMatrix.idl | 27 // AffineTransform with doubles setting these as doubles makes more sense.
|
/frameworks/base/core/java/android/view/animation/ |
DecelerateInterpolator.java | 35 * @param factor Degree to which the animation should be eased. Setting factor to 1.0f produces
|
/frameworks/base/core/tests/coretests/src/android/view/ |
ViewGroupAttributesTest.java | 79 fail("expected setting wrong flag to throw an exception");
|
/frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/ |
GridTouchSetSelectionTest.java | 29 * Tests setting the selection in touch mode
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
ListSetSelectionTest.java | 25 * Basic tests of setting & clearing the selection
|
/frameworks/base/docs/html/guide/developing/ |
device.jd | 8 <li><a href="#setting-up">Setting up a Device for Development</a> 57 <h2 id="setting-up">Setting up a Device for Development</h2>
|
/frameworks/base/docs/html/resources/tutorials/views/ |
hello-gallery.jd | 47 <p>This starts by setting the {@code main.xml} layout as the content view and then capturing the 148 by applying an image from the local array of drawable resources, setting the {@link 149 android.widget.Gallery.LayoutParams} height and width for the image, setting the scale to fit the 150 {@link android.widget.ImageView} dimensions, and then finally setting the background to use the
|
/packages/apps/Email/tests/src/com/android/email/ |
MessagingControllerUnitTests.java | 53 * MockFolder allows setting and retrieving role & name
|
/packages/apps/Mms/src/com/android/mms/dom/ |
AttrImpl.java | 60 // Instead of setting a <code>Text></code> with the content of the
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/ |
GoogleSettings.java | 30 * Activity for setting Google search preferences.
|
/packages/apps/Settings/src/com/android/settings/ |
VoiceInputOutputSettings.java | 129 // Get the current value from the secure setting. 215 String setting = (String) newValue; local 221 setting); local 224 updateSettingsLink(setting);
|
/packages/inputmethods/PinyinIME/res/xml/ |
settings.xml | 17 android:title="@string/setting">
|
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_quit.h | 41 to determine the cause of an SDL_QUITEVENT, but setting a signal
|
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_quit.h | 41 to determine the cause of an SDL_QUITEVENT, but setting a signal
|
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_quit.h | 43 to determine the cause of an SDL_QUITEVENT, but setting a signal
|
/prebuilt/windows/sdl/include/SDL/ |
SDL_quit.h | 41 to determine the cause of an SDL_QUITEVENT, but setting a signal
|
/system/extras/tests/bionic/libc/common/ |
test_tm_zone.c | 28 /* a small program to test the tm_zone setting in Bionic */
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
gregex.sgml | 15 setting it differs from just passing over a shortened string and setting 142 letters. It be changed within a pattern by a "(?i)" option setting. 152 "(?m)" option setting. 155 option can be changed within a pattern by a ("?s") option setting. 161 changed within a pattern by a "(?x)" option setting. 173 if followed by "?". It can also be set by a "(?U)" option setting within 206 match before it. Setting this without G_REGEX_MULTILINE (at compile time) 211 (except in multiline mode) a newline immediately before it. Setting this 225 a new #GRegex, setting the '\r' character as line terminator [all...] |
/external/opencore/oscl/oscl/osclio/src/ |
oscl_socket_tuneables.h | 148 ** Set this to 0 or 1 to enable/disable setting the socket receive 149 ** buffer size to 1 MB in the Bind call. This setting only affects 155 ** This setting was found to improve streaming performance on
|
/external/openssl/crypto/bio/ |
bio_err.c | 116 {ERR_REASON(BIO_R_ERROR_SETTING_NBIO) ,"error setting nbio"}, 117 {ERR_REASON(BIO_R_ERROR_SETTING_NBIO_ON_ACCEPTED_SOCKET),"error setting nbio on accepted socket"}, 118 {ERR_REASON(BIO_R_ERROR_SETTING_NBIO_ON_ACCEPT_SOCKET),"error setting nbio on accept socket"},
|
/external/qemu/distrib/sdl-1.2.12/src/stdlib/ |
SDL_getenv.c | 192 printf("Setting FIRST=VALUE1 in the environment... "); 207 printf("Setting SECOND=VALUE2 in the environment... "); 222 printf("Setting FIRST=NOVALUE in the environment... ");
|