HomeSort by relevance Sort by last modified time
    Searched full:instead (Results 76 - 100 of 18028) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
testall.py 1 # Backward compatibility -- you should use regrtest instead of this module.
  /sdk/apkbuilder/
readme.txt 5 It is recommended to directly use the com.android.sdklib.build.ApkBuilder class instead
  /libcore/luni/src/test/java/libcore/java/math/
OldBigIntegerToStringTest.java 34 assertEquals("toString method returns incorrect value instead of " + s, sBI, "0");
41 assertEquals("toString method returns incorrect value instead of " + s, sBI, s);
48 assertEquals("toString method returns incorrect value instead of " + s, sBI, s);
56 assertEquals("toString method returns incorrect value instead of " + s, sBI, s);
64 assertEquals("toString method returns incorrect value instead of " + s, sBI, s);
74 assertEquals("toString method returns incorrect value instead of " + s, sBI, s);
81 assertEquals("toString method returns incorrect value instead of " + s, sBI, s);
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
X.java 23 * seems a lot less verbose to say: "X.assertTrue(empty())" instead of
26 * <p>Consider using {@link Preconditions} instead though.
29 * assert() methods instead. <b>NOTE:</b> Except remember that JDK assertions
42 * are checking a precondition, please use {@link Preconditions} instead).
52 * {@link Preconditions} instead).
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
X.java 24 * seems a lot less verbose to say: "X.assertTrue(empty())" instead of
27 * <p>Consider using {@link Preconditions} instead though.
30 * assert() methods instead. <b>NOTE:</b> Except remember that JDK assertions
43 * are checking a precondition, please use {@link Preconditions} instead).
53 * {@link Preconditions} instead).
  /external/chromium_org/v8/test/webkit/
date-set-to-nan.js 90 + ") was " + setResult + " instead of NaN");
95 testFailed("date.get" + functionNameRoot + "() was " + getResult + " instead of NaN");
110 testFailed("date(NaN).set" + functionNameRoot + "(" + setValue + ") was " + setResult + " instead of " + setValue);
115 testFailed("date.get" + functionNameRoot + "() was " + getResult + " instead of " + setValue);
131 testFailed("date.get" + functionNameRoot + "() was " + getResult + " instead of " + setValue);
136 testFailed("date.getMilliseconds() was " + getResult + " instead of 0");
141 testFailed("date.getSeconds() was " + getResult + " instead of 0");
146 testFailed("date.getMinutes() was " + getResult + " instead of 0");
151 testFailed("date.getHours() was " + getResult + " instead of 0");
156 testFailed("date.getDate() was " + getResult + " instead of 1")
    [all...]
  /external/llvm/docs/HistoricalNotes/
2002-06-25-MegaPatchInfo.txt 5 instead, the second line should be:
20 Now, instead of having a vector to pointers of objects, the objects are
30 example: Instruction&) instead of a pointer to the underlying object. This
58 the address of the value instead of the contents of the Value. To print out
60 'cout << *I' instead of 'cout << I;'. This conversion is not yet complete,
64 pointer is known to never be null, it is passed in as a reference instead of a
65 pointer. For example, the instruction visitor class uses references instead
67 instead of pointers, because they may never be null.
70 Instead of having to go through getArgumentList for simple things like
  /libcore/luni/src/main/java/java/lang/
