HomeSort by relevance Sort by last modified time
    Searched full:component (Results 201 - 225 of 4899) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium/third_party/libjingle/source/talk/base/
macutils.cc 155 ComponentInstance component = NULL; local
166 component = OpenDefaultComponent(kOSAComponentType, typeAppleScript);
167 if (component == NULL) {
168 LOG(LS_ERROR) << "Failed opening Apple Script component";
173 CloseComponent(component);
178 err = OSACompile(component, &script_desc, kOSAModeCanInteract, &script_id);
182 OSADispose(component, script_id);
184 CloseComponent(component);
189 err = OSAExecute(component, script_id, kOSANullScript, kOSAModeCanInteract,
195 OSAScriptError(component, kOSAErrorMessage, typeChar, &result_data)
    [all...]
  /external/chromium_org/chrome/common/
content_settings_pattern_parser.cc 19 class Component {
21 Component() : start(0), len(0) {}
22 Component(size_t s, size_t l) : start(s), len(l) {}
60 Component scheme_component;
61 Component host_component;
62 Component port_component;
63 Component path_component;
75 scheme_component = Component(start, current_pos);
100 host_component = Component(start, current_pos - start);
103 host_component = Component(start, current_pos - start)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
macutils.cc 162 ComponentInstance component = NULL; local
173 component = OpenDefaultComponent(kOSAComponentType, typeAppleScript);
174 if (component == NULL) {
175 LOG(LS_ERROR) << "Failed opening Apple Script component";
180 CloseComponent(component);
185 err = OSACompile(component, &script_desc, kOSAModeCanInteract, &script_id);
189 OSADispose(component, script_id);
191 CloseComponent(component);
196 err = OSAExecute(component, script_id, kOSANullScript, kOSAModeCanInteract,
202 OSAScriptError(component, kOSAErrorMessage, typeChar, &result_data)
    [all...]
  /external/chromium_org/url/
url_canon_fileurl.cc 56 const url_parse::Component& path,
58 url_parse::Component* out_path) {
73 // path. Give it a fake output component to write into. DoCanonicalizeFile
74 // will compute the full path component.
75 url_parse::Component sub_path =
77 url_parse::Component fake_output_path;
95 new_parsed->username = url_parse::Component();
96 new_parsed->password = url_parse::Component();
97 new_parsed->port = url_parse::Component();
148 const url_parse::Component& path
    [all...]
url_canon_stdstring.h 75 url_parse::Component(0, static_cast<int>(s.length())));
79 url_parse::Component(0, static_cast<int>(s.length())));
83 url_parse::Component(0, static_cast<int>(s.length())));
87 url_parse::Component(0, static_cast<int>(s.length())));
91 url_parse::Component(0, static_cast<int>(s.length())));
95 url_parse::Component(0, static_cast<int>(s.length())));
99 url_parse::Component(0, static_cast<int>(s.length())));
103 url_parse::Component(0, static_cast<int>(s.length())));
url_parse_internal.h 62 const Component& path,
63 Component* filepath,
64 Component* query,
65 Component* ref);
67 const Component& path,
68 Component* filepath,
69 Component* query,
70 Component* ref);
  /frameworks/native/include/media/openmax/
