Searched defs:Component (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
H A Dspeech_rule.js20 goog.provide('cvox.SpeechRule.Component');
112 cvox.SpeechRule.Component = function(kwargs) {
122 * Parses a valid string representation of a speech component into a Component
125 * @return {cvox.SpeechRule.Component} The resulting component.
127 cvox.SpeechRule.Component.fromString = function(input) {
168 output = new cvox.SpeechRule.Component(output);
179 cvox.SpeechRule.Component.prototype.toString = function() {
195 cvox.SpeechRule.Component.prototype.addAttribute = function(attr) {
209 cvox.SpeechRule.Component.prototype.addAttributes = function(attrs) {
225 cvox.SpeechRule.Component
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Dcomposite_bitmap_glyph.h27 class Component { class in class:sfntly::CompositeBitmapGlyph
29 Component(const Component& rhs);
36 bool operator==(const Component& rhs);
37 Component& operator=(const Component& rhs);
40 Component(int32_t glyph_code, int32_t x_offset, int32_t y_offset);
64 Component GetComponent(int32_t component_num) const;
H A Dcomposite_bitmap_glyph.cc36 CompositeBitmapGlyph::Component CompositeBitmapGlyph::GetComponent(
40 return CompositeBitmapGlyph::Component(
62 * CompositeBitmapGlyph::Component class
64 CompositeBitmapGlyph::Component::Component(const Component& rhs) function in class:sfntly::CompositeBitmapGlyph::Component
70 bool CompositeBitmapGlyph::Component::operator==(
71 const CompositeBitmapGlyph::Component& rhs) {
75 CompositeBitmapGlyph::Component& CompositeBitmapGlyph::Component
83 CompositeBitmapGlyph::Component::Component(int32_t glyph_code, function in class:sfntly::CompositeBitmapGlyph::Component
[all...]
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dcomposite_bitmap_glyph.h27 class Component { class in class:sfntly::CompositeBitmapGlyph
29 Component(const Component& rhs);
36 bool operator==(const Component& rhs);
37 Component& operator=(const Component& rhs);
40 Component(int32_t glyph_code, int32_t x_offset, int32_t y_offset);
64 Component GetComponent(int32_t component_num) const;
H A Dcomposite_bitmap_glyph.cc36 CompositeBitmapGlyph::Component CompositeBitmapGlyph::GetComponent(
40 return CompositeBitmapGlyph::Component(
62 * CompositeBitmapGlyph::Component class
64 CompositeBitmapGlyph::Component::Component(const Component& rhs) function in class:sfntly::CompositeBitmapGlyph::Component
70 bool CompositeBitmapGlyph::Component::operator==(
71 const CompositeBitmapGlyph::Component& rhs) {
75 CompositeBitmapGlyph::Component& CompositeBitmapGlyph::Component
83 CompositeBitmapGlyph::Component::Component(int32_t glyph_code, function in class:sfntly::CompositeBitmapGlyph::Component
[all...]
/external/llvm/include/llvm/Support/
H A DPath.h28 /// @name Lexical Component Iterator
52 StringRef Component; ///< The current component. Not necessarily in Path. member in class:llvm::sys::path::const_iterator
66 reference operator*() const { return Component; }
67 pointer operator->() const { return &Component; }
/external/chromium_org/components/content_settings/core/common/
H A Dcontent_settings_pattern_parser.cc21 class Component { class in namespace:__anon6397
23 Component() : start(0), len(0) {} function in class:__anon6397::Component
24 Component(size_t s, size_t l) : start(s), len(l) {} function in class:__anon6397::Component
49 Component scheme_component;
50 Component host_component;
51 Component port_component;
52 Component path_component;
64 scheme_component = Component(start, current_pos);
89 host_component = Component(start, current_pos - start);
92 host_component = Component(star
[all...]
/external/chromium_org/url/third_party/mozilla/
H A Durl_parse.h20 // Component ------------------------------------------------------------------
23 struct Component { struct in namespace:url
24 Component() : begin(0), len(-1) {} function in struct:url::Component
27 Component(int b, int l) : begin(b), len(l) {} function in struct:url::Component
50 bool operator==(const Component& other) const {
60 inline Component MakeRange(int begin, int end) {
61 return Component(begin, end - begin);
73 // Component scheme;
145 Component scheme;
148 Component usernam
[all...]
/external/chromium_org/url/
H A Dgurl_unittest.cc26 void (Replacements<CHAR>::*func)(const CHAR*, const Component&),
30 Component comp;
25 SetupReplacement( void (Replacements<CHAR>::*func)(const CHAR*, const Component&), Replacements<CHAR>* replacements, const CHAR* str) argument
H A Durl_canon_unittest.cc33 Component expected_component;
44 Component expected_component;
54 Component expected_component;
100 void (Replacements<CHAR>::*set)(const CHAR*, const Component&),
107 (rep->*set)(str, Component(0, static_cast<int>(strlen(str))));
241 {"http", "http:", Component(0, 4), true},
242 {"HTTP", "http:", Component(0, 4), true},
243 {" HTTP ", "%20http%20:", Component(0, 10), false},
244 {"htt: ", "htt%3A%20:", Component(0, 9), false},
245 {"\xe4\xbd\xa0\xe5\xa5\xbdhttp", "%E4%BD%A0%E5%A5%BDhttp:", Component(
99 SetupReplComp( void (Replacements<CHAR>::*set)(const CHAR*, const Component&), void (Replacements<CHAR>::*clear)(), Replacements<CHAR>* rep, const CHAR* str) argument
[all...]
/external/chromium_org/third_party/skia/src/sfnt/
H A DSkOTTable_glyf.h110 struct Component { struct in struct:SkOTTableGlyphData::Composite
181 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
187 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
193 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
199 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
204 /** Comes after the last Component if the last component has WE_HAVE_INSTR. */
/external/clang/lib/CodeGen/
H A DCGVTables.cpp450 VTableComponent Component = Components[I]; local
454 switch (Component.getKind()) {
457 Component.getVCallOffset().getQuantity());
462 Component.getVBaseOffset().getQuantity());
467 Component.getOffsetToTop().getQuantity());
479 switch (Component.getKind()) {
483 GD = Component.getFunctionDecl();
486 GD = GlobalDecl(Component.getDestructorDecl(), Dtor_Complete);
489 GD = GlobalDecl(Component.getDestructorDecl(), Dtor_Deleting);
/external/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp486 const std::string &Component) {
488 if (!Component.empty()) {
489 std::string ComponentName = StringRef(Component).upper();
537 if (!Component.empty() && Component != R.getValueAsString("Component"))
485 EmitClangDiagsDefs(RecordKeeper &Records, raw_ostream &OS, const std::string &Component) argument
/external/skia/src/sfnt/
H A DSkOTTable_glyf.h110 struct Component { struct in struct:SkOTTableGlyphData::Composite
181 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
187 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
193 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
199 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
204 /** Comes after the last Component if the last component has WE_HAVE_INSTR. */
/external/clang/lib/AST/
H A DVTableBuilder.cpp1176 const VTableComponent &Component = Components[I->first]; local
1180 switch (Component.getKind()) {
1184 MD = Component.getFunctionDecl();
1187 MD = Component.getDestructorDecl();
1934 const VTableComponent &Component = Components[I]; local
1937 switch (Component.getKind()) {
1941 << Component.getVCallOffset().getQuantity()
1947 << Component.getVBaseOffset().getQuantity()
1953 << Component.getOffsetToTop().getQuantity()
1958 Component
3022 const VTableComponent &Component = Components[I]; local
[all...]
/external/clang/lib/Sema/
H A DTreeTransform.h6938 typedef Sema::OffsetOfComponent Component; typedef
6940 SmallVector<Component, 4> Components;
6943 Component Comp;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 3036 milliseconds