/external/icu/icu4c/source/common/unicode/ |
uvernum.h | 42 * source/data/makedata.mak - change U_ICUDATA_NAME so that it contains 50 * This value will change in the subsequent releases of ICU 57 * This value will change in the subsequent releases of ICU 63 * This value will change in the subsequent releases of ICU 69 * This value will change in the subsequent releases of ICU 83 * This value will change in the subsequent releases of ICU 97 * This value will change in the subsequent releases of ICU. 118 * This value will change in the subsequent releases of ICU 124 * This value will change in the subsequent releases of ICU 146 * This value may change in subsequent releases of ICU [all...] |
/external/chromium-trace/catapult/dashboard/dashboard/models/ |
anomaly.py | 13 # A string to describe the magnitude of a change from zero to non-zero. 16 # Possible improvement directions for a change. An Anomaly will always have a 22 """Represents a change-point or step found in the data series for a Test. 24 An Anomaly can be an upward or downward change, and can represent an 60 """The percent change from before the anomaly to after.""" 68 """Whether the change is numerically an increase or decrease.""" 74 """Gets a string showing the percent change."""
|
/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/libpcap/ |
README.macosx | 26 Both of them will change the ownership of the BPF devices so that the 27 "admin" group owns them, and will change the permission of the BPF 41 will be executed on the next reboot. To change the permissions before 52 it will be executed on the next reboot. To change the permissions 63 access them, you can have the ChmodBPF/ChmodBPF script change the 67 devices, you can have the script change the owner to that user, the 71 (NOTE: due to a bug in Snow Leopard, if you change the permissions not
|
/external/vboot_reference/tests/ |
vb2_secdata_tests.c | 68 test_changed(&c, 0, "Get doesn't change data"); 72 test_changed(&c, 0, "Set again doesn't change data"); 82 test_changed(&c, 0, "Get doesn't change data"); 88 test_changed(&c, 0, "Set again doesn't change data"); 98 test_changed(&c, 0, "Set invalid field doesn't change data"); 104 test_changed(&c, 0, "Get uninitialized doesn't change data"); 107 test_changed(&c, 0, "Set uninitialized doesn't change data");
|
/external/skia/site/dev/contrib/ |
submit.md | 40 If you are willing to change Skia codebase, it's nice to add a test at the same 47 Unit tests are best, but if your change touches rendering and you can't think of 49 of SampleApp. Also, if your change is the GPU code, you may not be able to write 65 Now that you've made a change and written a test for it, it's ready for the code 91 Use git cl to upload your change: 109 by me**. Select the change you want to submit for review and click **Edit 112 change off for review. Unless you publish your change, no one will know to look 117 send the email directly when uploading a change in both gcl and git-cl. 138 change. Be sure to respond to all comments before you request review of a [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...] |
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
PhoneSwitcherTest.java | 275 // 1 lose default via default sub change 276 // 2 gain default via default sub change 277 // 3 lose default via sub->phone change 278 // 4 gain default via sub->phone change 281 // 7 lose via sub->phone change 282 // 8 gain via sub->phone change 286 // 1 lose default via default sub change 302 // 2 gain default via default sub change 311 // 3 lose default via sub->phone change 321 // 4 gain default via sub->phone change [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.",
|
/cts/common/util/src/com/android/compatibility/common/util/ |
Stat.java | 143 * Calculate rate per sec for given change happened during given timeInMSec. 145 * @param change total change of quality for the given duration timeInMSec. 148 public static double calcRatePerSec(double change, double timeInMSec) { 150 return change * 1000.0 / 0.001; // do not allow zero 152 return change * 1000.0 / timeInMSec; 159 public static double[] calcRatePerSecArray(double change, double[] timeInMSec) { 161 change *= 1000.0; 164 result[i] = change / 0.001; 166 result[i] = change / timeInMSec[i] [all...] |
/external/clang/test/SemaObjC/ |
objcbridge-attribute-arc.m | 47 // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 73 // expected-note {{__bridge to convert directly (no change in ownership)}} \ 76 // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 79 // expected-note {{__bridge to convert directly (no change in ownership)}} \ 83 // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 86 // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 90 // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 94 // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 98 // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 105 // expected-note {{use __bridge to convert directly (no change in ownership)}} [all...] |
/packages/services/Car/tests/android_car_api_test/src/com/android/car/apitest/ |
CarAppContextManagerTest.java | 77 ContextChangeListerner change = new ContextChangeListerner(); local 81 mManager.registerContextListener(change, CarAppContextManager.APP_CONTEXT_NAVIGATION | 98 // change should not get notification for its own change 99 assertFalse(change.waitForContextChangeAndAssert(DEFAULT_WAIT_TIMEOUT_MS, 0)); 114 // change should not get notification for its own change 115 assertFalse(change.waitForContextChangeAndAssert(DEFAULT_WAIT_TIMEOUT_MS, 0)); 122 assertFalse(change.waitForContextChangeAndAssert(DEFAULT_WAIT_TIMEOUT_MS, 0)); 153 assertFalse(change.waitForContextChangeAndAssert(DEFAULT_WAIT_TIMEOUT_MS, 0)) 179 ContextChangeListerner change = new ContextChangeListerner(); local [all...] |
/packages/services/Car/tests/android_support_car_api_test/src/com/android/support/car/apitest/ |
CarAppContextManagerTest.java | 77 ContextChangeListerner change = new ContextChangeListerner(); local 81 mManager.registerContextListener(change, CarAppContextManager.APP_CONTEXT_NAVIGATION | 98 // change should not get notification for its own change 99 assertFalse(change.waitForContextChangeAndAssert(DEFAULT_WAIT_TIMEOUT_MS, 0)); 114 // change should not get notification for its own change 115 assertFalse(change.waitForContextChangeAndAssert(DEFAULT_WAIT_TIMEOUT_MS, 0)); 122 assertFalse(change.waitForContextChangeAndAssert(DEFAULT_WAIT_TIMEOUT_MS, 0)); 153 assertFalse(change.waitForContextChangeAndAssert(DEFAULT_WAIT_TIMEOUT_MS, 0)) 179 ContextChangeListerner change = new ContextChangeListerner(); local [all...] |
/external/clang/test/SemaObjCXX/ |
objcbridge-attribute-arc.mm | 32 // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 58 // expected-note {{__bridge to convert directly (no change in ownership)}} \ 61 // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 64 // expected-note {{__bridge to convert directly (no change in ownership)}} \ 68 // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 71 // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 75 // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 79 // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 83 // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 90 // expected-note {{use __bridge to convert directly (no change in ownership)}} [all...] |
objcbridge-attribute.mm | 32 // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 58 // expected-note {{__bridge to convert directly (no change in ownership)}} \ 61 // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 64 // expected-note {{__bridge to convert directly (no change in ownership)}} \ 68 // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 71 // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 75 // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 79 // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 83 // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 90 // expected-note {{use __bridge to convert directly (no change in ownership)}} [all...] |
/external/jsoncpp/devtools/ |
licenseupdater.py | 21 but don't change it. 23 as well as the change made to the file. 52 but don't change it. 54 as well as the change made to the file. 72 => Show change that would be made to the sources. 83 help="""On update, show change made to the file.""")
|
/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) */
|
/external/toybox/ |
Makefile | 22 uinstall uninstall_flat test tests help toybox_stuff change \ 52 change: 53 scripts/change.sh 56 rm -rf toybox toybox_unstripped generated change .singleconfig* 70 @echo ' change - Build each command standalone under change/.'
|
/external/toybox/toys/posix/ |
chgrp.c | 1 /* chgrp.c - Change user and group ownership 17 Change group of one or more files. 20 -h change symlinks instead of what they point to 22 -H with -R change target of symlink, follow command line symlinks 23 -L with -R change target of symlink, follow all symlinks 24 -P with -R change symlink, do not follow symlinks (default)
|