OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:annex
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/coregrind/m_gdbserver/
server.c
62
int decode_xfer_read (char *buf, const char **
annex
, CORE_ADDR *ofs, unsigned int *len)
64
/* Extract and NUL-terminate the
annex
. */
65
*
annex
= buf;
72
/* After the read/write marker and
annex
, qXfer looks like a
820
const char *
annex
= NULL;
local
821
// First, the
annex
is extracted from the packet received.
825
/* Grab the
annex
, offset, and length. */
826
if (decode_xfer_read (arg_own_buf + 20, &
annex
, &ofs, &len) < 0) {
831
if (strcmp (
annex
, "target.xml") == 0) {
832
annex
= valgrind_target_xml(VG_(clo_vgdb_shadow_registers))
886
const char *
annex
;
local
938
const char *
annex
;
local
997
const char *
annex
;
local
[
all
...]
/external/v8/test/webkit/fast/js/kde/
GlobalObject.js
73
shouldBe('parseInt("015")', "15"); // ES5 prohibits parseInt from handling octal, see
annex
E.
Completed in 715 milliseconds