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

1 2

  /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);
files.cpp 25 string full = base; local
27 full += '/';
29 full += leaf;
30 return full;
142 "substitution. Full list of variables is: ");
300 string full = path_append(*it, rec->sourceName); local
302 err = stat(full.c_str(), &st);
305 rec->sourcePath = full;
382 string full = path_append(rec.sourceBase, rec.sourceName); local
383 full = path_append(full, path)
    [all...]
  /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...]
  /external/dhcpcd/
configure.c 56 sigset_t full; local
60 sigfillset(&full);
61 sigprocmask(SIG_SETMASK, &full, &old);
client.c 192 sigset_t full; local
201 sigfillset(&full);
202 sigprocmask(SIG_SETMASK, &full, &old);
    [all...]
  /external/icu4c/tools/gencase/
gencase.h 80 UChar full[32]; member in struct:__anon2433
store.c 66 i15 maxFullLength; -- maximum length of a full case mapping/folding string
107 UTF-16 strings for full (string) mappings for lowercase, case folding, uppercase, titlecase
133 7 there is at least one full (string) case mapping
140 The string immediately follows the full case mappings, or the closure value
141 slot if there are no full case mappings.
145 and full case mappings and foldings, plus the case closure code points
149 - If special casing is conditional, then no full lower/upper/title mapping
151 - If case folding is conditional, then no simple or full case foldings are
154 full (string) mapping -- if full mappings are use
806 UChar32 full; local
    [all...]
  /external/netperf/
netcpu_pstat.c 64 long long full; member in union:overlay_u
144 long long full; member in union:overlay_u
180 long long full; member in union:overlay_u
  /external/skia/src/xml/
SkJS.cpp 116 char *path, *comp, *full; local
133 full = JS_smprintf("%s/%s", comp, name);
134 if (!full) {
140 full = (char *)name;
142 found = (access(full, X_OK) == 0);
144 free(full);
  /external/webkit/WebKit/win/
DefaultDownloadDelegate.cpp 121 BSTR full = SysAllocStringLen(0, (UINT)fullLength); local
122 if (!full)
125 _tcscpy_s(full, fullLength, pathChars);
126 _tcscat_s(full, fullLength, _T("\\"));
127 _tcscat_s(full, fullLength, filename);
129 fullPath.adoptBSTR(full);
  /external/freetype/src/cff/
cffobjs.c 686 char* full = cff_index_get_sid_string( &cff->string_index, local
689 char* fullp = full;
703 /* We try to extract the style name from the full name. */
705 if ( full && family )
717 /* ignore spaces and dashes in full name during comparison */
733 /* The full name begins with the same characters as the */
744 FT_FREE( full );
  /external/v8/src/
string-stream.h 180 bool full() const { return (capacity_ - length_) == 1; } function in class:v8::internal::StringStream
  /external/zlib/examples/
gzappend.c 259 int ret, lastbit, left, full; local
294 have = full = 0;
320 full = 1;
360 if (full) {
  /external/clearsilver/python/
neo_util.c 557 char full[_POSIX_PATH_MAX]; local
563 err = hdf_search_path (ho->data, path, full);
566 rv = PyString_FromString(full);
  /external/quake/quake/src/QW/client/
cl_ents.c 271 qboolean full; local
290 full = false;
302 { // this is a full update that we can start delta compressing from now
306 full = true;
340 if (full)
342 Con_Printf ("WARNING: oldcopy on full update");
362 if (full)
365 Con_Printf ("WARNING: U_REMOVE on full update\n");
380 if (full)
383 Con_Printf ("WARNING: delta on full update");
    [all...]
  /build/tools/lsd/
lsd.c 37 char *name; /* full path name of this executable file */
112 char *full = find_file(name, lib_lookup_dirs, num_lib_lookup_dirs); local
113 FAILIF(full == NULL, "Cannot construct full path for file [%s]!\n", name);
115 if (!strcmp(trav->name, full))
119 free(full);
655 char *full = find_file(libname, lib_lookup_dirs, num_lib_lookup_dirs); local
656 FAILIF(NULL == full,
659 source = init_source(full);
  /external/icu4c/common/
ucase.c 515 * full case mappings. Add them all.
538 closure=(const UChar *)pe+1; /* behind this slot, unless there are full case mappings */
544 /* add the full case folding */
549 /* start of full case mapping strings */
558 /* add the full case folding string */
571 closure=(const UChar *)pe; /* behind full case mappings */
1059 int32_t full; local
1203 int32_t full, idx; local
1413 int32_t full, idx; local
    [all...]
uniset_props.cpp 1346 const UChar *full; local
    [all...]
  /external/icu4c/test/cintltst/
cdattst.c 83 log_data_err("FAIL: error in creating the dateformat using full time style with french locale -> %s (Are you missing data?)\n",
544 log_data_err("error in creating the dateformat using full time style with french locale -> %s (Are you missing data?)\n",
768 UDateFormat *date=0, *time=0, *full=0; local
794 /* Create a full format for output */
795 full = udat_open(UDAT_FULL, UDAT_FULL, "en_US", NULL, 0, NULL, 0, &ec);
797 log_err("FAIL: udat_open(FULL, FULL, en_US) failed with %s\n",
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_RLEaccel.c 1905 SDL_Rect full; local
    [all...]
  /external/quake/quake/src/WinQuake/
gl_screen.cpp 61 the refresh is allways rendered, unless the console is full screen
67 full
260 qboolean full = false; local
283 // intermission is always full screen
297 full = true;
303 full = true;
324 if (full)
516 scr_conlines = vid.height; // full screen
  /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...]
  /build/tools/apriori/
apriori.c 108 char *full = find_file(name, lib_lookup_dirs, num_lib_lookup_dirs); local
109 if (full) {
112 if (!strcmp(trav->name, full))
116 free(full);
2097 char *full = find_file(filename, lib_lookup_dirs, num_lib_lookup_dirs); local
    [all...]
  /external/icu4c/test/intltest/
transrt.cpp 166 UBool full; member in class:LegalGreek
168 LegalGreek(UBool _full) { full = _full; }
184 if (full == FALSE) {
    [all...]

Completed in 792 milliseconds

1 2