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

1 2 3

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-d10v/
reloc-007.d 4 # now that we treat addresses as wrapping, it isn't possible to fail
reloc-008.d 4 # now that we treat addresses as wrapping, it isn't possible to fail
reloc-015.d 4 # now that we treat addresses as wrapping, it isn't possible to fail
reloc-016.d 4 # now that we treat addresses as wrapping, it isn't possible to fail
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
noov.d 6 # relocation would overflow if it hadn't been wrapping. We always
7 # want 32-bit-wrapping on a 32-bit target for the benefit of Linux
  /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-trace/catapult/third_party/flot/
CONTRIBUTING.md 81 #### Wrapping ####
85 Code should attempt to wrap at 80 characters, but may run longer if wrapping
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/samples/storage_sample/storage/
storage_v1.py 167 """Command wrapping bucketAccessControls.Delete."""
196 """Command wrapping bucketAccessControls.Get."""
224 """Command wrapping bucketAccessControls.Insert."""
348 """Command wrapping bucketAccessControls.List."""
372 """Command wrapping bucketAccessControls.Patch."""
484 """Command wrapping bucketAccessControls.Update."""
595 """Command wrapping buckets.Delete."""
641 """Command wrapping buckets.Get."""
698 """Command wrapping buckets.Insert."""
765 """Command wrapping buckets.List.""
    [all...]
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSocketTest.java 1192 final SSLSocket wrapping = (SSLSocket) local
1304 Socket wrapping = sf.createSocket(underlying, null, -1, false); local
1539 final SSLSocket wrapping = (SSLSocket) local
    [all...]
  /external/chromium-trace/catapult/trace_processor/third_party/cloudstorage/
api_utils.py 347 @utils.wrapping(tasklet)
  /external/autotest/client/common_lib/hosts/
base_classes.py 442 """ Decorator for wrapping a management operaiton in a group for status
  /external/clang/www/analyzer/scripts/
expandcollapse.js 55 // We found a div wrapping a cell content whose height exceeds
  /external/v8/test/webkit/fast/js/kde/
md5-2.js 36 * Add integers, wrapping at 2^32. This uses 16-bit operations internally
  /external/valgrind/none/tests/
cmdline1.stdout.exp 117 specify patterns for function wrapping or replacement.
cmdline2.stdout.exp 117 specify patterns for function wrapping or replacement.
  /system/core/libpixelflinger/codeflinger/
texturing.cpp 505 wrapping(u, s.reg, width, tmu.swrap, FRAC_BITS);
506 wrapping(v, t.reg, height, tmu.twrap, FRAC_BITS);
1031 void GGLAssembler::wrapping( function in class:android::GGLAssembler
    [all...]
GGLAssembler.h 469 void wrapping( int d,
  /external/v8/test/mjsunit/es6/
symbols.js 234 // Test Symbol wrapping/boxing over non-builtins.
collections.js 1223 // Strict mode is required to prevent implicit wrapping in the getter.
    [all...]
  /external/v8/test/mjsunit/harmony/
simd.js 491 // Test SIMD value wrapping/boxing over non-builtins.
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 947 no signed wrapping. The result is undefined if the negation overflows.
    [all...]
  /external/minijail/
common.mk 94 # annotation, so you can't tag a variable private on a wrapping target.
619 # Architecture detection and QEMU wrapping
    [all...]
  /external/modp_b64/
common.mk 94 # annotation, so you can't tag a variable private on a wrapping target.
619 # Architecture detection and QEMU wrapping
    [all...]
  /system/core/libpixelflinger/
scanline.cpp 618 static GGLfixed wrapping(int32_t coord, uint32_t size, int tx_wrap) function in namespace:android
731 u = wrapping(tc[i].s, w, tx.s_wrap);
740 v = wrapping(tc[i].t, h, tx.t_wrap);
    [all...]

Completed in 1652 milliseconds

1 2 3