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

1 2

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
pretty-print.h 69 with appropriate line-wrapping. */
122 /* Maximum characters per line in automatic line wrapping mode.
124 #define pp_line_cutoff(PP) pp_base (PP)->wrapping.line_cutoff
127 #define pp_prefixing_rule(PP) pp_base (PP)->wrapping.rule
129 /* Get or set the wrapping mode as a single entity. */
130 #define pp_wrapping_mode(PP) pp_base (PP)->wrapping
146 /* True if PRETTY-PRINTER is in line-wrapping mode. */
177 /* Current wrapping mode. */
178 pp_wrapping_mode_t wrapping; member in struct:pretty_print_info
diagnostic.h 199 #define diagnostic_prefixing_rule(DC) ((DC)->printer->wrapping.rule)
201 /* Maximum characters per line in automatic line wrapping mode.
203 #define diagnostic_line_cutoff(DC) ((DC)->printer->wrapping.line_cutoff)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
pretty-print.h 69 with appropriate line-wrapping. */
122 /* Maximum characters per line in automatic line wrapping mode.
124 #define pp_line_cutoff(PP) pp_base (PP)->wrapping.line_cutoff
127 #define pp_prefixing_rule(PP) pp_base (PP)->wrapping.rule
129 /* Get or set the wrapping mode as a single entity. */
130 #define pp_wrapping_mode(PP) pp_base (PP)->wrapping
146 /* True if PRETTY-PRINTER is in line-wrapping mode. */
177 /* Current wrapping mode. */
178 pp_wrapping_mode_t wrapping; member in struct:pretty_print_info
diagnostic.h 199 #define diagnostic_prefixing_rule(DC) ((DC)->printer->wrapping.rule)
201 /* Maximum characters per line in automatic line wrapping mode.
203 #define diagnostic_line_cutoff(DC) ((DC)->printer->wrapping.line_cutoff)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
pretty-print.h 69 with appropriate line-wrapping. */
122 /* Maximum characters per line in automatic line wrapping mode.
124 #define pp_line_cutoff(PP) pp_base (PP)->wrapping.line_cutoff
127 #define pp_prefixing_rule(PP) pp_base (PP)->wrapping.rule
129 /* Get or set the wrapping mode as a single entity. */
130 #define pp_wrapping_mode(PP) pp_base (PP)->wrapping
146 /* True if PRETTY-PRINTER is in line-wrapping mode. */
177 /* Current wrapping mode. */
178 pp_wrapping_mode_t wrapping; member in struct:pretty_print_info
diagnostic.h 199 #define diagnostic_prefixing_rule(DC) ((DC)->printer->wrapping.rule)
201 /* Maximum characters per line in automatic line wrapping mode.
203 #define diagnostic_line_cutoff(DC) ((DC)->printer->wrapping.line_cutoff)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
pretty-print.h 69 with appropriate line-wrapping. */
122 /* Maximum characters per line in automatic line wrapping mode.
124 #define pp_line_cutoff(PP) pp_base (PP)->wrapping.line_cutoff
127 #define pp_prefixing_rule(PP) pp_base (PP)->wrapping.rule
129 /* Get or set the wrapping mode as a single entity. */
130 #define pp_wrapping_mode(PP) pp_base (PP)->wrapping
146 /* True if PRETTY-PRINTER is in line-wrapping mode. */
177 /* Current wrapping mode. */
178 pp_wrapping_mode_t wrapping; member in struct:pretty_print_info
diagnostic.h 199 #define diagnostic_prefixing_rule(DC) ((DC)->printer->wrapping.rule)
201 /* Maximum characters per line in automatic line wrapping mode.
203 #define diagnostic_line_cutoff(DC) ((DC)->printer->wrapping.line_cutoff)
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSocketTest.java 1100 final SSLSocket wrapping = (SSLSocket) local
1136 Socket wrapping = sf.createSocket(underlying, null, -1, false); local
1304 final SSLSocket wrapping = (SSLSocket) local
    [all...]
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLTableCellElement21.js 78 The noWrap attribute supresses word wrapping.
HTMLTableCellElement22.js 78 The noWrap attribute supresses word wrapping.
table27.js 78 Suppress word wrapping.
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLTableCellElement21.js 78 The noWrap attribute supresses word wrapping.
HTMLTableCellElement22.js 78 The noWrap attribute supresses word wrapping.
table27.js 78 Suppress word wrapping.
  /external/v8/test/mjsunit/harmony/
proxies-example-membrane.js 307 // bother wrapping it.
374 // bother wrapping it.
  /external/valgrind/main/none/tests/
cmdline1.stdout.exp 86 specify patterns for function wrapping or replacement.
cmdline2.stdout.exp 86 specify patterns for function wrapping or replacement.
  /system/core/libpixelflinger/codeflinger/
texturing.cpp 509 wrapping(u, s.reg, width, tmu.swrap, FRAC_BITS);
510 wrapping(v, t.reg, height, tmu.twrap, FRAC_BITS);
1136 void GGLAssembler::wrapping( function in class:android::GGLAssembler
    [all...]
GGLAssembler.h 463 void wrapping( int d,
  /external/qemu/distrib/sdl-1.2.15/src/joystick/darwin/
SDL_sysjoystick.c 63 Boolean wrapping; /* does element wrap around (one value higher than max is min) */
265 pElement->wrapping = CFBooleanGetValue (refType);
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
util.js 44 * wrapping, they are evaluated as block, and create syntax
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
util.js 44 * wrapping, they are evaluated as block, and create syntax
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 806 no signed wrapping. The result is undefined if the negation overflows.
811 no unsigned wrapping. The result is undefined if the negation overflows.
828 signed wrapping. The result is undefined if the sum overflows.
833 unsigned wrapping. The result is undefined if the sum overflows.
846 no signed wrapping. The result is undefined if the sum overflows.
851 no unsigned wrapping. The result is undefined if the sum overflows.
864 no signed wrapping. The result is undefined if the sum overflows.
869 no unsigned wrapping. The result is undefined if the sum overflows.
    [all...]
  /external/chromium/chrome/browser/resources/keyboard/
main.js 668 // rendering issues with floated divs wrapping at some sizes).

Completed in 2149 milliseconds

1 2