Searched refs:full (Results 1 - 25 of 198) sorted by relevance

12345678

/external/openfst/src/lib/
H A Dcompat.cc32 void SplitToVector(char* full, const char* delim, vector<char*>* vec, argument
34 char *p = full;
36 if (p = strpbrk(full, delim))
38 if (!omit_empty_strings || full[0] != '\0')
39 vec->push_back(full);
41 full = p + 1;
/external/chromium/net/tools/flip_server/
H A Dsplit.h16 void SplitStringPieceToVector(const base::StringPiece& full,
H A Dsplit.cc17 void SplitStringPieceToVector(const base::StringPiece& full, argument
22 if (full.empty() || delim[0] == '\0')
26 base::StringPiece::const_iterator s = full.begin();
28 for (;e != full.end(); ++e) {
44 base::StringPiece::const_iterator s = full.begin();
46 for (;e != full.end(); ++e) {
/external/llvm/test/MC/ARM/
H A Dfull_line_comment.s2 # this is a full line comment starting at column 1
/external/webkit/Source/WebCore/css/
H A DfullscreenQuickTime.css27 video:-webkit-full-screen::-webkit-media-controls-panel {
59 video:-webkit-full-screen::-webkit-media-controls-mute-button {
63 video:-webkit-full-screen::-webkit-media-controls-volume-slider-container {
67 video:-webkit-full-screen::-webkit-media-controls-volume-slider {
71 video:-webkit-full-screen::-webkit-media-controls-volume-slider-mute-button {
75 video:-webkit-full-screen::-webkit-media-controls-fullscreen-volume-min-button {
85 video:-webkit-full-screen::-webkit-media-controls-fullscreen-volume-slider {
95 video:-webkit-full-screen::-webkit-media-controls-fullscreen-volume-max-button {
105 video:-webkit-full-screen::-webkit-media-controls-play-button {
113 video:-webkit-full
[all...]
/external/openssh/
H A Dlogintest.c225 char full[17], strip[9], abbrev[5]; local
227 memset(full, '\0', sizeof(full));
231 line_fullname(full, line, sizeof(full)-1);
232 line_stripname(strip, full, sizeof(strip)-1);
233 line_abbrevname(abbrev, full, sizeof(abbrev)-1);
234 printf("%s: %s, %s, %s\n", line, full, strip, abbrev);
/external/compiler-rt/make/platform/
H A Dclang_linux.mk28 Configs += full-i386 full-x86_64
29 Arch.full-i386 := i386
30 Arch.full-x86_64 := x86_64
62 CFLAGS.full-i386 := $(CFLAGS) -m32
63 CFLAGS.full-x86_64 := $(CFLAGS) -m64
73 CFLAGS.full-i386 += --sysroot=$(ProjSrcRoot)/SDKs/linux
74 CFLAGS.full-x86_64 += --sysroot=$(ProjSrcRoot)/SDKs/linux
78 FUNCTIONS.full-i386 := $(CommonFunctions) $(ArchFunctions.i386)
79 FUNCTIONS.full
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompat.cpp110 void SplitToVector(char* full, const char* delim, vector<char*>* vec, argument
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);
/external/libppp/src/
H A Dtcp.c140 if ((cp = strchr(p->name.full, ':')) != NULL && !strchr(cp + 1, ':')) {
142 host = p->name.full;
160 p->name.full);
188 if (*p->name.full == '\0') {
199 snprintf(p->name.full, sizeof p->name.full, "%s:%d/tcp",
201 p->name.base = p->name.full;
H A Datm.c192 p->name.full);
196 log_Printf(LogWARN, "%s: connect: %s\n", p->name.full, strerror(errno));
198 log_Printf(LogWARN, "%s: socket: %s\n", p->name.full, strerror(errno));
213 if (p->fd < 0 && !strncasecmp(p->name.full, PPPOA, PPPOA_LEN)
214 && p->name.full[PPPOA_LEN] == ':') {
218 if (sscanf(p->name.full + PPPOA_LEN + 1, "%25[A-Za-z0-9]:%u.%u", iface,
221 "PPPoA:if:vpi.vci expected\n", p->name.full);
H A Dudp.c122 if (*p->name.full == '\0') {
123 snprintf(p->name.full, sizeof p->name.full, "%s:%d/udp",
125 p->name.base = p->name.full;
236 p->name.full);
241 log_Printf(LogWARN, "%s: connect: %s\n", p->name.full, strerror(errno));
243 log_Printf(LogWARN, "%s: socket: %s\n", p->name.full, strerror(errno));
260 if ((cp = strchr(p->name.full, ':')) != NULL && !strchr(cp + 1, ':')) {
262 host = p->name.full;
H A Dphysical.c211 *p->name.full = '\0';
212 p->name.base = p->name.full;
319 if (*p->name.full == '/' && p->type != PHYS_DIRECT &&
322 log_Printf(LogPHASE, "%s: %s is in use\n", p->link.name, p->name.full);
325 p->link.name, p->name.full, uu_lockerr(res));
335 if (*p->name.full == '/' && p->type != PHYS_DIRECT &&
383 if (*p->name.full == '/') {
397 p->name.base = p->name.full;
398 *p->name.full = '\0';
471 *p->name.full
[all...]
/external/mesa3d/docs/
H A DMESA_set_3dfx_mode.spec32 The Mesa Glide driver allows full-screen rendering or rendering into
34 to switch between full-screen and windowed rendering.
55 The Mesa Glide device driver allows either rendering in full-screen
57 full-screen and window rendering with the command:
62 rendering or GLX_3DFX_FULLSCREEN_MODE_MESA to indicate full-screen mode.
/external/skia/src/xml/
H A DSkJS.cpp108 char *path, *comp, *full; local
125 full = JS_smprintf("%s/%s", comp, name);
126 if (!full) {
132 full = (char *)name;
134 found = (access(full, X_OK) == 0);
136 free(full);
/external/qemu/android/utils/
H A Ddirscanner.c21 char full[PATH_MAX]; \
195 p = s->full;
196 end = p + sizeof s->full;
200 /* ignore if the full name is too long */
203 return s->full;
/external/chromium/chrome/browser/autofill/
H A Dselect_control_handler.cc140 string16 abbrev, full; local
143 full = State::FullName(value);
146 full = value;
153 if (full.empty())
156 return SetSelectControlValue(full, field);
/external/srec/srec/cfront/
H A Dhimul32.h100 __int64 full;
111 result.full = x * y;
/external/icu4c/common/
H A Ducase.c240 * 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!
933 int32_t full, idx; local
1143 int32_t full, idx; local
[all...]
/external/webkit/Source/WebKit/win/
H A DDefaultDownloadDelegate.cpp121 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);
/external/valgrind/main/callgrind/
H A Dthreads.c113 t->lastdump_cost = CLG_(get_eventset_cost)( CLG_(sets).full );
114 t->sighandler_cost = CLG_(get_eventset_cost)( CLG_(sets).full );
115 CLG_(init_cost)( CLG_(sets).full, t->lastdump_cost );
116 CLG_(init_cost)( CLG_(sets).full, t->sighandler_cost );
213 CLG_(zero_cost)( CLG_(sets).full, es->cost );
282 CLG_(add_and_zero_cost)( CLG_(sets).full,
332 es->cost = CLG_(get_eventset_cost)(CLG_(sets).full);
333 CLG_(zero_cost)( CLG_(sets).full, es->cost );
426 CLG_(print_cost)(-9, CLG_(sets).full, es->cost);
453 CLG_(print_cost)(-9, CLG_(sets).full, e
[all...]
/external/oprofile/events/mips/24K/
H A Devents76 event:0x32 counters:0 um:zero minimum:500 name:FSB_LESS_25_FULL : 50-0 FSB < 25% full
77 event:0x33 counters:0 um:zero minimum:500 name:FSB_OVER_50_FULL : 51-0 FSB > 50% full
78 event:0x34 counters:0 um:zero minimum:500 name:LDQ_LESS_25_FULL : 52-0 LDQ < 25% full
79 event:0x35 counters:0 um:zero minimum:500 name:LDQ_OVER_50_FULL : 53-0 LDQ > 50% full
80 event:0x36 counters:0 um:zero minimum:500 name:WBB_LESS_25_FULL : 54-0 WBB < 25% full
81 event:0x37 counters:0 um:zero minimum:500 name:WBB_OVER_50_FULL : 55-0 WBB > 50% full
139 event:0x432 counters:1 um:zero minimum:500 name:FSB_25_50_FULL : 50-1 FSB 25-50% full
140 event:0x433 counters:1 um:zero minimum:500 name:FSB_FULL_STALLS : 51-1 FSB full pipeline stall cycles
141 event:0x434 counters:1 um:zero minimum:500 name:LDQ_25_50_FULL : 52-1 LDQ 25-50% full
142 event:0x435 counters:1 um:zero minimum:500 name:LDQ_FULL_STALLS : 53-1 LDQ full pipelin
[all...]
/external/oprofile/events/mips/34K/
H A Devents81 event:0x32 counters:0 um:zero minimum:500 name:FSB_LESS_25_FULL : 50-0 FSB < 25% full
82 event:0x33 counters:0 um:zero minimum:500 name:FSB_OVER_50_FULL : 51-0 FSB > 50% full
83 event:0x34 counters:0 um:zero minimum:500 name:LDQ_LESS_25_FULL : 52-0 LDQ < 25% full
84 event:0x35 counters:0 um:zero minimum:500 name:LDQ_OVER_50_FULL : 53-0 LDQ > 50% full
85 event:0x36 counters:0 um:zero minimum:500 name:WBB_LESS_25_FULL : 54-0 WBB < 25% full
86 event:0x37 counters:0 um:zero minimum:500 name:WBB_OVER_50_FULL : 55-0 WBB > 50% full
151 event:0x432 counters:1 um:zero minimum:500 name:FSB_25_50_FULL : 50-1 FSB 25-50% full
152 event:0x433 counters:1 um:zero minimum:500 name:FSB_FULL_STALLS : 51-1 FSB full pipeline stall cycles
153 event:0x434 counters:1 um:zero minimum:500 name:LDQ_25_50_FULL : 52-1 LDQ 25-50% full
154 event:0x435 counters:1 um:zero minimum:500 name:LDQ_FULL_STALLS : 53-1 LDQ full pipelin
[all...]
/external/clang/runtime/compiler-rt/
H A DMakefile89 full-i386 profile-i386 asan-i386
93 full-x86_64 profile-x86_64 asan-x86_64 tsan-x86_64
/external/webkit/Source/WebCore/platform/graphics/android/
H A DGLWebViewState.cpp241 if (!nbTexturesNeeded.full)
244 TilesManager::instance()->setCurrentLayerTextureCount((2 * nbTexturesNeeded.full) + 1);
262 if (nbTexturesNeeded.full < maxTextures)
265 if (!maxTextures && !nbTexturesNeeded.full)
281 " scrollable: %d, clipped: %d, full: %d, max textures: %d",
287 nbTexturesNeeded.full, maxTextures);
376 ALOGV("*** We have %d textures for images, %d full, %d clipped, total %d / %d",
377 nbTexturesForImages, nbTexturesNeeded.full, nbTexturesNeeded.clipped,
378 nbTexturesNeeded.full + nbTexturesForImages,
380 nbTexturesNeeded.full
[all...]
/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-reference.js208 var full = document.location.pathname;
211 if (full.substr(0, toroot.length) == toroot) {
212 return full.substr(toroot.length);
223 var pos = full.lastIndexOf("/");
224 file = full.substr(pos) + file;
225 full = full.substr(0, pos);

Completed in 600 milliseconds

12345678