Searched refs:space (Results 201 - 225 of 627) sorted by relevance

1234567891011>>

/external/valgrind/main/exp-sgcheck/tests/
H A Dbad_percentify.c563 Int i, len, space; local
599 space = n_buf - len;
600 if (space < 0) space = 0; /* Allow for v. small field_width */
604 for ( ; i >= 0; i--) buf[i + space] = buf[i];
605 for (i = 0; i < space; i++) buf[i] = ' ';
/external/stlport/src/
H A Dfacets_byname.cpp133 _Locale_mask_t all_bits = _Locale_mask_t(ctype_base::space |
524 // a space separates currency symbol from a positive value.
525 pos_format.field[2] = (char) money_base::space;
528 // a space not separates currency symbol from a positive value.
536 // a space separates currency symbol from a positive value.
537 pos_format.field[2] = (char) money_base::space;
540 // a space not separates currency symbol from a positive value.
551 // a space separates currency symbol from a positive value.
552 pos_format.field[1] = (char) money_base::space;
556 // a space no
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/network_ui/
H A Dnetwork_ui.css63 white-space: pre-wrap;
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dnfc_debug.css11 white-space: pre-wrap;
/external/chromium_org/chrome/browser/resources/contextual_search/
H A Dpromo.css90 white-space: nowrap;
/external/chromium_org/chrome/browser/resources/print_preview/search/
H A Ddestination_list_item.css42 white-space: nowrap;
/external/chromium_org/chrome/browser/resources/print_preview/settings/
H A Ddestination_settings.css49 white-space: nowrap;
/external/chromium_org/chrome/browser/resources/sync_file_system_internals/
H A Dmain.css36 white-space: nowrap;
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/
H A Dfeed.css64 white-space: nowrap;
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/css/
H A Dselect.css27 white-space: nowrap;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DrevisionHistory.css93 white-space: nowrap;
H A DelementsPanel.css99 white-space: nowrap;
193 white-space: nowrap;
252 white-space: nowrap;
259 white-space: normal;
275 white-space: nowrap;
326 white-space: normal;
366 white-space: normal !important;
501 white-space: nowrap;
525 white-space: nowrap;
737 white-space
[all...]
/external/chromium_org/third_party/WebKit/Source/web/tests/data/
H A Dtouch-action-tests.css65 white-space: nowrap;
/external/chromium_org/third_party/skia/experimental/webtry/res/css/cm/
H A Dcodemirror.css31 white-space: nowrap;
168 white-space: normal;
196 white-space: pre;
206 white-space: pre-wrap;
/external/chromium_org/ui/file_manager/file_manager/audio_player/elements/
H A Dtrack_list.css61 white-space: nowrap;
/external/chromium_org/ui/webui/resources/css/
H A Dbubble.css7 white-space: normal;
H A Dmenu.css16 white-space: nowrap;
/external/chromium_org/v8/src/heap/
H A Dstore-buffer.h58 // Iterates over all pointers that go from old space to new space. It will
126 // The garbage collector iterates over many pointers to new space that are not
157 // For each region of pointers on a page in use from an old space call
160 // in old space and changes in allocation watermark then
162 void IteratePointersOnPage(PagedSpace* space, Page* page,
170 void VerifyPointers(LargeObjectSpace* space);
/external/pdfium/core/src/fxcrt/
H A Dxml_int.h168 void GetName(CFX_ByteStringL &space, CFX_ByteStringL &name);
171 void GetTagName(CFX_ByteStringL &space, CFX_ByteStringL &name, FX_BOOL &bEndTag, FX_BOOL bStartTag = FALSE);
/external/skia/experimental/webtry/res/css/cm/
H A Dcodemirror.css31 white-space: nowrap;
168 white-space: normal;
196 white-space: pre;
206 white-space: pre-wrap;
/external/stlport/test/unit/
H A Dmoney_facets_test.cpp118 // space after currency
119 if (intl_fmp.pos_format().field[fieldIndex] == money_base::space ||
122 // is separator, so if format has space on this place, it should
152 // space
153 if (intl_fmp.pos_format().field[fieldIndex] == money_base::space ) {
163 //as space cannot be last the only left format can be none:
213 if (dom_fmp.neg_format().field[fieldIndex] == money_base::space ||
233 //space cannot be last:
235 dom_fmp.neg_format().field[fieldIndex] == money_base::space) {
317 if (dom_fmp.neg_format().field[fieldIndex] == money_base::space ||
[all...]
/external/valgrind/main/callgrind/
H A Dcallgrind_control.in166 my $space = ' ' x ($CC_col_widths->[$i] - length($count));
167 print("$space$count ");
179 my $space = ' ' x ($col_width - $event_width);
180 print("$space$event ");
/external/chromium_org/chrome/browser/resources/about_sys/
H A Dabout_sys.css122 white-space: nowrap;
153 white-space: pre-wrap;
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Dnetwork_dropdown.css37 white-space: nowrap;
123 white-space: nowrap;
/external/chromium_org/net/third_party/nss/ssl/
H A Dssl3gthr.c116 if (gs->remainder > gs->inbuf.space) {
183 if (gs->dtlsPacket.space < MAX_FRAGMENT_LENGTH + 2048 + 13) {
192 nb = ssl_DefRecv(ss, gs->dtlsPacket.buf, gs->dtlsPacket.space, flags);
240 if (gs->remainder > gs->inbuf.space) {

Completed in 1084 milliseconds

1234567891011>>