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

<<61626364656667686970>>

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UCharacter.java 147 * <li> isUWhiteSpace=UCHAR_WHITE_SPACE: Unicode White_Space property;
    [all...]
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /external/chromium-trace/catapult/devil/devil/android/
device_utils.py 311 # Property in /data/local.prop that controls Java assertions.
348 @property
    [all...]
  /build/make/tools/fs_config/
fs_config_generator.py 445 @property
454 @property
742 @property
751 @property
760 @property
    [all...]
  /external/lisa/libs/utils/
energy_model.py 195 @property
371 @property
379 @property
388 @property
397 @property
    [all...]
  /external/python/cpython3/Lib/multiprocessing/
connection.py 153 @property
158 @property
163 @property
468 address = property(lambda self: self._listener._address)
469 last_accepted = property(lambda self: self._listener._last_accepted)
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/
vector_diffeomixture.py 275 trainable parameters. This property is important because backprop stops at
504 @property
509 @property
514 @property
519 @property
524 @property
    [all...]
  /external/tensorflow/tensorflow/contrib/estimator/python/estimator/
replicate_model_fn.py 417 @property
421 @property
425 @property
429 @property
433 @property
  /external/tensorflow/tensorflow/python/eager/
function.py 364 @property
446 @property
467 @property
472 @property
476 @property
    [all...]
  /external/tensorflow/tensorflow/python/keras/_impl/keras/
models.py 610 @property
622 @property
632 @property
638 @property
646 @property
    [all...]
  /external/tpm2/
PCR.c     [all...]
  /external/v8/src/inspector/
injected-script.cc 197 v8::Local<v8::Value> property; local
199 if (!object->Get(context, key).ToLocal(&property))
202 Response response = wrapValue(property, groupName, forceValueType,
213 v8::Local<v8::String> property,
220 function.appendArgument(property);
  /frameworks/base/media/jni/
android_mtp_MtpDevice.cpp 709 // Returns object size in 64-bit integer. If the MTP device does not support the property, it
719 std::unique_ptr<MtpProperty> property(
721 if (!property) {
722 env->ThrowNew(clazz_io_exception, "Failed to obtain property desc.");
726 if (property->getDataType() != MTP_TYPE_UINT64) {
727 env->ThrowNew(clazz_io_exception, "Unexpected property data type.");
731 if (!device->getObjectPropValue(handle, property.get())) {
732 env->ThrowNew(clazz_io_exception, "Failed to obtain property value.");
736 const jlong object_size = static_cast<jlong>(property->getCurrentValue().u.u64);
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
Call.java 111 * A call can only be in this state if the {@link Details#PROPERTY_IS_EXTERNAL_CALL} property
400 * {@link Connection#PROPERTY_IS_EXTERNAL_CALL} property set.
402 * An {@link InCallService} will only see calls with this property if it has the
436 // Next PROPERTY value: 0x00000800
549 * Whether the supplied properties includes the specified property.
552 * @param property The property to check properties for.
553 * @return Whether the specified property is supported.
555 public static boolean hasProperty(int properties, int property) {
556 return (properties & property) == property
    [all...]
  /hardware/libhardware/modules/input/evdev/
InputHub.cpp 97 virtual bool hasInputProperty(int property) const override;
310 bool EvdevDeviceNode::hasInputProperty(int property) const {
311 if (property >= 0 && property <= INPUT_PROP_MAX) {
312 return testBit(property, mPropBitmask);
  /packages/services/Car/tests/carservice_test/src/com/android/car/
CarDiagnosticManagerTest.java 140 public synchronized void onPropertySubscribe(int property, float sampleRate) {
141 assertEquals(VEHICLE_PROPERTY, property);
146 public synchronized void onPropertyUnsubscribe(int property) {
147 assertEquals(VEHICLE_PROPERTY, property);
150 "Property was not subscribed 0x" + toHexString(property));
    [all...]
  /external/v8/src/parsing/
parser.cc 729 // unchanged if the property already exists.
4350 Expression* property = local
4427 Expression* property = factory()->NewProperty(output_proxy, literal, nopos); local
4500 Expression* property = factory()->NewProperty(output_proxy, literal, nopos); local
4514 Expression* property = factory()->NewProperty(output_proxy, literal, nopos); local
4668 Expression* property = local
4898 Expression* property = local
    [all...]
  /external/ImageMagick/www/api/
magick-property.php 9 <title>ImageMagick: MagickWand, C API for ImageMagick: Property Methods</title>
15 <meta name="keywords" content="magickwc, api, for, imagemagick:, property, methods, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert"/>
55 <p class="text-center"><a href="magick-property.php#MagickDeleteImageArtifact">MagickDeleteImageArtifact</a> &bull; <a href="magick-property.php#MagickDeleteImageProperty">MagickDeleteImageProperty</a> &bull; <a href="magick-property.php#MagickDeleteOption">MagickDeleteOption</a> &bull; <a href="magick-property.php#MagickGetAntialias">MagickGetAntialias</a> &bull; <a href="magick-property.php#MagickGetBackgroundColor">MagickGetBackgroundColor</a> &bull; <a href="magick-property.php#MagickGetColorspace">MagickGetColorspace</a> &bull; <a href="magick-property.php#MagickGetCompression">MagickGetCompression</a> &bull; <a href="magick-property.php#MagickGetCompressionQuality">MagickGetCompressionQuality</a> &bull; <a href="magick-property.p (…)
    [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc     [all...]
  /external/autotest/client/cros/
cros_disks.py 615 @property
625 @property
635 @property
touch_playback_test_base.py 29 @property
35 @property
41 @property
52 Emulate a USB mouse if a property file is provided.
55 @param mouse_props: optional property file for a mouse to emulate.
169 """Emulate a mouse with the given property file.
  /external/autotest/scheduler/
agent_task.py 307 @property
325 @property
663 @property
  /external/autotest/server/
site_linux_system.py 48 @property
58 @property
122 @property
  /external/libmojo/third_party/catapult/devil/devil/android/
device_utils.py 247 # Property in /data/local.prop that controls Java assertions.
    [all...]
  /external/mesa3d/src/compiler/nir/
nir_algebraic.py 101 @property
105 @property
109 @property

Completed in 646 milliseconds

<<61626364656667686970>>