Searched refs:extend (Results 1 - 25 of 187) sorted by relevance

12345678

/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
H A DTreeNodeStream.js4 org.antlr.lang.extend(org.antlr.runtime.tree.TreeNodeStream,
H A DTreeRuleReturnScope.js8 org.antlr.lang.extend(org.antlr.runtime.tree.TreeRuleReturnScope,
H A DRewriteCardinalityException.js9 org.antlr.lang.extend(org.antlr.runtime.tree.RewriteCardinalityException, Error, {
H A DRewriteEmptyStreamException.js7 org.antlr.lang.extend(org.antlr.runtime.tree.RewriteEmptyStreamException,
H A DRewriteEarlyExitException.js10 org.antlr.lang.extend(org.antlr.runtime.tree.RewriteEarlyExitException,
H A DRewriteRuleNodeStream.js8 org.antlr.lang.extend(org.antlr.runtime.tree.RewriteRuleNodeStream,
/external/chromium-trace/trace-viewer/
H A DPRESUBMIT.py26 results.extend(input_api.canned_checks.PanProjectChecks(
28 results.extend(_CheckIfAboutTracingIsOutOfdate(input_api, output_api))
49 results.extend(css_checker.CSSChecker(input_api, output_api,
51 results.extend(js_checker.JSChecker(input_api, output_api,
76 results.extend(_CommonChecks(input_api, output_api))
83 results.extend(_CommonChecks(input_api, output_api))
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DCharStream.js10 org.antlr.lang.extend(org.antlr.runtime.CharStream,
H A DEarlyExitException.js14 org.antlr.lang.extend(
H A DIndexOutOfBoundsExceptions.js5 org.antlr.lang.extend(org.antlr.runtime.IndexOutOfBoundsException, Error, {
H A DMismatchedNotSetException.js5 org.antlr.lang.extend(
H A DMismatchedSetException.js7 org.antlr.lang.extend(
H A DParserRuleReturnScope.js22 org.antlr.lang.extend(org.antlr.runtime.ParserRuleReturnScope,
H A DFailedPredicateException.js18 org.antlr.lang.extend(
H A DMismatchedRangeExceptions.js12 org.antlr.lang.extend(
H A DMismatchedTokenException.js11 org.antlr.lang.extend(
H A DMismatchedTreeNodeException.js9 org.antlr.lang.extend(
H A DMissingTokenException.js9 org.antlr.lang.extend(
H A DNoViableAltException.js12 org.antlr.lang.extend(
/external/webkit/Source/JavaScriptCore/
H A Dwscript33 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/llvm/utils/lint/
H A Dcpp_lint.py78 lint.extend(VerifyIncludes(filename, lines))
79 lint.extend(common_lint.VerifyLineLength(filename, lines,
81 lint.extend(common_lint.VerifyTabs(filename, lines))
82 lint.extend(common_lint.VerifyTrailingWhitespace(filename, lines))
/external/webkit/Source/WebCore/WebCore.gyp/scripts/
H A Drule_binding.py121 command.extend(['-I', includeDir])
123 command.extend(options)
124 command.extend(['--outputHeadersDir', hdir])
125 command.extend(['--outputDir', cppdir, input])
/external/v8/test/mjsunit/regress/
H A Dregress-crbug-3184.js28 Object.extend = function (dest, source) {
33 Object.extend ( Function.prototype,
70 Object.extend( Array.prototype,
/external/webkit/Source/WebKit/chromium/
H A Dgyp_webkit77 args.extend(['-I' + i for i in additional_include_files(args)])
90 args.extend(['-fmake',
97 args.extend([
/external/protobuf/python/google/protobuf/internal/
H A Dtest_util.py572 message.packed_int32.extend([601, 701])
573 message.packed_int64.extend([602, 702])
574 message.packed_uint32.extend([603, 703])
575 message.packed_uint64.extend([604, 704])
576 message.packed_sint32.extend([605, 705])
577 message.packed_sint64.extend([606, 706])
578 message.packed_fixed32.extend([607, 707])
579 message.packed_fixed64.extend([608, 708])
580 message.packed_sfixed32.extend([609, 709])
581 message.packed_sfixed64.extend([61
[all...]

Completed in 483 milliseconds

12345678