HomeSort by relevance Sort by last modified time
    Searched full:property (Results 701 - 725 of 10054) sorted by null

<<21222324252627282930>>

  /external/lldb/scripts/Python/interface/
SBFileSpec.i 83 if _newclass: fullpath = property(__get_fullpath__, None, doc='''A read only property that returns the fullpath as a python string.''')
86 if _newclass: basename = property(GetFilename, None, doc='''A read only property that returns the path basename as a python string.''')
89 if _newclass: dirname = property(GetDirectory, None, doc='''A read only property that returns the path directory name as a python string.''')
92 if _newclass: exists = property(Exists, None, doc='''A read only property that returns a boolean value that indicates if the file exists.''')
  /external/lldb/test/lang/objc/rdar-11355592/
main.m 10 @property int32_t value_one;
11 @property int32_t value_two;
  /external/v8/test/webkit/
Object-create-expected.txt 31 PASS Object.create({}, 'a string') threw exception TypeError: Property description must be an object: a.
32 PASS Object.create(null, 'a string') threw exception TypeError: Property description must be an object: a.
33 PASS JSON.stringify(Object.create(null,{property:{value:'foo', enumerable:true}, property2:{value:'foo', enumerable:true}})) is '{"property":"foo","property2":"foo"}'
34 PASS JSON.stringify(Object.create({},{property:{value:'foo', enumerable:true}, property2:{value:'foo', enumerable:true}})) is '{"property":"foo","property2":"foo"}'
35 PASS JSON.stringify(Object.create({},{property:{value:'foo'}, property2:{value:'foo', enumerable:true}})) is '{"property2":"foo"}'
36 PASS JSON.stringify(Object.create(null,{property:{value:'foo'}, property2:{value:'foo', enumerable:true}})) is '{"property2":"foo"}'
  /external/vboot_reference/utility/include/
gbb_utility.h 19 PROP_FLAGS = -1,// flags (virtual property)
24 PROP_RANGE, // indicator of valid property range
51 // retrieve the value of a property from GBB data.
52 // return the property value.
55 // overwrite a property in GBB data.
59 // get a readable name by a property index.
86 // find the size, offset, and name information for given property.
89 // return false if the property index is invalid.
  /frameworks/base/core/java/android/util/
NoSuchPropertyException.java 19 * Thrown when code requests a {@link Property} on a class that does
22 * @see Property#of(java.lang.Class, java.lang.Class, java.lang.String)
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/
proguard-project.txt 2 # to define the proguard.config property as described in that file.
8 # include property in project.properties.
  /frameworks/base/tests/MusicServiceDemo/
proguard-project.txt 2 # to define the proguard.config property as described in that file.
8 # include property in project.properties.
  /frameworks/volley/
proguard-project.txt 2 # to define the proguard.config property as described in that file.
8 # include property in project.properties.
  /packages/apps/Camera2/
proguard-project.txt 2 # to define the proguard.config property as described in that file.
8 # include property in project.properties.
  /sdk/apps/DeviceConfig/
proguard-project.txt 2 # to define the proguard.config property as described in that file.
8 # include property in project.properties.
  /sdk/apps/SdkController/
proguard-project.txt 2 # to define the proguard.config property as described in that file.
8 # include property in project.properties.
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
IStateDetailProvider.java 22 /** Is this provider applicable for given GL state property? */
25 /** Update the detail view for given GL state property. */
  /sdk/files/
proguard-project.txt 2 # to define the proguard.config property as described in that file.
8 # include property in project.properties.
  /sdk/testapps/aidlTest/libWithAidl/
proguard-project.txt 2 # to define the proguard.config property as described in that file.
8 # include property in project.properties.
  /sdk/testapps/aidlTest/mainProject/
proguard-project.txt 2 # to define the proguard.config property as described in that file.
8 # include property in project.properties.
  /sdk/testapps/buildConfigTest/app/
proguard-project.txt 2 # to define the proguard.config property as described in that file.
8 # include property in project.properties.
  /sdk/testapps/buildConfigTest/lib1/
proguard-project.txt 2 # to define the proguard.config property as described in that file.
8 # include property in project.properties.
  /sdk/testapps/customPropAnimTest/
proguard-project.txt 2 # to define the proguard.config property as described in that file.
8 # include property in project.properties.
  /sdk/testapps/customViewTest/libWithCustomView/
proguard-project.txt 2 # to define the proguard.config property as described in that file.
8 # include property in project.properties.
  /sdk/testapps/customViewTest/mainProject/
proguard-project.txt 2 # to define the proguard.config property as described in that file.
8 # include property in project.properties.
  /sdk/testapps/gridlayoutTest/app/
proguard-project.txt 2 # to define the proguard.config property as described in that file.
8 # include property in project.properties.
  /sdk/testapps/gridlayoutTest/v7-gridlayout/
proguard-project.txt 2 # to define the proguard.config property as described in that file.
8 # include property in project.properties.
  /sdk/testapps/jarCheckTests1/app/
proguard-project.txt 2 # to define the proguard.config property as described in that file.
8 # include property in project.properties.
  /sdk/testapps/jarCheckTests1/lib1/
proguard-project.txt 2 # to define the proguard.config property as described in that file.
8 # include property in project.properties.
  /sdk/testapps/jarCheckTests1/lib2/
proguard-project.txt 2 # to define the proguard.config property as described in that file.
8 # include property in project.properties.

Completed in 1252 milliseconds

<<21222324252627282930>>