/external/google-breakpad/src/client/mac/handler/ |
H A D | minidump_generator.cc | 1546 uint64_t speed; local 1548 size = sizeof(speed); 1549 sysctlbyname("hw.cpufrequency_max", &speed, &size, NULL, 0); 1550 info_ptr->processor_max_mhz = static_cast<uint32_t>(speed / kOneMillion); 1551 info_ptr->processor_mhz_limit = static_cast<uint32_t>(speed / kOneMillion); 1552 size = sizeof(speed); 1553 sysctlbyname("hw.cpufrequency", &speed, &size, NULL, 0); 1554 info_ptr->processor_current_mhz = static_cast<uint32_t>(speed / kOneMillion);
|
/external/jmonkeyengine/engine/src/core/com/jme3/app/ |
H A D | Application.java | 87 protected float speed = 1f;
field in class:Application 599 if (speed == 0 || paused)
|
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
H A D | LzmaBench.cs | 230 UInt64 speed = MyMultDiv64(size, elapsedTime);
231 PrintValue(speed / 1024);
|
/external/lzma/Java/SevenZip/ |
H A D | LzmaBench.java | 281 long speed = MyMultDiv64(size, elapsedTime);
282 PrintValue(speed / 1024);
|
/external/replicaisland/src/com/replica/replicaisland/ |
H A D | PatrolComponent.java | 258 public void setMovementSpeed(float speed, float acceleration) { argument 259 mMaxSpeed = speed;
|
/external/libvpx/libvpx/examples/ |
H A D | vp9_spatial_svc_encoder.c | 81 ARG_DEF("sp", "speed", 1, "speed configuration"); 174 svc_ctx->speed = default_speed; 222 svc_ctx->speed = arg_parse_uint(&arg); 631 if (svc_ctx.speed != -1) 632 vpx_codec_control(&codec, VP8E_SET_CPUUSED, svc_ctx.speed); 647 pts, frame_duration, svc_ctx.speed >= 5 ?
|
H A D | vpx_temporal_svc_encoder.c | 475 int speed; local 511 "<rate_num> <rate_den> <speed> <frame_drop_threshold> <mode> " 515 "<rate_num> <rate_den> <speed> <frame_drop_threshold> <mode> " 593 speed = strtol(argv[8], NULL, 0); 594 if (speed < 0) { 595 die("Invalid speed setting: must be positive"); 685 vpx_codec_control(&codec, VP8E_SET_CPUUSED, -speed); 690 vpx_codec_control(&codec, VP8E_SET_CPUUSED, speed);
|
H A D | vp8_multi_resolution_encoder.c | 542 /* Set encoding speed */ 545 int speed = -6; local 546 /* Lower speed for the lowest resolution. */ 547 if (i == NUM_ENCODERS - 1) speed = -4; 548 if(vpx_codec_control(&codec[i], VP8E_SET_CPUUSED, speed))
|
/external/libxml2/ |
H A D | testSAX.c | 57 static int speed = 0; variable 1076 if (!speed) { 1150 else if ((!strcmp(argv[i], "-speed")) || 1151 (!strcmp(argv[i], "--speed"))) 1152 speed++;
|
/external/libnfc-nxp/src/ |
H A D | phHciNfc_Sequence.c | 1637 uint8_t speed = local 1690 HCI_DEBUG("Setting initiator mode to 0x%02X", speed); 1693 (uint8_t) (speed & DEFAULT_NFCIP_INITIATOR_MODE_SUPPORT)); 1727 || ( speed & (uint8_t)phHal_ePassive106 ) 1731 || ( speed & (uint8_t)phHal_ePassive212 ) 1735 || ( speed & (uint8_t)phHal_ePassive424 )
|
/external/jmonkeyengine/engine/src/test/jme3test/bullet/ |
H A D | TestRagdollCharacter.java | 100 speed = 1.3f;
|
H A D | TestBoneRagdoll.java | 133 speed = 1.3f;
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/bench/ |
H A D | jquery-1.7.1.js | 535 // Own properties are enumerated firstly, so to speed up, 5007 // See if we find a selector to speed up 8234 show: function( speed, easing, callback ) { 8237 if ( speed || speed === 0 ) { 8238 return this.animate( genFx("show", 3), speed, easing, callback ); 8280 hide: function( speed, easing, callback ) { 8281 if ( speed || speed === 0 ) { 8282 return this.animate( genFx("hide", 3), speed, easin [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
H A D | vp9_encoder.h | 93 // speed. The output is compressed at the highest possible quality. This 134 int speed; member in struct:VP9EncoderConfig
|
/external/libvorbis/doc/ |
H A D | a1-encapsulation-ogg.tex | 113 does not increment at twice the speed of a mono stream).
|
/external/lzma/CPP/7zip/UI/Common/ |
H A D | Bench.cpp | 969 HRESULT CrcBench(UInt32 numThreads, UInt32 bufferSize, UInt64 &speed)
argument 1026 speed = MyMultDiv64(size, timeVal, GetFreq());
|
/external/libvpx/libvpx/ |
H A D | configure | 55 ${toggle_small} favor smaller size over speed
|
/external/llvm/lib/Support/ |
H A D | regengine.inc | 680 - fast - step through the string at top speed
|
/external/libpng/contrib/libtests/ |
H A D | pngvalid.c | 635 unsigned int speed :1; member in struct:png_store 727 ps->speed = 0; 1540 /* Don't do the slow memory checks if doing a speed test, also if user 1544 if (!ps->speed) 1665 if (!ps->speed) 4259 int speed; /* Doing a speed test */ member in struct:standard_display 4300 dp->speed = ps->speed; 5086 if (!d.speed) [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
H A D | recognizers.rb | 156 # the struct's default initialize for speed. Otherwise,
|
/external/boringssl/ |
H A D | sources.mk | 321 src/tool/speed.cc\
|
/external/libunwind/doc/ |
H A D | libunwind.tex | 278 To speed up execution, \Prog{libunwind} may aggressively cache the
|
/external/valgrind/include/vki/ |
H A D | vki-linux.h | 3364 __vki_u16 speed; member in struct:vki_ethtool_cmd 4181 __vki_s32 speed; member in struct:vki_v4l2_decoder_cmd::__anon16445::__anon16447
|
/external/zlib/src/contrib/masmx86/ |
H A D | inffas32.asm | 14 ; * gcc3.2, icc5.0, msvc6.0. It is very close to the speed of inffast.S
|
/external/clang/tools/scan-build/ |
H A D | scan-build | 1177 Default is 4. Increase for more comprehensive coverage at a cost of speed.
|