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

<<71727374757677787980>>

  /external/google-breakpad/src/testing/gtest/src/
gtest-internal-inl.h 352 // Returns true iff the test name of test property matches on key_.
    [all...]
  /external/googletest/googletest/src/
gtest-internal-inl.h 354 // Returns true iff the test name of test property matches on key_.
712 // context of a test or a test case, or to the global property set. If the
713 // result already contains a property with the same key, the value will be
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
ppucd.cpp 38 PropertyNames::getPropertyValueEnum(int32_t property, const char *name) const {
39 return u_getPropertyValueEnum((UProperty)property, name);
95 "property",
252 // Except, it inherits the one blk=Block property.
320 "error in preparsed UCD: mix of binary-property-no and "
321 "enum-property syntax '%s' on line %ld\n",
332 // Copy out the property name rather than modifying the field (writing a NUL).
341 // Ignore unknown property names.
355 // No binary value for a binary property.
357 "error in preparsed UCD: enum-property syntax '%s'
    [all...]
  /external/libmojo/third_party/jinja2/
lexer.py 228 lineno, type, value = (property(itemgetter(x)) for x in range(3))
312 eos = property(lambda x: not x, doc="Are we at the end of the stream?")
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-internal-inl.h 354 // Returns true iff the test name of test property matches on key_.
712 // context of a test or a test case, or to the global property set. If the
713 // result already contains a property with the same key, the value will be
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
dequantize_mmx.asm 6 ; tree. An additional intellectual property rights grant can be found
  /external/libvpx/libvpx/vp8/encoder/x86/
fwalsh_sse2.asm 6 ; tree. An additional intellectual property rights grant can be found
temporal_filter_apply_sse2.asm 6 ; tree. An additional intellectual property rights grant can be found
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_quantize_ssse3_x86_64.asm 6 ; tree. An additional intellectual property rights grant can be found
  /external/libvpx/libvpx/vpx_dsp/x86/
ssim_opt_x86_64.asm 6 ; tree. An additional intellectual property rights grant can be found
vpx_convolve_copy_sse2.asm 6 ; tree. An additional intellectual property rights grant can be found
  /external/llvm/utils/unittest/googletest/src/
gtest-internal-inl.h 348 // Returns true iff the test name of test property matches on key_.
    [all...]
  /external/mdnsresponder/mDNSWindows/DLLStub/
DLLStub.cpp 476 const char *property, /* Requested property (i.e. kDNSServiceProperty_DaemonVersion) */
487 ret = func( property, result, size );
  /external/mesa3d/src/gtest/src/
gtest-internal-inl.h 353 // Returns true iff the test name of test property matches on key_.
721 // context of a test or a test case, or to the global property set. If the
722 // result already contains a property with the same key, the value will be
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/
IMessage.cs 67 /// same value as the static property declared on the type.
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
ReflectionUtil.cs 51 /// Empty Type[] used when calling GetProperty to force property instead of indexer fetching.
  /external/protobuf/gtest/src/
gtest-internal-inl.h 334 // Returns true iff the test name of test property matches on key_.
    [all...]
  /external/python/cpython2/Lib/
gzip.py 138 @property
367 @property
  /external/python/cpython2/Misc/Vim/
python.vim 74 syn keyword pythonBuiltin oct open ord pow print property quit range
  /external/python/cpython3/Lib/
fractions.py 274 @property
278 @property
  /external/python/cpython3/Lib/idlelib/
run.py 323 @property
327 @property
  /external/python/cpython3/Lib/test/
test_binop.py 53 num = property(_get_num, None)
58 den = property(_get_den, None)
  /external/selinux/python/sepolgen/src/sepolgen/
interfaces.py 52 name = property(get_name, set_name)
54 num = property(fget=lambda self: int(self.name[1:]))
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
UiFacade.java 593 @Rpc(description = "Set fullscreen widget property")
596 @RpcParameter(name = "property", description = "name of property to set") String property,
597 @RpcParameter(name = "value", description = "value to set property to") String value) {
601 return mFullScreenTask.setViewProperty(id, property, value);
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-internal-inl.h 345 // Returns true iff the test name of test property matches on key_.
    [all...]

Completed in 825 milliseconds

<<71727374757677787980>>