OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AsciiWrite
(Results
1 - 2
of
2
) sorted by null
/hardware/ril/mock-ril/src/cpp/
node_buffer.h
72
int
AsciiWrite
(char *string, int offset, int length);
84
static v8::Handle<v8::Value>
AsciiWrite
(const v8::Arguments &args);
node_buffer.cpp
458
// var charsWritten = buffer.
asciiWrite
(string, offset);
459
Handle<Value> Buffer::
AsciiWrite
(const Arguments &args) {
460
DBG("Buffer::
AsciiWrite
(args) E");
466
DBG("Buffer::
AsciiWrite
(args) X arg[0] not string");
476
DBG("Buffer::
AsciiWrite
(args) X bad offset");
486
DBG("Buffer::
AsciiWrite
(args) X");
633
SET_PROTOTYPE_METHOD(constructor_template, "
asciiWrite
", Buffer::
AsciiWrite
);
Completed in 53 milliseconds