/external/chromium_org/third_party/libusb/src/libusb/os/ |
darwin_usb.c | [all...] |
/external/chromium_org/third_party/readability/js/ |
readability.js | 115 (readability.frameHack ? "<p><strong>It appears this page uses frames.</strong> Unfortunately, browser security properties often cause Readability to fail on pages that include frames." : ""), 361 var frames = document.getElementsByTagName('frame'); variable 362 if(frames.length > 0) 367 for(var frameIndex = 0; frameIndex < frames.length; frameIndex+=1) 369 var frameSize = frames[frameIndex].offsetWidth + frames[frameIndex].offsetHeight; 372 var frameBody = frames[frameIndex].contentWindow.document.body; 381 readability.biggestFrame = frames[frameIndex]; 388 bestFrame = frames[frameIndex] [all...] |
/frameworks/av/services/audioflinger/ |
AudioMixer.cpp | 81 // Set to default copy buffer size in frames for input processing. 285 void AudioMixer::DownmixerBufferProvider::copyFrames(void *dst, const void *src, size_t frames) 287 mDownmixConfig.inputCfg.buffer.frameCount = frames; 289 mDownmixConfig.outputCfg.buffer.frameCount = frames; 351 void AudioMixer::RemixBufferProvider::copyFrames(void *dst, const void *src, size_t frames) 354 src, mInputChannels, mIdxAry, mSampleSize, frames); 371 void AudioMixer::ReformatBufferProvider::copyFrames(void *dst, const void *src, size_t frames) 373 memcpy_by_audio_format(dst, mOutputFormat, src, mInputFormat, frames * mChannels); 738 * @param ramp number of frames to increment over. if ramp is 0, the volume 739 * should be set immediately. Currently ramp should not exceed 65535 (frames) [all...] |
/external/chromium_org/v8/src/ |
messages.js | [all...] |
frames.cc | 9 #include "src/frames-inl.h" 94 // When we're done iterating over the stack frames, the handler 255 // Check that there are no js frames on top of the native frames. 332 // Some of the EXIT frames may have ExternalCallbackScope allocated on 334 // frame beneath it. There may be other EXIT frames on top of the 425 // frames as normal JavaScript frames to avoid having to look 617 // possibly find pointers in optimized frames in that state. 709 // Make sure that optimized frames do not contain any stack handlers [all...] |
/external/chromium_org/chrome/browser/resources/cryptotoken/ |
gnubby.js | 183 // Already have frames; continue. 194 * frames from its device. 339 // Don't log busy frames, they're "normal".
|
/external/chromium_org/v8/tools/profviz/ |
composer.js | 37 var kStackFrames = 8; // Stack frames to display in the plot. 460 ytics.push('"top ' + kStackFrames + ' js stack frames"' + ' ' + 489 // Javascript frames.
|
/external/libunwind/doc/ |
libunwind.tex | 75 be moved ``up'' (towards earlier stack frames) by calling 79 that there are more frames in the chain, zero indicates that the end 84 ``down'' direction (towards newer stack frames), this effect can be
|
/external/chromium_org/net/quic/ |
quic_packet_creator_test.cc | 270 // Changing the sequence number length with queued frames in the creator 271 // should hold the change until after any currently queued frames are 545 "Cannot start FEC protection with pending frames."); 554 // Since all pending frames have been serialized, turning FEC on should work. [all...] |
quic_framer.cc | 309 // over, stop including more frames. 337 const QuicFrames& frames, 347 for (size_t i = 0; i < frames.size(); ++i) { 348 const QuicFrame& frame = frames[i]; 353 (i == frames.size() - 1); [all...] |
/external/chromium_org/media/audio/mac/ |
audio_low_latency_input_mac.cc | 24 << "frames per packet : " << format.mFramesPerPacket << std::endl 65 // Set number of sample frames per callback used by the internal audio layer. 69 DVLOG(1) << "Size of data buffer in frames : " << number_of_frames_; 86 // Set up an internal FIFO buffer that will accumulate recorded audio frames 89 // audio frames. 111 // allocated space equals 4*128=512 audio frames 233 // Set the desired number of frames in the IO buffer (output scope). 267 // Allocates memory according to the maximum number of audio frames 548 data_->data(), audio_bus_->frames(), format_.mBitsPerChannel / 8);
|
/external/chromium_org/net/quic/test_tools/ |
quic_test_utils.h | 103 // is populated with the fields in |header| and |frames|, or is NULL if the 107 const QuicFrames& frames);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/ |
HeapSnapshotView.js | [all...] |
/external/chromium_org/third_party/webrtc/common_audio/resampler/ |
sinc_resampler_unittest.cc | 39 MOCK_METHOD2(Run, void(int frames, float* destination)); 53 // Test requesting multiples of ChunkSize() frames results in the proper number 67 // Verify requesting ChunkSize() frames causes a single callback. 72 // Verify requesting kChunks * ChunkSize() frames causes kChunks callbacks.
|
/external/chromium_org/v8/tools/gyp/ |
v8_base.target.darwin-arm.mk | 75 v8/src/frames.cc \ 188 v8/src/arm/frames-arm.cc \
|
v8_base.target.darwin-arm64.mk | 75 v8/src/frames.cc \ 188 v8/src/arm64/frames-arm64.cc \
|
v8_base.target.darwin-mips.mk | 75 v8/src/frames.cc \ 188 v8/src/mips/frames-mips.cc \
|
v8_base.target.darwin-x86.mk | 75 v8/src/frames.cc \ 187 v8/src/ia32/frames-ia32.cc \
|
v8_base.target.darwin-x86_64.mk | 75 v8/src/frames.cc \ 187 v8/src/x64/frames-x64.cc \
|
v8_base.target.linux-arm.mk | 75 v8/src/frames.cc \ 188 v8/src/arm/frames-arm.cc \
|
v8_base.target.linux-arm64.mk | 75 v8/src/frames.cc \ 188 v8/src/arm64/frames-arm64.cc \
|
v8_base.target.linux-mips.mk | 75 v8/src/frames.cc \ 188 v8/src/mips/frames-mips.cc \
|
v8_base.target.linux-x86.mk | 75 v8/src/frames.cc \ 187 v8/src/ia32/frames-ia32.cc \
|
v8_base.target.linux-x86_64.mk | 75 v8/src/frames.cc \ 187 v8/src/x64/frames-x64.cc \
|
/external/libvpx/libvpx/vp8/encoder/ |
onyx_int.h | 353 /* Ambient reconstruction err target for force key frames */ 387 /* Used in the few frames following a GF to recover the extra bits 392 /* Extra bits spent on key frames that need to be recovered */ 445 int drop_frames_allowed; /* Are we permitted to drop frames? */ 497 /* Count ZEROMV on all reference frames. */ 592 /* Remaining error from uncoded frames in a gf group. */ 594 /* Projected total bits available for a key frame group of frames */ 596 /* Error score of frames still to be coded in kf group */ 608 YV12_BUFFER_CONFIG *frames[MAX_LAG_BUFFERS]; member in struct:VP8_COMP 688 /* The frame number of each reference frames */ [all...] |