HomeSort by relevance Sort by last modified time
    Searched full:change (Results 126 - 150 of 14048) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium/chrome/browser/ui/views/
reload_button_unittest.cc 65 // Now change the mode (as if the browser had started loading the page). This
71 // Press the button again. This should change back to reload.
90 // Hover the button, and change mode. The visible mode should not change,
97 // Now fire the timer. This should complete the mode change.
104 // Change to stop and hover.
110 // Now change back to reload. This should result in a disabled stop button
125 // Change to stop and hover.
131 // Press the button. This should change back to reload despite the hover,
139 // Change to stop, hover, and change back to reload
    [all...]
  /external/quake/quake/src/QW/
qw2do.txt 5 don't change if flood prot succeeds)
14 reliable data? change blocks to WriteClientMSG(client, byte, estimiatedsize), which will
15 auto rotate buffers if needed? Change all reliable writes to WriteClientReliable_TYPE()?
45 x- change EF_DIMLIGHT to EF_BLUE for Quad effect in QWQC
47 x- exec frontend.cfg after execing config.cfg during gamedir change
50 x- stuff cl_warncmd before and after execing gamedir configs on gamedir change
82 x- change the lava effect when outside of map in spectator mode
83 x- change autocam to fixed, not float
87 - Change status bar? some sort of heads up display
96 have qwcl touch (change modify date) on a skin every time its loaded
    [all...]
  /external/clang/test/Sema/
