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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
MediaStream.cpp 53 MediaStreamSource* source = track->component()->source();
153 RefPtr<MediaStreamComponent> component = MediaStreamComponent::create(m_descriptor.get(), track->component()->source());
154 RefPtr<MediaStreamTrack> newTrack = MediaStreamTrack::create(scriptExecutionContext(), component.get());
156 switch (component->source()->type()) {
165 m_descriptor->addComponent(component.release());
167 MediaStreamCenter::instance().didAddMediaStreamTrack(m_descriptor.get(), newTrack->component());
185 switch (track->component()->source()->type()) {
201 m_descriptor->removeComponent(track->component());
206 MediaStreamCenter::instance().didRemoveMediaStreamTrack(m_descriptor.get(), track->component());
    [all...]
  /external/chromium/googleurl/src/
url_canon_unittest.cc 58 url_parse::Component expected_component;
69 url_parse::Component expected_component;
79 url_parse::Component expected_component;
123 // Sets up a replacement for a single component. This is given pointers to
124 // the set and clear function for the component being replaced, and will
125 // either set the component (if it exists) or clear it (if the replacement
134 const url_parse::Component&),
141 (rep->*set)(str, url_parse::Component(0, static_cast<int>(strlen(str))));
322 {"http", "http:", url_parse::Component(0, 4), true},
323 {"HTTP", "http:", url_parse::Component(0, 4), true}
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
SingleNonPaymentEmulatorActivity.java 18 setupServices(this, TransportService1.COMPONENT);
43 void onApduSequenceComplete(ComponentName component, long duration) {
44 if (component.equals(TransportService1.COMPONENT)) {
TapTestEmulatorActivity.java 25 setupServices(this, TransportService1.COMPONENT);
53 void onApduSequenceComplete(ComponentName component, long duration) {
54 if (component.equals(TransportService1.COMPONENT)) {
  /development/sdk/
sdk.properties 2 # This file is copied in the root folder of each platform component.
  /external/ceres-solver/docs/source/
CMakeLists.txt 9 COMPONENT Doc
  /external/chromium/chrome/browser/extensions/
extension_info_private_apitest_chromeos.cc 11 // Only component extensions can use it.
  /external/chromium_org/components/autofill/
DEPS 7 # Autofill is a layered component; subdirectories must explicitly introduce
  /external/chromium_org/components/autofill/core/browser/android/
component_jni_registrar.h 13 // component.
  /external/chromium_org/components/navigation_interception/
component_jni_registrar.h 13 // component.
  /external/chromium_org/components/user_prefs/
README 1 The //components/user_pref component provides:
  /external/chromium_org/components/web_contents_delegate_android/
component_jni_registrar.h 13 // component.
  /external/chromium_org/components/webdata/
README 3 into a layered component: see
  /external/chromium_org/third_party/icu/source/test/cintltst/
nucnvtst.h 17 /* C API TEST FOR CODESET CONVERSION COMPONENT */
  /external/chromium_org/tools/telemetry/telemetry/core/chrome/chromeos_login_ext/
manifest.json 8 "description": "GAIA Dummy Component Extension",
  /external/eigen/Eigen/
CMakeLists.txt 16 DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen COMPONENT Devel
  /external/icu4c/test/cintltst/
nucnvtst.h 17 /* C API TEST FOR CODESET CONVERSION COMPONENT */
  /external/jmonkeyengine/engine/src/test/jme3test/audio/
TestMusicPlayer.form 37 <Component class="javax.swing.JSlider" name="sldVolume">
47 </Component>
48 <Component class="javax.swing.JButton" name="btnRewind">
52 </Component>
53 <Component class="javax.swing.JButton" name="btnStop">
60 </Component>
61 <Component class="javax.swing.JButton" name="btnPlay">
68 </Component>
69 <Component class="javax.swing.JButton" name="btnFF">
76 </Component>
    [all...]
  /external/libnfc-nxp/src/
phFriNfc.h 101 * Set to the address of the called instance (component instance context structure). For instance,
102 * a component that needs to give control to a component up the stack needs to call the completion
103 * routine of the \b upper component. The value to assign to this parameter is the \b address of
104 * the context structure instance of the called component. Such a structure usually contains all
105 * variables, data or state information a component member needs for operation. The address of the
115 * \note The prototype of the component's \b Process(ing) functions has to be compatible to this
129 * This structure finds itself within each component that requires to report completion
130 * to an upper (calling) component.\n\n
132 * initialisation \b or the calling component needs to inform the initialised \b or called componen
    [all...]
  /frameworks/base/core/res/res/xml/
global_keys.xml 23 broadcast to the specified component. The action of the intent will be
29 <!-- Example format: keyCode = keycode to handle globally. component = component which will handle this key. -->
30 <!-- <key keyCode="KEYCODE_VOLUME_UP" component="com.android.example.keys/.VolumeKeyHandler" /> -->
  /frameworks/base/services/java/com/android/server/am/
EventLogTags.logtags 17 30001 am_finish_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3),(Reason|3)
21 30003 am_new_intent (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3),(Action|3),(MIME Type|3),(URI|3),(Flags|1|5)
25 30005 am_create_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3),(Action|3),(MIME Type|3),(URI|3),(Flags|1|5)
27 30006 am_restart_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3)
29 30007 am_resume_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3)
33 30009 am_activity_launch_time (User|1|5),(Token|1|5),(Component Name|3),(time|2|3)
41 30013 am_pause_activity (User|1|5),(Token|1|5),(Component Name|3)
43 30014 am_proc_start (User|1|5),(PID|1|5),(UID|1|5),(Process Name|3),(Type|3),(Component|3)
51 30018 am_destroy_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3),(Reason|3)
53 30019 am_relaunch_resume_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_ComponentRegistry.h 7 /* limit the number of max occuring instances of same component,
  /external/harfbuzz/src/
harfbuzz-buffer-private.h 52 HB_UShort component,
58 HB_UShort component,
81 #define IN_COMPONENT( pos ) (buffer->in_string[(pos)].component)
90 #define ADD_String( buffer, num_in, num_out, glyph_data, component, ligID ) \
93 (glyph_data), (component), (ligID) \
95 #define ADD_Glyph( buffer, glyph_index, component, ligID ) \
97 (glyph_index), (component), (ligID) \
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-buffer-private.h 52 HB_UShort component,
58 HB_UShort component,
81 #define IN_COMPONENT( pos ) (buffer->in_string[(pos)].component)
90 #define ADD_String( buffer, num_in, num_out, glyph_data, component, ligID ) \
93 (glyph_data), (component), (ligID) \
95 #define ADD_Glyph( buffer, glyph_index, component, ligID ) \
97 (glyph_index), (component), (ligID) \
  /hardware/qcom/media/mm-core/omxcore/src/common/
omx_core_cmp.cpp 33 operate directly on the component.
49 OMX_COMPONENTTYPE* component = &(pThis->m_cmp); local
52 component->nSize = sizeof(OMX_COMPONENTTYPE);
53 component->nVersion.nVersion = OMX_SPEC_VERSION;
54 component->pApplicationPrivate = 0;
55 component->pComponentPrivate = obj_ptr;
57 component->AllocateBuffer = &qc_omx_component_allocate_buffer;
58 component->FreeBuffer = &qc_omx_component_free_buffer;
59 component->GetParameter = &qc_omx_component_get_parameter;
60 component->SetParameter = &qc_omx_component_set_parameter
    [all...]

Completed in 734 milliseconds

1 2 3 4 5 67 8 91011>>