/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
OpMapVector.java | 72 * Sets the component at the specified index of this vector to be the 73 * specified object. The previous component at that position is discarded.
|
/external/chromium/chrome/browser/policy/ |
policy_notifier.cc | 42 // Compute overall state. General idea: If any component knows we're 45 // (which can also be read as 'undefined/unknown', ask the next component.
|
/external/chromium_org/chrome/browser/component_updater/ |
component_patcher.cc | 49 // Takes the contents of a differential component update in input_dir 50 // and produces the contents of a full component update in unpack_dir
|
/external/chromium_org/chrome/common/extensions/api/identity/ |
oauth2_manifest_handler.cc | 66 // Component apps using auto_approve may use Chrome's client ID by 70 (extension->location() != Manifest::COMPONENT || !info->auto_approve)) {
|
/external/chromium_org/net/base/ |
url_util.h | 18 // %XX%XX. The original query component is preserved if it's present. 33 // like %XX%XX. The original query component is preserved if it's present.
|
/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/ |
WebRTCStatsRequest.cpp | 76 const WebMediaStreamTrack WebRTCStatsRequest::component() const function in class:WebKit::WebRTCStatsRequest 78 return WebMediaStreamTrack(m_private->component());
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/ |
commandtest.py | 38 options.component = 'MOCK component'
|
/external/chromium_org/third_party/mesa/src/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);
|
vl_video_buffer.c | 306 unsigned i, j, component; local 315 for (component = 0, i = 0; i < buf->num_planes; ++i ) { 322 for (j = 0; j < nr_components && component < VL_NUM_COMPONENTS; ++j, ++component) { 323 if (buf->sampler_view_components[component]) 330 buf->sampler_view_components[component] = pipe->create_sampler_view(pipe, res, &sv_templ); 331 if (!buf->sampler_view_components[component]) 335 assert(component == VL_NUM_COMPONENTS);
|
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/cso/ |
velems.rst | 31 of ``(x, 0, 0, 1)``, and so only the first component of those inputs is used. 42 Colors, both front- and back-facing, may omit the alpha component, only using
|
/external/chromium_org/third_party/openssl/ |
openssl.gyp | 9 'type': '<(component)', 75 ['component == "shared_library"', {
|
/external/chromium_org/url/ |
url.gyp | 12 # 'url.dll' for a Windows component build, and that will confuse Windows, 15 'type': '<(component)',
|
/external/clang/tools/scan-view/ |
Reporter.py | 193 return [ TextParameter('Component'), TextParameter('Component Version'), 197 component = parameters.get('Component', '') 198 componentVersion = parameters.get('Component Version', '') 204 if not component.strip(): 205 component = 'Bugs found by clang Analyzer' 210 args = ['osascript', script, component, componentVersion, classification, personID, report.title,
|
/external/clang/www/analyzer/ |
filing_bugs.html | 42 component.</p> 57 <p>Please file bugs in Radar against the <b>clang - static analyzer</b> component.</p>
|
/external/libnfc-nxp/src/ |
phFriNfc_DesfireMap.h | 209 * the component context. 218 * If the caller sets the value to \ref PH_FRINFC_NDEFMAP_SEEK_CUR, the component shall 220 * If set to \ref PH_FRINFC_NDEFMAP_SEEK_BEGIN, the component shall start reading 251 * the component context. 260 * If the caller sets the value to \ref PH_FRINFC_NDEFMAP_SEEK_CUR, the component shall 262 * If set to \ref PH_FRINFC_NDEFMAP_SEEK_BEGIN, the component shall start writing 291 * the component context. 313 * Routine in order to be able to notify the component that an I/O has finished and data are
|
/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);
|
vl_video_buffer.c | 306 unsigned i, j, component; local 315 for (component = 0, i = 0; i < buf->num_planes; ++i ) { 322 for (j = 0; j < nr_components && component < VL_NUM_COMPONENTS; ++j, ++component) { 323 if (buf->sampler_view_components[component]) 330 buf->sampler_view_components[component] = pipe->create_sampler_view(pipe, res, &sv_templ); 331 if (!buf->sampler_view_components[component]) 335 assert(component == VL_NUM_COMPONENTS);
|
/external/mesa3d/src/gallium/docs/source/cso/ |
velems.rst | 31 of ``(x, 0, 0, 1)``, and so only the first component of those inputs is used. 42 Colors, both front- and back-facing, may omit the alpha component, only using
|
/external/srec/portable/include/ |
ptimestamp.h | 43 * Seconds component of timestamp. 48 * Milliseconds component of timestamp.
|
/frameworks/av/libvideoeditor/osal/inc/ |
M4OSA_OptionID.h | 36 - Core ID (14 bits): It is a unique ID for each core component 37 - SubOption ID (16 bits): To select which option in a specific core component
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
omxVCM4P10_InterpolateChroma.c | 36 * [in] dx Fractional part of horizontal motion vector component 38 * [in] dy Fractional part of vertical motion vector component
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
omxVCM4P10_InterpolateChroma.c | 36 * [in] dx Fractional part of horizontal motion vector component 38 * [in] dy Fractional part of vertical motion vector component
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
armVCM4P10_Interpolate_Chroma.c | 36 * component in 1/8 pixel unit (0~7) 38 * component in 1/8 pixel unit (0~7)
|
/frameworks/base/core/java/android/app/ |
package.html | 13 <p>An {@link android.app.Activity} is an application component that provides a screen with which 18 <p>A {@link android.app.Service} is an application component that can perform
|
/frameworks/base/core/java/com/android/internal/os/ |
PkgUsageStats.java | 67 String component = source.readString(); local 69 componentResumeTimes.put(component, lastResumeTime);
|