HomeSort by relevance Sort by last modified time
    Searched full:returned (Results 151 - 175 of 7742) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/core/java/android/os/storage/
StorageEventListener.java 35 * @param oldState the old state as returned by {@link android.os.Environment#getExternalStorageState()}.
36 * @param newState the old state as returned by {@link android.os.Environment#getExternalStorageState()}.
  /frameworks/base/include/media/
EffectsFactoryApi.h 42 // reset the index of the effect descriptor returned by next call to
46 // pNumEffects: address where the number of effects should be returned.
49 // returned value: 0 successful operation.
73 // returned value: 0 successful operation.
105 // returned value: 0 successful operation.
126 // returned value: 0 successful operation.
147 // returned value: 0 successful operation.
166 // returned value: 0 if uuid is different from EFFECT_UUID_NULL.
  /frameworks/base/native/include/android/
native_window_jni.h 31 * on the ANativeWindow that is returned; be sure to use ANativeWindow_release()
39 * on the ANativeWindow that is returned; be sure to use ANativeWindow_release()
  /ndk/tests/device/test-compiler-bug-1/jni/
main.c 43 fprintf(stderr, "ERROR: test(%d) returned %d instead of %d\n",
47 printf("OK: test(%d) returned %d\n", testval, expected);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/nfsd/
stats.h 20 unsigned int fh_anon; /* anon file dentry returned */
23 unsigned int io_read; /* bytes returned to read requests */
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
DeflaterOutputStreamTest.java 196 assertEquals("Incorrect Byte Returned.", 1, iis.read());
197 assertEquals("Incorrect Byte Returned.", 3, iis.read());
198 assertEquals("Incorrect Byte Returned.", 4, iis.read());
199 assertEquals("Incorrect Byte Returned.", 6, iis.read());
200 assertEquals("Incorrect Byte Returned.", -1, iis.read());
201 assertEquals("Incorrect Byte Returned.", -1, iis.read());
298 assertEquals("Incorrect Byte Returned.", i, iis.read());
300 assertEquals("Incorrect Byte Returned (EOF).", -1, iis.read());
301 assertEquals("Incorrect Byte Returned (EOF).", -1, iis.read());
334 assertEquals("Incorrect Byte Returned.", 4, iis.read())
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
TreeSetTest.java 126 assertTrue("Returned incorrect set", s.contains(i.next()));
136 assertEquals("Returned non-zero size after clear", 0, ts.size());
168 assertTrue("Returned false for valid Object", ts
170 assertTrue("Returned true for invalid Object", !ts
187 assertTrue("Returned incorrect first element",
198 assertEquals("Returned set of incorrect size", 100, s.size());
200 assertTrue("Returned incorrect set", s.contains(objArray[i]));
208 assertTrue("Empty set returned false", new TreeSet().isEmpty());
209 assertTrue("Non-Empty returned true", !ts.isEmpty());
223 assertEquals("Returned incorrect iterator", 0, as.size())
    [all...]
IdentityHashMap2Test.java 181 assertTrue("Returned false for valid key", hm
183 assertTrue("Returned true for copy of valid key", !hm
185 assertTrue("Returned true for invalid key", !hm.containsKey("KKDKDKD"));
200 assertTrue("Returned false for valid value", hm
202 assertTrue("Returned true for invalid valie", !hm
213 assertTrue("Returned set of incorrect size", hm.size() == s.size());
216 assertTrue("Returned incorrect entry set", hm.containsKey(m
228 assertNull("Get returned non-null for non existent key",
231 assertEquals("Get returned incorecct value for existing key", "HELLO", hm.get("T")
246 assertTrue("Returned false for new map", new IdentityHashMap(
    [all...]
StackTest.java 138 assertEquals("Search returned incorrect value for equivalent object", 3, s
140 assertEquals("Search returned incorrect value for equal object", 3, s
143 assertEquals("Search returned incorrect value for equivalent object at top of stack",
145 assertEquals("Search returned incorrect value for equal object at top of stack",
148 assertEquals("Search returned incorrect value for search for null at top of stack",
151 assertEquals("Search returned incorrect value for search for null", 2, s
155 assertEquals("Search returned incorrect value for search for null--wanted -1",
  /external/guava/src/com/google/common/collect/
Multimap.java 49 * <p>All methods that alter the multimap are optional, and the views returned
174 * returned.
176 * <p>Changes to the returned collection will update the underlying multimap,
185 * Returns the set of all keys, each appearing once in the returned set.
186 * Changes to the returned set will update the underlying multimap, and vice
195 * of times of key appears in the returned multiset equals the number of
196 * mappings the key has in the multimap. Changes to the returned multiset will
206 * Returns a collection of all values in the multimap. Changes to the returned
215 * Returns a collection of all key-value pairs. Changes to the returned
225 * in the multimap. Changes to the returned map, such as element removal
    [all...]
  /development/host/windows/usb/api/
adb_io_completion.h 21 a generic wrapper around OVERLAPPED Win32 structure returned from
28 structure returned from asynchronous I/O requests.
32 is returned to the caller of each successful asynchronous I/O request. Just
79 is not yet completed. If false is returned GetLastError() provides
95 incomplete. Regardless of the returned value, caller should
adb_api.h 225 returned GetLastError() provides extended error information.
243 @return true on success, false on error. If false is returned
259 @return true on success, false on error. If false is returned GetLastError()
269 returned GetLastError() provides extended error information.
285 returned GetLastError() provides extended error information.
303 @param[in] ansi If true the name will be returned as single character
304 string. Otherwise name will be returned as wide character string.
305 @return true on success, false on failure. If false is returned
324 @param[in] ansi If true the name will be returned as single character
325 string. Otherwise name will be returned as wide character string.
    [all...]
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DateFormatSymbolsTest.java 237 assertTrue("Equal object returned true", dfs.equals(dfs.clone()));
239 assertTrue("Un-Equal objects returned false", !dfs
252 fail("Returned wrong array");
266 fail("Returned wrong array");
281 assertEquals("Returned incorrect pattern string", val, retVal);
294 assertEquals("Returned wrong array: ", val.length, retVal.length);
308 assertEquals("Returned wrong array: ", val.length, retVal.length);
322 fail("Returned wrong array");
337 fail("Returned wrong array");
353 fail("Returned wrong array")
    [all...]
  /external/icu4c/common/
charstr.h 89 * The returned buffer is only valid until the next write operation
93 * pointer returned from this function and the number of bytes written.
95 * @param minCapacity required minimum capacity of the returned buffer;
97 * @param desiredCapacityHint desired capacity of the returned buffer;
99 * @param resultCapacity will be set to the capacity of the returned buffer
  /external/iptables/libipq/
ipq_read.3 39 parameter is a context handle which must previously have been returned
57 Data returned via
65 On failure, \-1 is returned.
67 On success, a non-zero positive value is returned when no timeout
70 On success with a timeout value specified, zero is returned if no data
  /external/oprofile/libutil/
op_fileio.h 49 * zero (u32)-1 is returned else the value read in is returned.
116 * that line. At the end of a file NULL will be returned.
117 * be returned.
119 * The string returned must be free()d by the caller.
  /libcore/luni/src/main/java/java/text/spi/
NumberFormatProvider.java 47 * if locale isn't one of the locales returned from
54 * integer values for the given locale. The returned {@code NumberFormat}
63 * if locale isn't one of the locales returned from
76 * if locale isn't one of the locales returned from
89 * if locale isn't one of the locales returned from
  /libcore/luni/src/test/java/tests/api/java/util/
DateTest.java 124 assertTrue("Older was returned as newer", d2.after(d1));
125 assertTrue("Newer was returned as older", !d1.after(d2));
142 assertTrue("Older was returned as newer", !d2.before(d1));
143 assertTrue("Newer was returned as older", d1.before(d2));
212 assertEquals("Returned incorrect date", 13, d.getDate());
222 assertEquals("Returned incorrect day", 2, d.getDay());
232 assertEquals("Returned incorrect hours", 19, d.getHours());
242 assertEquals("Returned incorrect minutes", 9, d.getMinutes());
252 assertEquals("Returned incorrect month", 9, d.getMonth());
262 assertEquals("Returned incorrect seconds", 0, d.getSeconds())
    [all...]
VectorTest.java 315 assertEquals("Incorrect capacity returned", 9, v.capacity());
368 "Returned true looking for null in vector without null element",
372 "Returned false looking for null in vector with null element",
386 assertTrue("Returned false for valid collection", tVector
389 assertTrue("Returned true for invlaid collection containing null",
392 assertTrue("Returned false for valid collection containing null",
396 assertTrue("Returned true for invalid collection", !tVector
433 assertEquals("Incorrect element returned", "Test 18", ((String) tVector
436 assertNull("Incorrect element returned--wanted null", tVector
463 assertTrue("Enumeration returned incorrect element at pos: " + i,
    [all...]
HashMapTest.java 187 assertTrue("Returned false for valid key", hm.containsKey(new Integer(
189 assertTrue("Returned true for invalid key", !hm.containsKey("KKDKDKD"));
204 assertTrue("Returned false for valid value", hm
206 assertTrue("Returned true for invalid valie", !hm
217 assertTrue("Returned set of incorrect size", hm.size() == s.size());
220 assertTrue("Returned incorrect entry set", hm.containsKey(m
254 assertNull("Get returned non-null for non existent key",
257 assertEquals("Get returned incorrect value for existing key", "HELLO", hm.get("T")
284 assertTrue("Returned false for new map", new HashMap().isEmpty());
285 assertTrue("Returned true for non-empty", !hm.isEmpty())
    [all...]
IdentityHashMapTest.java 170 assertTrue("Returned false for valid key", hm
172 assertTrue("Returned true for copy of valid key", !hm
174 assertTrue("Returned true for invalid key", !hm.containsKey("KKDKDKD"));
189 assertTrue("Returned false for valid value", hm
191 assertTrue("Returned true for invalid valie", !hm
202 assertTrue("Returned set of incorrect size", hm.size() == s.size());
205 assertTrue("Returned incorrect entry set", hm.containsKey(m
217 assertNull("Get returned non-null for non existent key",
220 assertEquals("Get returned incorecct value for existing key", "HELLO", hm.get("T")
235 assertTrue("Returned false for new map", new IdentityHashMap(
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java 126 fail("Map returned by URLConnection.getRequestProperties() should be unmodifiable");
135 fail("List entries in the map returned by URLConnection.getRequestProperties() should be unmodifiable");
201 assertFalse("getAllowUserInteraction should have returned false", uc
205 assertTrue("getAllowUserInteraction should have returned true", uc
254 "getDefaultAllowUserInteraction should have returned false",
258 assertTrue("getDefaultAllowUserInteraction should have returned true",
270 assertNull("setDefaultRequestProperty should have returned: null",
274 assertNull("setDefaultRequestProperty should have returned: null",
277 assertNull("setDefaultRequestProperty should have returned: null",
290 assertFalse("getDefaultUseCaches should have returned false", u
    [all...]
JarURLConnectionTest.java 55 assertEquals("Returned incorrect Attributes", "SHA MD5", a
66 assertEquals("Returned incorrect entryName", "plus.bmp", juc
70 assertNull("Returned incorrect entryName", juc.getEntryName());
82 assertEquals("Returned incorrect JarEntry", "plus.bmp", juc
86 assertNull("Returned incorrect JarEntry", juc.getJarEntry());
188 assertEquals("Returned incorrect file URL",
203 assertEquals("Returned incorrect Attributes", "1.0", a
254 assertEquals("Returned incorrect JarEntry", "plus.bmp", juc
278 assertEquals("Returned incorrect size for jar file", 33095,
283 assertEquals("Returned incorrect size for the entry", 190
    [all...]
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
RC5ParameterSpecTest.java 137 * getVersion() method testing. Tests that returned value is
146 assertTrue("The returned version value should be equal to the "
152 * getRounds() method testing. Tests that returned value is
161 assertTrue("The returned rounds value should be equal to the "
167 * getWordSize() method testing. Tests that returned value is
176 assertTrue("The returned wordSize value should be equal to the "
182 * getIV() method testing. Tests that returned array is equal to the
184 * of returned array does not affect the internal array. Also it checks
197 fail("The returned iv is not equal to the specified "
201 assertFalse("The change of returned by getIV() method iv
    [all...]
  /frameworks/base/core/java/android/speech/
RecognizerIntent.java 50 * speech recognizer. The results will be returned via activity results (in
73 * <p> Result extras (returned in the result, not to be specified in the request):
106 * <p> Result extras (returned in the result, not to be specified in the request):
208 * Optional boolean to indicate whether partial results should be returned by the recognizer
231 /** Result code returned when no matches are found for the given speech */
233 /** Result code returned when there is a generic client error */
235 /** Result code returned when the recognition server returns an error */
237 /** Result code returned when a network error was encountered */
239 /** Result code returned when an audio error was encountered */
246 * Returned in the results; not to be specified in the recognition request. Only presen
    [all...]

Completed in 1576 milliseconds

1 2 3 4 5 67 8 91011>>