Searched refs:component (Results 151 - 175 of 440) sorted by relevance

1234567891011>>

/external/chromium_org/url/
H A Durl_util.cc70 const Component& component,
72 if (!component.is_nonempty())
73 return compare_to[0] == 0; // When component is empty, match empty scheme.
74 return LowerCaseEqualsASCII(&spec[component.begin],
75 &spec[component.end()],
572 const Component& component,
574 return DoCompareSchemeComponent(spec, component, compare_to);
578 const Component& component,
580 return DoCompareSchemeComponent(spec, component, compare_to);
69 DoCompareSchemeComponent(const CHAR* spec, const Component& component, const char* compare_to) argument
571 CompareSchemeComponent(const char* spec, const Component& component, const char* compare_to) argument
577 CompareSchemeComponent(const base::char16* spec, const Component& component, const char* compare_to) argument
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_video_buffer.c306 unsigned i, j, component; local
315 for (component = 0, i = 0; i < buf->num_planes; ++i ) {
322 for (j = 0; j < nr_components && component < VL_NUM_COMPONENTS; ++j, ++component) {
323 if (buf->sampler_view_components[component])
330 buf->sampler_view_components[component] = pipe->create_sampler_view(pipe, res, &sv_templ);
331 if (!buf->sampler_view_components[component])
335 assert(component == VL_NUM_COMPONENTS);
H A Dvl_mc.h95 void vl_mc_render_ycbcr(struct vl_mc *renderer, struct vl_mc_buffer *buffer, unsigned component, unsigned num_instances);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
H A DPath.java34 static Pattern component = Pattern.compile("(....|\\.\\.)(\\[(.*)\\])?"); field in class:Path
79 Matcher m = component.matcher(now);
/external/chromium_org/ash/wm/
H A Dtoplevel_window_event_handler.cc77 // Returns the window component containing |event|'s location.
231 int component = GetWindowComponent(target, *event); local
232 if (!(WindowResizer::GetBoundsChangeForWindowComponent(component) &
238 controller->ShowShadow(target, component);
289 int component = GetWindowComponent(target, *event); local
290 if (!CanStartOneFingerDrag(component))
294 AttemptToStartDrag(target, location_in_parent, component,
324 // window_resizer_->IsMove() instead of the hittest component at |event|'s
471 // We also update the current window component here because for the
474 int component local
549 int component = local
[all...]
/external/deqp/framework/randomshaders/
H A DrsgBinaryOps.cpp148 ConstValueRangeAccess dst = valueRange.asAccess().component(elemNdx);
149 ValueRangeAccess a = this->m_leftValueRange.asAccess().component(elemNdx); // \todo [2011-03-25 pyry] Commutative: randomize inputs
150 ValueRangeAccess b = this->m_rightValueRange.asAccess().component(elemNdx);
196 dst.component(elemNdx).asFloat(compNdx) = EvaluateComp()(a.component(elemNdx).asFloat(compNdx), b.component(elemNdx).asFloat(compNdx));
204 dst.component(elemNdx).asInt(compNdx) = EvaluateComp()(a.component(elemNdx).asInt(compNdx), b.component(elemNdx).asInt(compNdx));
723 ValueRangeAccess a = this->m_leftValueRange.asAccess().component(elementNd
[all...]
/external/chromium_org/ash/desktop_background/
H A Ddesktop_background_controller.cc199 DesktopBackgroundWidgetController* component = NULL; local
206 component = new DesktopBackgroundWidgetController(widget);
214 new AnimatingDesktopController(component));
216 component->StartAnimating(GetRootWindowController(root_window));
/external/chromium_org/base/files/
H A Dfile_path_watcher_fsevents.cc49 FilePath component(*components.begin());
53 if (component.IsAbsolute()) {
54 current = component;
56 current = result.Append(component);
/external/chromium_org/chrome/browser/component_updater/
H A Dcrx_update_item.h23 // in a std::vector or a std::list. The two main members are |component|
24 // which is supplied by the the component updater client and |status| which
78 CrxComponent component; member in struct:component_updater::CrxUpdateItem
82 // A component can be made available for download from several urls.
99 // The |error_category| contains a hint about which module in the component
118 // Function object used to find a specific component.
H A Dsw_reporter_installer_win.cc170 CrxComponent component; local
171 component.version = Version("0.0.0.0");
172 GetPkHash(&component.pk_hash);
173 return component_updater::GetCrxComponentID(component);
200 // We need a conditional version of register component so that it can be called
201 // back on the UI thread after validating on the File thread that the component
230 // Here, we already have a fully registered and installed component
236 // If the component is registered but the version path is not available, it
237 // means the component was not fully installed yet, and it should run the
244 // Register the existing component fo
[all...]
/external/chromium_org/chrome/browser/extensions/api/input_ime/
H A Dinput_ime_api.cc333 const extensions::InputComponentInfo& component) {
335 VLOG(1) << "RegisterIme: " << extension_id << " id: " << component.id;
338 layouts.assign(component.layouts.begin(), component.layouts.end());
341 languages.assign(component.languages.begin(), component.languages.end());
353 component.name.c_str(),
355 component.id.c_str(),
358 component.options_page_url,
359 component
330 RegisterIme( Profile* profile, const std::string& extension_id, const extensions::InputComponentInfo& component) argument
[all...]
/external/chromium_org/content/browser/media/
H A Dmedia_internals.h51 AudioComponent component) OVERRIDE;
/external/chromium_org/content/renderer/p2p/
H A Dport_allocator.cc91 int component,
95 this, content_name, component, ice_username_fragment, ice_password);
101 int component,
105 allocator, content_name, component,
89 CreateSessionInternal( const std::string& content_name, int component, const std::string& ice_username_fragment, const std::string& ice_password) argument
98 P2PPortAllocatorSession( P2PPortAllocator* allocator, const std::string& content_name, int component, const std::string& ice_username_fragment, const std::string& ice_password) argument
/external/chromium_org/media/audio/
H A Daudio_manager.h176 // instances of the given component. See AudioLogFactory for more details.
178 AudioLogFactory::AudioComponent component) = 0;
H A Dmock_audio_manager.cc103 AudioLogFactory::AudioComponent component) {
102 CreateAudioLog( AudioLogFactory::AudioComponent component) argument
/external/chromium_org/net/base/
H A Dfilename_util.h85 NET_EXPORT bool IsSafePortablePathComponent(const base::FilePath& component);
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DMediaStreamTrack.h72 MediaStreamComponent* component();
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
H A DSkiaUtils.cpp103 static U8CPU InvScaleByte(U8CPU component, uint32_t scale) argument
105 SkASSERT(component == (uint8_t)component);
106 return (component * scale + 0x8000) >> 16;
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dp2ptransport.h47 virtual TransportChannelImpl* CreateTransportChannel(int component);
H A Dtransportchannelproxy.cc43 int component)
44 : TransportChannel(content_name, component),
54 impl_->GetTransport()->DestroyChannel(impl_->component());
69 impl_->GetTransport()->DestroyChannel(impl_->component());
41 TransportChannelProxy(const std::string& content_name, const std::string& name, int component) argument
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_mc.h95 void vl_mc_render_ycbcr(struct vl_mc *renderer, struct vl_mc_buffer *buffer, unsigned component, unsigned num_instances);
/external/chromium_org/third_party/skia/src/core/
H A DSkMaskGamma.h27 /** Converts a color component luminance in the color space to a linear luma. */
29 /** Converts a linear luma to a color component luminance in the color space. */
218 * If APPLY_LUT is false, returns component unchanged.
219 * If APPLY_LUT is true, returns lut[component].
220 * @param APPLY_LUT whether or not the look-up table should be applied to component.
221 * @component the initial component.
222 * @lut a look-up table which transforms the component.
224 template<bool APPLY_LUT> static inline U8CPU sk_apply_lut_if(U8CPU component, const uint8_t*) { argument
225 return component;
227 sk_apply_lut_if(U8CPU component, const uint8_t* lut) argument
[all...]
/external/clang/tools/scan-view/
H A DReporter.py197 component = parameters.get('Component', '')
204 if not component.strip():
205 component = 'Bugs found by clang Analyzer'
210 args = ['osascript', script, component, componentVersion, classification, personID, report.title,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
H A DbuildNotes.php46 $component = $parts[0]; variable
47 $line = "<td>Component: <a href=\"buildnotes/$anEntry\">$component</a></td>";
/external/skia/src/core/
H A DSkMaskGamma.h27 /** Converts a color component luminance in the color space to a linear luma. */
29 /** Converts a linear luma to a color component luminance in the color space. */
218 * If APPLY_LUT is false, returns component unchanged.
219 * If APPLY_LUT is true, returns lut[component].
220 * @param APPLY_LUT whether or not the look-up table should be applied to component.
221 * @component the initial component.
222 * @lut a look-up table which transforms the component.
224 template<bool APPLY_LUT> static inline U8CPU sk_apply_lut_if(U8CPU component, const uint8_t*) { argument
225 return component;
227 sk_apply_lut_if(U8CPU component, const uint8_t* lut) argument
[all...]

Completed in 818 milliseconds

1234567891011>>