HomeSort by relevance Sort by last modified time
    Searched defs:component (Results 51 - 75 of 143) sorted by null

1 23 4 5 6

  /external/chromium_org/storage/common/fileapi/
file_system_util.cc 99 StringType component = path.value().substr( local
101 if (!component.empty() && component != base::FilePath::kCurrentDirectory)
102 components->push_back(component);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
candidate.h 51 Candidate(const std::string& id, int component, const std::string& protocol,
56 : id_(id), component_(component), protocol_(protocol), address_(address),
65 int component() const { return component_; } function in class:cricket::Candidate
66 void set_component(int component) { component_ = component; }
178 // (2^0)*(256 - component ID)
portallocator.h 83 int component,
94 int component() const { return component_; } function in class:cricket::PortAllocatorSession
140 int component,
190 int component,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_format_aos.c 340 LLVMValueRef component = LLVMBuildExtractElement(builder, shifted, local
343 packed = LLVMBuildOr(builder, packed, component, "");
345 packed = component;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_video_buffer.c 306 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);
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_constant_expression.cpp 1116 const unsigned component = idx->value.u[0]; local
1118 return new(ctx) ir_constant(array, component);
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrConvolutionEffect.cpp 95 const char* component = this->direction() == Gr1DKernelEffect::kY_Direction ? "y" : "x"; local
97 component, bounds, component, bounds);
  /external/chromium_org/ui/gfx/
color_utils.cc 52 const double component = eight_bit_component / 255.0; local
53 return (component <= 0.03928) ?
54 (component / 12.92) : pow((component + 0.055) / 1.055, 2.4);
  /external/chromium_org/ui/views/window/
non_client_view.cc 274 int component; local
277 component = HTTOPLEFT;
279 component = HTBOTTOMLEFT;
281 component = HTLEFT;
284 component = HTTOPRIGHT;
286 component = HTBOTTOMRIGHT;
288 component = HTRIGHT;
291 component = HTTOPLEFT;
293 component = HTTOPRIGHT;
295 component = HTTOP
    [all...]
  /external/chromium_org/url/
url_parse_unittest.cc 99 const Component& component) {
100 // If the component is nonexistant (length == -1), it should begin at 0.
101 EXPECT_TRUE(component.len >= 0 || component.len == -1);
104 EXPECT_LE(0, component.begin);
106 // A NULL reference means the component should be nonexistant.
108 return component.len == -1;
109 if (component.len < 0)
112 if (strlen(reference) != static_cast<size_t>(component.len)
158 Parsed::ComponentType component; member in struct:url::__anon21843::CountCase
    [all...]
  /external/clang/test/CodeGen/
init.c 36 double component[3]; member in union:vec3
  /external/deqp/framework/randomshaders/
rsgVariableValue.hpp 97 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
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTestCase.cpp 468 const VariablePathComponent& component = path.back(); local
474 const bool isAtomicCounter = glu::isDataTypeAtomicCounter(component.getVariableType()->getBasicType()); // atomic counters are buffer backed with a stride of 4 basic machine units
481 const int elementSize = glu::getDataTypeScalarSize(component.getVariableType()->getBasicType()) * getTypeSize(glu::getDataTypeScalarType(component.getVariableType()->getBasicType()));
596 const VariablePathComponent& component = path.back();
600 const bool isMatrix = glu::isDataTypeMatrix(component.getVariableType()->getBasicType());
628 const VariablePathComponent& component = path.back();
632 const bool isMatrix = glu::isDataTypeMatrix(component.getVariableType()->getBasicType());
640 const int numMajorElements = (columnMajor) ? (glu::getDataTypeMatrixNumRows(component.getVariableType()->getBasicType())) : (glu::getDataTypeMatrixNumColumns(component.getVariableType()->getBasicType()))
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
FingerPrint.java 41 String component; field in class:FingerPrint
46 if (!name.startsWith("global")) this.component = name;
65 if (this.component != null) {
66 buffer.append(this.component);
76 if (this.component == null) {
79 this.stream.print(this.component);
80 this.stream.print(" component.<br>\n");
110 List scenarios = performanceResults.getComponentSummaryScenarios(this.component, configName);
ScenarioStatusTable.java 27 private String component; field in class:ScenarioStatusTable
36 this.component = name;
46 List scenarios = performanceResults.getComponentScenarios(this.component);
194 this.stream.print("The following table gives a complete but compact view of performance results for the component.<br>\n");
  /external/icu/icu4c/source/layout/
GlyphIterator.cpp 507 le_int32 component = 0; local
512 component += 1;
516 return component;
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_aos.c 340 LLVMValueRef component = LLVMBuildExtractElement(builder, shifted, local
343 packed = LLVMBuildOr(builder, packed, component, "");
345 packed = component;
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_video_buffer.c 306 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);
  /external/mesa3d/src/glsl/
ir_constant_expression.cpp 1116 const unsigned component = idx->value.u[0]; local
1118 return new(ctx) ir_constant(array, component);
    [all...]
  /external/chromium_org/chrome/browser/component_updater/
sw_reporter_installer_win.cc 107 // 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/
input_ime_api.cc 309 // 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.name
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_video.c 698 unsigned i, j, component; local
704 for (component = 0, i = 0; i < buf->num_planes; ++i ) {
707 for (j = 0; j < nr_components; ++j, ++component) {
708 assert(component < VL_NUM_COMPONENTS);
710 if (!buf->sampler_view_components[component]) {
715 buf->sampler_view_components[component] = pipe->create_sampler_view(pipe, buf->resources[i], &sv_templ);
716 if (!buf->sampler_view_components[component])
  /external/chromium_org/third_party/ots/src/
gsub.cc 301 uint16_t component = 0; local
302 if (!subtable.ReadU16(&component)) {
305 if (component >= num_glyphs) {
  /external/chromium_org/third_party/skia/src/effects/
SkColorMatrixFilter.cpp 376 // 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/third_party/webrtc/modules/audio_processing/
audio_processing_impl.cc 127 ProcessingComponent* component = component_list_.front(); local
128 component->Destroy();
129 delete component;

Completed in 734 milliseconds

1 23 4 5 6