HomeSort by relevance Sort by last modified time
    Searched full:extend (Results 201 - 225 of 2228) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium-trace/
systrace.py 106 atrace_args.extend(['-t', str(options.trace_time)])
112 atrace_args.extend(['-b', str(options.trace_buf_size)])
117 atrace_args.extend(['-a', options.app_name])
120 atrace_args.extend(['-k', options.kfuncs])
122 atrace_args.extend(args)
  /external/linux-tools-perf/util/
trace-event-read.c 377 unsigned long long extend; local
435 extend = data2host4(ptr);
437 extend <<= TS_SHIFT;
438 extend += delta;
439 cpu_data[cpu].timestamp += extend;
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
vec.h 813 int extend = !VEC_OP (T,base,space) (VEC_BASE(*vec_), alloc_ \
816 if (extend) \
819 return extend; \
825 int extend = !VEC_OP (T,base,space) (VEC_BASE(*vec_), alloc_ \
828 if (extend) \
832 return extend; \
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
vec.h 813 int extend = !VEC_OP (T,base,space) (VEC_BASE(*vec_), alloc_ \
816 if (extend) \
819 return extend; \
825 int extend = !VEC_OP (T,base,space) (VEC_BASE(*vec_), alloc_ \
828 if (extend) \
832 return extend; \
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
vec.h 813 int extend = !VEC_OP (T,base,space) (VEC_BASE(*vec_), alloc_ \
816 if (extend) \
819 return extend; \
825 int extend = !VEC_OP (T,base,space) (VEC_BASE(*vec_), alloc_ \
828 if (extend) \
832 return extend; \
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
vec.h 813 int extend = !VEC_OP (T,base,space) (VEC_BASE(*vec_), alloc_ \
816 if (extend) \
819 return extend; \
825 int extend = !VEC_OP (T,base,space) (VEC_BASE(*vec_), alloc_ \
828 if (extend) \
832 return extend; \
    [all...]
  /external/dexmaker/src/dx/java/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.rst 14 well as help to build a framework you can extend to other languages. The
60 Flow - With the language up and running, we show how to extend it
78 potential ways to extend the language, but also includes a bunch of
92 A note about this tutorial: we expect you to extend the language and
104 etc. Over the course of the tutorial, we'll extend Kaleidoscope to
240 extend it :). Next we handle comments:
OCamlLangImpl1.rst 14 well as help to build a framework you can extend to other languages. The
61 extend it with control flow operations (if/then/else and a 'for'
78 potential ways to extend the language, but also includes a bunch of
92 A note about this tutorial: we expect you to extend the language and
104 etc. Over the course of the tutorial, we'll extend Kaleidoscope to
248 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/webkit/Source/WebCore/WebCore.gyp/scripts/
action_makenames.py 148 command.extend(['--tags', tagInput])
150 command.extend(['--attrs', attrInput])
151 command.extend(options)
  /packages/inputmethods/LatinIME/native/jni/src/
proximity_info_utils.h 94 const float x1, const float y1, const float x2, const float y2, const bool extend) {
106 if (!extend && projectionLengthSqr < 0.0f) {
109 } else if (!extend && projectionLengthSqr > 1.0f) {
  /build/core/
proguard_basic_keeps.flags 9 # Some classes in the libraries extend package private classes to chare common functionality
  /build/tools/droiddoc/templates-ds/assets/scroller/
jquery.mousewheel.min.js 12 (function(a){function d(b){var c=b||window.event,d=[].slice.call(arguments,1),e=0,f=!0,g=0,h=0;return b=a.event.fix(c),b.type="mousewheel",c.wheelDelta&&(e=c.wheelDelta/120),c.detail&&(e=-c.detail/3),h=e,c.axis!==undefined&&c.axis===c.HORIZONTAL_AXIS&&(h=0,g=-1*e),c.wheelDeltaY!==undefined&&(h=c.wheelDeltaY/120),c.wheelDeltaX!==undefined&&(g=-1*c.wheelDeltaX/120),d.unshift(b,e,g,h),(a.event.dispatch||a.event.handle).apply(this,d)}var b=["DOMMouseScroll","mousewheel"];if(a.event.fixHooks)for(var c=b.length;c;)a.event.fixHooks[b[--c]]=a.event.mouseHooks;a.event.special.mousewheel={setup:function(){if(this.addEventListener)for(var a=b.length;a;)this.addEventListener(b[--a],d,!1);else this.onmousewheel=d},teardown:function(){if(this.removeEventListener)for(var a=b.length;a;)this.removeEventListener(b[--a],d,!1);else this.onmousewheel=null}},a.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}})})(jQuery)
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
RequesterTestListActivity.java 37 * A requester test list activity just have to extend this class and implement
  /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
    [all...]
  /developers/samples/android/ui/actionbarcompat/Styled/Styled/src/main/res/values-v14/
styles.xml 23 It extends from Theme.AppCompat.Light, but it could extend from any of
  /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.
  /development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/
TabHelper.java 25 * extend {@link TabCompatActivity} and:
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
ANTLRFileStream.js 28 org.antlr.lang.extend(org.antlr.runtime.ANTLRFileStream,
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
CommonErrorNode.js 18 org.antlr.lang.extend(org.antlr.runtime.tree.CommonErrorNode, org.antlr.runtime.tree.CommonTree, {
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
rhino-python.prog 41 ANTLR.lang.extend(MyLexer, PythonLexer, {
t004lexer.html 19 org.antlr.lang.extend(TLexer, t004lexer, {
t005lexer.html 19 org.antlr.lang.extend(TLexer, t005lexer, {
t008lexer.html 19 org.antlr.lang.extend(TLexer, t008lexer, {

Completed in 904 milliseconds

1 2 3 4 5 6 7 891011>>