/frameworks/base/graphics/java/android/renderscript/ |
Matrix3f.java | 167 * @param x scale component x 168 * @param y scale component y 179 * @param x scale component x 180 * @param y scale component y 181 * @param z scale component z 194 * @param x translation component x 195 * @param y translation component y 269 * @param x scale component x 270 * @param y scale component y 282 * @param x scale component [all...] |
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
Matrix3f.java | 167 * @param x scale component x 168 * @param y scale component y 179 * @param x scale component x 180 * @param y scale component y 181 * @param z scale component z 194 * @param x translation component x 195 * @param y translation component y 269 * @param x scale component x 270 * @param y scale component y 282 * @param x scale component [all...] |
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
t012lexerXML.html | 29 "<!DOCTYPE component [", 30 "<!ELEMENT component (PCDATA|sub)*>", 31 "<!ATTLIST component", 38 "<component attr=\"val'ue\" attr2='val\"ue'>", 48 "</component>" 53 "ROOTELEMENT: component", 55 "<!ELEMENT component (PCDATA|sub)*>", 56 "<!ATTLIST component", 63 "Start Tag: component", 89 "End Tag: component" [all...] |
/external/chromium_org/native_client_sdk/src/examples/demo/flock/ |
goose.h | 38 // 1. Compute the separation component, 39 // 2. Compute the alignment component, 40 // 3. Compute the cohesion component. 42 // cohesion component. 80 // the separation component so far. 81 // @return The new count of geese that contribute to the separation component. 97 // alignment component so far. 98 // @return The new count of geese that contribute to the alignment component. 116 // contributed to the cohesion component so far. 118 // component. If the goose under consideration does not contribute, thi [all...] |
/external/chromium_org/ppapi/api/dev/ |
ppb_url_util_dev.idl | 15 * A component specifies the range of the part of the URL. The begin specifies 16 * the index into the string of the first character of that component. The len 17 * specifies the length of that component. 19 * This range does not include any special delimiter for that component, so 27 * If the component is not present at all, begin will be 0 and len will be -1. 28 * If the component is present but empty, the length will be 0 instead. Example: 65 * to specify that no component information is necessary. 83 * to specify that no component information is necessary. 132 * to specify that no component information is necessary. 145 * to specify that no component information is necessary [all...] |
/external/chromium_org/third_party/skia/include/core/ |
SkColor.h | 30 /** Return a SkColor value from 8 bit component values 56 /** Return a SkColor value from 8 bit component values, with an implied value 100 @param red red component value [0..255] 101 @param green green component value [0..255] 102 @param blue blue component value [0..255] 111 @param color the argb color to convert. Note: the alpha component is ignored. 119 /** Convert HSV components to an ARGB color. The alpha component is passed through unchanged. 124 @param alpha the alpha component of the returned argb color. 130 /** Convert HSV components to an ARGB color. The alpha component set to 0xFF. 151 /** Return a SkPMColor value from unpremultiplied 8 bit component value [all...] |
/external/skia/include/core/ |
SkColor.h | 30 /** Return a SkColor value from 8 bit component values 56 /** Return a SkColor value from 8 bit component values, with an implied value 100 @param red red component value [0..255] 101 @param green green component value [0..255] 102 @param blue blue component value [0..255] 111 @param color the argb color to convert. Note: the alpha component is ignored. 119 /** Convert HSV components to an ARGB color. The alpha component is passed through unchanged. 124 @param alpha the alpha component of the returned argb color. 130 /** Convert HSV components to an ARGB color. The alpha component set to 0xFF. 151 /** Return a SkPMColor value from unpremultiplied 8 bit component value [all...] |
/external/chromium/googleurl/src/ |
url_canon_fileurl.cc | 81 const url_parse::Component& path, 83 url_parse::Component* out_path) { 98 // path. Give it a fake output component to write into. DoCanonicalizeFile 99 // will compute the full path component. 100 url_parse::Component sub_path = 102 url_parse::Component fake_output_path; 120 new_parsed->username = url_parse::Component(); 121 new_parsed->password = url_parse::Component(); 122 new_parsed->port = url_parse::Component(); 173 const url_parse::Component& path [all...] |
url_canon_query.cc | 70 bool IsAllASCII(const CHAR* spec, const url_parse::Component& query) { 97 const url_parse::Component& query, 111 const url_parse::Component& query, 119 const url_parse::Component& query, 144 const url_parse::Component& query, 147 url_parse::Component* out_query) { 149 *out_query = url_parse::Component(); 164 const url_parse::Component& query, 167 url_parse::Component* out_query) { 173 const url_parse::Component& query [all...] |
/external/chromium_org/chrome/browser/component_updater/ |
component_updater_service.cc | 48 // The component updater is designed to live until process shutdown, so 249 virtual Status RegisterComponent(const CrxComponent& component) OVERRIDE; 250 virtual Status CheckForUpdateSoon(const CrxComponent& component) OVERRIDE; 391 // component is registered, so it can be called twice. This way 444 // Given a extension-like component id, find the associated component. 473 // Adds a component to be checked for upgrades. If the component exists it 478 const CrxComponent& component) { 480 if (component.pk_hash.empty() | [all...] |
component_patcher.h | 5 // Component updates can be either differential updates or full updates. 10 // of the component to create the contents of a full update, which is then 12 // Component updates are specified by the 'codebasediff' attribute of an 20 // The component updater will attempt a differential update if it is available 23 // After installation (diff or full), the component updater records "fp", the 75 // component installer, and creates a new (non-differential) unpacked CRX, which
|
/external/harfbuzz/src/ |
harfbuzz-buffer.c | 188 glyph->component = 0; 254 If `component' is 0xFFFF, the component value from buffer->in_pos 255 will copied `num_out' times, otherwise `component' itself will 256 be used to fill the `component' fields. 272 HB_UShort component, 293 if ( component == 0xFFFF ) 294 component = buffer->in_string[buffer->in_pos].component; 305 item->component = component [all...] |
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-buffer.c | 188 glyph->component = 0; 254 If `component' is 0xFFFF, the component value from buffer->in_pos 255 will copied `num_out' times, otherwise `component' itself will 256 be used to fill the `component' fields. 272 HB_UShort component, 293 if ( component == 0xFFFF ) 294 component = buffer->in_string[buffer->in_pos].component; 305 item->component = component [all...] |
/external/chromium_org/chrome/common/extensions/api/ |
_permission_features.json | 56 "location": "component" 79 "location": "component" 129 "location": "component" 247 "location": "component" 296 "location": "component" 324 "location": "component" 338 "location": "component" 344 "location": "component" 391 "location": "component" 397 // The file manager and Google Now are component extensions, and they ca [all...] |
/external/chromium_org/chrome/browser/policy/cloud/ |
component_cloud_policy_updater.cc | 64 LOG(ERROR) << "Failed to validate component policy fetched from DMServer"; 84 // If there is no policy for this component or the policy has been removed, 85 // cancel any existing request to fetch policy for this component. 88 // Delete any existing policy for this component. 91 // Make a request to fetch policy for this component. If another fetch 92 // request is already pending for the component, it will be canceled.
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
portallocator.cc | 35 int component, 40 component_(component), 60 int component, 74 content_name, component, ice_ufrag, ice_pwd); 83 new PortAllocatorSessionProxy(content_name, component, flags_); 87 return CreateSessionInternal(content_name, component, ice_ufrag, ice_pwd);
|
/external/chromium_org/url/ |
url_canon_pathurl.cc | 18 const url_parse::Component& component, 21 url_parse::Component* new_parsed) { 23 if (component.is_valid()) { 30 int end = component.end(); 31 for (int i = component.begin; i < end; i++) {
|
/external/libnfc-nxp/src/ |
phFriNfc_LlcpMac.h | 46 /** \defgroup grp_fri_nfc_llcp_mac LLCP MAC Mapping Component 48 * This component implements the different MAC mapping for a Logical Link Control Protocol communication, 50 * The MAC component handles the mapping for the different technologies supported by LLCP 51 *..This component provides an API to the upper layer with the following features:\n\n 52 * - Reset the MAC mapping component 64 * - Register the MAC component Interface with a specific technologie (NFCIP/ISO14443)
|
/external/replicaisland/src/com/replica/replicaisland/ |
FadeDrawableComponent.java | 68 // Complexity++, but it lets this component handle several 109 // If a texture is set then we supply a drawable to the render component. 148 /** If set to something non-null, this component will overwrite the drawable on the target render component. **/ 153 public void setRenderComponent(RenderComponent component) { 154 mRenderComponent = component;
|
/external/smack/src/org/xbill/DNS/ |
GPOSRecord.java | 41 * @param longitude The longitude component of the location. 42 * @param latitude The latitude component of the location. 43 * @param altitude The altitude component of the location (in meters above sea 59 * @param longitude The longitude component of the location. 60 * @param latitude The latitude component of the location. 61 * @param altitude The altitude component of the location (in meters above sea
|
/external/chromium_org/chrome/browser/extensions/ |
extension_webkit_preferences.cc | 50 // If this is a component extension, then apply the same poliy for 52 // WebContents::GetWebkitPrefs). This is important for component extensions 57 if (extension->location() == extensions::Manifest::COMPONENT &&
|
/external/chromium_org/chrome/browser/resources/print_preview/search/ |
fedex_tos.js | 12 * @extends {print_preview.Component} 15 print_preview.Component.call(this); 28 __proto__: print_preview.Component.prototype,
|
/external/chromium_org/third_party/skia/src/core/ |
SkMaskGamma.h | 27 /** Converts a color component luminance in the color space to a linear luma. */ 29 /** Converts a linear luma to a color component luminance in the color space. */ 207 * If APPLY_LUT is false, returns component unchanged. 208 * If APPLY_LUT is true, returns lut[component]. 209 * @param APPLY_LUT whether or not the look-up table should be applied to component. 210 * @component the initial component. 211 * @lut a look-up table which transforms the component. 213 template<bool APPLY_LUT> static inline U8CPU sk_apply_lut_if(U8CPU component, const uint8_t*) { 214 return component; [all...] |
/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/oprofile/libop/ |
op_interface.h | 74 * A path component. Directory name are stored as a stack of path components. 80 /** parent component, zero if this component is the root */
|