HomeSort by relevance Sort by last modified time
    Searched full:extend (Results 101 - 125 of 2228) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/freetype/src/cache/
ftcglyph.h 26 * in classes that extend it.
39 * by classes that extend it.
41 * Note that both FTC_ImageCache and FTC_SBitCache extend FTC_GCache.
46 * Client applications can extend FTC_GNode with their own FTC_GNode
52 * `ftcsbits.h', which both extend FTC_GCache with additional
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t047treeparser.html 21 org.antlr.lang.extend(TLexer, t047treeparserLexer, {
30 org.antlr.lang.extend(TParser, t047treeparserParser, {
40 org.antlr.lang.extend(TWalker, t047treeparserWalker, {
t044trace.html 21 org.antlr.lang.extend(TLexer, t044traceLexer, {
38 org.antlr.lang.extend(TParser, t044traceParser, {
t023scopes.html 21 org.antlr.lang.extend(TParser, t023scopesParser);
t024finally.html 21 org.antlr.lang.extend(TParser, t024finallyParser);
t033backtracking.html 22 org.antlr.lang.extend(TParser, t033backtrackingParser, {
t038lexerRuleLabel.html 19 org.antlr.lang.extend(TLexer, t038lexerRuleLabel, {
t040bug80.html 19 org.antlr.lang.extend(TLexer, t040bug80, {
t053heteroT9.g 31 org.antlr.lang.extend(V2, org.antlr.runtime.tree.CommonTree, {
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
debug.rb 14 adaptor.extend( self )
107 parser will <tt>extend</tt> its input stream with this module if the stream is
114 stream.extend( self )
  /external/v8/test/mjsunit/regress/
regress-crbug-3184.js 28 Object.extend = function (dest, source) {
33 Object.extend ( Function.prototype,
70 Object.extend( Array.prototype,
  /external/webkit/Source/JavaScriptCore/
wscript 33 jscore_excludes.extend(get_excludes(jscore_dir, ['*Brew.cpp', '*CF.cpp', '*Symbian.cpp']))
37 jscore_excludes.extend(get_excludes(jscore_dir, ['*None.cpp']))
45 jscore_excludes.extend(get_excludes(jscore_dir, ['*Win.cpp']))
  /external/webkit/Source/WebCore/platform/text/
TextBreakIteratorICU.cpp 187 // * Replaced '[\p{Grapheme_Cluster_Break = SpacingMark}]' with '[\p{General_Category = Spacing Mark} - $Extend]' for ICU 3.8 or earlier;
196 "$Extend = [\\p{Grapheme_Cluster_Break = Extend} $VoiceMarks - [\\u0E30 \\u0E32 \\u0E45 \\u0EB0 \\u0EB2]];"
197 "$SpacingMark = [[\\p{General_Category = Spacing Mark}] - $Extend];"
233 "[^$Control $CR $LF] $Extend;"
248 "$Extend [^$Control $CR $LF];"
  /external/mockito/src/org/mockito/invocation/
Invocation.java 11 * This API might be useful for developers who extend Mockito.
15 * that extend Mockito.
  /external/protobuf/src/google/protobuf/
unittest_mset.proto 52 extend TestMessageSet {
59 extend TestMessageSet {
  /frameworks/base/core/java/android/text/style/
CharacterStyle.java 22 * The classes that affect character-level text formatting extend this
23 * class. Most extend its subclass {@link MetricAffectingSpan}, but simple
  /bionic/libc/arch-x86/string/
memset.S 13 movzbl 16(%esp),%eax /* unsigned char, zero extend */
  /external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/antlr3/
TLexer.g 14 // Tell ANTLR to make the generated lexer class extend the
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
FailedPredicateException.js 18 org.antlr.lang.extend(
ParserRuleReturnScope.js 22 org.antlr.lang.extend(org.antlr.runtime.ParserRuleReturnScope,
  /external/chromium/chrome/browser/debugger/
devtools_remote.h 16 // DevToolsRemoteMessages dispatched by some entity. It must extend
  /external/chromium/chrome/browser/sync/protocol/
extension_specifics.proto 42 extend EntitySpecifics {
nigori_specifics.proto 51 extend EntitySpecifics {
password_specifics.proto 43 extend EntitySpecifics {
theme_specifics.proto 42 extend EntitySpecifics {

Completed in 238 milliseconds

1 2 3 45 6 7 8 91011>>