/external/chromium_org/ui/events/ |
latency_info.h | 18 // ---------------------------BEGIN COMPONENT------------------------------- 19 // BEGIN COMPONENT is when we show the latency begin in chrome://tracing. 22 // ---------------------------NORMAL COMPONENT------------------------------- 36 // This is special component indicating there is rendering scheduled for 44 // ---------------------------TERMINAL COMPONENT----------------------------- 45 // TERMINAL COMPONENT is when we show the latency end in chrome://tracing. 58 // This component indicates that the input causes a commit to be scheduled 61 // This component indicates that the input causes a swap to be scheduled 64 // This component indicates that the cached LatencyInfo number exceeds the 72 // in the component at the time this struct was sent on to the nex [all...] |
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_vertex_buffers.h | 124 struct pipe_vertex_buffer vl_vb_get_ycbcr(struct vl_vertex_buffer *buffer, int component); 126 struct vl_ycbcr_block *vl_vb_get_ycbcr_stream(struct vl_vertex_buffer *buffer, int component);
|
/external/replicaisland/src/com/replica/replicaisland/ |
DynamicCollisionComponent.java | 21 * A component to include dynamic collision volumes (such as those produced every frame from 24 * in valid "hits"), this component creates a bounding volume that encompasses the set and submits 25 * it to the dynamic collision system. Including this component in a game object will allow it to 59 public void setHitReactionComponent(HitReactionComponent component) { 60 mHitReactionComponent = component;
|
/external/chromium/googleurl/src/ |
url_canon_ip.cc | 59 const url_parse::Component& host, 60 url_parse::Component components[4]) { 64 int cur_component = 0; // Index of the component we're working on. 65 int cur_component_begin = host.begin; // Start of the current component. 69 // Found the end of the current component. 72 url_parse::Component(cur_component_begin, component_len); 74 // The next component starts after the dot. 79 // allow an empty component at the end (this would indicate that the 80 // input ends in a dot). We also want to error if the component is 81 // empty and it's the only component (cur_component == 1) [all...] |
/external/chromium_org/ash/wm/ |
toplevel_window_event_handler.cc | 223 int component = local 225 if (!(WindowResizer::GetBoundsChangeForWindowComponent(component) & 231 controller->ShowShadow(target, component); 244 int component = local 246 if (WindowResizer::GetBoundsChangeForWindowComponent(component) == 0) { 254 CreateScopedWindowResizer(target, location_in_parent, component, 289 int component = local 291 if (WindowResizer::GetBoundsChangeForWindowComponent(component) == 0) 424 // We also update the current window component here because for the 427 int component local 501 int component = local [all...] |
/external/chromium_org/chrome/browser/resources/ |
components.css | 166 .component-disabled { 171 .component > tr > td { 177 .component > table { 187 .component { 196 .component-text { 200 .component-name { 252 .component-actions {
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
fakesession.h | 63 int component) 64 : TransportChannelImpl(content_name, component), 361 virtual TransportChannelImpl* CreateTransportChannel(int component) { 362 if (channels_.find(component) != channels_.end()) { 366 new FakeTransportChannel(this, content_name(), component); 368 SetChannelDestination(component, channel); 369 channels_[component] = channel; 373 channels_.erase(channel->component()); 388 FakeTransportChannel* GetFakeChannel(int component) { 389 ChannelMap::iterator it = channels_.find(component); [all...] |
candidate.h | 49 Candidate(const std::string& id, int component, const std::string& protocol, 54 : id_(id), component_(component), protocol_(protocol), address_(address), 63 int component() const { return component_; } function in class:cricket::Candidate 64 void set_component(int component) { component_ = component; } 170 // (2^0)*(256 - component ID)
|
transport.h | 176 int component; member in struct:cricket::TransportChannelStats 259 TransportChannelImpl* CreateChannel(int component); 262 TransportChannelImpl* GetChannel(int component); 264 bool HasChannel(int component) { 265 return (NULL != GetChannel(component)); 268 void DestroyChannel(int component); 315 int, // component 338 virtual TransportChannelImpl* CreateTransportChannel(int component) = 0; 418 // Candidate component => ChannelMapEntry 445 TransportChannelImpl* CreateChannel_w(int component); [all...] |
transport.cc | 60 explicit ChannelParams(int component) 61 : component(component), channel(NULL), candidate(NULL) {} 71 int component; member in struct:cricket::ChannelParams 145 TransportChannelImpl* Transport::CreateChannel(int component) { 147 &Transport::CreateChannel_w, this, component)); 150 TransportChannelImpl* Transport::CreateChannel_w(int component) { 157 if (channels_.find(component) == channels_.end()) { 158 impl = CreateTransportChannel(component); 159 channels_[component] = ChannelMapEntry(impl) [all...] |
rawtransport.cc | 92 ASSERT(cand->component() == 1); 121 TransportChannelImpl* RawTransport::CreateTransportChannel(int component) { 122 return new RawTransportChannel(content_name(), component, this,
|
transport_unittest.cc | 73 FakeTransportChannel* CreateChannel(int component) { 75 transport_->CreateChannel(component)); 95 void AddMapping(int component, const std::string& channel_name) { 96 name_to_component[channel_name] = component; 97 component_to_name[component] = channel_name; 101 int component, std::string* channel_name) const { 102 if (component_to_name.find(component) == component_to_name.end()) { 105 *channel_name = component_to_name.find(component)->second; 109 const std::string& channel_name, int* component) const { 113 *component = name_to_component.find(channel_name)->second [all...] |
/external/chromium_org/url/ |
url_canon_ip.cc | 34 const url_parse::Component& host, 35 url_parse::Component components[4]) { 39 int cur_component = 0; // Index of the component we're working on. 40 int cur_component_begin = host.begin; // Start of the current component. 44 // Found the end of the current component. 47 url_parse::Component(cur_component_begin, component_len); 49 // The next component starts after the dot. 54 // allow an empty component at the end (this would indicate that the 55 // input ends in a dot). We also want to error if the component is 56 // empty and it's the only component (cur_component == 1) [all...] |
/external/chromium_org/ash/desktop_background/ |
wallpaper_resizer_unittest.cc | 37 const uint8_t component = static_cast<uint8_t>(y * w + x); local 38 const SkColor pixel = SkColorSetARGB(component, component, 39 component, component);
|
desktop_background_widget_controller.h | 34 // Set bounds of component that draws background. 37 // Move component from |src_container| in |root_window| to |dest_container|. 64 DesktopBackgroundWidgetController* component);
|
/external/emma/core/java12/com/vladium/jcd/lib/ |
Types.java | 515 Class component; local 519 component = arrayOf (typedescriptor.substring (1)); 522 component = Class.forName (vmNameToJavaName (typedescriptor.substring (1, typedescriptor.length() - 1))); 525 component = primitive (first); 528 Object array = Array.newInstance (component, 0); 573 String component; local 577 component = arrayOf (typedescriptor.substring (1)); 580 component = vmNameToJavaName (typedescriptor.substring (1, typedescriptor.length() - 1)); 582 component = primitive (first); 584 String array = component + " []" [all...] |
/external/chromium_org/chrome/browser/component_updater/ |
component_updater_service.cc | 52 // The component updater is designed to live until process shutdown, so 148 std::string GetCrxComponentID(const CrxComponent& component) { 149 return HexStringToID(StringToLowerASCII(base::HexEncode(&component.pk_hash[0], 150 component.pk_hash.size()/2))); 160 // In charge of blocking url requests until the |crx_id| component has been 164 // The lifetime is controlled by Chrome's resource loader so the component 178 // Component updater calls this function via PostTask to unblock the request. 228 virtual Status RegisterComponent(const CrxComponent& component) OVERRIDE; 366 // component is registered, so it can be called twice. This way 448 // Given a extension-like component id, find the associated component [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_vs_constval.c | 37 /* Component is active if it may diverge from [0,0,0,1]. Undef values 76 GLuint component, 81 return component < 3 ? 0 : (1<<component); 83 return component == 3 ? 0 : (1<<component); 89 return t->active[file][index] & (1<<component); 91 return 1 << component; 183 * component index which might vary from [0,0,0,1]
|
/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);
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_vs_constval.c | 37 /* Component is active if it may diverge from [0,0,0,1]. Undef values 76 GLuint component, 81 return component < 3 ? 0 : (1<<component); 83 return component == 3 ? 0 : (1<<component); 89 return t->active[file][index] & (1<<component); 91 return 1 << component; 183 * component index which might vary from [0,0,0,1]
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
GlobalKeyManager.java | 38 * broadcast to the specified component. The action of the intent will be 50 private static final String ATTR_COMPONENT = "component"; 71 ComponentName component = mKeyMapping.get(keyCode); local 72 if (component != null) { 74 .setComponent(component)
|
/system/core/libpixelflinger/codeflinger/ |
GGLAssembler.h | 257 explicit component_t(const pixel_t& rhs, int component) { 259 rhs.format.c[component].l, 260 rhs.format.c[component].h, 360 const pixel_t& texel, int component); 364 const pixel_t& texel, int component); 368 const pixel_t& texel, int component, int tmu); 372 const pixel_t& texel, int component); 377 void extract(integer_t& d, const pixel_t& s, int component); 378 void extract(component_t& d, const pixel_t& s, int component); 383 void downshift(pixel_t& d, int component, component_t s, const reg_t& dither) [all...] |
blending.cpp | 33 int component, 36 if (mInfo[component].fog) { 48 immed12_pre(GGL_OFFSETOF(state.fog.color[component]))); 66 int component, 69 if (!mInfo[component].blend) 72 int fs = component==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc; 73 int fd = component==GGLFormat::ALPHA ? mBlendDstA : mBlendDst; 74 if (fs==GGL_SRC_ALPHA_SATURATE && component==GGLFormat::ALPHA) 79 // that component (eg: GL_ZERO:GL_*), so the register has not been 119 // see if we need to extract 'component' from the destination (fb [all...] |
/external/chromium_org/components/browser_context_keyed_service/ |
browser_context_dependency_manager.cc | 27 BrowserContextKeyedBaseFactory* component) { 28 dependency_graph_.AddNode(component); 32 BrowserContextKeyedBaseFactory* component) { 33 dependency_graph_.RemoveNode(component);
|
/external/chromium_org/remoting/jingle_glue/ |
chromium_port_allocator.h | 36 int component,
|