HomeSort by relevance Sort by last modified time
    Searched refs:extend (Results 1 - 25 of 149) sorted by null

1 2 3 4 5 6

  /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/llvm/utils/lint/
cpp_lint.py 78 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))
common_lint.py 95 lint.extend(linter.RunOnFile(filename, lines))
  /external/webkit/Source/WebCore/WebCore.gyp/scripts/
rule_binding.py 121 command.extend(['-I', includeDir])
123 command.extend(options)
124 command.extend(['--outputHeadersDir', hdir])
125 command.extend(['--outputDir', cppdir, input])
action_makenames.py 148 command.extend(['--tags', tagInput])
150 command.extend(['--attrs', attrInput])
151 command.extend(options)
action_useragentstylesheets.py 91 command.extend(styleSheets)
  /external/webkit/Source/WebKit/chromium/
gyp_webkit 77 args.extend(['-I' + i for i in additional_include_files(args)])
90 args.extend(['-fmake',
97 args.extend([
  /external/protobuf/python/google/protobuf/internal/
test_util.py 572 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([610, 710]
    [all...]
  /external/chromium/testing/gtest/test/
gtest_shuffle_test.py 134 ALL_TESTS.extend(
138 ACTIVE_TESTS.extend(GetTestsForAllIterations({}, [])[0])
141 FILTERED_TESTS.extend(
145 SHARDED_TESTS.extend(
151 SHUFFLED_ALL_TESTS.extend(GetTestsForAllIterations(
155 SHUFFLED_ACTIVE_TESTS.extend(GetTestsForAllIterations(
159 SHUFFLED_FILTERED_TESTS.extend(GetTestsForAllIterations(
163 SHUFFLED_SHARDED_TESTS.extend(
320 sorted_active_tests.extend(ACTIVE_TESTS)
  /external/protobuf/gtest/test/
gtest_shuffle_test.py 140 ALL_TESTS.extend(
144 ACTIVE_TESTS.extend(GetTestsForAllIterations({}, [])[0])
147 FILTERED_TESTS.extend(
151 SHARDED_TESTS.extend(
157 SHUFFLED_ALL_TESTS.extend(GetTestsForAllIterations(
161 SHUFFLED_ACTIVE_TESTS.extend(GetTestsForAllIterations(
165 SHUFFLED_FILTERED_TESTS.extend(GetTestsForAllIterations(
169 SHUFFLED_SHARDED_TESTS.extend(
326 sorted_active_tests.extend(ACTIVE_TESTS)
  /dalvik/vm/mterp/x86-atom/
OP_INT_TO_LONG.S 37 cdq # %edx:%eax<- sign-extend of %eax
binopD.S 45 cdq # sign-extend %eax to %edx
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
jsonfilter.py 14 response['headers'].extend(headers)
35 headers.extend(response['headers'])
  /external/webkit/Tools/Scripts/webkitpy/test/
main.py 112 sys.path.extend(set(os.path.dirname(path) for path in external_package_paths))
127 modules.extend(self._modules_from_paths(path, self._find_unittest_files(path)))
150 sys_argv.extend(modules)
  /external/webkit/Tools/wx/build/
wxpresets.py 115 libs.extend(['wxzlib' + depext, 'wxjpeg' + depext, 'wxpng' + depext, 'wxexpat' + depext])
117 libs.extend(["wxmsw%s%s" % (version_str_nodot, ext)])
119 libs.extend([get_wxlib_name('base'), get_wxlib_name('core')])
  /external/v8/build/
gyp_v8 123 args.extend(shlex.split(gyp_file))
127 args.extend(['-I' + i for i in additional_include_files(args)])
  /external/webkit/Source/WebKit/android/nav/
SelectText.h 57 void setExtendSelection(bool extend) { m_extendSelection = extend; }
87 SkIPoint m_original; // computed start of extend selection
  /build/tools/releasetools/
img_from_target_files 73 build_command.extend([user_dir, img.name,
81 build_command.extend(extra.split())
125 build_command.extend([os.path.join(OPTIONS.input_tmp, "system"), img.name,
133 build_command.extend(extra.split())
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/util/
table2CSV.js 14 var options = jQuery.extend({
  /external/webkit/Source/WebCore/page/
DOMSelection.h 79 void extend(Node*, int offset, ExceptionCode&);
  /external/webkit/Tools/Scripts/
test-webkit-scripts 61 call_args.extend(args)
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
checkstyle.py 56 args.extend(self._changed_files(state))
  /external/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...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
vec.h 748 int extend = !VEC_OP (T,base,space) (VEC_BASE(*vec_), alloc_ \
751 if (extend) \
754 return extend; \
760 int extend = !VEC_OP (T,base,space) (VEC_BASE(*vec_), alloc_ \
763 if (extend) \
767 return extend; \
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
vec.h 748 int extend = !VEC_OP (T,base,space) (VEC_BASE(*vec_), alloc_ \
751 if (extend) \
754 return extend; \
760 int extend = !VEC_OP (T,base,space) (VEC_BASE(*vec_), alloc_ \
763 if (extend) \
767 return extend; \
    [all...]

Completed in 1246 milliseconds

1 2 3 4 5 6