OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ruby
(Results
51 - 60
of
60
) sorted by null
1
2
3
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
error.rb
1
#!/usr/bin/
ruby
262
options { language =
Ruby
; }
276
in
ruby
:
434
now in
ruby
streams.rb
1
#!/usr/bin/
ruby
65
Similar to StringIO from the standard
Ruby
library, StringStream wraps raw
114
Ruby
runtime API, I found this naming practice both confusing, ambiguous, and
115
un-
Ruby
-like. Thus, I chose <tt>peek</tt> and <tt>look</tt> to represent a
137
within the stream, basically like typical
ruby
<tt>IO#seek</tt> style methods.
149
the ANTLR Java/Python runtime library to
Ruby
. In Java, of course, this is
150
represented as an interface. In
Ruby
, however, objects are duck-typed and
252
to keep it simple and familliar in this
Ruby
runtime API.
356
This version of the runtime library primarily targets
ruby
version 1.8, which
359
0 and 255.
Ruby
1.9 does provide built-in encoding support for multi-byt
[
all
...]
token.rb
1
#!/usr/bin/
ruby
223
By default, ANTLR generated
ruby
code will provide a customized subclass of
301
includes Enumerable to provide the standard
Ruby
iteration
386
say, a
ruby
symbol) is that ANTLR's decision logic often needs to test whether a
461
#
ruby
lexically-scopes constant names instead of
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
RubyMessage.java
48
public RubyMessage(
Ruby
ruby
, RubyClass klazz, Descriptors.Descriptor descriptor) {
49
super(
ruby
, klazz);
67
final
Ruby
runtime = context.runtime;
182
Ruby
runtime = context.runtime;
338
Ruby
runtime = context.runtime;
350
Ruby
runtime = context.runtime;
452
Ruby
runtime = context.runtime;
458
// convert a
ruby
object to protobuf type, with type check
462
Ruby
runtime = context.runtime
[
all
...]
/prebuilts/go/darwin-x86/src/compress/lzw/
reader_test.go
76
// This example comes from http://compgroups.net/comp.lang.
ruby
/Decompressing-LZW-compression-from-PDF-file
/prebuilts/go/linux-x86/src/compress/lzw/
reader_test.go
76
// This example comes from http://compgroups.net/comp.lang.
ruby
/Decompressing-LZW-compression-from-PDF-file
/external/okhttp/website/static/
prettify.js
25
hashComments:!0,multiLineStrings:!0,regexLiterals:!0}),["rb","
ruby
"]);p(v({keywords:E,cStyleComments:!0,regexLiterals:!0}),["javascript","js"]);p(v({keywords:"all,and,by,catch,class,else,extends,false,finally,for,if,in,is,isnt,loop,new,no,not,null,of,off,on,or,return,super,then,throw,true,try,unless,until,when,while,yes",hashComments:3,cStyleComments:!0,multilineStrings:!0,tripleQuotedStrings:!0,regexLiterals:!0}),["coffee"]);p(v({keywords:W,cStyleComments:!0,multilineStrings:!0}),["rc","rs","rust"]);
/external/protobuf/conformance/
Makefile.am
266
RUBYLIB=../
ruby
/lib:. ./conformance-test-runner --failure_list failure_list_ruby.txt ./conformance_ruby.rb
/external/protobuf/ruby/ext/google/protobuf_c/
storage.c
35
#include <
ruby
/encoding.h>
38
//
Ruby
<-> native slot management.
120
// value (w.r.t.
Ruby
VM calls), we must set the value at |memory| only after
121
// all
Ruby
VM calls are complete. The case is then set at the bottom of this
621
// point by a call into the
Ruby
VM sees a valid state for this field and
628
// sync with the value slot whenever the
Ruby
VM has been called. Thus, we
630
// and case number are altered atomically (w.r.t. the
Ruby
VM).
/prebuilts/tools/linux-x86_64/kythe/web/ui/js/
main.js
[
all
...]
Completed in 609 milliseconds
1
2
3