warn-strncat-size.c 33 strncat(dest, src, sizeof(src)); // expected-warning {{size argument in 'strncat' call appears to be size of the source}} expected-note {{change the argument to be the free space in the destination buffer minus the terminating null byte}}
35 strncat(dest, src, sizeof(src) - 1); // expected-warning {{size argument in 'strncat' call appears to be size of the source}} expected-note {{change the argument to be the free space in the destination buffer minus the terminating null byte}}
37 strncat(dest, "AAAAAAAAAAAAAAAAAAAAAAAAAAA", sizeof(dest)); // expected-warning{{the value of the size argument in 'strncat' is too large, might lead to a buffer overflow}} expected-note {{change the argument to be the free space in the destination buffer minus the terminating null byte}}
39 strncat(dest, "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", sizeof(dest) - strlen(dest)); // expected-warning{{the value of the size argument in 'strncat' is too large, might lead to a buffer overflow}} expected-note {{change the argument to be the free space in the destination buffer minus the terminating null byte}}
41 strncat((*s5)->f2[x], s2, sizeof(s2)); // expected-warning {{size argument in 'strncat' call appears to be size of the source}} expected-note {{change the argument to be the free space in the destination buffer minus the terminating null byte}}
43 strncat(s4.f1, s2, sizeof(s2)); // expected-warning {{size argument in 'strncat' call appears to be size of the source}} expected-note {{change the argument to be the free space in the destination buffer minus the terminating null byte}}
70 strncat(z, str, sizeof(str)); // expected-warning {{size argument in 'strncat' call appears to be size of the source}} expected-note {{change the argument to be the free space in the destination buffer minus the terminating null byte}}
warn-strlcpycat-size.c 22 strlcpy(s1, s2, sizeof(s2)); // expected-warning {{size argument in 'strlcpy' call appears to be size of the source; expected the size of the destination}} expected-note {{change size argument to be the size of the destination}}
23 strlcpy(s1, s3, strlen(s3)+1); // expected-warning {{size argument in 'strlcpy' call appears to be size of the source; expected the size of the destination}} expected-note {{change size argument to be the size of the destination}}
24 strlcat(s2, s3, sizeof(s3)); // expected-warning {{size argument in 'strlcat' call appears to be size of the source; expected the size of the destination}} expected-note {{change size argument to be the size of the destination}}
25 strlcpy(s4.f1, s2, sizeof(s2)); // expected-warning {{size argument in 'strlcpy' call appears to be size of the source; expected the size of the destination}} expected-note {{change size argument to be the size of the destination}}
26 strlcpy((*s5)->f2[x], s2, sizeof(s2)); // expected-warning {{size argument in 'strlcpy' call appears to be size of the source; expected the size of the destination}} expected-note {{change size argument to be the size of the destination}}
54 strlcpy(z, str, sizeof(str)); // expected-warning {{size argument in 'strlcpy' call appears to be size of the source; expected the size of the destination}} expected-note {{change size argument to be the size of the destination}}
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseSvnProperty.pl 256 diffName => "multi-line '+' change, followed by empty line and start of next diff",
276 diffName => "multi-line '+' change, followed by empty line and start of next diff using Windows line endings",
297 diffName => "multi-line '+' change, followed by empty line and start of next property diff",
317 diffName => "multi-line '+' change, followed by empty line and start of next property diff using Windows line endings",
378 diffName => "multi-line '+' change, followed by empty line and start of binary patch",
398 diffName => "multi-line '+' change, followed by empty line and start of binary patch using Windows line endings",
419 diffName => "multi-line '-' change, followed by multi-line '+' change, empty line, and start of binary patch",
442 diffName => "multi-line '-' change, followed by multi-line '+' change, empty line, and start of binary patch using Windows line endings"
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RefactoringTestBase.java 35 import org.eclipse.ltk.core.refactoring.Change;
84 Change change = refactoring.createChange(new NullProgressMonitor()); local
85 assertNotNull(change);
86 String explanation = "CHANGES:\n-------\n" + describe(change);
120 public static String describe(Change change) throws Exception {
122 describe(sb, change, 0);
135 protected static void describe(StringBuilder sb, Change change, int indent) throws Exception
    [all...]
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
PBEKeySpecTest.java 54 assertFalse("The change of password specified in the constructor "
55 + "should not cause the change of internal array.",
129 assertFalse("The change of password specified in the constructor "
130 + "should not cause the change of internal array.",
133 assertFalse("The change of salt specified in the constructor "
134 + " should not cause the change of internal array.",
192 assertFalse("The change of password specified in the constructor "
193 + "should not cause the change of internal array.",
196 assertFalse("The change of salt specified in the constructor "
197 + " should not cause the change of internal array."
    [all...]
IvParameterSpecTest.java 55 assertFalse("The change of input array's content should not cause "
56 + "the change of internal array", iv[0] == ivps.getIV()[0]);
114 assertFalse("The change of input array's content should not cause "
115 + "the change of internal array", iv[0] == ivps.getIV()[0]);
131 assertFalse("The change of returned array should not cause "
132 + "the change of internal array", iv[0] == ivps.getIV()[0]);
PBEParameterSpecTest.java 55 assertFalse("The change of salt specified in the constructor "
56 + "should not cause the change of internal array.",
62 * to the salt specified in the constructor and that the change of
63 * returned array does not cause the change of internal array.
75 assertFalse("The change of returned by getSalt() method salt"
76 + "should not cause the change of internal array.",
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
PBEKeySpecTest.java 54 assertFalse("The change of password specified in the constructor "
55 + "should not cause the change of internal array.",
129 assertFalse("The change of password specified in the constructor "
130 + "should not cause the change of internal array.",
133 assertFalse("The change of salt specified in the constructor "
134 + " should not cause the change of internal array.",
192 assertFalse("The change of password specified in the constructor "
193 + "should not cause the change of internal array.",
196 assertFalse("The change of salt specified in the constructor "
197 + " should not cause the change of internal array."
    [all...]
IvParameterSpecTest.java 55 assertFalse("The change of input array's content should not cause "
56 + "the change of internal array", iv[0] == ivps.getIV()[0]);
114 assertFalse("The change of input array's content should not cause "
115 + "the change of internal array", iv[0] == ivps.getIV()[0]);
131 assertFalse("The change of returned array should not cause "
132 + "the change of internal array", iv[0] == ivps.getIV()[0]);
PBEParameterSpecTest.java 55 assertFalse("The change of salt specified in the constructor "
56 + "should not cause the change of internal array.",
62 * to the salt specified in the constructor and that the change of
63 * returned array does not cause the change of internal array.
75 assertFalse("The change of returned by getSalt() method salt"
76 + "should not cause the change of internal array.",
  /external/speex/include/speex/
speex_callbacks.h 60 /** Request for a mode change */
62 /** Request for a low mode change */
64 /** Request for a high mode change */
102 /** Standard handler for mode request (change mode, no questions asked) */
105 /** Standard handler for high mode request (change high mode, no questions asked) */
116 /** Standard handler for low mode request (change low mode, no questions asked) */
  /frameworks/base/media/java/android/media/videoeditor/
EffectColor.java 27 * Change the video frame color to the RGB color value provided
31 * Change the video frame color to a gradation from RGB color (at the top of
36 * Change the video frame color to sepia
48 * Change the video frame color to the RGB color value GREEN
52 * Change the video frame color to the RGB color value PINK
56 * Change the video frame color to the RGB color value GRAY
  /development/apps/CustomLocale/src/com/android/customlocale2/
ChangeLocale.java 29 * Helper class to change the system locale.
44 Log.d(TAG, "Change locale to: " + locale);
72 Log.e(TAG, "Change locale failed", e);
  /external/chromium/chrome/browser/sync/glue/
preference_change_processor.h 34 // PrefService -> sync_api model change application.
39 // sync_api model -> PrefService change application.
61 // Whether we are currently processing a preference change notification.
  /external/clang/test/ARCMT/
no-canceling-bridge-to-bridge-cast.m 27 // expected-note {{use __bridge to convert directly (no change in ownership)}} \
31 // expected-note {{use __bridge to convert directly (no change in ownership)}} \
35 // expected-note {{use __bridge to convert directly (no change in ownership)}} \
  /external/jdiff/src/jdiff/
MemberDiff.java 49 * Null if no change.
55 * Null if no change in inheritance.
64 /** Add a change in the modifiers. */
  /external/llvm/test/Transforms/Reassociate/
no-op.ll 9 ; Shouldn't change or move any of the add instructions. Should commute but
10 ; otherwise not change or move any of the mul instructions.
27 ; The initial add doesn't change so should not lose the nsw flag.
  /bionic/libc/kernel/arch-arm/asm/arch/
vmalloc.h 14 *** Any manual change here will be lost the next time this script will
  /bionic/libc/kernel/arch-arm/asm/
auxvec.h 14 *** Any manual change here will be lost the next time this script will
bitops.h 14 *** Any manual change here will be lost the next time this script will
dma-mapping.h 14 *** Any manual change here will be lost the next time this script will
glue.h 14 *** Any manual change here will be lost the next time this script will
ide.h 14 *** Any manual change here will be lost the next time this script will

Completed in 918 milliseconds

1 2 3 4 56 7 8 91011>>