HomeSort by relevance Sort by last modified time
    Searched full:occur (Results 176 - 200 of 3505) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/v8/test/mjsunit/regress/
regress-1919169.js 38 // Crash does not occur when code is run at the top level.
  /frameworks/base/core/java/android/app/
IActivityController.aidl 43 * normal error recovery (app crash dialog) to occur, false to kill
  /frameworks/base/core/java/android/net/dhcp/
DhcpStateMachine.java 24 * This class defines the "next steps" which occur after a given DHCP
  /frameworks/base/docs/html/design/building-blocks/
buttons.jd 12 <p>A button consists of text and/or an image that clearly communicates what action will occur when the
  /frameworks/base/docs/html/guide/topics/graphics/
view-animation.jd 26 <p>The animation instructions define the transformations that you want to occur, when they will
27 occur, and how long they should take to apply. Transformations can be sequential or simultaneous
41 animation instructions are applied simultaneously. To make them occur sequentially, you must
114 However, clipping <em>will occur</em> if the animation exceeds the bounds of the parent View.</p>
  /frameworks/base/services/common_time/
utils.h 33 // Set a timeout which should occur msec milliseconds from now.
  /libcore/luni/src/main/java/java/lang/
InstantiationError.java 25 * Note that this can only occur when inconsistent class files are being loaded.
RuntimeException.java 22 * exceptional conditions which occur as a result of executing an application in
  /libcore/luni/src/main/java/java/lang/annotation/
AnnotationFormatError.java 23 * This exception is unlikely to ever occur, given that the code has been
  /libcore/luni/src/main/java/java/security/cert/
CRLException.java 23 * The exception that is thrown if errors occur during handling of {@code CRL}s.
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/
FileSystemFactory.java 38 * Otherwise severe file system corruption may occur.
  /external/chromium_org/net/base/
network_change_notifier_win_unittest.cc 104 // one call to occur, though unlikely.
147 // one call to occur, though unlikely.
194 // one call to occur, though unlikely.
  /dalvik/dx/src/com/android/dx/rop/
package-info.java 117 * may not occur. Since result assignments only occur in the non-exceptional
118 * case, the result assignments for throwing instructions can be said to occur
144 * exception instance. It may only occur as the first instruction in a
198 * typically occur at the beginning of the primary successor block following
  /external/chromium_org/third_party/icu/source/common/
ustr_wcs.c 100 /* This should rarely occur */
162 }else if(retVal== remaining){/* should never occur */
315 /* Should rarely occur */
345 /* should rarely occur */
398 /* Should rarely occur */
  /external/chromium_org/third_party/icu/source/i18n/unicode/
colldata.h 74 * @param status - will be set if any errors occur.
172 * @param status - will be set if any errors occur.
193 * @param status - will be set if any errors occur.
204 * @param status - will be set if any errors occur.
286 * @param status - will be set if any errors occur.
  /external/chromium_org/ui/views/controls/menu/
menu_delegate.h 46 // Indicates the drop should occur before the item.
49 // Indicates the drop should occur after the item.
52 // Indicates the drop should occur on the item.
111 // If nested menus are showing (nested menus occur when a menu shows a context
135 // a drop can occur on any of the child items of the item. For example,
  /external/icu4c/common/
ustr_wcs.cpp 103 /* This should rarely occur */
169 }else if(retVal== remaining){/* should never occur */
322 /* Should rarely occur */
352 /* should rarely occur */
405 /* Should rarely occur */
  /external/chromium_org/third_party/sqlite/src/test/
whereB.test 187 # Because t2.b has a numeric affinity, type conversion should occur
248 # Because t2.b has a numeric affinity, type conversion should occur
308 # Because t2.b has a numeric affinity, type conversion should occur
368 # Because t1.y has a numeric affinity, type conversion should occur
427 # Because t1.y has a numeric affinity, type conversion should occur
486 # Because t1.y has a numeric affinity, type conversion should occur
malloc4.test 58 # decltype16() APIs. Calls that occur after the malloc() failure should
104 # Memory allocation failures that occur within sqlite3_step() are tested
134 # way this can occur is if the string has to be translated from UTF-16 to
  /frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
DownloadManagerBaseTest.java 286 * Helper to wait for a particular download to finish, or else a timeout to occur
299 * Helper to wait for a particular download to finish, or else a timeout to occur
311 * Helper to wait for a particular download to finish, or else a timeout to occur
326 * Helper to wait for all downloads to finish, or else a specified timeout to occur
339 * Helper to wait for all downloads to finish, or else a timeout to occur, but does not throw
392 * Helper to wait for all downloads to finish, or else a timeout to occur
  /external/bison/build-aux/snippet/
c++defs.h 133 that would otherwise occur. */
176 otherwise occur. */
195 errors that would otherwise occur. */
  /external/bison/darwin-lib/
c++defs.h 117 that would otherwise occur. */
160 otherwise occur. */
179 errors that would otherwise occur. */
  /external/bison/linux-lib/
c++defs.h 117 that would otherwise occur. */
160 otherwise occur. */
179 errors that would otherwise occur. */
  /external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
CallbackHelper.java 18 * // to communicate events that occur in that piece of code. Let us further assume that the
142 * is intended to 'catch' callbacks that occur after X but before waitForCallback()
165 * callback to occur so the method call may block up to
  /external/clang/include/clang/Frontend/
VerifyDiagnosticConsumer.h 86 /// Where the diagnostic is expected to occur a minimum number of times, this
96 /// occur. In the second example, the diagnostic must occur at least once.

Completed in 341 milliseconds

1 2 3 4 5 6 78 91011>>