/external/icu/icu4c/source/common/unicode/ |
resbund.h | 101 * but nothing was found there, so 'de' was used. U_USING_DEFAULT_WARNING indicates that 200 * @warning Integer array is treated as a scalar type. There are no 284 * @return TRUE if there are more elements, FALSE if there is no more elements 329 * Returns the next resource in a given resource or NULL if there are no more resources 339 * Returns the next string in a resource or NULL if there are no more resources 350 * Returns the next string in a resource or NULL if there are no more resources 367 * @return ResourceBundle object. If there is an error, resource is invalid. 379 * @return an UnicodeString object. If there is an error, string is bogus 392 * @return ResourceBundle object. If there is an error, resource is invalid [all...] |
/external/icu/icu4c/source/data/ |
cldr-icu-readme.txt | 43 # There are several environment variables that need to be defined. 75 # there are some xml files in the ICU sources that need to be updated (these xml 101 # For an official CLDR data integration into ICU, there are some additional 108 # b) There are version numbers that may need manual updating in CLDR (other 145 # there are no pre-existing errors (configure shown here for MacOSX, adjust 166 # (if there are no changes, you may not need to proceed further). Make sure the 182 # Repeat steps 4-5 until there are no build errors and no unexpected 201 # Repeat steps 4-7 until there are no errors. 211 # appropriate, and repeating steps 4-7 and 9 until there are no errors. 214 # there are no pre-existing errors (or at least to have the pre-existing error [all...] |
/external/llvm/test/CodeGen/AArch64/ |
atomic-ops.ll | 25 ; function there. 45 ; function there. 65 ; function there. 85 ; function there. 105 ; function there. 125 ; function there. 145 ; function there. 165 ; function there. 185 ; function there. 205 ; function there [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/regression/ |
SimpleRegression.java | 39 * in memory, so there is no limit to the number of observations that can be 43 * <li> When there are fewer than two observations in the model, or when 44 * there is no variation in the x values (i.e. all x values are the same) 51 * and get updated statistics without using a new instance. There is no 168 * The method has no effect if there are no points of data (i.e. n=0) 420 * If there are fewer than <strong>three</strong> data pairs in the model, 421 * or if there is no variation in <code>x</code>, this returns 480 * If there are fewer that <strong>three</strong> observations in the 481 * model, or if there is no variation in x, this returns 496 * If there are fewer that <strong>three</strong> data pairs in the model [all...] |
/external/libcxxabi/src/ |
cxa_exception.cpp | 135 // Just in case there exists a dependent exception that is pointing to this, 218 will call terminate, assuming that there was no handler for the 242 // This only happens when there is no handler, or some unexpected unwinding 362 already there (from a rethrow). 405 // there by a previous rethrow 443 * If it has been rethrown, there is nothing to do. 462 // will have been made an empty stack by __cxa_rethrow() and there is 479 // Keep handlerCount negative in case there are nested catch's 510 // and delete it. If there are nested catch's and they try 521 // and that's ok. exceptionType is there too [all...] |
/libcore/luni/src/main/java/java/util/ |
NavigableMap.java | 20 * {@code null} if there is no such key. Similarly, methods 69 * strictly less than the given key, or {@code null} if there is 74 * or {@code null} if there is no such key 84 * {@code null} if there is no such key. 88 * or {@code null} if there is no such key 98 * less than or equal to the given key, or {@code null} if there 103 * {@code key}, or {@code null} if there is no such key 113 * or {@code null} if there is no such key. 117 * or {@code null} if there is no such key 128 * there is no such key [all...] |
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
cxa_exception.cpp | 135 // Just in case there exists a dependent exception that is pointing to this, 218 will call terminate, assuming that there was no handler for the 242 // This only happens when there is no handler, or some unexpected unwinding 364 already there (from a rethrow). 407 // there by a previous rethrow 445 * If it has been rethrown, there is nothing to do. 459 // will have been made an empty stack by __cxa_rethrow() and there is 476 // Keep handlerCount negative in case there are nested catch's 507 // and delete it. If there are nested catch's and they try 518 // and that's ok. exceptionType is there too [all...] |
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/ |
JSONArray.java | 54 * object which you can cast or query for type. There are also typed 64 * <li>The <code>null</code> value will be inserted when there 102 * @throws JSONException If there is a syntax error. 154 * @throws JSONException If there is a syntax error. 242 * @throws JSONException If there is no value for the index. 259 * @throws JSONException If there is no value for the index or if the 318 * @throws JSONException If there is no value for the index. or if the 335 * @throws JSONException If there is no value for the index or if the 367 * @throws JSONException If there is no value for the index. 377 * @return true if the value at the index is null, or if there is no value [all...] |
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
XMLWriter.java | 49 * the {@link #endDocument endDocument} method. There are convenience 86 * <p>In fact, there is an even simpler convenience method, 220 * on the root element even if they are not used there:</p> 227 * though it's not needed there, and can be inherited by its 454 * element even if it is not used there, and reduces the number 499 * @exception org.xml.sax.SAXException If there is an error 539 * @exception org.xml.sax.SAXException If there is an error 571 * @exception org.xml.sax.SAXException If there is an error 613 * @exception org.xml.sax.SAXException If there is an error 653 * @exception org.xml.sax.SAXException If there is an erro [all...] |
/art/compiler/dex/ |
pass_driver_me_post_opt.cc | 29 * Advantage is that there will be no race conditions here.
|
/art/compiler/dex/quick/ |
dex_file_to_method_inliner_map.h | 44 // TODO: There is an irregular non-scoped use of locks that defeats annotalysis with -O0.
|
/art/runtime/base/unix_file/ |
random_access_file_utils.cc | 25 // don't know how long they are. We just read until there's nothing left.
|
/art/runtime/gc/ |
gc_cause.h | 30 // A background GC trying to ensure there is free memory ahead of allocations.
|
/art/test/049-show-object/src/ |
Main.java | 44 String[] niftyStrings = new String[] { "hey", "you", "there" };
|
/bionic/tests/libs/ |
dlext_test_library.cpp | 41 // for the vtable of A) to check it's actually there.
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/jobscheduler/ |
ConnectivityConstraintTestActivity.java | 47 // Disable test start if there is data connectivity. 66 /** Ensure that there's no connectivity before we allow the test to start. */ 78 // Only enable the test when we know there is no connectivity. 148 /** Query the active network connection and return if there is no data connection. */
|
/cts/suite/audio_quality/lib/include/ |
StringUtil.h | 31 /// If vector is not NULL, there will be at least one string
|
/cts/tests/tests/location/src/android/location/cts/ |
GpsStatusTest.java | 57 // make sure there is no exception.
|
/cts/tests/tests/openglperf/src/android/openglperf/cts/ |
PlanetsRenderingParam.java | 26 /** number of planets to render. There is always a sun */
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/ |
RectVerifier.java | 21 * Tests to see if there is rectangle of a certain color, with a background given
|
/cts/tests/tests/view/src/android/view/cts/ |
OrientationEventListenerTest.java | 44 // Orientation can only be detected if there is an accelerometer
|
/cts/tests/tests/widget/src/android/widget/cts/ |
MultiAutoCompleteTextViewTest.java | 74 fail("There should be a NullPointerException thrown out."); 81 fail("There should be a NullPointerException thrown out."); 88 fail("There should be a NullPointerException thrown out."); 133 // There will be an endless loop when using CommaTokenizer as the Tokenizer
|
/dalvik/dexgen/src/com/android/dexgen/rop/ |
FieldList.java | 27 * of mutation, but that doesn't mean that there isn't a non-interface
|
/dalvik/dx/src/com/android/dx/cf/iface/ |
FieldList.java | 27 * of mutation, but that doesn't mean that there isn't a non-interface
|
MethodList.java | 26 * of mutation, but that doesn't mean that there isn't a non-interface
|