HomeSort by relevance Sort by last modified time
    Searched full:extend (Results 251 - 275 of 3330) sorted by null

<<11121314151617181920>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_set_literal.py 39 literal.extend(n.clone() for n in items.children)
fix_urllib.py 89 names.extend([Name(name[0], prefix=pref), Comma()])
152 names.extend(handle_name(elt, pref))
154 names.extend(handle_name(elts[-1], pref))
163 nodes.extend([new_node, Newline()])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
script_helper.py 28 cmd_line.extend(args)
66 cmd_line.extend(args)
73 cmd_line.extend(args)
152 unlink.extend((init_name, script_name))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_set_literal.py 39 literal.extend(n.clone() for n in items.children)
fix_urllib.py 89 names.extend([Name(name[0], prefix=pref), Comma()])
152 names.extend(handle_name(elt, pref))
154 names.extend(handle_name(elts[-1], pref))
163 nodes.extend([new_node, Newline()])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
script_helper.py 28 cmd_line.extend(args)
66 cmd_line.extend(args)
73 cmd_line.extend(args)
152 unlink.extend((init_name, script_name))
  /external/chromium_org/native_client_sdk/src/build_tools/
test_projects.py 111 args.extend(['--serving_dir', GetServingDirForProject(desc)])
113 args.extend(['--serving_dir', GetRepoServingDirForProject(desc)])
115 args.extend(['--serving_dir', SCRIPT_DIR])
124 args.extend(['--ppapi_plugin', ppapi_plugin])
127 args.extend(['--ppapi_plugin_mimetype', ppapi_plugin_mimetype])
130 args.extend(['--browser_flag', '--enable-pnacl'])
134 args.extend(['--url', url])
  /packages/inputmethods/PinyinIME/jni/include/
dicttrie.h 46 // faster to extend search space based on this mile stone.
124 // Extend in the trie from level 0.
129 // Extend in the trie from level 1.
134 // Extend in the trie from level 2.
139 // Try to extend the given spelling id buffer, and if the given id_lemma can
  /external/chromium_org/ppapi/native_client/
chrome_main.scons 459 command.extend(['--file', dep_file])
461 command.extend(['--extension', extension])
463 command.extend(['--map_file', dest_path, dep_file])
465 command.extend(['--mime_type', file_ext, mime_type])
466 command.extend(['--serving_dir', '${NACL_SDK_LIB}'])
467 command.extend(['--serving_dir', '${LIB_DIR}'])
469 command.extend(['-b', ARGUMENTS['browser_tester_bw']])
479 command.extend(['--file', generated_manifest])
482 command.extend(['--map_file', '%s.nmf' % nmf_name,
485 command.extend(['--tool', ARGUMENTS['browser_test_tool']]
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js 54 Object.extend(klass, Class.Methods);
106 Object.extend = function(destination, source) {
112 Object.extend(Object, {
170 return Object.extend({ }, object);
203 Object.extend(Function.prototype, {
328 Object.extend(String, {
342 Object.extend(String.prototype, {
536 if (Prototype.Browser.WebKit || Prototype.Browser.IE) Object.extend(String.prototype, {
553 Object.extend(String.prototype.escapeHTML, {
802 Object.extend(Enumerable,
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/
v8-raytrace.html 60 Object.extend = function(destination, source) {
67 Object.extend(Object, {
94 return Object.extend({}, object);
112 Object.extend(Number.prototype, {
182 Object.extend(String.prototype, {
544 Object.extend(Enumerable, {
563 Object.extend(Array.prototype, Enumerable);
568 Object.extend(Array.prototype, {
663 Object.extend(this, obj || {});
666 Object.extend(Hash,
    [all...]
  /external/chromium_org/ppapi/
PRESUBMIT.py 36 results.extend(RunCmdAndCheck(cmd,
152 results.extend(RunUnittests(input_api, output_api))
154 results.extend(CheckTODO(input_api, output_api))
156 results.extend(CheckUnversionedPPB(input_api, output_api))
158 results.extend(CheckUpdatedNaClSDK(input_api, output_api))
285 results.extend(cmd_results)
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
containers.py 123 def extend(self, elem_seq): member in class:RepeatedScalarFieldContainer
124 """Extends by appending the given sequence. Similar to list.extend()."""
132 self._values.extend(new_values)
139 self._values.extend(other._values)
223 def extend(self, elem_seq): member in class:RepeatedCompositeFieldContainer
241 self.extend(other._values)
  /external/chromium_org/build/android/
generate_emma_html.py 33 files.extend([os.path.join(root, basename)
65 sources.extend(json.load(sf))
  /external/chromium_org/build/android/gyp/util/
build_utils.py 38 files.extend((os.path.join(root, f) for f in matched_files))
45 all_files.extend(FindInDirectory(directory, filter))
  /external/chromium_org/build/
copy_test_data_ios.py 37 output.extend(ListFilesForPath(full_path))
46 output.extend(ListFilesForPath(input))
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
truncate_operation_unittest.cc 98 TEST_F(TruncateOperationTest, Extend) {
107 file_size + 10, // Extend to 10 bytes.
  /external/chromium_org/chrome/browser/extensions/api/webview/
webview_api.h 13 // APIs must extend WebviewExtensionFunction/WebviewExecuteCodeFunction which
15 // TODO(guohui): refactor WebviewExecuteCodeFunction to also extend
  /external/chromium_org/chrome/common/extensions/docs/server2/
schema_util.py 44 stack.extend(node)
48 stack.extend(v for k, v in node.iteritems() if k not in ignore)
  /external/chromium_org/media/base/simd/
convert_yuv_to_rgb.h 116 // sign-extend int. On Win64, MSVC does not sign-extend the value in the stack
  /external/chromium_org/tools/
multi-process-rss.py 52 descendant.extend(_recursive_get_children(child.pid))
72 pids.extend(children)
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
cros_interface.py 126 full_args.extend(['-i', self._ssh_identity])
128 full_args.extend(extra_ssh_args)
130 full_args.extend(args)
207 args.extend(['-i', self._ssh_identity])
209 args.extend([os.path.abspath(filename),
229 args.extend(['-i', self._ssh_identity])
231 args.extend(['root@%s:%s' % (self._hostname, filename),
301 ports_in_use.extend(self._reserved_ports)
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 362 /// \brief Extend the current nested-name-specifier by another
373 void Extend(ASTContext &Context, SourceLocation TemplateKWLoc, TypeLoc TL,
376 /// \brief Extend the current nested-name-specifier by another
387 void Extend(ASTContext &Context, IdentifierInfo *Identifier,
390 /// \brief Extend the current nested-name-specifier by another
401 void Extend(ASTContext &Context, NamespaceDecl *Namespace,
404 /// \brief Extend the current nested-name-specifier by another
416 void Extend(ASTContext &Context, NamespaceAliasDecl *Alias,
  /external/kernel-headers/original/asm-mips/
mman.h 23 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */
24 #define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */
  /external/libvpx/libvpx/test/
cpu_speed_test.cc 54 // extend into the border and test the border condition.
73 // extend into the border and test the border condition.

Completed in 3981 milliseconds

<<11121314151617181920>>