Searched defs:component (Results 126 - 150 of 255) sorted by relevance

1234567891011

/external/valgrind/main/coregrind/
H A Dm_libcassert.c392 const HChar* component; local
411 component = "valgrind";
414 component = VG_(details).name;
424 component, file, line, fn );
427 component, file, line, fn, expr );
430 VG_(printf)("%s: %s\n", component, buf );
/external/webp/src/enc/
H A Dbackward_references.h90 int component) {
92 return (p->argb_or_distance >> (component * 8)) & 0xff;
89 PixOrCopyLiteral(const PixOrCopy* const p, int component) argument
/external/webrtc/src/modules/audio_processing/
H A Daudio_processing_impl.cc107 ProcessingComponent* component = component_list_.front(); local
108 component->Destroy();
109 delete component;
424 // TODO(ajm): turn the splitting filter into a component?
/external/chromium_org/ash/wm/
H A Dtoplevel_window_event_handler.cc77 // Returns the window component containing |event|'s location.
229 int component = GetWindowComponent(target, *event); local
230 if (!(WindowResizer::GetBoundsChangeForWindowComponent(component) &
236 controller->ShowShadow(target, component);
287 int component = GetWindowComponent(target, *event); local
288 if (!CanStartOneFingerDrag(component))
292 AttemptToStartDrag(target, location_in_parent, component,
322 // window_resizer_->IsMove() instead of the hittest component at |event|'s
479 // We also update the current window component here because for the
482 int component local
545 int component = local
[all...]
/external/chromium_org/ash/wm/workspace/
H A Dmulti_window_resize_controller.cc100 int component = (direction_ == LEFT_RIGHT) ? HTRIGHT : HTBOTTOM; variable
102 component);
157 int component,
166 ResizeWindows windows(DetermineWindows(window, component, point_in_window));
232 const int component = local
234 return DetermineWindows(window, component, mouse_location);
431 int component = windows_.direction == LEFT_RIGHT ? HTRIGHT : HTBOTTOM; local
435 component,
531 int component) const {
539 window->delegate()->GetNonClientComponent(window_loc) == component;
156 Show(Window* window, int component, const gfx::Point& point_in_window) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dresource_metadata.cc483 const std::string component = base::FilePath(components[i]).AsUTF8Unsafe(); local
485 FileError error = storage_->GetChild(id, component, &child_id);
/external/chromium_org/chrome/browser/component_updater/
H A Dsw_reporter_installer_win.cc107 // The major version uses the 1st component value (when there is more than
109 // double word. The low word is either the second component (when there are
114 // the low word. major version is 0 if the version only has one component.
303 CrxComponent component; local
304 component.version = Version("0.0.0.0");
305 GetPkHash(&component.pk_hash);
306 return component_updater::GetCrxComponentID(component);
376 // Install the component.
/external/chromium_org/chrome/browser/extensions/api/input_ime/
H A Dinput_ime_api.cc309 // The component IME extensions need to know the current screen type (e.g.
359 // descriptors for component IME extensions are managed by InputMethodUtil.
365 const extensions::InputComponentInfo& component = *it; local
366 DCHECK(component.type == extensions::INPUT_COMPONENT_TYPE_IME);
369 layouts.assign(component.layouts.begin(), component.layouts.end());
371 languages.assign(component.languages.begin(), component.languages.end());
375 component.id);
378 component
[all...]
/external/chromium_org/content/renderer/media/
H A Drtc_peer_connection_handler_unittest.cc92 virtual blink::WebMediaStreamTrack component() const OVERRIDE {
108 void setSelector(const blink::WebMediaStreamTrack& component) { argument
110 component_ = component;
532 blink::WebMediaStreamTrack component = tracks[0]; local
537 request->setSelector(component);
/external/chromium_org/storage/common/fileapi/
H A Dfile_system_util.cc99 StringType component = path.value().substr( local
101 if (!component.empty() && component != base::FilePath::kCurrentDirectory)
102 components->push_back(component);
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
H A DImageDecoder.h122 // give potentially different sizes per component.
123 virtual IntSize decodedYUVSize(int component, SizeType) const { return decodedSize(); } argument
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Ddtlstransportchannel_unittest.cc120 cricket::FakeTransportChannel* GetFakeChannel(int component) { argument
121 cricket::TransportChannelImpl* ch = transport_->GetChannel(component);
316 LOG(LS_INFO) << name_ << ": Channel '" << channel->component()
H A Dportallocator.h83 int component,
94 int component() const { return component_; } function in class:cricket::PortAllocatorSession
140 int component,
190 int component,
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dconnectivitychecker.cc72 int component,
75 return new TestHttpPortAllocatorSession(this, content_name, component,
70 CreateSessionInternal( const std::string& content_name, int component, const std::string& ice_ufrag, const std::string& ice_pwd) argument
H A Dconnectivitychecker.h119 int component,
127 allocator, content_name, component, ice_ufrag, ice_pwd, stun_hosts,
116 TestHttpPortAllocatorSession( HttpPortAllocator* allocator, const std::string& content_name, int component, const std::string& ice_ufrag, const std::string& ice_pwd, const std::vector<rtc::SocketAddress>& stun_hosts, const std::vector<std::string>& relay_hosts, const std::string& relay_token, const std::string& user_agent) argument
H A Dconnectivitychecker_unittest.cc113 int component,
121 component,
171 const std::string& content_name, int component,
179 component,
110 FakeHttpPortAllocatorSession( HttpPortAllocator* allocator, const std::string& content_name, int component, const std::string& ice_ufrag, const std::string& ice_pwd, const std::vector<rtc::SocketAddress>& stun_hosts, const std::vector<std::string>& relay_hosts, const std::string& relay_token, const std::string& agent) argument
170 CreateSessionInternal( const std::string& content_name, int component, const std::string& ice_ufrag, const std::string& ice_pwd) argument
H A Dportallocator_unittest.cc164 bool CreateSession(int component) { argument
165 session_.reset(CreateSession("session", component));
171 bool CreateSession(int component, const std::string& content_name) { argument
172 session_.reset(CreateSession("session", content_name, component));
179 const std::string& sid, int component) {
180 return CreateSession(sid, kContentName, component);
184 const std::string& sid, const std::string& content_name, int component) {
185 return CreateSession(sid, content_name, component, kIceUfrag0, kIcePwd0);
189 const std::string& sid, const std::string& content_name, int component,
193 sid, content_name, component, ice_ufra
178 CreateSession( const std::string& sid, int component) argument
183 CreateSession( const std::string& sid, const std::string& content_name, int component) argument
188 CreateSession( const std::string& sid, const std::string& content_name, int component, const std::string& ice_ufrag, const std::string& ice_pwd) argument
203 CheckCandidate(const cricket::Candidate& c, int component, const std::string& type, const std::string& proto, const SocketAddress& addr) argument
[all...]
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
H A Dpseudotcpchannel.cc124 int component) {
135 content_name, channel_name, component);
171 LOG_F(LS_INFO) << "(" << channel->component() << ")";
488 session_->DestroyChannel(content_name_, channel_->component());
122 Connect(const std::string& content_name, const std::string& channel_name, int component) argument
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dmjpeg_decoder.cc181 // Sample factors of the n-th component.
182 int MJpegDecoder::GetHorizSampFactor(int component) { argument
183 return decompress_struct_->comp_info[component].h_samp_factor;
186 int MJpegDecoder::GetVertSampFactor(int component) { argument
187 return decompress_struct_->comp_info[component].v_samp_factor;
190 int MJpegDecoder::GetHorizSubSampFactor(int component) { argument
192 GetHorizSampFactor(component);
195 int MJpegDecoder::GetVertSubSampFactor(int component) { argument
197 GetVertSampFactor(component);
204 int MJpegDecoder::GetComponentScanlinesPerImcuRow(int component) { argument
209 GetComponentWidth(int component) argument
214 GetComponentHeight(int component) argument
220 GetComponentStride(int component) argument
224 GetComponentSize(int component) argument
[all...]
/external/chromium_org/third_party/libyuv/source/
H A Dmjpeg_decoder.cc181 // Sample factors of the n-th component.
182 int MJpegDecoder::GetHorizSampFactor(int component) { argument
183 return decompress_struct_->comp_info[component].h_samp_factor;
186 int MJpegDecoder::GetVertSampFactor(int component) { argument
187 return decompress_struct_->comp_info[component].v_samp_factor;
190 int MJpegDecoder::GetHorizSubSampFactor(int component) { argument
192 GetHorizSampFactor(component);
195 int MJpegDecoder::GetVertSubSampFactor(int component) { argument
197 GetVertSampFactor(component);
204 int MJpegDecoder::GetComponentScanlinesPerImcuRow(int component) { argument
209 GetComponentWidth(int component) argument
214 GetComponentHeight(int component) argument
220 GetComponentStride(int component) argument
224 GetComponentSize(int component) argument
[all...]
/external/chromium_org/third_party/ots/src/
H A Dgsub.cc301 uint16_t component = 0; local
302 if (!subtable.ReadU16(&component)) {
305 if (component >= num_glyphs) {
/external/chromium_org/third_party/skia/src/effects/
H A DSkColorMatrixFilter.cpp376 // If any relevant component of the color to be passed through the matrix is non-const
383 uint32_t component = (*color >> kShifts[i]) & 0xFF; variable
384 outputA += fMatrix.fMat[kAlphaRowStartIdx + i] * component;
393 // result if the matrix could over/underflow for any component?
/external/chromium_org/url/
H A Durl_canon_ip.cc39 int cur_component = 0; // Index of the component we're working on.
40 int cur_component_begin = host.begin; // Start of the current component.
44 // Found the end of the current component.
48 // The next component starts after the dot.
53 // allow an empty component at the end (this would indicate that the
54 // input ends in a dot). We also want to error if the component is
55 // empty and it's the only component (cur_component == 1).
63 // Anything else after the 4th component is an error unless it is a
82 // Converts an IPv4 component to a 32-bit number, while checking for overflow.
94 const Component& component,
93 IPv4ComponentToNumber(const CHAR* spec, const Component& component, uint32* number) argument
447 IPv6HexComponentToNumber(const CHAR* spec, const Component& component) argument
[all...]
/external/deqp/framework/opengl/
H A DgluVarTypeUtil.hpp133 SubTypeAccess& component (int ndx) { m_path.push_back(VarTypeComponent(VarTypeComponent::VECTOR_COMPONENT, ndx)); DE_ASSERT(isValid()); return *this; } //!< Access component. function in class:glu::SubTypeAccess
139 SubTypeAccess component (int ndx) const { return SubTypeAccess(*this).component(ndx); } function in class:glu::SubTypeAccess
/external/deqp/framework/randomshaders/
H A DrsgVariableValue.hpp97 ConstStridedValueAccess component (int compNdx) const { return ConstStridedValueAccess(getType().getElementType(), m_value + Stride*compNdx); } function in class:rsg::ConstStridedValueAccess
130 StridedValueAccess component (int compNdx) { return StridedValueAccess(this->getType().getElementType(), this->m_value + Stride*compNdx); } function in class:rsg::StridedValueAccess
188 component(comp).asFloat() = vec.getPtr()[comp];
208 ConstValueRangeAccess component (int compNdx) const;
223 inline ConstValueRangeAccess ConstValueRangeAccess::component (int compNdx) const function in class:rsg::ConstValueRangeAccess
249 ValueRangeAccess component (int compNdx);
254 inline ValueRangeAccess ValueRangeAccess::component (int compNdx) function in class:rsg::ValueRangeAccess

Completed in 4058 milliseconds

1234567891011