HomeSort by relevance Sort by last modified time
    Searched refs:nowrap (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/chromium-trace/catapult/third_party/polymer/components/core-item/
core-item.css 14 white-space: nowrap;
  /external/chromium-trace/catapult/third_party/polymer/components/paper-dropdown-menu/
paper-dropdown-menu.css 38 white-space: nowrap;
  /external/clang/test/Sema/
type-spec-struct-union.c 58 int nowrap; member in struct:bar_baz
64 z->baz->mode = z->baz->nowrap ? HOP : SQUAT;
  /libcore/ojluni/src/main/java/java/util/zip/
Inflater.java 92 * Creates a new decompressor. If the parameter 'nowrap' is true then
96 * Note: When using the 'nowrap' option it is also necessary to provide
100 * @param nowrap if true then support GZIP compatible compression
102 public Inflater(boolean nowrap) {
103 zsRef = new ZStreamRef(init(nowrap));
406 private native static long init(boolean nowrap);
Deflater.java 161 * If 'nowrap' is true then the ZLIB header and checksum fields will
165 * @param nowrap if true then use GZIP compatible compression
167 public Deflater(int level, boolean nowrap) {
170 this.zsRef = new ZStreamRef(init(level, DEFAULT_STRATEGY, nowrap));
554 private native static long init(int level, int strategy, boolean nowrap);
  /external/chromium-trace/catapult/third_party/polymer/components/paper-action-dialog/
paper-input-decorator.css 69 white-space: nowrap;
75 white-space: nowrap;
92 white-space: nowrap;
  /external/chromium-trace/catapult/third_party/polymer/components/paper-input/
paper-input-decorator.css 69 white-space: nowrap;
75 white-space: nowrap;
92 white-space: nowrap;
  /external/freetype/src/gzip/
inflate.c 46 int nowrap; /* flag for no wrapper */ member in struct:internal_state
61 z->state->mode = z->state->nowrap ? BLOCKS : METHOD;
107 /* handle undocumented nowrap option (no zlib header or check) */
108 z->state->nowrap = 0;
112 z->state->nowrap = 1;
125 inflate_blocks_new(z, z->state->nowrap ? Z_NULL : adler32, (uInt)1 << w))
231 if (z->state->nowrap)
  /external/libopus/doc/
customdoxygen.css 202 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: nowrap;
    [all...]
  /ndk/docs/Additional_library_docs/renderscript/
doxygen.css 365 white-space: nowrap;
374 white-space: nowrap;
410 white-space: nowrap;
478 white-space: nowrap;
483 white-space: nowrap;
560 white-space: nowrap;
591 white-space: nowrap;
650 white-space: nowrap;
758 white-space: nowrap;
772 white-space: nowrap;
    [all...]
  /external/icu/icu4c/
icu4c.css 157 white-space: nowrap;
169 white-space: nowrap;
219 white-space: nowrap;
279 white-space: nowrap;
376 white-space: nowrap;
  /external/libjpeg-turbo/doc/html/
doxygen.css 272 white-space: nowrap;
466 white-space: nowrap;
475 white-space: nowrap;
595 white-space: nowrap;
600 white-space: nowrap;
641 white-space: nowrap;
660 white-space: nowrap;
688 white-space: nowrap;
718 white-space: nowrap;
783 white-space: nowrap;
    [all...]
  /external/shflags/doc/
rst2html.css 190 white-space: nowrap }
233 white-space: nowrap }
273 white-space: nowrap ;
  /libcore/ojluni/src/main/native/
java_util_zip_Deflater.c 65 jint strategy, jboolean nowrap)
75 nowrap ? -MAX_WBITS : MAX_WBITS,
java_util_zip_Inflater.c 61 Inflater_init(JNIEnv *env, jclass cls, jboolean nowrap)
70 switch (inflateInit2(strm, nowrap ? -MAX_WBITS : MAX_WBITS)) {
  /frameworks/base/docs/html/ndk/reference/
doxygen.css 277 white-space: nowrap;
471 white-space: nowrap;
480 white-space: nowrap;
600 white-space: nowrap;
605 white-space: nowrap;
646 white-space: nowrap;
665 white-space: nowrap;
693 white-space: nowrap;
724 white-space: nowrap;
789 white-space: nowrap;
    [all...]
  /external/chromium-trace/catapult/third_party/Paste/docs/
default.css 226 white-space: nowrap;
311 white-space: nowrap;
  /external/chromium-trace/catapult/third_party/Paste/docs/web/
default-site.css 215 white-space: nowrap;
299 white-space: nowrap;
  /hardware/bsp/intel/peripheral/libupm/doxy/node/generators/yuidoc/tmpl/assets/css/
main.css 181 white-space: nowrap;
247 white-space: nowrap;
557 .apidocs .index-item { white-space: nowrap; }
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/bench/
wikipedia.css 103 white-space: nowrap;
159 white-space:nowrap;
341 white-space: nowrap;
598 white-space: nowrap;
1023 white-space: nowrap;
1090 white-space: nowrap;
1108 white-space: nowrap;
1207 white-space: nowrap;
1482 white-space: nowrap;
    [all...]
  /external/chromium-trace/catapult/third_party/coverage/coverage/htmlfiles/
style.css 229 white-space: nowrap;
  /external/libjpeg-turbo/doc/html/search/
search.css 8 white-space : nowrap;
  /external/guava/
javadoc-stylesheet.css 376 white-space:nowrap;
421 white-space:nowrap;
  /external/libjpeg-turbo/java/doc/
stylesheet.css 376 white-space:nowrap;
421 white-space:nowrap;
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_neon_Blend.S 55 * nowrap=1 -- The macro requires no wrapper at all, and should simply be
75 #define params_DST nowrap=1
436 .macro wrap_line kernel, nowrap=0, zipped=1, lddst=1, ldsrc=1, pld=1
437 .if \nowrap

Completed in 699 milliseconds

1 2 3