HomeSort by relevance Sort by last modified time
    Searched refs:wrapping (Results 1 - 25 of 39) 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
1297 final SSLSocket wrapping = (SSLSocket) local
    [all...]
  /external/chromium_org/v8/test/mjsunit/harmony/
proxies-example-membrane.js 307 // bother wrapping it.
374 // bother wrapping it.
  /external/v8/test/mjsunit/harmony/
proxies-example-membrane.js 307 // bother wrapping it.
374 // bother wrapping it.
  /external/chromium_org/chrome/test/chromedriver/js/
call_function.js 188 * respectively, unless otherwise specified. This wrapping involves converting
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/pnacl-demo/
example.js 77 // and a 'message' event listener attached. This wrapping method is used
  /external/chromium_org/v8/test/webkit/fast/js/kde/
md5-2.js 36 * Add integers, wrapping at 2^32. This uses 16-bit operations internally
  /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/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
util.js 44 * wrapping, they are evaluated as block, and create syntax
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
util.js 44 * wrapping, they are evaluated as block, and create syntax
  /external/chromium_org/native_client_sdk/src/examples/
common.js 97 // and a 'message' event listener attached. This wrapping method is used
  /external/chromium_org/third_party/jstemplate/
util.js 40 * wrapping, they are evaluated as block, and create syntax

Completed in 1763 milliseconds

1 2