HomeSort by relevance Sort by last modified time
    Searched refs:property (Results 1201 - 1225 of 3780) sorted by null

<<41424344454647484950>>

  /external/tensorflow/tensorflow/python/layers/
base.py 168 @property
172 @property
176 @property
181 @property
191 @property
195 @property
202 @property
206 @property
210 @property
219 @property
    [all...]
  /build/blueprint/bootstrap/bpdoc/
bpdoc.go 27 ps map[string]*PropertyStruct // Map of type name to property struct, protected by mutex
38 // Return the PropertyStruct associated with a property struct type. The type should be in the
96 Properties []Property
99 type Property struct {
106 Properties []Property
112 ret.Properties = append([]Property(nil), ret.Properties...)
120 func (p *Property) Clone() Property {
122 ret.Properties = append([]Property(nil), ret.Properties...)
130 func (p *Property) Equal(other Property) bool
    [all...]
  /external/autotest/server/cros/clique_lib/
clique_dut_control.py 109 @property
114 @property
119 @property
127 @property
132 @property
  /external/devlib/devlib/instrument/
__init__.py 139 @property
143 @property
228 @property
236 @property
240 @property
  /external/pdfium/xfa/fxfa/parser/
cxfa_node.h 59 XFA_Element property; member in struct:CXFA_Node::PropertyData
88 bool HasProperty(XFA_Element property) const;
89 bool HasPropertyFlags(XFA_Element property, uint8_t flags) const;
90 uint8_t PropertyOccuranceCount(XFA_Element property) const;
334 const PropertyData* GetPropertyData(XFA_Element property) const;
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
FieldDescriptor.cs 95 // may not know whether the type of the field is a map or not. Remember the property name
97 // We could trust the generated code and check whether the type of the property is
119 /// The value returned by this property will be non-null for all regular fields. However,
124 /// and this property will return null.
327 // If we're given no property name, that's because we really don't want an accessor.
333 var property = ContainingType.ClrType.GetProperty(propertyName);
334 if (property == null)
336 throw new DescriptorValidationException(this, $"Property {propertyName} not found in {ContainingType.ClrType}");
338 return IsMap ? new MapFieldAccessor(property, this)
339 : IsRepeated ? new RepeatedFieldAccessor(property, this
    [all...]
  /external/robolectric-shadows/annotations/src/main/java/org/robolectric/annotation/
Config.java 245 private static String[] parseStringArrayProperty(String property) {
246 if (property.isEmpty()) return new String[0];
247 return property.split("[, ]+");
250 private static int[] parseSdkArrayProperty(String property) {
251 String[] parts = parseStringArrayProperty(property);
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/
poisson_lognormal.py 297 @property
302 @property
307 @property
312 @property
317 @property
  /external/tensorflow/tensorflow/contrib/training/python/training/
sequence_queueing_state_saver.py 93 @property
97 @property
101 @property
105 @property
362 via its `next_batch` property.
368 @property
377 @property
390 @property
403 @property
418 @property
    [all...]
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityWindowInfo.java 633 * Gets the value of a boolean property.
635 * @param property The property.
638 private boolean getBooleanProperty(int property) {
639 return (mBooleanProperties & property) != 0;
643 * Sets a boolean property.
645 * @param property The property.
650 private void setBooleanProperty(int property, boolean value) {
652 mBooleanProperties |= property;
    [all...]
  /frameworks/base/tests/UsbTests/src/com/android/server/usb/
UsbHandlerTest.java 106 protected void setSystemProperty(String property, String value) {
107 mMockProperties.put(property, value);
116 protected String getSystemProperty(String property, String def) {
117 if (mMockProperties.containsKey(property)) {
118 return mMockProperties.get(property);
  /system/tpm/trunks/
tpm_state_test.cc 62 const UINT32& property,
76 uint32_t group = (property >> 8);
78 for (uint32_t i = property; i < stop; ++i) {
86 data.tpm_properties.tpm_property[data.tpm_properties.count].property =
96 for (uint32_t i = property; i < stop; ++i) {
301 // Check without index property.
305 // Check without buffer property.
  /tools/repohooks/rh/
hooks.py 40 To add a new variable to replace in config files, just add it as a @property
42 @property
105 @property
110 @property
115 @property
120 @property
125 @property
512 'plist', # Property list (for OS X).
  /external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
attention_wrapper.py 66 @property
70 @property
222 @property
226 @property
230 @property
234 @property
238 @property
242 @property
246 @property
    [all...]
  /external/tensorflow/tensorflow/python/ops/
lookup_ops.py 113 @property
118 @property
123 @property
128 @property
173 @property
178 @property
183 @property
301 @property
306 @property
791 @property
    [all...]
  /external/tensorflow/tensorflow/python/training/
monitored_session.py 220 @property
224 @property
228 @property
232 @property
236 @property
240 @property
244 @property
248 @property
522 @property
628 @property
    [all...]
  /hardware/qcom/display/msm8909/libgralloc/
alloc_controller.cpp 136 // Check if the overriding property debug.gralloc.gfx_ubwc_disable
139 char property[PROPERTY_VALUE_MAX]; local
140 property_get("debug.gralloc.gfx_ubwc_disable", property, "0");
141 if(!(strncmp(property, "1", PROPERTY_VALUE_MAX)) ||
142 !(strncmp(property, "true", PROPERTY_VALUE_MAX))) {
347 char property[PROPERTY_VALUE_MAX]; local
348 if((property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) &&
349 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
350 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
455 char property[PROPERTY_VALUE_MAX] local
    [all...]
  /hardware/qcom/display/msm8909w_3100/libgralloc/
alloc_controller.cpp 136 // Check if the overriding property debug.gralloc.gfx_ubwc_disable
139 char property[PROPERTY_VALUE_MAX]; local
140 property_get("debug.gralloc.gfx_ubwc_disable", property, "0");
141 if(!(strncmp(property, "1", PROPERTY_VALUE_MAX)) ||
142 !(strncmp(property, "true", PROPERTY_VALUE_MAX))) {
347 char property[PROPERTY_VALUE_MAX]; local
348 if((property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) &&
349 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
350 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
455 char property[PROPERTY_VALUE_MAX] local
    [all...]
  /hardware/qcom/display/msm8996/libgralloc/
alloc_controller.cpp 133 // Check if the overriding property debug.gralloc.gfx_ubwc_disable
136 char property[PROPERTY_VALUE_MAX]; local
137 property_get("debug.gralloc.gfx_ubwc_disable", property, "0");
138 if(!(strncmp(property, "1", PROPERTY_VALUE_MAX)) ||
139 !(strncmp(property, "true", PROPERTY_VALUE_MAX))) {
332 char property[PROPERTY_VALUE_MAX]; local
333 if((property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) &&
334 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
335 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
440 char property[PROPERTY_VALUE_MAX] local
    [all...]
  /external/autotest/client/cros/chameleon/
audio_widget.py 46 @property
134 @property
144 @property
183 @property
190 @property
196 @property
202 @property
  /external/python/cpython3/Lib/
tempfile.py 146 @property
691 @property
695 @property
714 @property
721 @property
728 @property
749 @property
tracemalloc.py 147 @property
151 @property
251 @property
255 @property
259 @property
327 @property
370 @property
  /build/soong/bpfix/bpfix/
bpfix.go 288 func mergeMatchingProperties(properties *[]*parser.Property, buf []byte, patchlist *parser.PatchList) error {
289 seen := make(map[string]*parser.Property)
291 property := (*properties)[i]
292 if prev, exists := seen[property.Name]; exists {
293 err := mergeProperties(prev, property, buf, patchlist)
299 seen[property.Name] = property
300 if mapProperty, ok := property.Value.(*parser.Map); ok {
311 func mergeProperties(a, b *parser.Property, buf []byte, patchlist *parser.PatchList) error {
318 return fmt.Errorf("conflicting definitions of string property %q", a.Name
    [all...]
  /frameworks/base/media/java/android/mtp/
MtpDatabase.java 82 // cached property groups for single properties
85 // cached property groups for all properties for a given format
240 // send device property changed event
473 private MtpPropertyList getObjectPropertyList(int handle, int format, int property,
476 if (property == 0) {
527 if (property == 0xffffffff) {
537 // Get this property value
538 final int[] propertyList = new int[]{property};
539 propertyGroup = mPropertyGroupsByProperty.get(property);
543 mPropertyGroupsByProperty.put(property, propertyGroup)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
_pyio.py 403 @property
407 For backwards compatibility, this is a property, not a predicate.
745 @property
749 @property
753 @property
757 @property
    [all...]

Completed in 941 milliseconds

<<41424344454647484950>>