SecurityManager.java 33 * @deprecated Use {@link #checkPermission} instead.
67 * @deprecated use {@link #checkMulticast(java.net.InetAddress)} instead.
102 * @deprecated Use {@link #checkPermission} instead.
109 * @deprecated Use {@link #checkPermission} instead.
114 * @deprecated Use {@link #checkPermission} instead.
121 * @deprecated Use {@link #checkPermission} instead.
126 * @deprecated Use {@link #checkPermission} instead.
131 * @deprecated Use {@link #checkPermission} instead.
136 * @deprecated Use {@link #checkPermission} instead.
  /external/chromium_org/third_party/icu/source/i18n/
cpdtrans.h 37 * @internal Use transliterator factory methods instead since this class will be removed in that release.
62 * @internal Use transliterator factory methods instead since this class will be removed in that release.
74 * @internal Use transliterator factory methods instead since this class will be removed in that release.
85 * @internal Use transliterator factory methods instead since this class will be removed in that release.
92 * @internal Use transliterator factory methods instead since this class will be removed in that release.
98 * @internal Use transliterator factory methods instead since this class will be removed in that release.
104 * @internal Use transliterator factory methods instead since this class will be removed in that release.
111 * @internal Use transliterator factory methods instead since this class will be removed in that release.
119 * @internal Use transliterator factory methods instead since this class will be removed in that release.
125 * @internal Use transliterator factory methods instead since this class will be removed in that release
    [all...]
  /external/clang/test/FixIt/
format-darwin.m 34 printf("%s", getNSInteger()); // expected-warning{{values of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead}}
35 printf("%s", getNSUInteger()); // expected-warning{{values of type 'NSUInteger' should not be used as format arguments; add an explicit cast to 'unsigned long' instead}}
36 printf("%s", getSInt32()); // expected-warning{{values of type 'SInt32' should not be used as format arguments; add an explicit cast to 'int' instead}}
37 printf("%s", getUInt32()); // expected-warning{{values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead}}
71 printf("%s", arr[0]); // expected-warning{{values of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead}}
72 printf("%s", getNSInteger()); // expected-warning{{values of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead}}
73 printf("%s", i); // expected-warning{{values of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead}}
74 printf("%s", obj->_value); // expected-warning{{values of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead}}
75 printf("%s", [obj getInteger]); // expected-warning{{values of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead}}
76 printf("%s", obj.value); // expected-warning{{values of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead}}
    [all...]
  /external/chromium_org/ash/wm/
activation_controller_delegate.h 25 // Returning some other window will activate that window instead.
30 // the window that should be focused instead.
  /external/chromium_org/chrome/test/chromedriver/third_party/googlecode/
README.chromium 15 -Instead of using the default netrc lookup which requires HOME to be set
17 -Fail instead of prompting for username/password if none is given.
  /external/clang/test/SemaObjC/
warn-cast-of-sel-expr.m 10 (char *)s; // expected-warning {{cast of type 'SEL' to 'char *' is deprecated; use sel_getName instead}}
12 (const char *)sel_registerName("foo"); // expected-warning {{cast of type 'SEL' to 'const char *' is deprecated; use sel_getName instead}}
  /bionic/libc/upstream-netbsd/
README.txt 7 and then losing those files in favor of pure upstream copies here instead.
  /dalvik/vm/mterp/armv5te/
OP_THROW.S 11 beq common_errNullObject @ yes, throw an NPE instead
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSProcessable.java 7 * Use CMSTypedData instead of this. See CMSProcessableFile/ByteArray for defaults.
  /external/chromium/base/
safe_strerror_posix.h 12 // logging.h and use them instead if applicable.
18 // functions instead.
26 // Use this instead of strerror_r().
32 // Use this instead of strerror(). Note though that safe_strerror_r will be
  /external/chromium_org/base/
safe_strerror_posix.h 13 // logging.h and use them instead if applicable.
19 // functions instead.
27 // Use this instead of strerror_r().
33 // Use this instead of strerror(). Note though that safe_strerror_r will be
  /external/chromium_org/chrome/browser/drive/
drive_switches.cc 10 // Enables Drive v2 API instead of Google Documents List API.
  /external/chromium_org/chrome/browser/
fullscreen_aura.cc 13 // RootWindows instead of just recursively walking the Shell's RootWindow as
  /external/chromium_org/chrome/browser/sync/
DEPS 14 # Used by autofill tests, which should use the public sync API instead.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/downloads_overwrite/
bg.js 5 // Force all downloads to overwrite any existing files instead of inserting
  /external/chromium_org/chrome/test/mini_installer/
uninstall_chrome.py 8 # run that instead.
  /external/chromium_org/third_party/WebKit/ManualTests/
bad-clearTimeout-crash.html 1 If the back/forward cache is enabled, this test will crash instead of going to the next page that says PASS.
  /external/chromium_org/third_party/sqlite/
sqlite3.h 10 // Use this instead of referencing the sqlite3 header directly.

Completed in 3232 milliseconds

1 2 34 5 6 7 8 91011>>