HomeSort by relevance Sort by last modified time
    Searched full:extend (Results 101 - 125 of 1530) sorted by null

1 2 3 45 6 7 8 91011>>

  /libcore/luni/src/main/java/java/lang/
RuntimeException.java 24 * doesn't extend {@code RuntimeException} or {@link Error}), the compiler does
  /external/llvm/include/llvm/
Instruction.def 147 HANDLE_CAST_INST(35, ZExt , ZExtInst ) // Zero extend integers
148 HANDLE_CAST_INST(36, SExt , SExtInst ) // Sign extend integers
154 HANDLE_CAST_INST(42, FPExt , FPExtInst ) // Extend floating point
  /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/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')])
  /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...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/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...]
  /dalvik/dx/src/com/android/dx/io/instructions/
InstructionCodec.java 84 int literal = (nibble3(opcodeUnit) << 28) >> 28; // sign-extend
119 int target = (byte) byte1(opcodeUnit); // sign-extend
137 int target = (short) in.read(); // sign-extend
193 int target = (short) in.read(); // sign-extend
211 int literal = (short) in.read(); // sign-extend
230 long literal = (short) in.read(); // sign-extend
303 int literal = (byte) byte1(bc); // sign-extend
325 int target = (short) in.read(); // sign-extend
347 int literal = (short) in.read(); // sign-extend
635 int literal = (short) in.read(); // sign-extend
    [all...]
  /external/llvm/docs/tutorial/
LangImpl1.html 41 build a framework you can extend to other languages. The code in this tutorial
88 Flow</b> - With the language up and running, we show how to extend it with
103 ways to extend the language, but also includes a bunch of pointers to info about
118 <p>A note about this tutorial: we expect you to extend the language and play
135 conditionals, math, etc. Over the course of the tutorial, we'll extend
289 if you typed in "1.23". Feel free to extend it :). Next we handle comments:
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
single_test_runner.py 215 failures.extend(self._handle_error(driver_output))
222 failures.extend(self._compare_text(driver_output.text, expected_driver_output.text))
223 failures.extend(self._compare_audio(driver_output.audio, expected_driver_output.audio))
225 failures.extend(self._compare_image(driver_output, expected_driver_output))
282 failures.extend(self._handle_error(driver_output1))
286 failures.extend(self._handle_error(driver_output2, reference_filename=self._reference_filename))
  /external/clang/utils/analyzer/
CmpRuns.py 129 run.diagnostics.extend(diagnostics)
164 neqA.extend(eltsA)
165 neqB.extend(eltsB)
  /external/webkit/Source/WebCore/WebCore.gyp/scripts/
action_makenames.py 148 command.extend(['--tags', tagInput])
150 command.extend(['--attrs', attrInput])
151 command.extend(options)
  /build/core/
proguard.flags 19 # Some classes in the libraries extend package private classes to chare common functionality
  /dalvik/vm/mterp/x86-atom/
binopD.S 45 cdq # sign-extend %eax to %edx
binopD2addr.S 47 cdq # sign-extend %eax to %edx
binopDLit16.S 47 cdq # sign-extend %eax to %edx
binopDLit8.S 46 cdq # sign-extend %eax to %edx
  /development/samples/ApiDemos/tests/src/com/example/android/apis/app/
LocalServiceTest.java 32 * ServiceTestCase} for more information on how to write and extend service tests.
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
package.html 36 extend members of the org.apache.xpath package and implement XSLT functions. Unlike
  /external/chromium/base/
path_service.h 43 // To extend the set of supported keys, you can register a path provider,
  /external/chromium/chrome/browser/
bug_report_util.h 53 // is probably the right one to extend, but will require changing
  /external/chromium/chrome/browser/sync/protocol/
proto_value_conversions.h 49 // TODO(akalin): Perhaps extend this to decrypt?
  /external/chromium/chrome/browser/ui/gtk/
nine_box.h 52 // TODO(estade): extend this function to use all 9 images (if it's ever
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/util/
table2CSV.js 14 var options = jQuery.extend({

Completed in 2992 milliseconds

1 2 3 45 6 7 8 91011>>