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

  /prebuilts/misc/common/swig/include/2.0.11/ruby/
embed.i 3 #include <ruby.h>
  /frameworks/base/tests/backup/
test_backup.sh 23 ruby -e 'p_stanza = STDIN.read.match(/Participants:.*?(?=Ever)/m)[0]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderRuby.cpp 73 static inline RenderBlock* rubyBeforeBlock(const RenderObject* ruby)
75 RenderObject* child = ruby->slowFirstChild();
79 static inline RenderBlock* rubyAfterBlock(const RenderObject* ruby)
81 RenderObject* child = ruby->slowLastChild();
85 static RenderBlockFlow* createAnonymousRubyInlineBlock(RenderObject* ruby)
87 RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(ruby->style(), INLINE_BLOCK);
88 RenderBlockFlow* newBlock = RenderBlockFlow::createAnonymous(&ruby->document());
93 static RenderRubyRun* lastRubyRun(const RenderObject* ruby)
95 RenderObject* child = ruby->slowLastChild();
98 ASSERT(!child || child->isRubyRun() || child->isBeforeContent() || child == rubyBeforeBlock(ruby));
    [all...]
RenderRubyRun.cpp 56 // The only place where a ruby text can be is in the first position
57 // Note: As anonymous blocks, ruby runs do not have ':before' or ':after' content themselves.
63 // The only place where a ruby base can be is in the last position
64 // Note: As anonymous blocks, ruby runs do not have ':before' or ':after' content themselves.
71 // If in future it becomes necessary to support floating or positioned ruby text,
115 // prepend ruby texts as first child
122 RenderObject* ruby = parent(); local
123 ASSERT(ruby->isRuby());
124 RenderBlock* newRun = staticCreateRubyRun(ruby);
125 ruby->addChild(newRun, nextSibling())
136 RenderObject* ruby = parent(); local
    [all...]
  /external/freetype/src/autofit/
afcover.h 74 COVERAGE( ruby, RUBY,
75 "ruby",
  /external/owasp/sanitizer/empiricism/
canned-data.js 100 "ruby": true,
221 "ruby",
336 "ruby",
451 "ruby",
566 "ruby",
681 "ruby",
797 "ruby",
912 "ruby",
1027 "ruby",
1142 "ruby",
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/
main-scripts.rb 1 #!/usr/bin/ruby
15 options { language = Ruby; }
25 # when this grammar is compiled and the resulting ruby files
33 out = `ruby #{ lexer_script } 2>&1`.chomp
43 options { language = Ruby; }
67 options { language = Ruby; }
81 options { language = Ruby; }
102 language = Ruby;
125 language = Ruby;
138 language=Ruby;
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
HudSystem.java 198 public void setCollectableDrawables(DrawableBitmap coin, DrawableBitmap ruby) {
200 mRubyDrawable = ruby;
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
Ruby.stg 23 #!/usr/bin/env ruby
28 # Ruby runtime library version: <runtimeLibraryVersion()>
57 # 1: try to load the ruby antlr3 runtime library from the system path
563 /** helper template to format a ruby method call */
    [all...]
  /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/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/chromium_org/third_party/WebKit/Source/core/css/
html.css 1080 /* HTML5 ruby elements */
1082 ruby, rt {
1083 text-indent: 0; /* blocks used for ruby rendering should not trigger this */
1091 ruby > rt {
1097 ruby > rp {

Completed in 237 milliseconds