Searched refs:extend (Results 126 - 150 of 658) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
H A Ddebug.rb14 adaptor.extend( self )
107 parser will <tt>extend</tt> its input stream with this module if the stream is
114 stream.extend( self )
/external/chromium_org/components/policy/resources/
H A DPRESUBMIT.py103 results.extend(_CheckPolicyTemplatesSyntax(input_api, output_api))
115 results.extend(_CheckPolicyTestCases(input_api, output_api, policies))
116 results.extend(_CheckPolicyHistograms(input_api, output_api, policies))
/external/chromium_org/remoting/tools/
H A Dverify_resources.py46 msgs_and_structs.extend(xml.getElementsByTagName("structure"))
147 all_resources.extend(android_tags + other_tags)
148 non_android_resources.extend(other_tags)
/external/chromium_org/tools/clang/scripts/
H A Dtest_tool.py69 args.extend(actual_files)
79 args.extend(actual_files)
121 args.extend(actual_files)
/external/chromium_org/tools/resources/
H A Dlist_unused_grit_header.py49 resources.extend(GetResourcesForNode(child, parent_file, resource_tag))
56 resources.extend(GetResourcesForNode(part_root, part_file, resource_tag))
217 files_with_unneeded_grit_includes.extend(
/external/protobuf/python/google/protobuf/internal/
H A Dcontainers.py112 def extend(self, elem_seq): member in class:RepeatedScalarFieldContainer
113 """Extends by appending the given sequence. Similar to list.extend()."""
121 self._values.extend(new_values)
128 self._values.extend(other._values)
/external/chromium-trace/
H A Dsystrace.py108 atrace_args.extend(['-t', str(options.trace_time)])
114 atrace_args.extend(['-b', str(options.trace_buf_size)])
119 atrace_args.extend(['-a', options.app_name])
122 atrace_args.extend(['-k', options.kfuncs])
124 atrace_args.extend(args)
127 atrace_args.extend([';', 'ps', '-t'])
/external/chromium_org/build/android/pylib/host_driven/
H A Dsetup.py124 tests.extend(_GetTestsFromClass(attr, **kwargs))
165 all_tests.extend(_GetTestsFromModule(module, **kwargs))
H A Dtest_server.py86 abs_dirs.extend([os.path.join(src_dir, constants.GetOutDirectory(), d)
/external/chromium_org/build/
H A Dcopy_test_data_ios.py37 output.extend(ListFilesForPath(full_path))
46 output.extend(ListFilesForPath(input))
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/breakpad/
H A Ddump_reader_win.py108 possible_cdb_locations.extend([
117 possible_cdb_locations.extend([
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
H A Dfilter.py231 rules.extend(path_rules)
232 rules.extend(self._user_rules)
/external/chromium_org/third_party/cython/src/Tools/
H A Dcystdlib.py98 exclude_now.extend(other_modules)
103 extensions.extend(
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dmessage_factory_test.py64 msg.factory_1_message.list_value.extend(['one', 'two', 'three'])
73 msg.list_value.extend(['four', 'three', 'two'])
/external/chromium_org/third_party/skia/platform_tools/android/bin/
H A Dadb_list_devices.py138 header.extend(props_to_get)
147 device_info.extend(GetDeviceInfo(adb, serial, props_to_get))
/external/chromium_org/tools/cr/cr/actions/
H A Dninja.py64 build_arguments.extend(arguments)
75 build_arguments.extend(arguments)
/external/chromium_org/tools/
H A Dmulti_process_rss.py52 descendant.extend(_recursive_get_children(child.pid))
72 pids.extend(children)
/external/chromium_org/tools/telemetry/telemetry/core/platform/
H A Dcros_interface.py132 full_args.extend(['-i', self._ssh_identity])
134 full_args.extend(extra_ssh_args)
136 full_args.extend(args)
213 args.extend(['-i', self._ssh_identity])
215 args.extend([os.path.abspath(filename),
249 args.extend(['-i', self._ssh_identity])
251 args.extend(['root@%s:%s' % (self._hostname, filename),
375 ports_in_use.extend(self._reserved_ports)
/external/chromium_org/v8/tools/push-to-trunk/
H A Dauto_roll.py98 args.extend([
101 args.extend(["--dry-run"])
/external/skia/platform_tools/android/bin/
H A Dadb_list_devices.py138 header.extend(props_to_get)
147 device_info.extend(GetDeviceInfo(adb, serial, props_to_get))
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DANTLRFileStream.js28 org.antlr.lang.extend(org.antlr.runtime.ANTLRFileStream,
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
H A DCommonErrorNode.js18 org.antlr.lang.extend(org.antlr.runtime.tree.CommonErrorNode, org.antlr.runtime.tree.CommonTree, {
/external/chromium-trace/trace-viewer/build/
H A Dcheck_grit.py21 grit_files.extend(re.findall(
H A Dcheck_gyp.py22 gyp_files.extend(data["variables"][group])
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dapi_categorizer.py31 public_templates.extend(posixpath.join(root, name) for name in files)

Completed in 1329 milliseconds

1234567891011>>