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

1 2 3 4 5 6

  /external/chromium_org/ui/events/
latency_info_unittest.cc 25 LatencyInfo::LatencyComponent component; local
27 info.FindLatency(INPUT_EVENT_LATENCY_UI_COMPONENT, 0, &component));
29 info.FindLatency(INPUT_EVENT_LATENCY_BEGIN_RWH_COMPONENT, 1, &component));
31 info.FindLatency(INPUT_EVENT_LATENCY_BEGIN_RWH_COMPONENT, 0, &component));
32 EXPECT_EQ(component.sequence_number, 1);
33 EXPECT_EQ(component.event_count, 1u);
34 EXPECT_EQ(component.event_time.ToInternalValue(), 100);
36 info.FindLatency(INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT, 1, &component));
37 EXPECT_EQ(component.sequence_number, 5);
38 EXPECT_EQ(component.event_count, 2u)
56 LatencyInfo::LatencyComponent component; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebDOMMediaStreamTrack.cpp 63 WebMediaStreamTrack WebDOMMediaStreamTrack::component() const function in class:blink::WebDOMMediaStreamTrack
65 return WebMediaStreamTrack(m_private->component());
  /cts/tests/tests/calendarcommon/src/com/android/calendarcommon2/
RecurrenceSet.java 31 public static void addPropertiesForRuleStr(ICalendar.Component component,
34 component.addProperty(new ICalendar.Property(CTS_PROPERTY_NAME));
  /external/chromium_org/build/android/pylib/device/
intent.py 14 category=None, component=None, data=None, extras=None,
21 component.
23 component: A string that specifies the component to send the intent to.
29 component.
37 self._component = component
43 if self._component and '/' in component:
44 self._package, self._activity = component.split('/', 1)
61 def component(self): member in class:Intent
  /external/chromium_org/chrome/browser/ui/views/panels/
x11_panel_resizer.cc 18 // Returns true if the window can be resized via |component|.
19 bool IsWindowBorder(int component) {
20 return component == HTBOTTOM ||
21 component == HTBOTTOMLEFT ||
22 component == HTBOTTOMRIGHT ||
23 component == HTLEFT ||
24 component == HTRIGHT ||
25 component == HTTOP ||
26 component == HTTOPLEFT ||
27 component == HTTOPRIGHT
51 int component = window_->delegate()->GetNonClientComponent(event->location()); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebRTCStatsRequest.cpp 69 const WebMediaStreamTrack WebRTCStatsRequest::component() const function in class:blink::WebRTCStatsRequest
71 return WebMediaStreamTrack(m_private->component());
WebMediaStream.cpp 144 MediaStreamComponent* component = audioTracks[i]; local
145 audio.append(component);
148 MediaStreamComponent* component = videoTracks[i]; local
149 video.append(component);
  /cts/tests/tests/calendarcommon/src/android/calendarcommon2/cts/
Calendarcommon2Test.java 37 ICalendar.Component component = new ICalendar.Component("CTS", null); local
39 component.getProperties(RecurrenceSet.CTS_PROPERTY_NAME);
42 recurSet.addPropertiesForRuleStr(component, null, null);
47 properties = component.getProperties(RecurrenceSet.CTS_PROPERTY_NAME);
  /external/chromium_org/ash/wm/workspace/
workspace_event_handler.cc 40 int component = local
42 multi_window_resize_controller_.Show(target, component,
56 int component = target->delegate()-> local
58 if (component == HTCAPTION &&
59 component == click_component_) {
123 int component = local
125 if (component == HTBOTTOM || component == HTTOP) {
131 } else if (component == HTLEFT || component == HTRIGHT)
    [all...]
  /external/chromium_org/athena/wm/
title_drag_controller.cc 90 int component = local
92 if (component != HTCAPTION)
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCStatsRequestImpl.cpp 44 , m_component(selector ? selector->component() : 0)
64 MediaStreamComponent* RTCStatsRequestImpl::component() function in class:blink::RTCStatsRequestImpl
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
address_ui.cc 123 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
buildNotes.php 46 $component = $parts[0]; variable
47 $line = "<td>Component: <a href=\"buildnotes/$anEntry\">$component</a></td>";
  /external/libpng/contrib/tools/
cvtcolor.c 28 "%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/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_i18n_input.cc 62 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);
  /device/asus/flo/camera/mm-image-codec/qomx_core/
qomx_core.h 51 * @comp_name: name of the component
59 /** omx_core_component_t: OMX Component structure
60 * @handle: array of number of instances of the component
61 * @roles: array of roles played by the component
62 * @comp_info: Component information such as libname,
63 * component name
64 * @open: Is the component active
66 * @obj_ptr: Function ptr to get the instance of the component
69 * the component
73 char *roles[OMX_CORE_MAX_ROLES]; //Roles played by the component
91 omx_core_component_t component[OMX_COMP_MAX_NUM]; \/\/Array of pointers to components member in struct:_omx_core_t
    [all...]
  /device/lge/hammerhead/camera/mm-image-codec/qomx_core/
qomx_core.h 51 * @comp_name: name of the component
59 /** omx_core_component_t: OMX Component structure
60 * @handle: array of number of instances of the component
61 * @roles: array of roles played by the component
62 * @comp_info: Component information such as libname,
63 * component name
64 * @open: Is the component active
66 * @obj_ptr: Function ptr to get the instance of the component
69 * the component
73 char *roles[OMX_CORE_MAX_ROLES]; //Roles played by the component
91 omx_core_component_t component[OMX_COMP_MAX_NUM]; \/\/Array of pointers to components member in struct:_omx_core_t
    [all...]
  /device/moto/shamu/camera/mm-image-codec/qomx_core/
qomx_core.h 51 * @comp_name: name of the component
59 /** omx_core_component_t: OMX Component structure
60 * @handle: array of number of instances of the component
61 * @roles: array of roles played by the component
62 * @comp_info: Component information such as libname,
63 * component name
64 * @open: Is the component active
66 * @obj_ptr: Function ptr to get the instance of the component
69 * the component
73 char *roles[OMX_CORE_MAX_ROLES]; //Roles played by the component
91 omx_core_component_t component[OMX_COMP_MAX_NUM]; \/\/Array of pointers to components member in struct:_omx_core_t
    [all...]
  /external/chromium_org/chrome/browser/net/
crl_set_fetcher.cc 141 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 installer"
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
p2ptransport.cc 72 TransportChannelImpl* P2PTransport::CreateTransportChannel(int component) {
73 return new P2PTransportChannel(content_name(), component, this,
200 int component = 0; local
202 !translator->GetComponentFromChannelName(channel_name, &component)) {
212 candidate->set_component(component);
242 candidate.component(), &channel_name)) {
243 return BadWrite("Cannot write candidate because of unknown component.",
transportchannel.h 60 explicit TransportChannel(const std::string& content_name, int component)
62 component_(component),
71 int component() const { return component_; } function in class:cricket::TransportChannel
  /external/chromium_org/third_party/mesa/src/src/glsl/
opt_algebraic.cpp 325 unsigned component = 0; local
328 component = c;
330 return new(mem_ctx) ir_swizzle(ir->operands[1], component, 0, 0, 0, 1);
334 unsigned component = 0; local
337 component = c;
339 return new(mem_ctx) ir_swizzle(ir->operands[0], component, 0, 0, 0, 1);
  /external/deqp/android/package/src/com/drawelements/deqp/testercore/
RemoteAPI.java 58 ComponentName component = ComponentName.unflattenFromString(testerName); local
59 if (component == null) {
60 Log.e(LOG_TAG, "Invalid component name supplied (" + testerName + "), using default");
61 component = getDefaultTesterComponent();
63 return component;
71 // Choose component
72 ComponentName component = getTesterComponent(testerName); local
75 testIntent.setComponent(component);
92 Log.e(LOG_TAG, "Can't resolve component as activity or service (" + component.flattenToString() + "), using default")
    [all...]
  /external/icu/icu4c/source/layout/
MarkToLigaturePosnSubtables.cpp 67 le_int32 component = ligatureIterator.getMarkComponent(markPosition); local
69 if (component >= componentCount) {
71 component = componentCount - 1;
74 const ComponentRecord *componentRecord = &ligatureAttachTable->componentRecordArray[component * mcCount];
  /external/javassist/src/main/javassist/bytecode/analysis/
MultiArrayType.java 27 private MultiType component; field in class:MultiArrayType
30 public MultiArrayType(MultiType component, int dims) {
32 this.component = component;
37 CtClass clazz = component.getCtClass();
55 return component.popChanged();
63 return dims == 1 ? (Type)component : new MultiArrayType(component, dims - 1);
114 return component.isAssignableTo(typeRoot);
122 return component.equals(multi.component) && dims == multi.dims
    [all...]

Completed in 856 milliseconds

1 2 3 4 5 6