HomeSort by relevance Sort by last modified time
    Searched defs:Loop (Results 1 - 8 of 8) sorted by null

  /external/openssl/crypto/
ppccpuid.pl 50 Loop: lwarx r5,0,r3
53 bne- Loop
  /system/vold/
Loop.h 21 #include <linux/loop.h>
25 class Loop {
  /external/webkit/WebKit/chromium/public/
WebMediaPlayerAction.h 41 Loop
  /external/webkit/SunSpider/tests/sunspider-0.9/
3d-cube.js 232 function Loop() {
248 Loop();
323 Loop();
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
3d-cube.js 232 function Loop() {
248 Loop();
323 Loop();
  /external/v8/test/cctest/
test-thread-termination.cc 54 v8::Handle<v8::Value> Loop(const v8::Arguments& args) {
107 global->Set(v8::String::New("loop"), v8::FunctionTemplate::New(Loop));
121 // Run a loop that will be infinite if thread termination does not work.
123 v8::String::New("try { loop(); fail(); } catch(e) { fail(); }");
132 // itself in a loop that performs no calls.
139 // Run a loop that will be infinite if thread termination does not work.
141 v8::String::New("try { loop(); fail(); } catch(e) { fail(); }");
168 // Run a loop that will be infinite if thread termination does not work.
170 v8::String::New("try { loop(); fail(); } catch(e) { fail(); }")
    [all...]
  /external/webkit/JavaScriptCore/bytecompiler/
LabelScope.h 41 enum Type { Loop, Switch, NamedLabel };
  /external/libvpx/vp8/encoder/
onyx_if.c 300 // MB loop to set local segmentation map
331 // Set up the loop segment data
378 // MB loop to set local segmentation map
425 // Set up the loop segment data
708 // Only do recode loop on key frames and golden frames
718 sf->auto_filter = 0; // Faster selection of loop filter
754 sf->recode_loop = 0; // recode loop off
762 sf->auto_filter = 0; // Faster selection of loop filter
939 sf->auto_filter = 0; // Faster selection of loop filter
976 sf->auto_filter = 0; // Faster selection of loop filte
    [all...]

Completed in 4703 milliseconds