/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...] |
/external/sfntly/cpp/src/sfntly/table/bitmap/ |
composite_bitmap_glyph.cc | 36 CompositeBitmapGlyph::Component CompositeBitmapGlyph::GetComponent( 40 return CompositeBitmapGlyph::Component( 62 * CompositeBitmapGlyph::Component class 64 CompositeBitmapGlyph::Component::Component(const Component& rhs) 70 bool CompositeBitmapGlyph::Component::operator==( 71 const CompositeBitmapGlyph::Component& rhs) { 75 CompositeBitmapGlyph::Component& CompositeBitmapGlyph::Component::operator= [all...] |
/frameworks/av/media/libstagefright/include/ |
SoftOMXComponent.h | 34 OMX_COMPONENTTYPE **component); 106 OMX_HANDLETYPE component, 112 OMX_HANDLETYPE component, 117 OMX_HANDLETYPE component, 122 OMX_HANDLETYPE component, 127 OMX_HANDLETYPE component, 132 OMX_HANDLETYPE component, 137 OMX_HANDLETYPE component, 145 OMX_HANDLETYPE component, 152 OMX_HANDLETYPE component, [all...] |
/external/chromium_org/chrome/browser/resources/print_preview/ |
component.js | 9 * Class that represents a UI component. 13 function Component() { 17 * Component's HTML element. 26 * Component's event tracker. 33 * Child components of the component. 34 * @type {Array.<print_preview.Component>} 40 Component.prototype = { 43 /** Gets the component's element. */ 48 /** @return {EventTracker} Component's event tracker. */ 54 * @return {boolean} Whether the element of the component is already in th [all...] |
/external/chromium_org/chrome/browser/extensions/ |
component_loader.h | 22 // For registering, loading, and unloading component extensions. 34 // Creates and loads all registered component extensions. 41 // Registers and possibly loads a component extension. If ExtensionService 46 // Component extension manifests must contain a "key" property with a unique 55 // Convenience method for registering a component extension by resource id. 59 // Loads a component extension from file system. Replaces previously added 66 // Unloads a component extension and removes it from the list of component 71 // Call this during test setup to load component extensions that have 75 // Adds the default component extensions. If |skip_session_components [all...] |
/external/chromium_org/chrome/browser/component_updater/ |
component_updater_service.h | 25 // Component specific installers must derive from this class and implement 30 // Called by the component updater on the UI thread when there was a 31 // problem unpacking or verifying the component. |error| is a non-zero 32 // value which is only meaningful to the component updater. 35 // Called by the component updater when a component has been unpacked 43 // the filename of the file in this component's CRX. Returns false if this is 57 // Sent when the component updater starts doing update checks. 60 // Sent when the component updater is going to take a long nap. 63 // Sent when there is a new version of a registered component. Afte [all...] |
/external/chromium_org/ui/gfx/ |
point_conversions.h | 13 // Returns a Point with each component from the input PointF floored. 16 // Returns a Point with each component from the input PointF ceiled. 19 // Returns a Point with each component from the input PointF rounded.
|
size_conversions.h | 13 // Returns a Size with each component from the input SizeF floored. 16 // Returns a Size with each component from the input SizeF ceiled. 19 // Returns a Size with each component from the input SizeF rounded.
|
vector2d_conversions.h | 13 // Returns a Vector2d with each component from the input Vector2dF floored. 16 // Returns a Vector2d with each component from the input Vector2dF ceiled. 19 // Returns a Vector2d with each component from the input Vector2dF rounded.
|
/frameworks/base/test-runner/src/junit/runner/ |
FailureDetailView.java | 4 //import java.awt.Component; 16 // * Returns the component used to present the TraceView 18 // public Component getComponent();
|
/frameworks/av/media/libstagefright/omx/ |
SoftOMXComponent.cpp | 31 OMX_COMPONENTTYPE **component) 63 *component = mComponent; 112 OMX_HANDLETYPE component, 118 ((OMX_COMPONENTTYPE *)component)->pComponentPrivate; 125 OMX_HANDLETYPE component, 130 ((OMX_COMPONENTTYPE *)component)->pComponentPrivate; 137 OMX_HANDLETYPE component, 142 ((OMX_COMPONENTTYPE *)component)->pComponentPrivate; 149 OMX_HANDLETYPE component, 154 ((OMX_COMPONENTTYPE *)component)->pComponentPrivate [all...] |
/development/libraries/stereocamera/ |
README.txt | 3 This SDK component contains static libraries for computing the depth map of a pair of stereo images.
|
/external/chromium_org/third_party/WebKit/ManualTests/resources/ |
CheckerApplet.java | 3 import java.awt.Component;
|
/external/chromium_org/third_party/WebKit/Source/core/platform/mediastream/ |
MediaStreamDescriptor.cpp | 54 void MediaStreamDescriptor::addComponent(PassRefPtr<MediaStreamComponent> component) 56 switch (component->source()->type()) { 58 if (m_audioComponents.find(component) == notFound) 59 m_audioComponents.append(component); 62 if (m_videoComponents.find(component) == notFound) 63 m_videoComponents.append(component); 68 void MediaStreamDescriptor::removeComponent(PassRefPtr<MediaStreamComponent> component) 71 switch (component->source()->type()) { 73 pos = m_audioComponents.find(component); 78 pos = m_videoComponents.find(component); [all...] |
/external/chromium_org/url/ |
url_util_internal.h | 22 const url_parse::Component& component, 25 const url_parse::Component& component,
|
/external/eigen/unsupported/Eigen/ |
CMakeLists.txt | 8 DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen COMPONENT Devel
|
/external/robolectric/.idea/ |
compiler.xml | 3 <component name="CompilerConfiguration"> 22 </component> 23 <component name="JavacSettings"> 25 </component>
|
/frameworks/native/include/media/openmax/ |
OMX_Core.h | 43 * application and the component to access common items. 68 OMX_CommandStateSet, /**< Change the component state */ 69 OMX_CommandFlush, /**< Flush the data queue(s) of a component */ 70 OMX_CommandPortDisable, /**< Disable a port on a component. */ 71 OMX_CommandPortEnable, /**< Enable a port on a component. */ 72 OMX_CommandMarkBuffer, /**< Mark a component/buffer for observation */ 80 /** The OMX_STATETYPE enumeration is used to indicate or change the component 81 * state. This enumeration reflects the current state of the component when 85 * The component will be in the Loaded state after the component is initiall [all...] |
/hardware/qcom/media/mm-core/inc/ |
OMX_Core.h | 26 * application and the component to access common items. 51 OMX_CommandStateSet, /**< Change the component state */ 52 OMX_CommandFlush, /**< Flush the data queue(s) of a component */ 53 OMX_CommandPortDisable, /**< Disable a port on a component. */ 54 OMX_CommandPortEnable, /**< Enable a port on a component. */ 55 OMX_CommandMarkBuffer, /**< Mark a component/buffer for observation */ 63 /** The OMX_STATETYPE enumeration is used to indicate or change the component 64 * state. This enumeration reflects the current state of the component when 68 * The component will be in the Loaded state after the component is initiall [all...] |
/hardware/qcom/media/mm-core/omxcore/inc/ |
OMX_Core.h | 26 * application and the component to access common items. 51 OMX_CommandStateSet, /**< Change the component state */ 52 OMX_CommandFlush, /**< Flush the data queue(s) of a component */ 53 OMX_CommandPortDisable, /**< Disable a port on a component. */ 54 OMX_CommandPortEnable, /**< Enable a port on a component. */ 55 OMX_CommandMarkBuffer, /**< Mark a component/buffer for observation */ 63 /** The OMX_STATETYPE enumeration is used to indicate or change the component 64 * state. This enumeration reflects the current state of the component when 68 * The component will be in the Loaded state after the component is initiall [all...] |
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/ |
OMX_Core.h | 26 * application and the component to access common items. 51 OMX_CommandStateSet, /**< Change the component state */ 52 OMX_CommandFlush, /**< Flush the data queue(s) of a component */ 53 OMX_CommandPortDisable, /**< Disable a port on a component. */ 54 OMX_CommandPortEnable, /**< Enable a port on a component. */ 55 OMX_CommandMarkBuffer, /**< Mark a component/buffer for observation */ 63 /** The OMX_STATETYPE enumeration is used to indicate or change the component 64 * state. This enumeration reflects the current state of the component when 68 * The component will be in the Loaded state after the component is initiall [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
OMX_Core.h | 26 * application and the component to access common items.
51 OMX_CommandStateSet, /**< Change the component state */
52 OMX_CommandFlush, /**< Flush the data queue(s) of a component */
53 OMX_CommandPortDisable, /**< Disable a port on a component. */
54 OMX_CommandPortEnable, /**< Enable a port on a component. */
55 OMX_CommandMarkBuffer, /**< Mark a component/buffer for observation */
63 /** The OMX_STATETYPE enumeration is used to indicate or change the component
64 * state. This enumeration reflects the current state of the component when
68 * The component will be in the Loaded state after the component is initially [all...] |
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
OMX_Core.h | 26 * application and the component to access common items. 51 OMX_CommandStateSet, /**< Change the component state */ 52 OMX_CommandFlush, /**< Flush the data queue(s) of a component */ 53 OMX_CommandPortDisable, /**< Disable a port on a component. */ 54 OMX_CommandPortEnable, /**< Enable a port on a component. */ 55 OMX_CommandMarkBuffer, /**< Mark a component/buffer for observation */ 63 /** The OMX_STATETYPE enumeration is used to indicate or change the component 64 * state. This enumeration reflects the current state of the component when 68 * The component will be in the Loaded state after the component is initiall [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/ |
AccessService.java | 6 static final ComponentName COMPONENT = 26 return COMPONENT;
|
PaymentService2.java | 6 static final ComponentName COMPONENT = 26 return COMPONENT;
|