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

1 2

  /external/dhcpcd/
bind.c 62 sigset_t full; local
69 sigfillset(&full);
70 sigprocmask(SIG_SETMASK, &full, &old);
configure.c 71 sigset_t full; local
75 sigfillset(&full);
76 sigprocmask(SIG_SETMASK, &full, &old);
  /system/media/wilhelm/src/android/
android_AudioToCbRenderer.cpp 62 size_t full = mDecodeBuffer->range_length(); local
65 while (offset < full) {
72 //SL_LOGV("consumed=%u, offset=%u, full=%u", consumed, offset, full);
  /build/tools/atree/
fs.cpp 63 string full = path; local
64 full += '/';
65 full += ent->d_name;
71 stat(full.c_str(), &stat_buf);
75 dirs.push_back(full);
77 files.push_back(full);
files.cpp 25 string full = base; local
27 full += '/';
29 full += leaf;
30 return full;
162 "substitution. Full list of variables is: ");
345 string full = path_append(*it, rec->sourceName); local
347 err = stat(full.c_str(), &st);
350 rec->sourcePath = full;
430 string full = path_append(rec.sourceBase, rec.sourceName); local
431 full = path_append(full, path)
    [all...]
  /external/chromium/chrome/browser/autofill/
select_control_handler.cc 140 string16 abbrev, full; local
143 full = State::FullName(value);
146 full = value;
153 if (full.empty())
156 return SetSelectControlValue(full, field);
  /external/chromium/chrome/browser/net/gaia/
token_service_unittest.cc 26 Details<const TokenService::TokenAvailableDetails> full = details; local
27 details_ = *full.ptr();
40 Details<const TokenService::TokenRequestFailedDetails> full = details; local
41 details_ = *full.ptr();
  /external/chromium/chrome/browser/sync/glue/
session_model_associator.h 267 // Return full status (no tab nodes are in use).
268 inline bool full() { function in class:browser_sync::SessionModelAssociator::TabNodePool
  /external/icu4c/tools/gencase/
gencase.h 83 UChar full[32]; member in struct:__anon6499
store.c 69 i15 maxFullLength; -- maximum length of a full case mapping/folding string
110 UTF-16 strings for full (string) mappings for lowercase, case folding, uppercase, titlecase
138 7 there is at least one full (string) case mapping
145 The string immediately follows the full case mappings, or the closure value
146 slot if there are no full case mappings.
150 and full case mappings and foldings, plus the case closure code points
154 - If special casing is conditional, then no full lower/upper/title mapping
156 - If case folding is conditional, then no simple or full case foldings are
159 full (string) mapping -- if full mappings are use
814 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/Source/WebKit/win/
DefaultDownloadDelegate.cpp 121 BSTR full = SysAllocStringLen(0, (UINT)fullLength); local
122 if (!full)
125 wcscpy_s(full, fullLength, pathChars);
126 wcscat_s(full, fullLength, L"\\");
127 wcscat_s(full, fullLength, filename);
129 fullPath.adoptBSTR(full);
  /sdk/rule_api/src/com/android/ide/common/api/
ResizePolicy.java 110 public static ResizePolicy full() { method in class:ResizePolicy
  /external/v8/src/
string-stream.h 182 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/freetype/src/cff/
cffobjs.c 754 char* full = cff_index_get_sid_string( cff, local
756 char* fullp = full;
771 /* We try to extract the style name from the full name. */
773 if ( full && family )
785 /* ignore spaces and dashes in full name during comparison */
801 /* The full name begins with the same characters as the */
    [all...]
  /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...]
  /external/icu4c/common/
ucase.c 240 * full case mappings. Add them all.
263 closure=(const UChar *)pe+1; /* behind this slot, unless there are full case mappings */
269 /* add the full case folding */
274 /* start of full case mapping strings */
283 /* add the full case folding string */
296 closure=(const UChar *)pe; /* behind full case mappings */
789 int32_t full; local
898 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, full);
899 full&=UCASE_FULL_LOWER;
900 if(full!=0)
933 int32_t full, idx; local
1143 int32_t full, idx; 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/Source/WebCore/platform/graphics/android/
LayerAndroid.h 107 , full(0)
113 int full; member in class:WebCore::TexturesResult
  /frameworks/base/core/tests/coretests/src/android/net/
NetworkStatsHistoryTest.java 359 final NetworkStatsHistory full = new NetworkStatsHistory(MINUTE_IN_MILLIS, 0, FIELD_ALL); local
363 full.recordData(0, MINUTE_IN_MILLIS,
365 partial.recordEntireHistory(full);
371 final NetworkStatsHistory full = new NetworkStatsHistory(MINUTE_IN_MILLIS, 0, FIELD_ALL); local
377 full.recordEntireHistory(partial);
379 assertFullValues(full, MINUTE_IN_MILLIS, 0L, 10L, 0L, 0L, 4L);
  /external/dbus/bus/
dispatch.c 4453 DBusString full; local
    [all...]

Completed in 785 milliseconds

1 2