/art/test/526-long-regalloc/ |
info.txt | 1 Regression test for optimizing that used to trip when allocating a register
|
/art/test/528-long-hint/ |
info.txt | 2 allocating a wrong register pair.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/ |
tls128.s | 1 ; Just something allocating 128 bytes TLS data.
|
tls128g.s | 1 ; Just something allocating 128 bytes TLS data, with the symbol being global.
|
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
soft_rss_limit_mb_test.cc | 29 fprintf(stderr, "[%d] allocating %d times\n", i, num_allocs); 54 // CHECK_MAY_RETURN_1: allocating 128 times 56 // CHECK_MAY_RETURN_1: allocating 256 times 59 // CHECK_MAY_RETURN_1: allocating 512 times 63 // CHECK_MAY_RETURN_0: allocating 128 times 65 // CHECK_MAY_RETURN_0: allocating 256 times
|
/external/llvm/autoconf/m4/ |
need_dev_zero_for_mmap.m4 | 2 # When allocating RWX memory, check whether we need to use /dev/zero
|
/prebuilts/go/darwin-x86/test/ |
compos.go | 23 panic("not allocating & composite literals")
|
/prebuilts/go/linux-x86/test/ |
compos.go | 23 panic("not allocating & composite literals")
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/shadows/utils/ |
FixedShadowMapAllocator.java | 50 protected boolean allocating = false; field in class:FixedShadowMapAllocator 77 if (allocating) { 80 allocating = true; 86 if (!allocating) { 89 allocating = false; 94 if (!allocating) {
|
/external/jemalloc/test/include/test/ |
btalloc.h | 1 /* btalloc() provides a mechanism for allocating via permuted backtraces. */
|
/external/nanopb-c/examples/using_union_messages/ |
unionproto.proto | 2 // with nanopb, without allocating memory for all the message types.
|
/external/skia/tests/ |
VarAllocTest.cpp | 12 SkVarAlloc va(4/*start allocating at 16B*/);
|
/external/ImageMagick/Magick++/lib/Magick++/ |
Functions.h | 18 // Clone C++ string as allocated C string, de-allocating any existing string
|
/external/llvm/test/CodeGen/Mips/Fast-ISel/ |
mul1.ll | 5 ; registers for this example. There was an issue with allocating AC0
|
/prebuilts/go/darwin-x86/src/runtime/ |
mem_darwin.go | 10 // which prevents us from allocating more stack. 30 // which prevents us from allocating more stack.
|
/prebuilts/go/linux-x86/src/runtime/ |
mem_darwin.go | 10 // which prevents us from allocating more stack. 30 // which prevents us from allocating more stack.
|
/external/libbrillo/brillo/ |
secure_blob_unittest.cc | 46 // Check that allocating a SecureBlob of a specified size works 53 // Check that allocating a SecureBlob with an iterator works 67 // Check that allocating a SecureBlob with an iterator works
|
/external/libpng/contrib/examples/ |
iccfrompng.c | 62 png_error(png_ptr, "OOM allocating info structure"); 79 png_error(png_ptr, "OOM allocating profile buffer"); 152 fprintf(stderr, "%s: OOM allocating string!\n", filename);
|
/external/llvm/docs/ |
SegmentedStacks.rst | 13 done by allocating stack blocks (henceforth called *stacklets*) and linking them 27 Allocating Stacklets 66 The section on `allocating stacklets`_ automatically assumes that every stack
|
/external/libpng/contrib/libtests/ |
readpng.c | 56 png_error(png_ptr, "OOM allocating info structure"); 70 png_error(png_ptr, "OOM allocating row buffers");
|
/art/test/528-long-hint/src/ |
Main.java | 33 // by the intrinsic below. Allocating EBX for the low part, would put ESP as the high
|
/development/samples/OpenGL/HelloOpenGLES10/src/com/example/android/opengl/ |
OpenGLES10Activity.java | 40 // you should consider de-allocating objects that
|
/development/samples/OpenGL/HelloOpenGLES20/src/com/example/android/opengl/ |
OpenGLES20Activity.java | 41 // you should consider de-allocating objects that
|
/external/ImageMagick/Magick++/lib/ |
Functions.cpp | 22 // Clone C++ string as allocated C string, de-allocating any existing string
|
/external/chromium-trace/catapult/tracing/tracing/base/ |
guid.html | 28 /* Return the last GUID allocated without allocating a new one.
|