HomeSort by relevance Sort by last modified time
    Searched full:full (Results 1 - 25 of 3538) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/
CopyOnWriteArraySetTest.java 59 CopyOnWriteArraySet full = populatedSet(3); local
64 full.addAll(v);
65 assertEquals(6, full.size());
73 CopyOnWriteArraySet full = populatedSet(3); local
78 full.addAll(v);
79 assertEquals(5, full.size());
86 CopyOnWriteArraySet full = populatedSet(3); local
87 full.add(one);
88 assertEquals(3, full.size());
96 CopyOnWriteArraySet full = populatedSet(3) local
105 CopyOnWriteArraySet full = populatedSet(3); local
114 CopyOnWriteArraySet full = populatedSet(3); local
142 CopyOnWriteArraySet full = populatedSet(3); local
156 CopyOnWriteArraySet full = populatedSet(3); local
165 CopyOnWriteArraySet full = populatedSet(3); local
177 CopyOnWriteArraySet full = populatedSet(3); local
191 CopyOnWriteArraySet full = populatedSet(3); local
203 CopyOnWriteArraySet full = populatedSet(3); local
216 CopyOnWriteArraySet full = populatedSet(3); local
227 CopyOnWriteArraySet full = populatedSet(3); local
236 CopyOnWriteArraySet full = populatedSet(3); local
249 CopyOnWriteArraySet full = populatedSet(3); local
    [all...]
CopyOnWriteArrayListTest.java 74 CopyOnWriteArrayList full = populatedArray(3); local
79 full.addAll(v);
80 assertEquals(6, full.size());
88 CopyOnWriteArrayList full = populatedArray(3); local
93 full.addAllAbsent(v);
94 assertEquals(5, full.size());
101 CopyOnWriteArrayList full = populatedArray(SIZE); local
102 full.addIfAbsent(one);
103 assertEquals(SIZE, full.size());
110 CopyOnWriteArrayList full = populatedArray(SIZE) local
119 CopyOnWriteArrayList full = populatedArray(SIZE); local
140 CopyOnWriteArrayList full = populatedArray(3); local
149 CopyOnWriteArrayList full = populatedArray(3); local
184 CopyOnWriteArrayList full = populatedArray(3); local
197 CopyOnWriteArrayList full = populatedArray(3); local
205 CopyOnWriteArrayList full = populatedArray(3); local
215 CopyOnWriteArrayList full = populatedArray(3); local
225 CopyOnWriteArrayList full = populatedArray(SIZE); local
234 CopyOnWriteArrayList full = populatedArray(SIZE); local
246 CopyOnWriteArrayList full = populatedArray(SIZE); local
260 CopyOnWriteArrayList full = populatedArray(3); local
271 CopyOnWriteArrayList full = populatedArray(3); local
282 CopyOnWriteArrayList full = populatedArray(3); local
293 CopyOnWriteArrayList full = populatedArray(SIZE); local
305 CopyOnWriteArrayList full = populatedArray(3); local
317 CopyOnWriteArrayList full = populatedArray(3); local
326 CopyOnWriteArrayList full = populatedArray(3); local
338 CopyOnWriteArrayList full = populatedArray(3); local
348 CopyOnWriteArrayList full = populatedArray(SIZE); local
357 CopyOnWriteArrayList full = populatedArray(3); local
370 CopyOnWriteArrayList full = populatedArray(3); local
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/
SignerWithRecovery.java 10 * Returns true if the signer has recovered the full message as
13 * @return true if full message recovered.
20 * @return full/partial message, null if nothing.
  /external/clearsilver/man/man3/
hdf_search_path.3 20 NEOERR* hdf_search_path (HDF *hdf, const char *path, char *full);
29 full -> a pointer to a _POSIX_PATH_MAX buffer
38 full -> the full path of the file
nerr_error_traceback.3 30 returns the full traceback of the error chain
hdf_obj_name.3 30 local name, and not the full path.
  /packages/apps/IM/src/com/android/im/imps/
