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

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
pretty-print.h 68 with appropriate line-wrapping. */
121 /* Maximum characters per line in automatic line wrapping mode.
123 #define pp_line_cutoff(PP) pp_base (PP)->wrapping.line_cutoff
126 #define pp_prefixing_rule(PP) pp_base (PP)->wrapping.rule
128 /* Get or set the wrapping mode as a single entity. */
129 #define pp_wrapping_mode(PP) pp_base (PP)->wrapping
144 /* True if PRETTY-PRINTER is in line-wrapping mode. */
175 /* Current wrapping mode. */
176 pp_wrapping_mode_t wrapping; member in struct:pretty_print_info
diagnostic.h 208 #define diagnostic_prefixing_rule(DC) ((DC)->printer->wrapping.rule)
210 /* Maximum characters per line in automatic line wrapping mode.
212 #define diagnostic_line_cutoff(DC) ((DC)->printer->wrapping.line_cutoff)
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
event_suspender.js 68 * @return {Function} Function wrapping the handler.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
util.js 44 * Adds one to and index with wrapping.
54 * Subtracts one to and index with wrapping.
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSocketTest.java 1119 final SSLSocket wrapping = (SSLSocket) local
1155 Socket wrapping = sf.createSocket(underlying, null, -1, false); local
1388 final SSLSocket wrapping = (SSLSocket) local
    [all...]
  /external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
api_utils.py 309 @utils.wrapping(tasklet)
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/life/
example.js 77 // and a 'message' event listener attached. This wrapping method is used
  /external/chromium_org/tools/grit/grit/format/
html_inline.py 240 wrapping them with any kind of tags).
  /external/chromium_org/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/cube/
example.js 77 // and a 'message' event listener attached. This wrapping method is used
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/earth/
example.js 77 // and a 'message' event listener attached. This wrapping method is used
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/voronoi/
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/clang/www/analyzer/scripts/
expandcollapse.js 55 // We found a div wrapping a cell content whose height exceeds
  /external/valgrind/main/none/tests/
cmdline1.stdout.exp 101 specify patterns for function wrapping or replacement.
cmdline2.stdout.exp 101 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 469 void wrapping( int d,
  /external/chromium_org/mojo/public/python/mojo/
system.pyx 110 """Create a python buffer wrapping the given memory.
183 """Exception wrapping a mojo result error code."""
  /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_org/native_client_sdk/src/gonacl_appengine/static/smoothlife/
example.js 108 // and a 'message' event listener attached. This wrapping method is used
  /external/chromium_org/chrome/browser/resources/google_now/
utility.js 560 * a wrapping to callables consistent to ECMA promises.
566 * @return {*} Consumable argument with necessary wrapping applied.
585 // double-wrapping all catch callbacks. Regular promise catch calls do
    [all...]
  /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/resources/
common.js 143 // and a 'message' event listener attached. This wrapping method is used

Completed in 570 milliseconds

1 2