HomeSort by relevance Sort by last modified time
    Searched full:live (Results 626 - 650 of 1755) sorted by null

<<21222324252627282930>>

  /frameworks/base/docs/html/about/versions/
android-3.0-highlights.jd 237 <p style="margin-top:.75em;margin-bottom:.75em;"><strong>HTTP Live streaming</strong></p>
239 <p>Applications can now pass an M3U playlist URL to the media framework to begin an HTTP Live streaming session. The media framework supports most of the HTTP Live streaming specification, including adaptive bit rate.</p>
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
BackDropperFilter.java 261 // tex_sampler_0: Mip-map for foreground (live) video frame.
324 // tex_sampler_0: Mip-map for foreground (live) video frame.
349 // tex_sampler_0: Foreground (live) video frame.
398 // tex_sampler_0: Mip-map for foreground (live) video frame.
424 // tex_sampler_0: Mip-map for foreground (live) video frame.
    [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 86 /// findDeadCallerSavedReg - Return a caller-saved register that isn't live
780 // Mark the FramePtr as live-in in every block except the entry.
    [all...]
  /external/qemu/tcg/
tcg.c     [all...]
  /device/sample/etc/
apns-full-conf.xml 89 apn="live.vodafone.com"
1118 <apn carrier="Vodafone live!"
1121 apn="live.vodafone.com"
1122 user="live"
1129 <apn carrier="Vodafone live! PRE"
1132 apn="live.pre.vodafone.com"
1133 user="live"
1294 <apn carrier="Sunrise live"
    [all...]
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-armv5te.S 170 stmfd sp!, {r0-r2,lr} @ preserve live registers
175 ldmfd sp!, {r0-r2,lr} @ restore live registers
330 stmfd sp!, {r0-r2,lr} @ preserve clobbered live registers
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/js/
jquery-1.4.1.min.js 17 e(a[0],b):null}function J(){return(new Date).getTime()}function Y(){return false}function Z(){return true}function ma(a,b,d){d[0].type=a;return c.event.handle.apply(b,d)}function na(a){var b,d=[],f=[],e=arguments,i,j,n,o,m,s,x=c.extend({},c.data(this,"events").live);if(!(a.button&&a.type==="click")){for(o in x){j=x[o];if(j.live===a.type||j.altLive&&c.inArray(a.type,j.altLive)>-1){i=j.data;i.beforeFilter&&i.beforeFilter[a.type]&&!i.beforeFilter[a.type](a)||f.push(j.selector)}else delete x[o]}i=c(a.target).closest(f,
18 a.currentTarget);m=0;for(s=i.length;m<s;m++)for(o in x){j=x[o];n=i[m].elem;f=null;if(i[m].selector===j.selector){if(j.live==="mouseenter"||j.live==="mouseleave")f=c(a.relatedTarget).closest(j.selector)[0];if(!f||f!==n)d.push({elem:n,fn:j})}}m=0;for(s=d.length;m<s;m++){i=d[m];a.currentTarget=i.elem;a.data=i.fn.data;if(i.fn.apply(i.elem,e)===false){b=false;break}}return b}}function oa(a,b){return"live."+(a?a+".":"")+b.replace(/\./g,"`").replace(/ /g,"&")}function pa(a){return!a||!a.parentNode||a.parentNode.nodeType===
56 d&&d.scrollTop||0)-(b&&b.clientTop||d&&d.clientTop||0)}if(!a.which&&(a.charCode||a.charCode===0?a.charCode:a.keyCode))a.which=a.charCode||a.keyCode;if(!a.metaKey&&a.ctrlKey)a.metaKey=a.ctrlKey;if(!a.which&&a.button!==v)a.which=a.button&1?1:a.button&2?3:a.button&4?2:0;return a},guid:1E8,proxy:c.proxy,special:{ready:{setup:c.bindReady,teardown:c.noop},live:{add:function(a,b){c.extend(a,b||{});a.guid+=b.selector+b.live;b.liveProxy=a;c.event.add(this,b.live,na,b)},remove:function(a){if(a.length){var b=
57 0,d=new RegExp("(^|\\.)"+a[0]+"(\\.|$)");c.each(c.data(this,"events").live||{},function(){d.test(this.type)&&b++});b<1&&c.event.remove(this,a[0],na)}},special:{}},beforeunload:{setup:function(a,b,d){if(this.setInterval)this.onbeforeunload=d;return false},teardown:function(a,b){if(this.onbeforeunload===b)this.onbeforeunload=null}}}};c.Event=function(a){if(!this.preventDefault)return new c.Event(a);if(a&&a.type){this.originalEvent=a;this.type=a.type}else this.type=a;this.timeStamp=J();this[G]=true};
66 a.guid)||0)%d;c.data(this,"lastToggle"+a.guid,e+1);f.preventDefault();return b[e].apply(this,arguments)||false}))},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}});c.each(["live","die"],function(a,b){c.fn[b]=function(d,f,e){var i,j=0;if(c.isFunction(f)){e=f;f=v}for(d=(d||""). (…)
    [all...]
  /external/dbus/dbus/
dbus-transport.c 186 /* On Linux RLIMIT_NOFILE defaults to 1024, so allowing 4096 fds live
    [all...]
  /external/dnsmasq/
dnsmasq.conf.example 267 # Set the default time-to-live to 50
443 # file have Time-To-Live set as zero, which conventionally means
445 # server for potentially stale date, you can set a time-to-live (in
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 285 OS << " Live Ins:";
671 // Inherit live-ins from the successor
691 // Update relevant live-through information.
    [all...]
MachineFunction.cpp 309 OS << "Function Live Ins: ";
321 OS << "Function Live Outs:";
393 /// addLiveIn - Add the specified physical register as a live-in value and
  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 769 // the call is live.
814 // makes any stores above the access live.
827 /// of the stack objects in the DeadStackObjects set. If so, they become live
LICM.cpp 14 // live in registers, thus hoisting and sinking "invariant" loads and stores.
654 // store of the live-out values that feed them. Since we've already told
801 // Set up the preheader to have a definition of the value. It is the live-out
  /external/v8/src/x64/
full-codegen-x64.cc 113 // The live registers are:
211 // passed to us. It's saved in the stack and kept live in rsi.
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
MyHandler.h 887 ALOGW("This is a live stream, ignoring seek request.");
    [all...]
  /dalvik/dx/src/com/android/dx/rop/
package-info.java 168 * variable becomes live in a specified register specified register for the
  /dalvik/vm/alloc/
CardTable.cpp 119 * approximate it with the "live bits max" value, which tells us the
  /development/apps/FontLab/src/com/android/fontlab/
FontLab.java 55 + " nation might live. It is altogether fitting and proper that we"
  /development/tools/apkcheck/
README.txt 7 The public API description files live in the source tree, in
  /device/samsung/tuna/
device.mk 108 # Live Wallpapers
  /docs/source.android.com/src/source/
downloading.md 62 - When prompted, please configure Repo with your real name and email address. To use the Gerrit code-review tool, you will need an email address that is connected with a [registered Google account](https://www.google.com/accounts). Make sure this is a live address at which you can receive messages. The name that you provide here will show up in attributions for your code submissions.
  /external/antlr/antlr-3.4/antlr3-maven-plugin/
pom.xml 91 Where does our actual project live on the interwebs.
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g 591 Kill if newlines if we live on a line by ourselves
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFAState.java 81 /** What rule do we live in? */
  /external/apache-http/src/org/apache/http/impl/io/
AbstractSessionInputBuffer.java 243 // start of the live part of the buffer.

Completed in 1340 milliseconds

<<21222324252627282930>>