ImpsAddress.java 41 // build the full address and unify the fields to lower case since imps
60 protected ImpsAddress(String full){
61 this(full, true);
64 protected ImpsAddress(String full, boolean verify) {
65 if (full == null || full.length() == 0) {
70 if(!full.startsWith(ImpsConstants.ADDRESS_PREFIX)) {
71 full = ImpsConstants.ADDRESS_PREFIX + full;
74 parse(full);
    [all...]
ImpsContactListAddress.java 39 public ImpsContactListAddress(String full, boolean verify) {
40 super(full, verify);
46 public ImpsContactListAddress(String full) {
47 this(full, false);
ImpsUserAddress.java 33 public ImpsUserAddress(String full, boolean verify) {
34 super(full, verify);
40 public ImpsUserAddress(String full) {
41 this(full, false);
  /packages/apps/AlarmClock/
Android.mk 10 LOCAL_PROGUARD_ENABLED := full
  /external/qemu/android/build/
mkdeps.sh 20 # source.o: /full/path/to/source.c other.h headers.h
23 # the script is used to replace 'source.o' to a full path, as in
25 # objs/intermediates/emulator/source.o: /full/path/to/source.c other.h headers.h
29 # $1: object file (full path)
45 # a correct dependency line with the full path to the object file.
  /development/tools/mkstubs/src/com/android/mkstubs/
Filter.java 25 * <li>Full patterns are simple string matches, similar to a "^pattern$" regex.
39 * Returns the set of all full patterns to be included.
53 * Returns the set of all full patterns to be excluded.
70 * <li> The string must match either a full include or a prefix include.
71 * <li> The string must not match any full exclude nor any prefix exclude.
91 // check for a full exclusion
  /external/webkit/WebKit/android/nav/
SelectText.cpp 168 SkIRect full; local
169 full.set(rect.fLeft, top(), rect.fRight, bottom());
171 || (mLastBase <= full.fBottom && mLastBase > full.fTop)) {
172 if (full.fLeft > mLast.fRight)
173 full.fLeft = mLast.fRight;
174 else if (full.fRight < mLast.fLeft)
175 full.fRight = mLast.fLeft;
177 mSelectRegion->op(full, SkRegion::kUnion_Op);
178 DBG_NAV_LOGD("MultilineBuilder full=(%d,%d,r=%d,b=%d)"
218 SkIRect full; local
    [all...]
  /external/stlport/test/unit/
full_streambuf.h 7 * This full_streambuf purpose is to act like a full disk to check the right behavior
30 throw "streambuf full";
  /dalvik/libcore/math/src/main/java/java/math/
package.html 8 The user has full control over the rounding behavior (comparable with
  /external/jpeg/
jcinit.c 33 jinit_c_master_control(cinfo, FALSE /* full compression */);
39 jinit_c_prep_controller(cinfo, FALSE /* never need full buffer here */);
57 /* Need a full-image coefficient buffer in any multi-pass mode. */
60 jinit_c_main_controller(cinfo, FALSE /* never need full buffer here */);
  /device/htc/dream/
full_dream.mk 16 # This file is the build configuration for a full Android
25 $(call inherit-product, $(SRC_TARGET_DIR)/product/full.mk)
30 PRODUCT_MODEL := Full Android on Dream
  /device/htc/passion/
full_passion.mk 16 # This file is the build configuration for a full Android
25 $(call inherit-product, $(SRC_TARGET_DIR)/product/full.mk)
30 PRODUCT_MODEL := Full Android on Passion
  /device/htc/sapphire/
full_sapphire.mk 16 # This file is the build configuration for a full Android
25 $(call inherit-product, $(SRC_TARGET_DIR)/product/full.mk)
30 PRODUCT_MODEL := Full Android on Sapphire
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap.h 2 * hostapd / EAP Full Authenticator state machine (RFC 4137)
48 /* Lower layer to full authenticator variables */
57 /* Full authenticator to lower layer variables */
68 /* AAA interface to full authenticator variables */
79 /* Full authenticator to AAA interface variables */
  /packages/inputmethods/PinyinIME/jni/include/
splparser.h 35 // the last part of the string is a prefix of a full spelling string. For
47 // them into full ids.
66 // is a prefix of a full spelling string.
72 // a full id.
74 // is a prefix of a full spelling string.
83 // full_id_num returns number of full spelling ids.
84 // is_pre returns whether the given string is the prefix of a full spelling
  /external/opencore/oscl/oscl/osclio/src/
oscl_file_dir_utils.h 88 * oscl_getcwd function can be used to determine the full path name of the
98 * oscl_getcwd function can be used to determine the full path name of the
111 * @param wide character path the full path of the file to stat.
120 * @param character path the full path of the file to stat.
128 * @param wide character path the full path of the directory to create. if parts
136 * @param character path the full path of the directory to create. if parts
144 * @param wide character path the full path of the directory to remove.
151 * @param character path the full path of the directory to remove.
158 * @param wide character path the full path of the directory to change to.
165 * @param character path the full path of the directory to change to
    [all...]
  /build/tools/atree/
fs.cpp 61 string full = path; local
62 full += '/';
63 full += ent->d_name;
69 stat(full.c_str(), &stat_buf);
73 dirs.push_back(full);
75 files.push_back(full);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compat.cpp 110 void SplitToVector(char* full, const char* delim, vector<char*>* vec,
112 char* next = full;
113 while((next = strsep(&full, delim)) != NULL) {
117 // Add last element (or full string if no delimeter found):
118 if (full != NULL) {
119 vec->push_back(full);
  /build/target/product/
full.mk 17 # This is a build configuration for a full-featured build of the
48 PRODUCT_NAME := full
51 PRODUCT_MODEL := Full Android

Completed in 451 milliseconds

1 2 3 4 5 6 7 8 91011>>