/external/pdfium/fxjs/ |
cfxjse_formcalc_context.cpp | [all...] |
/external/python/cpython2/Lib/test/ |
test_class.py | 575 a = property(booh) 583 __eq__ = property(booh) 587 __init__ = property(booh)
|
/external/python/cpython3/Lib/ |
gzip.py | 196 @property 204 @property 298 @property
|
/external/tensorflow/tensorflow/contrib/distributions/python/ops/ |
mixture.py | 206 @property 210 @property 214 @property
|
/external/tensorflow/tensorflow/contrib/rnn/python/ops/ |
lstm_ops.py | 385 @property 389 @property 444 The subclasses must implement `_call_cell` method and `num_units` property. 625 @property
|
/external/tensorflow/tensorflow/python/framework/ |
tensor_shape.py | 80 @property 471 @property 476 @property
|
/external/toybox/kconfig/ |
mconf.c | 326 static void get_prompt_str(struct gstr *r, struct property *prop) 360 struct property *prop; 428 struct property *prop;
|
/hardware/qcom/display/msm8084/libexternal/ |
external.cpp | 67 // set system property 80 // unset system property 115 void ExternalDisplay::setSPDInfo(const char* node, const char* property) { 130 property_get(property, info, UNKNOWN_STRING); 131 ALOGD_IF(DEBUG, "In %s: %s = %s", __FUNCTION__, property, info); 237 // Store underscan support info in a system property 373 // Reset the underscan supported system property 437 /* Based on the property set the resolution */
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
hwc_utils.cpp | 91 char property[PROPERTY_VALUE_MAX] = {'\0'}; local 93 if (property_get("debug.hwc.fbsize", property, NULL) > 0) { 94 yptr = strcasestr(property,"x"); 95 int xres = atoi(property); 271 // Read the system property to determine if downscale feature is enabled. 864 char property[PROPERTY_VALUE_MAX]; local 1303 char property[PROPERTY_VALUE_MAX]; local [all...] |
/hardware/qcom/display/msm8226/libexternal/ |
external.cpp | 67 // set system property 80 // unset system property 115 void ExternalDisplay::setSPDInfo(const char* node, const char* property) { 130 property_get(property, info, UNKNOWN_STRING); 131 ALOGD_IF(DEBUG, "In %s: %s = %s", __FUNCTION__, property, info); 237 // Store underscan support info in a system property 373 // Reset the underscan supported system property 437 /* Based on the property set the resolution */
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
hwc_utils.cpp | 92 char property[PROPERTY_VALUE_MAX] = {'\0'}; local 94 if (property_get("debug.hwc.fbsize", property, NULL) > 0) { 95 yptr = strcasestr(property,"x"); 96 int xres_new = atoi(property); 284 // Read the system property to determine if downscale feature is enabled. 829 char property[PROPERTY_VALUE_MAX]; local 889 if (property_get("hw.cabl.yuv", property, NULL) > 0) { 890 if (atoi(property) != 1) { 895 if (property_get("hw.cabl.yuv", property, NULL) > 0) { 896 if (atoi(property) != 0) 1291 char property[PROPERTY_VALUE_MAX]; local [all...] |
/hardware/qcom/display/msm8994/libhdmi/ |
hdmi.cpp | 113 // Read the system property to determine if downscale feature is enabled. 124 // set system property 127 // XXX: A debug property can be used to enable resolution change for 145 // unset system property 192 void HDMIDisplay::setSPDInfo(const char* node, const char* property) { 198 property_get(property, info, UNKNOWN_STRING); 200 __FUNCTION__, property, info); 293 // Store underscan support info in a system property 424 // Reset the underscan supported system property 442 /* Based on the property set the resolution * [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_class.py | 575 a = property(booh) 583 __eq__ = property(booh) 587 __init__ = property(booh)
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_class.py | 575 a = property(booh) 583 __eq__ = property(booh) 587 __init__ = property(booh)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_class.py | 575 a = property(booh) 583 __eq__ = property(booh) 587 __init__ = property(booh)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_class.py | 575 a = property(booh) 583 __eq__ = property(booh) 587 __init__ = property(booh)
|
/build/soong/cc/ |
ndk_headers.go | 125 // Ndk_abis property is only set to true with build/soong/scripts/build-ndk-prebuilts.sh 181 // module does not have the srcs property, and operates on a full directory (the `from` property).
|
/external/guice/extensions/persist/lib/ |
hibernate3.jar | |
/external/python/cpython2/Mac/Modules/ctl/ |
_Ctlmodule.c | 2320 UInt32 property; local 2339 UInt32 property; local 2394 UInt32 property; local 2416 UInt32 property; local 2494 UInt32 property; local 2516 UInt32 property; local 2537 UInt32 property; local 2948 UInt32 property; local [all...] |
/external/python/cpython3/Lib/multiprocessing/ |
managers.py | 631 address = property(lambda self: self._address) 960 value = property(get, set) [all...] |
/external/python/cpython3/Modules/_decimal/tests/ |
deccheck.py | 88 'property': ('real', 'imag') 234 prec = property(getprec, setprec) 235 Emin = property(getemin, setemin) 236 Emax = property(getemax, setemax) 237 rounding = property(getround, setround) 238 clamp = property(getclamp, setclamp) 239 capitals = property(getcapitals, setcapitals) [all...] |
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ |
InCallServiceImpl.java | [all...] |
/external/tensorflow/tensorflow/contrib/cudnn_rnn/python/ops/ |
cudnn_rnn_ops.py | [all...] |
/external/tensorflow/tensorflow/python/estimator/canned/ |
head.py | 617 @property 621 @property [all...] |
/frameworks/base/core/jni/ |
AndroidRuntime.cpp | 403 * (in order) and returns the first non-empty property in the list : 461 * Parse a property containing space-separated options that should be 495 * Reads a "property" into "buffer" with a default of "defaultArg". If 496 * the property is non-empty, it is treated as a runtime option such 506 bool AndroidRuntime::parseRuntimeOption(const char* property, 513 property_get(property, buffer+runtimeArgLen, defaultArg); 522 * Reads a "property" into "buffer". If the property is non-empty, it 533 bool AndroidRuntime::parseCompilerOption(const char* property, 540 property_get(property, buffer+compilerArgLen, "") [all...] |