HomeSort by relevance Sort by last modified time
    Searched full:indicate (Results 201 - 225 of 3719) sorted by null

1 2 3 4 5 6 7 891011>>

  /libcore/luni/src/main/java/java/util/zip/
DataFormatException.java 21 * {@code DataFormatException} is used to indicate an error in the format of a
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Exception.java 28 * Thrown by decoder/encoder stream to indicate violation of encoding rules.
  /ndk/sources/cxx-stl/gabi++/src/
one_time_construction.cc 35 * Also the ARM C++ ABI uses the least-significant bit to indicate
73 // we use bit 8 to indicate that the guard value is being
74 // initialized, and bit 9 to indicate that there is another
85 // we must indicate that there is a waiter, then
  /ndk/tests/standalone/test-fpic/
test-fpic.c 28 #error __PIC__ value is unsupported! Should be 1 to indicate -fpic is the default.
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
StopRequestException.java 19 * Raised to indicate that the current request should be stopped immediately.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fcntl.h 35 #define AT_FDCWD -100 /* Special value used to indicate
  /system/core/libcutils/
socket_local.h 30 * socklen_t is set to indicate the final length. This function
  /hardware/msm7k/libgralloc-qsd8k/tests/
pmemalloc_test.cpp 263 pma.set_master_values(1234, 0); // Indicate that the pma has been successfully init'd
277 pma.set_master_values(-EACCES, 0); // Indicate that the pma has failed init
324 pma.set_master_values(1234, buf); // Indicate that the pma has been successfully init'd
351 pma.set_master_values(1234, buf); // Indicate that the pma has been successfully init'd
390 pma.set_master_values(1234, buf); // Indicate that the pma has been successfully init'd
423 pma.set_master_values(1234, buf); // Indicate that the pma has been successfully init'd
457 pma.set_master_values(1234, buf); // Indicate that the pma has been successfully init'd
  /frameworks/base/media/libdrm/mobile1/include/objmng/
svc_drm.h 55 #define DRM_NO_CONSTRAINT 0x80 /**< Indicate have no constraint, it can use freely */
56 #define DRM_END_TIME_CONSTRAINT 0x08 /**< Indicate have end time constraint */
57 #define DRM_INTERVAL_CONSTRAINT 0x04 /**< Indicate have interval constraint */
58 #define DRM_COUNT_CONSTRAINT 0x02 /**< Indicate have count constraint */
59 #define DRM_START_TIME_CONSTRAINT 0x01 /**< Indicate have start time constraint */
60 #define DRM_NO_PERMISSION 0x00 /**< Indicate no rights */
100 * -A positive integer indicate the length of input data.
114 * -A positive integer indicate the actually length of byte has been read.
258 * -A positive integer indicate the length of the media object content data.
275 * -A positive integer indicate the actually length of the data has been got
    [all...]
  /external/qemu/docs/
ANDROID-QEMU-PIPE.TXT 76 Used by the driver to indicate that the guest just opened /dev/qemu_pipe
86 Used by the driver to indicate that the guest called 'close' on the
119 0 To indicate end-of-stream status
122 On important error code is PIPE_ERROR_AGAIN, used to indicate that
151 To indicate to the virtual device that it is waiting and should be woken
  /external/icu4c/i18n/unicode/
plurfmt.h 187 * must not indicate a failure before the function call.
198 * must not indicate a failure before the function call.
209 * must not indicate a failure before the function call.
222 * must not indicate a failure before the function call.
234 * must not indicate a failure before the function call.
250 * must not indicate a failure before the function call.
263 * must not indicate a failure before the function call.
281 * must not indicate a failure before the function call.
310 * must not indicate a failure before the function call.
326 * must not indicate a failure before the function call
    [all...]
  /docs/source.android.com/src/tech/dalvik/
instruction-formats.html 28 in sequence from "<code>A</code>" are used to indicate fields within
30 "<code>op</code>" is used to indicate the position of the eight-bit
32 used to indicate that all bits should be zero in the indicated
154 <p>Arguments which indicate a literal value have the form
155 "<code>#+<i>X</i></code>". Some formats indicate literals that only
160 <p>Arguments which indicate a relative instruction address offset have the
163 <p>Arguments which indicate a literal constant pool index have the form
173 also suggested (optional) forms that indicate prelinked offsets or
180 "<code>[<i>X</i>=<i>N</i>]</code>" (e.g., "<code>[B=2]</code>") to indicate
  /external/icu4c/common/unicode/
ucasemap.h 60 * which must not indicate a failure before the function call.
123 * which must not indicate a failure before the function call.
137 * which must not indicate a failure before the function call.
212 * which must not indicate a failure before the function call.
260 * which must not indicate a failure before the function call.
291 * which must not indicate a failure before the function call.
320 * which must not indicate a failure before the function call.
370 * which must not indicate a failure before the function call.
405 * which must not indicate a failure before the function call.
  /frameworks/base/core/java/android/content/
SyncResult.java 30 * Used to indicate that the SyncAdapter is already performing a sync operation, though
37 * Used to indicate that the SyncAdapter determined that it would need to issue
51 * Used to indicate that the SyncAdapter experienced a hard error due to trying the same
58 * Used to indicate that the SyncAdapter experienced a hard error due to an error it
81 * Used to indicate to the SyncManager that future sync requests that match the request's
87 * Used to hold extras statistics about the sync operation. Some of these indicate that
  /frameworks/base/include/ui/
InputTransport.h 76 * Other errors probably indicate that the channel is broken.
86 * Other errors probably indicate that the channel is broken.
250 * Errors probably indicate that the channel is broken.
259 * Other errors probably indicate that the channel is broken.
314 * Errors probably indicate that the channel is broken.
322 * Other errors probably indicate that the channel is broken.
  /device/samsung/maguro/overlay/packages/apps/Mms/res/xml/
mms_config.xml 57 to indicate no limit. -->
75 to indicate default value -->
  /external/chromium/base/metrics/
stats_counters.cc 11 // We prepend the name with 'c:' to indicate that it is a counter.
67 // we prepend the name with 't:' to indicate that it is a timer.
  /external/chromium/chrome/browser/extensions/
extension_webstore_private_api.h 84 // Called to indicate a parse failure. The |result_code| parameter should
85 // indicate whether the problem was with the manifest or icon data.
  /external/chromium/net/http/
http_vary_data.h 41 // return true. Otherwise, false is returned to indicate that this object
51 // is_valid() will return true. Otherwise, false is returned to indicate
  /external/freetype/include/freetype/
ftbdf.h 13 /* this file you indicate that you have read the license and */
63 * Value~0 is used to indicate a missing property.
fterrors.h 13 /* this file you indicate that you have read the license and */
29 /* defined in ftoption.h in order to make the higher byte indicate */
ftotval.h 13 /* this file you indicate that you have read the license and */
71 * indicate which OpenType tables should be validated.
  /external/freetype/src/autofit/
aflatin.h 13 /* this file you indicate that you have read the license and */
158 AF_LATIN_HINTS_MONO = 1 << 3 /* indicate monochrome */
  /external/kernel-headers/original/linux/
android_pmem.h 45 /* set to indicate the region should not be managed with an allocator */
47 /* set to indicate maps of this region should be cached, if a mix of
  /external/libnfc-nxp/inc/
phDbgTrace.h 94 /*Normally this macro shall be used indicate system state that might cause problems in future.*/
125 /*Normally this macro shall be used indicate system state that might cause problems in future.*/

Completed in 1143 milliseconds

1 2 3 4 5 6 7 891011>>