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

<<61626364656667686970>>

  /art/build/
codegen.go 17 // This file implements the "codegen" property to apply different properties based on the currently
  /compatibility/cdd/5_multimedia/
5_11_unprocessed-audio.md 12 property [PROPERTY_SUPPORT_AUDIO_SOURCE_UNPROCESSED](http://developer.android.com/reference/android/media/AudioManager.html#PROPERTY_SUPPORT_AUDIO_SOURCE_UNPROCESSED).
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoInstrument.java 421 private static String getProperty(String property)
423 Process process = new ProcessBuilder("getprop", property).start();
  /development/python-packages/adb/
device.py 275 @property
282 @property
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
fractions.py 261 @property
265 @property
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_binop.py 51 num = property(_get_num, None)
56 den = property(_get_den, None)
test_memoryview.py 18 @property
22 @property
  /external/autotest/site_utils/lxc/
container.py 142 # property rootfs is retrieved.
263 @property
267 This property returns the path to the rootfs of the container, that is,
535 @property
  /external/chromium-trace/catapult/common/eslint/rules/
catapult-camelcase.js 116 effectiveParent.left.property.name === node.name)) {
121 } else if (node.parent.type === "Property") {
  /external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
ReportTask.java 378 * Sets the name of a property to append the violation messages to.
380 * @param property
381 * name of a property
383 public void setViolationsProperty(final String property) {
384 this.violationsPropery = property;
  /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ast/
NodeListTest.java 49 public void propertyChange(Node observedNode, ObservableProperty property, Object oldValue, Object newValue) {
50 changes.add(String.format("change of property %s for %s: from '%s' to '%s'", property, observedNode, oldValue, newValue));
  /external/libbrillo/brillo/glib/
dbus.h 372 // \brief RetrieveProperty() retrieves a property of an object associated with a
376 // interface, the RetrieveProperty() call will retrieve a property of the
397 const char* property,
404 G_TYPE_STRING, property,
408 LOG(ERROR) << "Getting property failed: "
  /external/libvpx/libvpx/vp8/common/x86/
copy_sse3.asm 6 ; tree. An additional intellectual property rights grant can be found
iwalsh_sse2.asm 6 ; tree. An additional intellectual property rights grant can be found
  /external/libvpx/libvpx/vp8/encoder/x86/
encodeopt.asm 6 ; tree. An additional intellectual property rights grant can be found
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_error_sse2.asm 6 ; tree. An additional intellectual property rights grant can be found
  /external/libvpx/libvpx/vpx_dsp/arm/
vpx_convolve_avg_neon_asm.asm 6 ; tree. An additional intellectual property rights grant can be found
  /external/libvpx/libvpx/vpx_dsp/x86/
subtract_sse2.asm 6 ; tree. An additional intellectual property rights grant can be found
  /external/libyuv/files/tools_libyuv/valgrind/
libyuv_tests.bat 6 :: tree. An additional intellectual property rights grant can be found
  /external/lzma/CS/7zip/
ICoder.cs 81 /// Specifies default property.
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
DescriptorValidationException.cs 55 /// A human-readable description of the error. (The Message property
MessageDescriptor.cs 123 /// The value returned by this property will be non-null for all regular fields. However,
126 /// generated type, so this property will return null in such cases.
146 /// The value returned by this property will be non-null for all regular fields. However,
149 /// such messages, so this property will return null in such cases.
  /external/python/cpython2/Lib/
fractions.py 261 @property
265 @property
  /external/python/cpython2/Lib/multiprocessing/
connection.py 157 address = property(lambda self: self._listener._address)
158 last_accepted = property(lambda self: self._listener._last_accepted)
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
__init__.py 73 # Set property and element dictionaries now that all classes have been defined
195 getbaseclasses(property)
390 'prop' : property,

Completed in 1030 milliseconds

<<61626364656667686970>>