HomeSort by relevance Sort by last modified time
    Searched refs:properties (Results 126 - 150 of 769) sorted by null

1 2 3 4 56 7 8 91011>>

  /hardware/ti/omap4xxx/camera/
CameraHal_Module.cpp 492 android::CameraProperties::Properties* properties = NULL; local
573 if(gCameraProperties.getProperties(cameraid, &properties) < 0)
575 ALOGE("Couldn't get camera properties");
589 if(properties && (camera->initialize(properties) != android::NO_ERROR))
627 // initialize camera properties here...
646 android::CameraProperties::Properties* properties = NULL; local
649 // initialize camera properties here..
    [all...]
  /external/chromium/chrome/browser/chromeos/
wm_ipc.cc 82 std::vector<int> properties; local
86 &properties)) {
87 int type = properties.front();
90 params->insert(params->begin(), properties.begin() + 1, properties.end());
  /external/webkit/Source/WebCore/bindings/v8/
DebuggerScript.js 227 // the same properties.
229 // Reset scope object prototype to null so that the proto properties
232 var properties = scopeObjectMirror.properties();
233 for (var j = 0; j < properties.length; j++) {
234 var name = properties[j].name();
237 scopeObject[name] = properties[j].value_;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jar 
org.eclipse.equinox.event_1.2.0.v20100503.jar 
org.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
DimResultsElement.java 17 import org.eclipse.ui.views.properties.IPropertyDescriptor;
18 import org.eclipse.ui.views.properties.PropertyDescriptor;
19 import org.eclipse.ui.views.properties.TextPropertyDescriptor;
95 * @see org.eclipse.ui.views.properties.IPropertySource#getPropertyDescriptors()
113 * @see org.eclipse.ui.views.properties.IPropertySource#getPropertyValue(java.lang.Object)
BuildResultsProperties.java 15 import org.eclipse.ui.views.properties.IPropertyDescriptor;
16 import org.eclipse.ui.views.properties.TextPropertyDescriptor;
67 * @see org.eclipse.ui.views.properties.IPropertySource#getPropertyDescriptors()
75 * @see org.eclipse.ui.views.properties.IPropertySource#getPropertyValue(java.lang.Object)
  /external/v8/src/
apinatives.js 106 var properties = %GetTemplateField(data, kApiPropertyListOffset);
107 if (properties) {
111 for (var i = 0; i < properties[0]; i += 3) {
112 var name = properties[i + 1];
113 var prop_data = properties[i + 2];
114 var attributes = properties[i + 3];
preparse-data.h 51 int properties,
91 int properties,
96 function_store_.Add(properties);
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8DOMStringMapCustom.cpp 60 v8::Handle<v8::Array> properties = v8::Array::New(names.size()); local
62 properties->Set(v8::Integer::New(i), v8String(names[i]));
63 return properties;
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ST4ObjC.stg 49 @returnScope.ruleReturn.properties() ::= <<
91 @genericParserHeaderFile.properties() ::= <<
92 <@super.properties()>
93 /* ST genericParser.properties */
  /external/smali/smali/
Android.mk 65 #create a new smali.properties file using the correct version
66 $(intermediates)/resources/smali.properties:
70 LOCAL_JAVA_RESOURCE_FILES := $(intermediates)/resources/smali.properties
  /external/v8/test/mjsunit/
megamorphic-callbacks.js 40 // Create a slow-case object (with hashed properties).
50 // Create a new slow-case object (with hashed properties) and add
51 // setter and getter properties to the object.
builtins.js 30 // Checks that all function properties of the builtin object that are actually
31 // constructors (recognized by having properties on their .prototype object),
32 // have only unconfigurable properties on the prototype, and the methods
42 // A constructor is a function with a prototype and properties on the
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/avd/
AvdManager.java 573 log.error(null, "Failed to set image path properties in the AVD folder.");
741 // get the hardware properties for this skin
1277 Map<String, String> properties = null; local
1495 Map<String, String> properties = new HashMap<String, String>(); local
    [all...]
  /external/bluetooth/bluez/test/
test-attrib 74 properties = device.GetProperties() variable
75 for path in properties["Services"]:
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
runtests.bat 13 set properties= variable
55 if x%1==x-properties set properties=-propertyfile %2 && shift && shift && goto processcmdlineargs variable
85 %antRunner% -file test.xml %tests% -Dws=%ws% -Dos=%os% -Darch=%arch% %properties% "-D%installmode%=true" -logger org.apache.tools.ant.DefaultLogger
  /external/proguard/build/
makefile 69 $(shell find $(SRC)/$(dir $(1)) -maxdepth 1 \( -name \*.properties -o -name \*.png -o -name \*.gif -o -name \*.pro \) -printf $(CLASSES)/$(dir $(1))%P\\n)
84 $(CLASSES)/%.properties $(CLASSES)/%.png $(CLASSES)/%.gif $(CLASSES)/%.pro:
  /external/v8/test/mjsunit/regress/
regress-1692.js 52 // Inherited properties are ignored.
58 // Own properties.
76 // Nonexisting properties.
80 // String object properties.
  /external/webkit/Source/WebCore/bridge/
testM.js 3 myInterface.logMessage ("Testing properties:");
  /prebuilts/tools/common/proguard/proguard4.7/build/
makefile 69 $(shell find $(SRC)/$(dir $(1)) -maxdepth 1 \( -name \*.properties -o -name \*.png -o -name \*.gif -o -name \*.pro \) -printf $(CLASSES)/$(dir $(1))%P\\n)
84 $(CLASSES)/%.properties $(CLASSES)/%.png $(CLASSES)/%.gif $(CLASSES)/%.pro:
  /sdk/eclipse/scripts/
build_plugins.sh 13 # Other properties, ant scripts that drive the build are defined in ./buildConfig
59 # build.properties file. We can easily support other platforms but would need
201 rm -fv *.properties *.xml
250 rm -fv *.properties *.xml
  /external/webkit/Source/JavaScriptCore/runtime/
ObjectConstructor.cpp 171 PropertyNameArray properties(exec);
172 asObject(exec->argument(0))->getOwnPropertyNames(exec, properties, IncludeDontEnumProperties);
174 size_t numProperties = properties.size();
176 names->push(exec, jsOwnedString(exec, properties[i].ustring()));
185 PropertyNameArray properties(exec);
186 asObject(exec->argument(0))->getOwnPropertyNames(exec, properties);
188 size_t numProperties = properties.size();
190 keys->push(exec, jsOwnedString(exec, properties[i].ustring()));
283 return throwVMError(exec, createTypeError(exec, "Properties can only be defined on Objects."));
297 static JSValue defineProperties(ExecState* exec, JSObject* object, JSObject* properties)
    [all...]
  /external/harfbuzz/src/
harfbuzz-indic.cpp 1150 static QString propertiesToString(int properties)
1153 properties = ~properties;
1154 if (properties & LocaProperty)
1156 if (properties & CcmpProperty)
1158 if (properties & InitProperty)
1160 if (properties & NuktaProperty)
1162 if (properties & AkhantProperty
1219 unsigned char properties = scriptProperties[script-HB_Script_Devanagari]; local
    [all...]

Completed in 294 milliseconds

1 2 3 4 56 7 8 91011>>