Searched refs:component (Results 51 - 75 of 439) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_i18n_input.cc62 const AddressUiComponent& component = components[i]; local
64 if (component.field == ::i18n::addressinput::ORGANIZATION)
66 ServerFieldType server_type = i18n::TypeForField(component.field, billing);
67 DetailInput::Length length = LengthFromHint(component.length_hint);
68 base::string16 placeholder = base::UTF8ToUTF16(component.name);
/external/chromium_org/remoting/test/
H A Dfake_port_allocator.cc21 int component,
40 int component,
48 component,
116 int component,
120 this, content_name, component, ice_username_fragment, ice_password,
37 FakePortAllocatorSession( cricket::HttpPortAllocatorBase* allocator, const std::string& content_name, int component, const std::string& ice_username_fragment, const std::string& ice_password, const std::vector<rtc::SocketAddress>& stun_hosts, const std::vector<std::string>& relay_hosts, const std::string& relay) argument
114 CreateSessionInternal( const std::string& content_name, int component, const std::string& ice_username_fragment, const std::string& ice_password) argument
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DMediaStream.cpp41 if (source->id() == trackVector[i]->component()->source()->id())
52 MediaStreamSource* source = track->component()->source();
133 audioComponents.append((*iter)->component());
137 videoComponents.append((*iter)->component());
183 switch (track->component()->source()->type()) {
192 m_descriptor->addComponent(track->component());
193 MediaStreamCenter::instance().didAddMediaStreamTrack(m_descriptor.get(), track->component());
209 switch (track->component()->source()->type()) {
225 m_descriptor->removeComponent(track->component());
230 MediaStreamCenter::instance().didRemoveMediaStreamTrack(m_descriptor.get(), track->component());
308 addRemoteTrack(MediaStreamComponent* component) argument
329 removeRemoteTrack(MediaStreamComponent* component) argument
[all...]
/external/chromium_org/third_party/libaddressinput/src/cpp/src/
H A Daddress_ui.cc123 AddressUiComponent component; local
127 component.length_hint = preceded_by_newline && followed_by_newline
131 component.field = format_it->GetField();
132 component.name = GetLabelForField(localization,
136 result.push_back(component);
/external/chromium_org/tools/win/sizeviewer/
H A Dsizeviewer.py20 def FindNode(node, component):
22 if child['name'] == component:
30 for index, component in enumerate(components):
31 data = FindNode(node, component)
33 data = { 'name': component }
/external/deqp/modules/glshared/
H A DglsRandomShaderProgram.cpp196 access.component(0).asFloat(ndx) = attribValue[0];
197 if (numComponents >= 2) access.component(1).asFloat(ndx) = attribValue[1];
198 if (numComponents >= 3) access.component(2).asFloat(ndx) = attribValue[2];
199 if (numComponents >= 4) access.component(3).asFloat(ndx) = attribValue[3];
214 packet->position[0] = access.component(0).asFloat(ndx);
215 packet->position[1] = access.component(1).asFloat(ndx);
216 packet->position[2] = access.component(2).asFloat(ndx);
217 packet->position[3] = access.component(3).asFloat(ndx);
237 dst[0] = access.component(0).asFloat(ndx);
238 if (numComponents >= 2) dst[1] = access.component(
[all...]
/external/libpng/contrib/tools/
H A Dcvtcolor.c28 "%s: usage: %s [-linear|-sRGB] [-gray|-color] component{1,4}\n",
34 component(const char *prog, const char *arg, int issRGB) function
41 fprintf(stderr, "%s: %s: invalid component value (%lu)\n", prog, arg, c);
91 c[3] = component(prog, argv[3], to_linear);
94 c[2] = component(prog, argv[2], to_linear);
97 c[1] = component(prog, argv[1], to_linear);
100 c[0] = component(prog, argv[0], to_linear);
/external/mockito/cglib-and-asm/src/org/mockito/cglib/util/
H A DParallelSorterEmitter.java74 Type component = TypeUtils.getComponentType(type);
86 e.array_load(component);
93 e.array_load(component);
95 e.array_store(component);
96 e.array_store(component);
/external/llvm/utils/
H A Dllvm-compilers-check167 for component in components:
168 component = component.rstrip("2")
169 compsrc = src + "/" + component
180 # back through path components until it finds unique component names
183 # Find the number of common starting characters in the last component
189 # Find a unique component of each path.
281 def execute(self, command, execdir, env, component):
282 prefix = self.component_abbrev[component.replace("-", "_")]
455 for component i
[all...]
/external/chromium_org/chrome/browser/themes/
H A Dtheme_properties.cc144 for (std::vector<std::string>::iterator component(split.begin());
145 component != split.end(); ++component) {
146 if (LowerCaseEqualsASCII(*component, kAlignmentTop))
148 else if (LowerCaseEqualsASCII(*component, kAlignmentBottom))
150 else if (LowerCaseEqualsASCII(*component, kAlignmentLeft))
152 else if (LowerCaseEqualsASCII(*component, kAlignmentRight))
160 const char* component = tiling.c_str(); local
162 if (base::strcasecmp(component, kTilingRepeatX) == 0)
164 if (base::strcasecmp(component, kTilingRepeat
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_util.c54 unsigned component )
56 switch( component ) {
75 unsigned component )
79 component );
86 unsigned component )
88 switch( component ) {
109 unsigned component )
265 /* Note that the SHADOW variants use the Z component too */
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_util.c54 unsigned component )
56 switch( component ) {
75 unsigned component )
79 component );
86 unsigned component )
88 switch( component ) {
109 unsigned component )
265 /* Note that the SHADOW variants use the Z component too */
/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/libyuv/files/source/
H A Dmjpeg_decoder.cc198 // Sample factors of the n-th component.
199 int MJpegDecoder::GetHorizSampFactor(int component) { argument
200 return decompress_struct_->comp_info[component].h_samp_factor;
203 int MJpegDecoder::GetVertSampFactor(int component) { argument
204 return decompress_struct_->comp_info[component].v_samp_factor;
207 int MJpegDecoder::GetHorizSubSampFactor(int component) { argument
209 GetHorizSampFactor(component);
212 int MJpegDecoder::GetVertSubSampFactor(int component) { argument
214 GetVertSampFactor(component);
221 int MJpegDecoder::GetComponentScanlinesPerImcuRow(int component) { argument
226 GetComponentWidth(int component) argument
231 GetComponentHeight(int component) argument
237 GetComponentStride(int component) argument
241 GetComponentSize(int component) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DRuleSet.cpp77 for (const CSSSelector* component = selector; component; component = component->tagHistory()) {
78 if (component->isAttributeSelector())
117 for (const CSSSelector* component = &selector; component; component = component->tagHistory()) {
118 if (component
172 findBestRuleSetAndAdd(const CSSSelector& component, RuleData& ruleData) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
H A DSDL_QuartzGL.m251 GLint component;
254 glGetIntegerv (GL_RED_BITS, &component); bits += component;
255 glGetIntegerv (GL_GREEN_BITS,&component); bits += component;
256 glGetIntegerv (GL_BLUE_BITS, &component); bits += component;
257 glGetIntegerv (GL_ALPHA_BITS, &component); bits += component;
/external/deqp/framework/randomshaders/
H A DrsgExpression.cpp178 if (valueRange.getMin().component(ndx).asScalar() != Scalar::min<int>() ||
179 valueRange.getMax().component(ndx).asScalar() != Scalar::max<int>())
190 valueRange.getMin().component(ndx).asInt() = minVal;
191 valueRange.getMax().component(ndx).asInt() = maxVal;
198 if (valueRange.getMin().component(ndx).asScalar() != Scalar::min<float>() ||
199 valueRange.getMax().component(ndx).asScalar() != Scalar::max<float>())
212 valueRange.getMin().component(ndx).asFloat() = minVal;
213 valueRange.getMax().component(ndx).asFloat() = maxVal;
232 valueRange.getMin().component(ndx) = Scalar::min<bool>();
233 valueRange.getMax().component(nd
[all...]
/external/lldb/test/attic/
H A Dtester.py50 def end(self, component):
52 if component not in self.m_times:
53 self.m_times[component] = list()
54 self.m_times[component].append(e - self.m_start)
91 def runCommand(self, command, component):
95 ExecutionTimes.executionTimes().end(component)
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtransportchannel.h60 explicit TransportChannel(const std::string& content_name, int component) argument
62 component_(component),
71 int component() const { return component_; } function in class:cricket::TransportChannel
/external/chromium_org/tools/findit/
H A Dchromium_deps_unittest.py159 for component in deps.values():
161 if key in component:
162 self.assertTrue(utils.IsGitHash(component[key]))
/external/chromium_org/chrome/browser/net/
H A Dcrl_set_fetcher.cc141 component_updater::CrxComponent component; local
142 component.pk_hash.assign(kPublicKeySHA256,
144 component.installer = this;
145 component.name = "CRLSet";
146 component.version = Version(base::UintToString(sequence_of_loaded_crl));
147 component.allow_background_download = false;
148 if (!component.version.IsValid()) {
150 component.version = Version("0");
153 if (cus_->RegisterComponent(component) !=
167 << " from component installe
[all...]
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_resize_controller.h29 int component);
/external/chromium_org/media/audio/
H A Daudio_logging.h15 // AudioLog logs state information about an active audio component. Each method
22 // Called when an audio component is created. |params| are the parameters of
29 // Called when an audio component is started, generally this is synonymous
33 // Called when an audio component is stopped, generally this is synonymous
37 // Called when an audio component is closed, generally this is synonymous
41 // Called when an audio component encounters an error.
44 // Called when an audio component changes volume. |volume| is the new volume.
56 // Each of these owning classes may own multiple instances of each component, as
72 // instances of the given component. Each instance of an "owning" class must
74 virtual scoped_ptr<AudioLog> CreateAudioLog(AudioComponent component)
[all...]
H A Dfake_audio_log_factory.cc27 AudioComponent component) {
26 CreateAudioLog( AudioComponent component) argument

Completed in 4103 milliseconds

1234567891011>>