Searched refs:space (Results 126 - 150 of 569) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/resources/net_internals/
H A Dmain.css23 white-space: nowrap;
34 white-space: nowrap;
74 white-space: nowrap;
/external/chromium_org/chrome/browser/resources/extensions/chromeos/
H A Dkiosk_apps.css73 white-space: nowrap;
83 white-space: nowrap;
86 .kiosk-app-list-item .space-filler {
/external/chromium_org/chrome/browser/resources/
H A Dpolicy.css59 white-space: nowrap;
148 white-space: nowrap;
169 white-space: pre;
H A Dabout_version.css30 white-space: nowrap;
/external/ceres-solver/internal/ceres/
H A Dresidual_block_utils.cc105 string space = "Residuals: "; local
106 result += space;
/external/chromium/chrome/browser/resources/ntp4/
H A Drecently_closed.css12 /* Reserve space for the menu button even when it's hidden. */
37 white-space: nowrap;
/external/chromium_org/chrome/browser/resources/extensions/
H A Dextension_info.css38 white-space: normal;
/external/chromium_org/chrome/browser/resources/file_manager/css/
H A Dlist.css21 white-space: pre;
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dlogs_view.css40 white-space: pre;
/external/chromium_org/chrome/browser/resources/print_preview/settings/
H A Ddestination_settings.css46 white-space: nowrap;
/external/chromium_org/chrome/browser/resources/sync_file_system_internals/
H A Dmain.css36 white-space: nowrap;
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXMLViewer.css54 white-space: pre;
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
H A Dflakiness_dashboard_tests.css40 white-space: nowrap;
46 white-space: nowrap;
51 white-space: normal;
250 white-space: nowrap;
/external/chromium_org/third_party/skia/src/core/
H A DSkPathRef.h70 * Adds the verb and allocates space for the number of points indicated by the verb. The
86 * Allocates space for additional verbs and points and returns pointers to the new verbs and
348 size_t space = additionalVerbs * sizeof(uint8_t) + additionalPoints * sizeof (SkPoint); local
349 this->makeSpace(space);
354 * allocates space for reserveVerb additional verbs and reservePoints additional points.*/
392 size_t space = newVerbs * sizeof(uint8_t) + newPoints * sizeof (SkPoint); local
393 this->makeSpace(space);
396 fFreeSpace -= space;
433 size_t space = sizeof(uint8_t) + pCnt * sizeof (SkPoint); local
434 this->makeSpace(space);
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
H A Dmultisect1.asm27 ; Reserve space for stack:
/external/dhcpcd/mk/
H A Ddist.mk10 _VERSION_SH= sed -n 's/\#define VERSION[[:space:]]*"\(.*\)".*/\1/p' config.h
/external/elfutils/libcpu/
H A Di386_lex.l45 WHITE [[:space:]]+
/external/skia/src/core/
H A DSkPathRef.h70 * Adds the verb and allocates space for the number of points indicated by the verb. The
86 * Allocates space for additional verbs and points and returns pointers to the new verbs and
348 size_t space = additionalVerbs * sizeof(uint8_t) + additionalPoints * sizeof (SkPoint); local
349 this->makeSpace(space);
354 * allocates space for reserveVerb additional verbs and reservePoints additional points.*/
392 size_t space = newVerbs * sizeof(uint8_t) + newPoints * sizeof (SkPoint); local
393 this->makeSpace(space);
396 fFreeSpace -= space;
433 size_t space = sizeof(uint8_t) + pCnt * sizeof (SkPoint); local
434 this->makeSpace(space);
[all...]
/external/chromium_org/v8/src/
H A Dheap-inl.h212 AllocationSpace space,
215 ASSERT(space != NEW_SPACE ||
223 return Failure::RetryAfterGC(space);
229 if (NEW_SPACE == space) {
232 space = retry_space;
238 if (OLD_POINTER_SPACE == space) {
240 } else if (OLD_DATA_SPACE == space) {
242 } else if (CODE_SPACE == space) {
244 } else if (LO_SPACE == space) {
246 } else if (CELL_SPACE == space) {
211 AllocateRaw(int size_in_bytes, AllocationSpace space, AllocationSpace retry_space) argument
407 AllocationSpace space = TargetSpaceId(type); local
541 CollectGarbage(AllocationSpace space, const char* gc_reason) argument
[all...]
/external/chromium_org/third_party/opus/src/doc/
H A Dcustomdoxygen.css202 white-space: nowrap;
375 white-space: nowrap;
384 white-space: nowrap;
420 white-space: nowrap;
488 white-space: nowrap;
493 white-space: nowrap;
570 white-space: nowrap;
601 white-space: nowrap;
661 white-space: nowrap;
769 white-space
[all...]
/external/chromium_org/native_client_sdk/src/libraries/xray/
H A Dreport.c38 char space[257]; local
40 memset(space, ' ', 256);
41 space[256] = 0;
79 &space[256 - depth], symbol_name, annotation);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A Dview-source.css32 white-space: pre-wrap !important;
67 white-space: nowrap;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DresourceView.css46 white-space: pre-wrap;
108 white-space: pre;
/external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/
H A DToken.h76 void setHasLeadingSpace(bool space);
/external/linux-tools-perf/util/
H A Dconfig.c55 int quote = 0, comment = 0, space = 0; local
72 space = 1;
81 if (space) {
84 space = 0;

Completed in 1164 milliseconds

1234567891011>>