HomeSort by relevance Sort by last modified time
    Searched full:out_ (Results 1 - 10 of 10) sorted by null

  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/src/org/chromium/
IRCProxyWebSocket.java 40 OutputStreamWriter out_; field in class:IRCProxyWebSocket.ChatWebSocket
60 out_ = new OutputStreamWriter(socket_.getOutputStream());
78 out_.write(data);
79 out_.flush();
  /external/chromium/chrome/common/deprecated/
event_sys_unittest.cc 71 explicit EventLogger(std::ostream* out) : out_(out) { }
97 *out_ << name << " heard " << event.source->name() << " being deleted."
104 *out_ << name << " heard " << event.source->name() << "'s " << what_changed
111 std::ostream* out_; member in class:__anon4226::EventLogger
  /external/v8/src/
liveobjectlist.cc 2050 FILE* out_; member in class:v8::internal::LolPathTracer
    [all...]
jsregexp.cc 3377 DotPrinter* out_; member in class:v8::internal::AttributePrinter
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 935 out_(Environment::Unreachable()),
964 return out_;
968 out_ = Environment::Merge(out_, env);
997 Environment out_; member in class:__anon14489::FunctionAnalyzer::Block
    [all...]
  /external/regex-re2/re2/
prog.h 51 kInstAlt = 0, // choose between out_ and out1_
52 kInstAltMatch, // Alt: out_ is [00-FF] and back, out1_ is match; or vice versa.
compile.cc 345 // treats out_ as the first choice, out1_ as the second.
347 // For *, +, and ?, if out_ causes another repetition,
349 // (and out_ moves forward), then the operator is non-greedy.
    [all...]
  /external/webkit/Source/WebCore/inspector/
CodeGeneratorInspector.pm 446 push(@function, map(" " . typeTraits($_->type, "variable") . " out_" . $_->name . " = " . typeTraits($_->type, "defaultValue") . ";", @outArgs));
471 map("&out_" . $_->name, @outArgs)));
495 push(@function, map(" result->set" . typeTraits($_->type, "JSONType") . "(\"" . $_->name . "\", out_" . $_->name . ");", @outArgs));
    [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp 225 CXXNameMangler(ItaniumMangleContext &C, raw_ostream &Out_,
227 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(0),
233 CXXNameMangler(ItaniumMangleContext &C, raw_ostream &Out_,
235 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
237 CXXNameMangler(ItaniumMangleContext &C, raw_ostream &Out_,
239 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
    [all...]
MicrosoftMangle.cpp 48 MicrosoftCXXNameMangler(MangleContext &C, raw_ostream &Out_)
49 : Context(C), Out(Out_), UseNameBackReferences(true) { }
    [all...]

Completed in 507 milliseconds