HomeSort by relevance Sort by last modified time
    Searched full:that (Results 2251 - 2275 of 189771) sorted by null

<<919293949596979899100>>

  /frameworks/base/core/java/android/database/sqlite/
SQLiteDoneException.java 20 * An exception that indicates that the SQLite program is done.
21 * Thrown when an operation that expects a row (such as {@link
  /frameworks/base/core/java/android/hardware/location/
ContextHubClientCallback.java 47 * @param client the client that is associated with this callback
55 * @param client the client that is associated with this callback
62 * @param client the client that is associated with this callback
63 * @param nanoAppId the ID of the nanoapp that had aborted
71 * @param client the client that is associated with this callback
72 * @param nanoAppId the ID of the nanoapp that had been loaded
79 * @param client the client that is associated with this callback
80 * @param nanoAppId the ID of the nanoapp that had been unloaded
87 * @param client the client that is associated with this callback
88 * @param nanoAppId the ID of the nanoapp that had been enable
    [all...]
  /frameworks/base/core/java/android/text/style/
UpdateAppearance.java 20 * The classes that affect character-level text in a way that modifies their
22 * that if the class also impacts size or other metrics, it should instead
  /frameworks/multidex/library/
README 6 Note that multidexing will allow to go over the dex index limit.
8 won't help with linearalloc at execution time. This means that
13 to ensure that the build system works. The content is actually
  /frameworks/native/opengl/tests/testViewport/
README 7 The program clears the screen to blue, then draws a full screen white quad that
12 Note that screen is all white.
24 I think the bug is that the gl.glViewport() call in onSurfaceChanged() is
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
StringUtilTest.java 34 /** Verifies that isAsciiPrintable() does not crash when passed a null array. */
40 /** Verifies that isAsciiPrintable() considers an empty array to be printable. */
46 /** Verifies that isAsciiPrintable() considers a single printable byte to be printable. */
53 * Verifies that isAsciiPrintable() considers an array of multiple printable bytes to be
62 * Verifies that isAsciiPrintable() considers bell, form feed, newline, horizontal tab,
74 /** Verifies that isAsciiPrintable() considers a newline to be printable. */
80 /** Verifies that isAsciiPrintable() considers a space to be printable. */
86 /** Verifies that isAsciiPrintable() considers a tilde to be printable. */
92 /** Verifies that isAsciiPrintable() considers a null to be unprintable. */
98 /** Verifies that isAsciiPrintable() considers (space-1) to be unprintable. *
    [all...]
  /frameworks/support/customview/
build.gradle 24 description = "The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later."
  /frameworks/support/legacy/core-utils/
build.gradle 29 description = "The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later."
  /frameworks/support/legacy/v4/
build.gradle 22 description = "The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later."
  /frameworks/support/loader/
build.gradle 27 description = "The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren\'t a part of the framework APIs. Compatible on devices running API 14 or later."
  /frameworks/support/viewpager/
build.gradle 26 description = "The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later."
  /libcore/ojluni/src/main/java/java/lang/
ExceptionInInitializerError.java 9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
29 * Signals that an unexpected exception has occurred in a static initializer.
30 * An <code>ExceptionInInitializerError</code> is thrown to indicate that an
36 * object" that may be provided at construction time and accessed via
64 * A detail message is a String that describes this particular exception.
85 * message string. A detail message is a String that describes this
99 * Returns the exception that occurred during a static initialization that
    [all...]
  /libcore/ojluni/src/main/java/javax/sql/
StatementEventListener.java 9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
32 * An object that registers to be notified of events that occur on PreparedStatements
33 * that are in the Statement pool.
41 * statement becomes invalid if a DDL operation is performed that affects the
45 * that reference the temporary table when the table is dropped.
60 * The driver calls this method on all <code>StatementEventListener</code>s registered on the connection when it detects that a
64 * the event and that the <code>PreparedStatement</code> was closed
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/util/
LogConfig.java 4 * This is a utility class that keeps track of all the tag that can be enabled to debug
13 // These are list of strings that can be used to replace TAGNAME.
  /prebuilts/gdb/darwin-x86/include/python2.7/
longintrepr.h 18 PyLong_BASE*PyLong_BASE-1. x_sub assumes that 'digit' is an unsigned type,
19 and that overflow is handled by taking the result modulo 2**N for some N >
23 - long_pow() requires that PyLong_SHIFT be divisible by 5
25 - PyLong_{As,From}ByteArray require that PyLong_SHIFT be at least 8
27 - long_hash() requires that PyLong_SHIFT is *strictly* less than the number
31 - the long <-> size_t/Py_ssize_t conversion functions expect that
34 - the marshal code currently expects that PyLong_SHIFT is a multiple of 15
50 #define _PyLong_DECIMAL_SHIFT 9 /* max(e such that 10**e fits in a digit) */
58 #define _PyLong_DECIMAL_SHIFT 4 /* max(e such that 10**e fits in a digit) */
72 #error "longobject.c requires that PyLong_SHIFT be divisible by 5
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
sample_doctest.py 1 """This is a sample module that doesn't really test anything all that
6 It's important that the numbers remain constant as another test is
  /prebuilts/gdb/linux-x86/include/python2.7/
longintrepr.h 18 PyLong_BASE*PyLong_BASE-1. x_sub assumes that 'digit' is an unsigned type,
19 and that overflow is handled by taking the result modulo 2**N for some N >
23 - long_pow() requires that PyLong_SHIFT be divisible by 5
25 - PyLong_{As,From}ByteArray require that PyLong_SHIFT be at least 8
27 - long_hash() requires that PyLong_SHIFT is *strictly* less than the number
31 - the long <-> size_t/Py_ssize_t conversion functions expect that
34 - the marshal code currently expects that PyLong_SHIFT is a multiple of 15
50 #define _PyLong_DECIMAL_SHIFT 9 /* max(e such that 10**e fits in a digit) */
58 #define _PyLong_DECIMAL_SHIFT 4 /* max(e such that 10**e fits in a digit) */
72 #error "longobject.c requires that PyLong_SHIFT be divisible by 5
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
sample_doctest.py 1 """This is a sample module that doesn't really test anything all that
6 It's important that the numbers remain constant as another test is
  /prebuilts/go/darwin-x86/misc/cgo/errors/src/
malloc.go 3 // license that can be found in the LICENSE file.
5 // Test that C.malloc does not return nil.
22 // 0xffffffffffffffff bytes, so pass a different value that
  /prebuilts/go/darwin-x86/misc/cgo/test/issue9400/
asm_mips64x.s 3 // license that can be found in the LICENSE file.
13 // Rewind stack pointer so anything that happens on the stack
27 OR R2, R2, R2 // hint that we're in a spin loop
asm_mipsx.s 3 // license that can be found in the LICENSE file.
11 // Rewind stack pointer so anything that happens on the stack
25 OR R2, R2, R2 // hint that we're in a spin loop
asm_ppc64x.s 3 // license that can be found in the LICENSE file.
11 // Rewind stack pointer so anything that happens on the stack
25 // Hint that we're in a spin loop
  /prebuilts/go/darwin-x86/src/os/
executable.go 3 // license that can be found in the LICENSE file.
7 // Executable returns the path name for the executable that started
8 // the current process. There is no guarantee that the path is still
  /prebuilts/go/darwin-x86/src/runtime/cgo/
sigaction.go 3 // license that can be found in the LICENSE file.
12 // When using cgo, call the C library for sigaction, so that we call into
15 // C/C++ code; this permits that code to see the Go runtime's existing signal
  /prebuilts/go/darwin-x86/src/runtime/
norace_linux_test.go 3 // license that can be found in the LICENSE file.
5 // The file contains tests that cannot run under race detector for some reason.
25 // that require a valid G/M.

Completed in 2167 milliseconds

<<919293949596979899100>>