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

<<31323334353637383940>>

  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display_primary.cpp 132 char property[PROPERTY_VALUE_MAX]; local
135 property_get("ro.crypto.state", property, "unencrypted");
136 if (!strcmp(property, "encrypted")) {
137 property_get("ro.crypto.type", property, "block");
138 if (!strcmp(property, "block")) {
140 property_get("vold.decrypt", property, "");
141 if (!strcmp(property, "trigger_restart_framework")) {
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_display_primary.cpp 132 char property[PROPERTY_VALUE_MAX]; local
135 property_get("ro.crypto.state", property, "unencrypted");
136 if (!strcmp(property, "encrypted")) {
137 property_get("ro.crypto.type", property, "block");
138 if (!strcmp(property, "block")) {
140 property_get("vold.decrypt", property, "");
141 if (!strcmp(property, "trigger_restart_framework")) {
  /external/v8/src/compiler/
ast-graph-builder.cc 1298 ObjectLiteral::Property* property = expr->properties()->at(i); local
1449 Property* property = expr->target()->AsProperty(); local
1639 Property* property = callee->AsProperty(); local
1656 Property* property = callee->AsProperty(); local
1800 Property* property = expr->expression()->AsProperty(); local
2119 Property* property = expr->expression()->AsProperty(); local
    [all...]
  /external/apache-http/src/org/apache/commons/logging/impl/
LogFactoryImpl.java 41 * <li>Use the <code>org.apache.commons.logging.Log</code> system property
109 * property identifying our {@link Log} implementation class.
116 * The deprecated system property used for backwards compatibility with
124 * of the system property which can be set true/false to
139 * of the system property which can be set true/false to
155 * of the system property which can be set true/false to
383 * To use this method instead of a system property, call
682 * system property with the provided name and return its value.
686 * or a configuration property has been set in a commons-logging.properties
689 * @return the value associated with the property, or null
    [all...]
  /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ast/
NodeTest.java 58 public void propertyChange(Node observedNode, ObservableProperty property, Object oldValue, Object newValue) {
59 changes.add(String.format("%s.%s changed from %s to %s", observedNode.getClass().getSimpleName(), property.name().toLowerCase(), oldValue, newValue));
88 public void propertyChange(Node observedNode, ObservableProperty property, Object oldValue, Object newValue) {
89 changes.add(String.format("%s.%s changed from %s to %s", observedNode.getClass().getSimpleName(), property.name().toLowerCase(), oldValue, newValue));
116 public void propertyChange(Node observedNode, ObservableProperty property, Object oldValue, Object newValue) {
117 changes.add(String.format("%s.%s changed from %s to %s", observedNode.getClass().getSimpleName(), property.name().toLowerCase(), oldValue, newValue));
152 public void propertyChange(Node observedNode, ObservableProperty property, Object oldValue, Object newValue) {
153 changes.add(String.format("%s.%s changed from %s to %s", observedNode.getClass().getSimpleName(), property.name().toLowerCase(), oldValue, newValue));
229 public void propertyChange(Node observedNode, ObservableProperty property, Object oldValue, Object newValue) {
230 changes.add("setting [" + property + "] to " + newValue)
    [all...]
  /external/tensorflow/tensorflow/contrib/factorization/python/ops/
wals_test.py 180 @property
184 @property
188 @property
192 @property
196 @property
200 @property
366 @property
372 @property
379 @property
389 @property
    [all...]
  /external/tensorflow/tensorflow/contrib/kfac/python/ops/
layer_collection.py 155 @property
160 @property
168 @property
182 @property
193 @property
204 @property
215 @property
226 @property
360 @property
364 @property
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
AutoGen.py     [all...]
  /external/ImageMagick/MagickWand/
magick-property.c 111 % MagickDeleteImageProperty() deletes a wand property.
116 % const char *property)
122 % o property: the image property.
126 const char *property)
139 return(DeleteImageProperty(wand->images,property));
191 % MagickGetAntialias() returns the antialias property associated with the
762 % return the value of a particular property. Use MagickRelinquishMemory() to
786 *property;
811 property=GetNextImageProfile(wand->images)
767 *property; local
906 *property; local
    [all...]
  /external/autotest/client/cros/
dhcp_test_server.py 87 @property
92 @property
97 @property
102 @property
107 @property
  /external/autotest/server/cros/network/
wifi_test_context_manager.py 36 @property
45 @property
51 @property
57 @property
63 @property
  /external/capstone/bindings/python/pyx/
ccapstone.pyx 67 @property
72 @property
77 @property
82 @property
87 @property
92 @property
101 @property
110 @property
126 @property
142 @property
    [all...]
  /external/dtc/
fdtput.c 33 OPER_WRITE_PROP, /* Write a property in a node */
36 OPER_DELETE_PROP, /* Delete a property in a node */
64 * Encode a series of arguments in a property value.
157 /* strings + property header */
168 const char *property, const char *buf, int len)
179 err = fdt_setprop(*blob, node, property, buf, len);
181 *blob = realloc_property(*blob, node, property, len);
182 err = fdt_setprop(*blob, node, property, buf, len);
185 report_error(property, -1, err);
276 * Delete a property of a node in the fdt
    [all...]
  /external/libmojo/third_party/jinja2/
debug.py 43 @property
58 @property
111 @property
116 @property
121 @property
  /external/skia/infra/bots/recipe_modules/vars/
api.py 171 @property
175 @property
193 @property
213 @property
224 @property
  /external/skqp/infra/bots/recipe_modules/vars/
api.py 171 @property
175 @property
193 @property
213 @property
224 @property
  /external/tensorflow/tensorflow/contrib/tpu/python/tpu/
device_assignment.py 59 property for more details.
133 @property
138 @property
152 @property
157 @property
162 @property
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
process.py 161 @property
170 @property
185 @property
196 @property
205 @property
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
process.py 161 @property
170 @property
185 @property
196 @property
205 @property
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
process.py 161 @property
170 @property
185 @property
196 @property
205 @property
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
process.py 161 @property
170 @property
185 @property
196 @property
205 @property
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
TexImageTransform.java 83 IGLProperty property = mAccessor.getProperty(currentState); local
84 if (!(property instanceof GLStringProperty)) {
88 GLStringProperty prop = (GLStringProperty) property;
92 // it only once and save the result in a temporary file. The property is actually
115 IGLProperty property = mAccessor.getProperty(state); local
116 property.setValue(mOldValue);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
FvImage.py 115 Data = property(_GetData, _SetData)
509 Attributes = property(_GetAttributes)
510 Size = property(_GetSize)
511 Checksum = property(_GetChecksum)
512 HeaderSize = property(_GetHeaderLength)
513 FileSystemGuid = property(_GetFileSystemGuid)
588 UncompressedLength = property(_GetOriginalSize, _SetOriginalSize)
589 CompressionType = property(_GetCompressionType, _SetCompressionType)
590 Sections = property(_GetSections)
710 Attributes = property(_GetAttribute, _SetAttribute)
    [all...]
  /external/annotation-tools/scene-lib/
ant-contrib.jar 
  /frameworks/base/core/java/android/view/
ViewDebug.java 99 * @return true if the property's value must be transformed into an Android
168 * When deep export is turned on, this property is not dumped. Instead, the
169 * properties contained in this property are dumped. Each child property
170 * is prefixed with the name of this property.
172 * @return true if the properties of this property should be dumped
188 * Specifies the category the property falls into, such as measurement,
    [all...]

Completed in 876 milliseconds

<<31323334353637383940>>