OMX_Other.h 100 /* Structure representing the seekmode of the component */
108 * on the Clock Component (CC):
117 * OMX_IndexConfigTimeClientStartTime: a Clock Component client sends
118 * this structure to the Clock Component via a SetConfig on its
125 * OMX_IndexConfigTimePosition: IL client querying component position
126 * (GetConfig) or commanding a component to seek to the given location
169 /** Structure representing a media time request to the clock component.
171 * A client component sends this structure to the Clock Component via a SetConfig
172 * on its client port to specify a media timestamp the Clock Component
    [all...]
  /hardware/qcom/media/mm-core/inc/
OMX_Other.h 83 /* Structure representing the seekmode of the component */
91 * on the Clock Component (CC):
100 * OMX_IndexConfigTimeClientStartTime: a Clock Component client sends
101 * this structure to the Clock Component via a SetConfig on its
108 * OMX_IndexConfigTimePosition: IL client querying component position
109 * (GetConfig) or commanding a component to seek to the given location
152 /** Structure representing a media time request to the clock component.
154 * A client component sends this structure to the Clock Component via a SetConfig
155 * on its client port to specify a media timestamp the Clock Component
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Other.h 83 /* Structure representing the seekmode of the component */
91 * on the Clock Component (CC):
100 * OMX_IndexConfigTimeClientStartTime: a Clock Component client sends
101 * this structure to the Clock Component via a SetConfig on its
108 * OMX_IndexConfigTimePosition: IL client querying component position
109 * (GetConfig) or commanding a component to seek to the given location
152 /** Structure representing a media time request to the clock component.
154 * A client component sends this structure to the Clock Component via a SetConfig
155 * on its client port to specify a media timestamp the Clock Component
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Other.h 83 /* Structure representing the seekmode of the component */
91 * on the Clock Component (CC):
100 * OMX_IndexConfigTimeClientStartTime: a Clock Component client sends
101 * this structure to the Clock Component via a SetConfig on its
108 * OMX_IndexConfigTimePosition: IL client querying component position
109 * (GetConfig) or commanding a component to seek to the given location
152 /** Structure representing a media time request to the clock component.
154 * A client component sends this structure to the Clock Component via a SetConfig
155 * on its client port to specify a media timestamp the Clock Component
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Other.h 83 /* Structure representing the seekmode of the component */
91 * on the Clock Component (CC):
100 * OMX_IndexConfigTimeClientStartTime: a Clock Component client sends
101 * this structure to the Clock Component via a SetConfig on its
108 * OMX_IndexConfigTimePosition: IL client querying component position
109 * (GetConfig) or commanding a component to seek to the given location
152 /** Structure representing a media time request to the clock component.
154 * A client component sends this structure to the Clock Component via a SetConfig
155 * on its client port to specify a media timestamp the Clock Component
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Other.h 83 /* Structure representing the seekmode of the component */
91 * on the Clock Component (CC):
100 * OMX_IndexConfigTimeClientStartTime: a Clock Component client sends
101 * this structure to the Clock Component via a SetConfig on its
108 * OMX_IndexConfigTimePosition: IL client querying component position
109 * (GetConfig) or commanding a component to seek to the given location
152 /** Structure representing a media time request to the clock component.
154 * A client component sends this structure to the Clock Component via a SetConfig
155 * on its client port to specify a media timestamp the Clock Component
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
ThroughputService.java 8 static final ComponentName COMPONENT =
56 return COMPONENT;
  /cts/tools/signature-tools/src/signature/compare/model/
IArrayTypeDelta.java 28 * Returns a component type delta or {@code null} if no delta is available.
30 * @return a component type delta, maybe {@code null}
  /cts/tools/signature-tools/src/signature/model/
IArrayType.java 25 * Returns the component type of this array type.
27 * @return component type of this array type
  /external/chromium_org/chrome/browser/extensions/
external_component_loader.h 17 // unlike Component extensions, these extensions are installed from the webstore
18 // and don't get access to component only APIs.
  /external/chromium_org/chrome/browser/resources/print_preview/settings/
destination_settings.js 13 * Component used to render the print destination.
17 * @extends {print_preview.Component}
20 print_preview.Component.call(this);
38 * Event types dispatched by the component.
47 * CSS classes used by the component.
65 __proto__: print_preview.Component.prototype,
67 /** @param {boolean} Whether the component is enabled. */
76 print_preview.Component.prototype.enterDocument.call(this);
  /external/chromium_org/chromeos/
chromeos_test_utils.cc 14 bool GetTestDataPath(const std::string& component,
26 path = path.Append(component);
  /external/chromium_org/third_party/WebKit/Source/core/css/
RuleSet.cpp 87 for (const CSSSelector* component = selector; component; component = component->tagHistory()) {
88 if (component->isAttributeSelector())
128 for (const CSSSelector* component = selector; component; component = component->tagHistory()) {
129 if (component->pseudoType() == CSSSelector::PseudoCue || (component->m_match == CSSSelector::PseudoElement && co (…)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/mediastream/
MediaStreamCenter.cpp 69 void MediaStreamCenter::didSetMediaStreamTrackEnabled(MediaStreamDescriptor* stream, MediaStreamComponent* component)
72 if (component->enabled())
73 m_private->didEnableMediaStreamTrack(stream, component);
75 m_private->didDisableMediaStreamTrack(stream, component);
79 bool MediaStreamCenter::didAddMediaStreamTrack(MediaStreamDescriptor* stream, MediaStreamComponent* component)
81 return m_private && m_private->didAddMediaStreamTrack(stream, component);
84 bool MediaStreamCenter::didRemoveMediaStreamTrack(MediaStreamDescriptor* stream, MediaStreamComponent* component)
86 return m_private && m_private->didRemoveMediaStreamTrack(stream, component);
  /external/chromium_org/third_party/skia/include/effects/
SkTableColorFilter.h 24 * component [A, R, G, B]. If a given table is NULL, then it is
25 * treated as identity, with the component left unchanged. If a table
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_glyf.h 110 struct Component {
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;
202 } component;//[] last element does not set MORE_COMPONENTS member in struct:SkOTTableGlyphData::Composite
204 /** Comes after the last Component if the last component has WE_HAVE_INSTR. */
  /external/libselinux/include/selinux/
context.h 33 /* Get a pointer to the string value of a context component */
40 /* Set a context component. Returns nonzero if unsuccessful */
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_GetRGB.3 11 Get RGB component values from a pixel stored in the specified pixel format\&.
13 This function uses the entire 8-bit [0\&.\&.255] range when converting color components from pixel formats with less than 8-bits per RGB component (e\&.g\&., a completely white pixel in 16-bit RGB565 format would return [0xff, 0xff, 0xff] not [0xf8, 0xfc, 0xf8])\&.
  /external/replicaisland/src/com/replica/replicaisland/
ChangeComponentsComponent.java 20 * A game component that can swap other components in and out of its parent game object. The
64 GameComponent component = unrelasedComponents.get(x); local
65 if (!component.shared) {
66 factory.releaseComponent(component);
95 public void addSwapInComponent(GameComponent component) {
96 mComponentsToInsert.add(component);
99 public void addSwapOutComponent(GameComponent component) {
100 mComponentsToRemove.add(component);

Completed in 337 milliseconds

1 2 3 4 5 6 7 891011>>