HomeSort by relevance Sort by last modified time
    Searched refs:Out (Results 1 - 11 of 11) sorted by null

  /bionic/linker/
linker_format.c 24 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
49 } Out;
52 out_send(Out *o, const void *data, size_t len)
58 out_send_repeat(Out *o, char ch, int count)
76 out_vformat(Out *o, const char *format, va_list args);
82 Out out[1]; member in struct:__anon560
112 static Out*
118 bo->out->opaque = bo;
119 bo->out->send = buf_out_send
139 Out *out; local
183 Out out[1]; member in struct:__anon561
231 Out* out; local
633 Out* out; local
659 Out* out = buf_out_init(bo, buffer, sizeof buffer); local
    [all...]
  /external/webkit/LayoutTests/fast/js/resources/
string-concatenate-outofmemory.js 5 shouldThrow('s = "a"; while (1) { s += s; }', '"Error: Out of memory"'); // Expand at end of string
6 shouldThrow('s = "a"; while (1) { s += ("a" + s); }', '"Error: Out of memory"'); // Expand at beginning of string
7 shouldThrow('s = "a"; while (1) { s = [s, s].join(); }', '"Error: Out of memory"'); // Expand using UString::append.
11 'We also verify that the the string is stil functional after the out of memory exception is raised. In <a href="rdar://problem/5352887">rdar://problem/5352887</a>, accessing the string after the exception would crash.'
19 debug('PASS: String ' + stringName + ' was functional after ' + testName + ' raised out of memory exception.');
  /external/v8/test/mjsunit/
arguments-opt.js 25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
72 // Out-of-bounds integer access with and without argument
125 // Make sure that out-of-bounds access do lookups in the
  /external/zlib/contrib/delphi/
ZLib.pas 131 Out: OutBuf = ptr to newly allocated buffer containing decompressed data
134 out OutBuf: Pointer; out OutBytes: Integer);
141 Out: OutBuf = ptr to newly allocated buffer containing decompressed data
144 OutEstimate: Integer; out OutBuf: Pointer; out OutBytes: Integer);
149 Out: OutBuf = ptr to user-allocated buffer to contain decompressed data
287 out OutBuf: Pointer; out OutBytes: Integer);
325 OutEstimate: Integer; out OutBuf: Pointer; out OutBytes: Integer)
    [all...]
  /external/openssl/apps/
makeapps.com 408 $! Figure Out If We Need An AXP Or A VAX Linker Option File.
572 $! Find Out Which One To Use.
621 $! Find out what socket library we have available
  /external/openssl/crypto/
crypto-lib.com 304 $! Figure Out What Other Modules We Are To Build.
703 $! Figure Out If We Need A non-VAX Or A VAX Linker Option File.
906 $! Find Out Which One To Use.
955 $! Find out what socket library we have available
    [all...]
  /external/icu4c/test/cintltst/
nucnvtst.c 415 log_verbose("\nConversion done [%d uchars in -> %d chars out]. \nResult :",
442 log_err("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName);
443 log_verbose("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName);
2915 char out[80]; local
    [all...]
  /external/freetype/src/truetype/
ttinterp.c 690 /* This is commented out currently. */
    [all...]
  /external/zlib/contrib/pascal/
example.pas 543 EXIT_ERR('Out of memory');
  /external/dropbear/libtomcrypt/
crypt.tex 130 The library serves as a toolkit for developers who have to solve cryptographic problems. Out of the box LibTomCrypt
139 \item I am too lazy to figure out someone else's API. I'd rather invent my own simpler API and use that.
154 configurable in terms of its build options. Out of the box the library will build with any modern version of GCC
194 They can be removed from a build by simply commenting out the two appropriate lines in \textit{tomcrypt\_custom.h}. The rest
    [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 742 milliseconds