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

<<61626364656667686970>>

  /test/vti/dashboard/src/main/java/com/android/vts/util/
FilterUtil.java 104 private final String property; field in class:FilterUtil.FilterKey
111 * @param propertyName The name of the property to match.
115 this.property = propertyName;
123 * @return A filter predicate enforcing equality on the property.
126 return new FilterPredicate(this.property, FilterOperator.EQUAL, matchString);
134 * @return A filter predicate enforcing equality on the property, or null if invalid.
164 return new FilterPredicate(this.property, op, number);
  /tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/
sl4a_session.py 101 @property
  /external/python/cpython3/Lib/
pathlib.py 725 @property
766 drive = property(attrgetter('_drv'),
769 root = property(attrgetter('_root'),
772 @property
778 @property
786 @property
796 @property
805 @property
877 @property
903 @property
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.6/
dagger-compiler-2.6.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.7/
dagger-compiler-2.7.jar 
  /build/blueprint/proptools/
typeequal.go 19 // TypeEqual takes two property structs, and returns true if they are of equal type, any embedded
  /build/soong/android/
register.go 48 // into a blueprint.Module and a list of property structs
  /external/ant-glob/
NOTICE 221 2. Any pre-existing intellectual property disclaimers, notices, or terms
265 I hereby abandon any property rights to SAX 2.0 (the Simple API for
  /external/autotest/client/cros/multimedia/
cfm_facade_native.py 196 @property
202 @property
  /external/autotest/server/cros/network/
packet_capturer.py 62 @property
147 @property
  /external/dtc/
dtc-parser.y 50 struct property *prop;
51 struct property *proplist;
  /external/emma/lib/
emma_ant.jar 
  /external/libvpx/libvpx/vp8/common/x86/
copy_sse2.asm 6 ; tree. An additional intellectual property rights grant can be found
recon_mmx.asm 6 ; tree. An additional intellectual property rights grant can be found
recon_sse2.asm 6 ; tree. An additional intellectual property rights grant can be found
  /external/libvpx/libvpx/vpx_dsp/arm/
vpx_convolve_copy_neon_asm.asm 6 ; tree. An additional intellectual property rights grant can be found
  /external/libvpx/libvpx/vpx_dsp/x86/
add_noise_sse2.asm 6 ; tree. An additional intellectual property rights grant can be found
avg_ssse3_x86_64.asm 6 ; tree. An additional intellectual property rights grant can be found
inv_wht_sse2.asm 6 ; tree. An additional intellectual property rights grant can be found
  /external/pdfium/fxjs/
JS_Define.cpp 300 const wchar_t* property = va_arg(ap, const wchar_t*); local
301 v8::Local<v8::Value> v8Value = pRuntime->GetObjectProperty(pObj, property);
  /external/protobuf/csharp/src/Google.Protobuf/
InvalidJsonException.cs 39 /// a non-string property key, or including a redundant comma. Parsing a protocol buffer
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/
affine.py 341 @property
346 @property
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/
inverse_gamma.py 155 @property
160 @property
mixture_same_family.py 210 @property
214 @property
  /external/tensorflow/tensorflow/python/client/
session.py 44 @property
49 @property
548 @property
552 @property
556 @property
724 @property
729 @property
739 @property
781 *N.B.* The default session is a property of the current thread. If you
    [all...]

Completed in 837 milliseconds

<<61626364656667686970>>