/external/chromium_org/base/files/ |
file_path.h | 41 // final path component (BaseName), and appending a relative pathname string 156 // A special path component meaning "this directory." 159 // A special path component meaning "the parent directory." 190 // equivalent to calling DirName().value() on the path's root component, 191 // and BaseName().value() on each child component. 212 // named by this object, stripping away the file component. If this object 213 // only contains one component, returns a FilePath identifying 218 // Returns a FilePath corresponding to the last path component of this 268 // component to this object's path. Append takes care to avoid adding 271 // only to |component| is returned. |component| must be a relative path [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/ |
readme.html | 28 | runtime| examples | tests</a> [Ant properties to override in a <a href="#antbuildproperties">component's 30 component property value sets the name of the directory in org.eclipse.<project>.releng.builder 31 which contains the Ant scripts that build a given an <project> component 32 as descibed below: <br> <br> </p><table width="100%" border="1"> <tr> <td width="20%">Component 38 <project> runtime component contains binaries only.</td></tr> <tr> <td width="20%">examples</td><td width="80%">This 44 Properties Settings in a component's build.properties<br> <br> </b>The following 45 properties are pre-defined in the build.properties file for the specified component. 47 changing them directly in the component's build.properties file.</p><table width="100%" border="1"> 49 os, ws and arch values of a pre-built eclipse component being compiled against. 110 the component is intended. Currently, all <project> components are platform [all...] |
/external/libnfc-nxp/src/ |
phFriNfc_NdefReg.h | 66 * This component implements the NDEF Registration and Listening functionality. 88 * Upon reception of a NDEF record the component calls into the function registered as a listener 100 * - This component does not rely on lower layers (e.g. HAL), therefore it doesn't need to handle 103 * - Alternatively, this component can process pre-extracted NDEF records. 145 /** Pointer for usage by the registering entity. The software component that registers for 147 the component is able to resolve its own address, context or object, respectively.\n 148 \b Example: \ref grp_fri_nfc_ndef_reg "This SW component" is embedded into a C++ system 180 * The Type Name Format, according to the NDEF specification, see the NDEF Record (Tools) component. 283 * Resets the component instance to the initial state and lets the component forget abou [all...] |
/external/srec/audio/AudioIn/UNIX/include/ |
audioin.h | 29 | Project : ScanSoft AudioIn component 66 /* @type AUDIOIN_H | Handle to an audio-in component. 71 /* @enum AUDIOIN_STATUSINFO | Enumerator for the Status Information of the AudioIn component. 73 * the FIFO but also the general status of the audio component. 79 AUDIOIN_TIMEOUT, /* @emem The audio-in component timed out after no audio was received from the 92 component will not buffer any new audio into the FIFO. AudioinStop must be 93 called to reset the audio-in component.*/ 96 The audio-in component will not buffer any new audio into the FIFO. 97 lhs_audioinStop must be called in the audio-in component since 99 AUDIOIN_HWOVERRUN, /* @emem The buffer has been overfilled with audio samples inside the device component [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/ |
OMX_Mp3Decoder.c | 100 /* define component role */ 185 * @fn OMX_ComponentInit() function is called by OMX Core to initialize the component 186 * with default values of the component. Before calling this function OMX_Init 189 * @param *hComp This is component handle allocated by the OMX core. 193 * @post Component has initialzed with default values. 195 * @return OMX_ErrorNone = Successful Inirialization of the component\n 475 OMX_ERROR4(pComponentPrivate->dbg, "[MP3 Component] - failure to open WRITE pipe\n"); 480 OMX_ERROR4(pComponentPrivate->dbg, "[MP3 Component] - failure to open READ pipe\n"); 497 OMX_ERROR4(pComponentPrivate->dbg, "::Error returned from the Component\n"); 523 * @param phandle This is component handle [all...] |
/frameworks/base/docs/html/tools/help/ |
MonkeyDevice.jd | 89 <em>component</em> component, 192 Runs the specified component under Android instrumentation, and returns the results 193 in a dictionary whose exact format is dictated by the component being run. The 194 component must already be present on this device. 289 <em>component</em> component, 464 <em>component</em> component, 531 <th>component</th [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/ |
OMX_G722Enc_Utils.c | 31 * This file implements OMX Component for G722 Encoder that 98 * @fn ComponentThread() Component thread 149 G722ENC_DPRINT ("%d :: Component stopping\n",__LINE__); 166 "Error from COmponent Thread in select"); 170 G722ENC_DPRINT ("%d :: CMD pipe is set in Component Thread\n",__LINE__); 174 G722ENC_DPRINT ("Exiting from Component thread\n"); 191 G722ENC_DPRINT("%d %s Component loaded (OMX_StateLoaded)\n", 206 G722ENC_DPRINT ("%d :: DATA pipe is set in Component Thread\n",__LINE__); 228 This function is used by the component thread to 231 * @param pComponent handle for this instance of the component [all...] |
/external/chromium/chrome/browser/themes/ |
theme_service.cc | 390 const char* component = comp.c_str(); local 392 if (base::strcasecmp(component, kAlignmentTop) == 0) 394 else if (base::strcasecmp(component, kAlignmentBottom) == 0) 397 if (base::strcasecmp(component, kAlignmentLeft) == 0) 399 else if (base::strcasecmp(component, kAlignmentRight) == 0) 419 const char* component = tiling.c_str(); local 421 if (base::strcasecmp(component, kTilingRepeatX) == 0) 423 if (base::strcasecmp(component, kTilingRepeatY) == 0) 425 if (base::strcasecmp(component, kTilingRepeat) == 0)
|
/external/chromium_org/url/ |
url_canon_host.cc | 78 void ScanHostname(const CHAR* spec, const url_parse::Component& host, 290 const url_parse::Component& host, 296 host_info->out_host = url_parse::Component(); 343 const url_parse::Component& host, 345 url_parse::Component* out_host) { 353 const url_parse::Component& host, 355 url_parse::Component* out_host) { 363 const url_parse::Component& host, 370 const url_parse::Component& host,
|
/external/clang/include/clang/AST/ |
NestedNameSpecifier.h | 61 /// \brief The last component in the nested name specifier, which 215 /// \brief Determines the data length for the last component in the 278 /// component of the nested-name-specifier. 283 /// \brief Retrieve the location of the end of this component of the 293 /// returned prefix may be empty, if this is the first component of 363 /// nested-name-specifier component of the form 'type::'. 377 /// nested-name-specifier component of the form 'identifier::'. 391 /// nested-name-specifier component of the form 'namespace::'. 405 /// nested-name-specifier component of the form 'namespace-alias::'.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/ |
ComponentResults.java | 33 * Class to handle performance results of an eclipse component 36 * It gives access to results for each scenario run for this component. 59 * Return all the build names for this component sorted by ascending order. 86 * Get all results numbers for a given machine of the current component. 279 // Next field is the number of scenarios for the component 327 println("Component '"+this.name+"':"); //$NON-NLS-1$ //$NON-NLS-2$ 332 StringBuffer buffer = new StringBuffer("Component "); //$NON-NLS-1$ 395 * Write the component results data to the file '<component name>.dat' in the given directory.
|
/external/jpeg/ |
jccoefct.c | 53 /* In multi-pass modes, we need a virtual block array for each component. */ 135 * per call, ie, v_samp_factor block rows for each component in the image. 138 * NB: input_buf contains a plane for each component in image, 139 * which we index according to the component's SOF position. 226 * per call, ie, v_samp_factor block rows for each component in the image. 237 * NB: input_buf contains a plane for each component in image. All 258 /* Align the virtual buffer for this component. */ 333 * per call, ie, v_samp_factor block rows for each component in the scan. 418 /* Allocate a full-image virtual array for each component, */
|
wizard.doc | 79 each color component. 82 component, in the order in which the components appear in the JPEG SOF marker. 97 component. 100 component, in the order in which they appear in the JPEG SOF marker. 132 Each scan definition contains one to four component indexes, optionally 134 component indexes denote which color component(s) are to be transmitted in 136 JPEG SOF marker, with the first component being numbered 0. (Note that these 137 indexes are not the "component ID" codes assigned to the components, just
|
jcsample.c | 11 * is defined to be max_v_samp_factor pixel rows of each component, 53 /* Pointer to routine to downsample a single component */ 63 /* Downsampling method pointers, one per component */ 82 * Expand a component horizontally from width input_cols to width output_cols, 110 * In this version we simply downsample each component independently. 133 * Downsample pixel values of a single component. 181 * Downsample pixel values of a single component. 182 * This version handles the special case of a full-size component, 200 * Downsample pixel values of a single component. 243 * Downsample pixel values of a single component [all...] |
/external/qemu/distrib/jpeg-6b/ |
jccoefct.c | 53 /* In multi-pass modes, we need a virtual block array for each component. */ 135 * per call, ie, v_samp_factor block rows for each component in the image. 138 * NB: input_buf contains a plane for each component in image, 139 * which we index according to the component's SOF position. 226 * per call, ie, v_samp_factor block rows for each component in the image. 237 * NB: input_buf contains a plane for each component in image. All 258 /* Align the virtual buffer for this component. */ 333 * per call, ie, v_samp_factor block rows for each component in the scan. 418 /* Allocate a full-image virtual array for each component, */
|
wizard.doc | 79 each color component. 82 component, in the order in which the components appear in the JPEG SOF marker. 97 component. 100 component, in the order in which they appear in the JPEG SOF marker. 132 Each scan definition contains one to four component indexes, optionally 134 component indexes denote which color component(s) are to be transmitted in 136 JPEG SOF marker, with the first component being numbered 0. (Note that these 137 indexes are not the "component ID" codes assigned to the components, just
|
jcsample.c | 11 * is defined to be max_v_samp_factor pixel rows of each component, 53 /* Pointer to routine to downsample a single component */ 63 /* Downsampling method pointers, one per component */ 82 * Expand a component horizontally from width input_cols to width output_cols, 110 * In this version we simply downsample each component independently. 133 * Downsample pixel values of a single component. 181 * Downsample pixel values of a single component. 182 * This version handles the special case of a full-size component, 200 * Downsample pixel values of a single component. 243 * Downsample pixel values of a single component [all...] |
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
OMX3A.cpp | 434 CAMHAL_LOGEA("OMX component is in invalid state"); 492 CAMHAL_LOGEA("OMX component is in invalid state"); 559 CAMHAL_LOGEA("OMX component is in invalid state"); 597 CAMHAL_LOGEA("OMX component is in invalid state"); 701 CAMHAL_LOGEA("OMX component is in invalid state"); 731 CAMHAL_LOGEA("OMX component is in invalid state"); 775 CAMHAL_LOGEA("OMX component is in invalid state"); 818 CAMHAL_LOGEA("OMX component is in invalid state"); 850 CAMHAL_LOGEA("OMX component is in invalid state"); 902 CAMHAL_LOGEA("OMX component is in invalid state") [all...] |
/external/javassist/src/main/javassist/bytecode/analysis/ |
Executor.java | 649 Type component = array.getComponent(); local 651 if (component == null) 652 throw new BadBytecode("Not an array! [pos = " + lastPos + "]: " + component); 654 component = zeroExtend(component); 656 verifyAssignable(expectedComponent, component); 658 simplePush(component, frame); 671 Type component = array.getComponent(); local 673 if (component == null) 674 throw new BadBytecode("Not an array! [pos = " + lastPos + "]: " + component); [all...] |
/hardware/ti/omap3/dspbridge/inc/ |
qosregistry.h | 238 UINT MaxMips; /* max cpu cycles required for component */
305 UINT InUse; /* Count of instances of this component in use */
416 Finds resource(s) or component(s) that match the given Id. For
459 Add given resource or component to the list
466 or component (in the case of adding required resources
467 to a component)
491 Removes given resource or component from the list
498 or component (in the case of removing required
499 resources from a component)
501 entry resource or component to remove [all...] |
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
qosregistry.h | 232 UINT MaxMips; /* max cpu cycles required for component */ 299 UINT InUse; /* Count of instances of this component in use */ 410 Finds resource(s) or component(s) that match the given Id. For 453 Add given resource or component to the list 460 or component (in the case of adding required resources 461 to a component) 485 Removes given resource or component from the list 492 or component (in the case of removing required 493 resources from a component) 495 entry resource or component to remov [all...] |
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/ |
OMX_JpegDecoder.c | 31 * This file implements OMX Component for JPEG decoder 153 * @param hComponent - Component handle. 303 * @param hComponent - Component handle. 452 * @param hComponent - Component handle. 574 * @fn OMX_ComponentInit - Updates the component function pointer to the handle. 576 * @param hComponent - Component handle. 638 /* Allocate memory for component data structures */ [all...] |
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
ObjectVector.java | 196 * Each component in this vector with an index greater or equal to 243 * If the object is found in this vector, each component in the vector 274 * Deletes the component at the specified index. Each component in 293 * Sets the component at the specified index of this vector to be the 294 * specified object. The previous component at that position is discarded.
|
/external/chromium/chrome/common/extensions/ |
url_pattern.h | 37 // - http://*foo/bar -- * not allowed as substring of host component 38 // - http://foo.*.bar/baz -- * must be first component 65 // Greasemonkey domain component that 168 // as component extensions). 206 // use a wildcard in the scheme component. If this URLPattern doesn't use a 253 // component of the pattern's host was "*".
|
/external/chromium_org/chrome/browser/component_updater/ |
widevine_cdm_component_installer.cc | 41 // TODO(xhwang): Move duplicate code among all component installer 52 // File name of the Widevine CDM component manifest on different platforms. 55 // Name of the Widevine CDM OS in the component manifest. 65 // Name of the Widevine CDM architecture in the component manifest. 75 // If we don't have a Widevine CDM component, this is the version we claim. 277 NOTREACHED() << "Widevine CDM component registration failed.";
|