/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/ |
OMXCameraAdapter.h | 356 virtual status_t initialize(CameraProperties::Properties*); 372 static status_t getCaps(CameraProperties::Properties* props, OMX_HANDLETYPE handle); 572 static status_t insertCapabilities(CameraProperties::Properties*, OMX_TI_CAPTYPE&); 583 static status_t insertImageSizes(CameraProperties::Properties*, OMX_TI_CAPTYPE&); 584 static status_t insertPreviewSizes(CameraProperties::Properties*, OMX_TI_CAPTYPE&); 585 static status_t insertThumbSizes(CameraProperties::Properties*, OMX_TI_CAPTYPE&); 586 static status_t insertZoomStages(CameraProperties::Properties*, OMX_TI_CAPTYPE&); 587 static status_t insertImageFormats(CameraProperties::Properties*, OMX_TI_CAPTYPE&); 588 static status_t insertPreviewFormats(CameraProperties::Properties*, OMX_TI_CAPTYPE&); 589 static status_t insertFramerates(CameraProperties::Properties*, OMX_TI_CAPTYPE&) [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jar | |
/external/chromium_org/chromeos/network/ |
network_configuration_handler_unittest.cc | 145 const base::DictionaryValue& properties, 176 const base::DictionaryValue& properties, 476 const base::DictionaryValue* properties = local 478 if (properties && properties->GetStringWithoutPathExpansion(key, result)) 510 // Set Properties 535 // Clear Properties 562 // Set Properties 577 // Get Properties 594 base::DictionaryValue properties; local [all...] |
/external/chromium_org/chromeos/dbus/ |
fake_shill_manager_client.cc | 52 const base::DictionaryValue* properties = local 54 if (!properties) { 55 LOG(ERROR) << "Properties not found for service: " << service_path; 59 properties->GetString(shill::kTypeProperty, &type); 63 properties->GetString(shill::kStateProperty, &state); 205 const base::DictionaryValue& properties, 213 if (!properties.GetString(shill::kGuidProperty, &guid) || 214 !properties.GetString(shill::kTypeProperty, &type)) { 216 // If the properties aren't filled out completely, then just return an empty 229 properties.GetString(shill::kIPConfigProperty, &ipconfig_path) 606 const base::DictionaryValue* properties = local [all...] |
/external/chromium_org/ui/compositor/ |
layer_animator.cc | 190 // Collect all the affected properties. 194 animated_properties.insert((*iter)->properties().begin(), 195 (*iter)->properties().end()); 198 // Starting a zero duration pause that affects all the animated properties 200 // running animations that affect any of these properties, as well as 212 // These animations (provided they don't animate any common properties) will 229 // Collect all the affected properties. 233 animated_properties.insert((*iter)->properties().begin(), 234 (*iter)->properties().end()); 237 // Scheduling a zero duration pause that affects all the animated properties [all...] |
/external/openfst/src/include/fst/ |
cache.h | 112 using FstImpl<Arc>::Properties; 238 SetProperties(AddArcProperties(Properties(), s, arc, parc)); 298 SetProperties(DeleteArcsProperties(Properties())); 312 SetProperties(DeleteArcsProperties(Properties())); 334 SetProperties(DeleteStatesProperties(Properties())); 361 SetProperties(DeleteAllStatesProperties(Properties(), 367 if (!cache_start_ && Properties(kError)) 789 uint64 properties = impl_->Properties(); local 792 properties &= ~kNotAcceptor [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
ObjectPropertiesSection.js | 40 this.emptyPlaceholder = (emptyPlaceholder || WebInspector.UIString("No Properties")); 80 * @param {?Array.<!WebInspector.RemoteObjectProperty>} properties 84 function callback(properties, internalProperties) 86 if (!properties) 88 this.updateProperties(properties, internalProperties); 94 updateProperties: function(properties, internalProperties, rootTreeElementConstructor, rootPropertyComparer) 104 properties.push(this.extraProperties[i]); 110 properties, internalProperties, 114 this.propertiesForTest = properties; 196 this.nameElement.classList.add("properties-accessor-property-name") [all...] |
/build/tools/ |
post_process_props.py | 71 properties = PropFile(lines) 73 mangle_build_prop(properties) 75 mangle_default_prop(properties) 81 properties.write(f)
|
/development/ndk/samples/hello-neon/ |
build.properties | 13 # the following properties:
|
/development/samples/devbytes/animation/MultiPropertyAnimations/src/com/example/android/multipropertyanimations/ |
MultiPropertyAnimations.java | 28 * This example shows various ways of animating multiple properties in parallel. 67 * View properties, even when there are multiple properties to be animated 85 * per target, even when there are multiple properties being animated on that target.
|
/development/samples/training/basic/ActivityLifecycle/ |
ant.properties | 13 # the following properties:
|
build.properties | 13 # the following properties:
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/ |
SimpleCParser.h | 78 /* ObjC start of actions.(actionScope).properties */ 79 /* ObjC end of actions.(actionScope).properties */ 80 /* ObjC start of properties */ 81 /* ObjC end of properties */
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/ |
TParser.h | 59 /* ObjC start of actions.(actionScope).properties */ 60 /* ObjC end of actions.(actionScope).properties */ 61 /* ObjC start of properties */ 62 /* ObjC end of properties */
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
TestHelper_Driver1.java | 25 import java.util.Properties; 76 public Connection connect(String url, Properties info) throws SQLException { 95 } // end method connect(String, Properties) 105 public DriverPropertyInfo[] getPropertyInfo(String url, Properties info)
|
/external/chromium/chrome/browser/resources/shared/js/ |
i18n_template.js | 17 * Properties are prefixed with a '.' and can contain nested properties. 54 * This is used to set HTML attributes and DOM properties,. The syntax is: 67 // Ignore missing properties
|
/external/chromium/chrome/browser/sync/protocol/ |
app_specifics.proto | 20 // Properties of app sync objects.
|
typed_url_specifics.proto | 19 // Properties of typed_url sync objects.
|
/external/chromium/chrome/browser/ui/cocoa/applescript/ |
bookmark_item_applescript.h | 17 // |make new bookmarks item with properties {title:"foo"}|.
|
/external/chromium/chrome/browser/ui/cocoa/ |
first_run_dialog.h | 31 // Properties for bindings.
|
/external/chromium/chrome/browser/ui/webui/ |
cookies_tree_model_util.h | 20 // Populate given |dict| with cookie tree node properties.
|
/external/chromium/net/base/ |
cert_type.h | 13 // The type is a combination of intrinsic properties, such as the presense of an
|
/external/chromium/net/tools/spdyshark/ |
moduleinfo.nmake | 22 # number to be correctly displayed in the explorer properties dialog
|
/external/chromium/webkit/glue/ |
cpp_binding_example.h | 8 and properties that can be exposed to JavaScript by an appropriately built 12 constructor, any methods and properties to be exposed, and optionally a 46 // properties that will be exposed to JavaScript. If needed, the class could 73 // These properties will also be exposed to JavaScript.
|
/external/chromium_org/ash/rotator/ |
screen_rotation.cc | 126 static ui::LayerAnimationElement::AnimatableProperties properties; local 127 if (properties.empty()) 128 properties.insert(ui::LayerAnimationElement::TRANSFORM); 129 return properties;
|