Searched refs:extend (Results 176 - 200 of 658) sorted by relevance

1234567891011>>

/external/chromium_org/native_client_sdk/src/build_tools/
H A Dverify_ppapi.py103 result.extend(headers_info['FILES'])
105 result.extend(targets_info['SOURCES'])
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DSelection.idl54 [RaisesException, TypeChecking=Interface] void extend(Node node, optional long offset = 0);
H A DVisibleSelectionTest.cpp48 void setSelection(int base, int extend) argument
51 m_wrap->m_selection.setExtent(Position(textNode(), extend));
/external/chromium_org/third_party/mesa/src/scons/
H A Dcrossmingw.py82 if dll: cmd.extend(['-o', dll])
84 cmd.extend(['$SOURCES', '$_LIBDIRFLAGS', '$_LIBFLAGS'])
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dninja_syntax.py73 all_inputs.extend(implicit)
77 all_inputs.extend(order_only)
/external/chromium_org/tools/gyp/tools/
H A Dpretty_gyp.py57 output.extend(line.split(r'\n'))
58 mask_output.extend(masked_line.split(r'\n'))
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dbrowser_finder.py80 browsers.extend(curr_browsers)
149 browsers.extend(finder.FindAllAvailableBrowsers(options))
/external/chromium_org/v8/build/
H A Dgyp_v8147 args.extend(shlex.split(gyp_file))
151 args.extend(['-I' + i for i in additional_include_files(args)])
/external/eigen/Eigen/src/Eigen2Support/Geometry/
H A DAlignedBox.h83 inline AlignedBox& extend(const VectorType& p) function in class:Eigen::AlignedBox
87 inline AlignedBox& extend(const AlignedBox& b) function in class:Eigen::AlignedBox
/external/mesa3d/scons/
H A Dcrossmingw.py82 if dll: cmd.extend(['-o', dll])
84 cmd.extend(['$SOURCES', '$_LIBDIRFLAGS', '$_LIBFLAGS'])
/external/owasp/sanitizer/tools/
H A Dupdate_tree_in_svn.py57 cmd.extend(verb_and_flags)
58 cmd.extend(args)
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DANTLRStringStream.js72 org.antlr.lang.extend(org.antlr.runtime.ANTLRStringStream,
H A DParser.js9 org.antlr.lang.extend(org.antlr.runtime.Parser, org.antlr.runtime.BaseRecognizer, {
H A DTokenRewriteStream.js111 org.antlr.lang.extend(trs.InsertBeforeOp, trs.RewriteOperation, {
125 org.antlr.lang.extend(trs.ReplaceOp, trs.RewriteOperation, {
137 org.antlr.lang.extend(trs.DeleteOp, trs.ReplaceOp);
139 org.antlr.lang.extend(trs, org.antlr.runtime.CommonTokenStream, {
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
H A DCommonTree.js34 org.antlr.lang.extend(org.antlr.runtime.tree.CommonTree, org.antlr.runtime.tree.BaseTree, {
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtemplate.rb10 extend ClassMacros
35 Class === klass and klass.extend( ClassMethods )
62 Class === klass and klass.extend( Builder::ClassMethods )
125 template.extend( self )
/external/chromium_org/build/android/gyp/
H A Djar.py28 jar_cmd.extend(class_files_rel)
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dpage_selection.js10 * extend operation to either grow or shrink the selection given a
89 cvox.PageSelection.prototype.extend = function(sel) {
98 // direction or towards one another. In the first case, shrink/extend this
99 // PageSelection to the end of "sel". In the second case, shrink/extend this
/external/chromium_org/mojo/tools/pylib/
H A Dtransitive_hash.py62 to_hash.extend(_get_dependencies(current_filename))
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A Dgenerate_event_interfaces.py106 lines.extend(interface_lines)
H A Dv8_callback_interface.py125 argument_declarations.extend(
/external/chromium_org/third_party/WebKit/Source/build/scripts/
H A Dmake_css_property_names.py223 gperf_args.extend(['-m', '50']) # Pick best of 50 attempts.
/external/chromium_org/third_party/libyuv/
H A Dgyp_libyuv67 args.extend(['-I' + i for i in
/external/chromium_org/tools/cr/cr/
H A Dloader.py84 modules.extend(_ScanPackage(child))
104 finds all classes that extend AutoExport and copies them up into the cr
/external/chromium_org/tools/gn/bin/
H A Dhelp_as_html.py41 output_line.extend([sep + cgi.escape(rest) + '</li>'])

Completed in 887 milliseconds

1234567891011>>