/external/googletest/googletest/test/ |
gtest_stress_test.cc | 80 const std::vector<TestProperty>::const_iterator property = local 82 ASSERT_TRUE(property != properties.end()) 84 EXPECT_STREQ(IdToString(id).c_str(), property->value()); 105 // The shared_key forces property updates.
|
/external/protobuf/gtest/test/ |
gtest_stress_test.cc | 81 const std::vector<TestProperty>::const_iterator property = local 83 ASSERT_TRUE(property != properties.end()) 85 EXPECT_STREQ(IdToString(id).c_str(), property->value()); 106 // The shared_key forces property updates.
|
/external/tensorflow/tensorflow/contrib/data/python/ops/ |
readers.py | 196 @property 200 @property 205 @property
|
shuffle_ops.py | 75 @property 79 @property 83 @property
|
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/bijectors/ |
real_nvp_test.py | 36 @property 118 @property 129 @property
|
/external/tensorflow/tensorflow/contrib/kfac/python/ops/ |
curvature_matrix_vector_products.py | 46 corresponding XXX_inner_shapes property. 72 @property 175 @property 180 @property
|
/external/tensorflow/tensorflow/contrib/seq2seq/python/ops/ |
basic_decoder.py | 75 @property 97 @property 104 @property
|
/external/tensorflow/tensorflow/contrib/tpu/python/tpu/ |
tpu_config.py | 173 @property 177 @property 181 @property
|
/external/tensorflow/tensorflow/contrib/training/python/training/ |
tensor_queue_dataset.py | 78 @property 86 @property 92 @property
|
/external/tensorflow/tensorflow/python/estimator/ |
exporter.py | 109 @property 164 @property 224 @property
|
/external/tensorflow/tensorflow/python/keras/_impl/keras/layers/ |
wrappers.py | 57 @property 64 @property 72 @property 76 @property 80 @property 84 @property 289 @property 453 @property 460 @property 467 @property [all...] |
/external/tensorflow/tensorflow/python/ops/linalg/ |
linear_operator.py | 128 #### Matrix property hints 135 property `X`. This is a promise that should be fulfilled, but is *not* a 225 @property 230 @property 235 @property 240 @property 244 @property 248 @property 252 @property 271 @property [all...] |
/external/v8/testing/gtest/test/ |
gtest_stress_test.cc | 80 const std::vector<TestProperty>::const_iterator property = local 82 ASSERT_TRUE(property != properties.end()) 84 EXPECT_STREQ(IdToString(id).c_str(), property->value()); 105 // The shared_key forces property updates.
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
gtest_stress_test.cc | 80 const std::vector<TestProperty>::const_iterator property = local 82 ASSERT_TRUE(property != properties.end()) 84 EXPECT_STREQ(IdToString(id).c_str(), property->value()); 105 // The shared_key forces property updates.
|
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
EmulatedVehicleHal.cpp | 153 // Handle property specific code 158 // Placeholder for future implementation of VMS property in the default hal. For 159 // now, just returns OK; otherwise, hal clients crash with property not supported. 162 // This property has different behavior between get/set. When it is set, the value 163 // goes to the vehicle but is NOT updated in the property store back to Android. 172 // Android side cannot set property status - this value is the 183 // do not allow Android side to set() a disabled/error property 207 // Parse supported properties list and generate vector of property values to hold current values. 221 // A global property will have only a single area 268 for (int32_t property : properties) 289 mRecurrentTimer.registerRecurrentEvent(hertzToNanoseconds(sampleRate), property); local [all...] |
/hardware/qcom/display/msm8909/sdm/libs/hwc/ |
hwc_debugger.cpp | 205 char property[PROPERTY_VALUE_MAX]; local 207 if (property_get(property_name, property, NULL) > 0) { 208 *value = atoi(property);
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/ |
hwc_debugger.cpp | 170 char property[PROPERTY_VALUE_MAX]; local 172 if (property_get(property_name, property, NULL) > 0) { 173 *value = atoi(property);
|
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
hwc_debugger.cpp | 166 char property[PROPERTY_VALUE_MAX]; local 168 if (property_get(property_name, property, NULL) > 0) { 169 *value = atoi(property);
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
hwc_debugger.cpp | 172 char property[PROPERTY_VALUE_MAX]; local 174 if (property_get(property_name, property, NULL) > 0) { 175 *value = atoi(property);
|
/packages/apps/Car/Hvac/src/com/android/car/hvac/ |
LocalHvacPropertyService.java | 31 import android.car.hardware.property.CarPropertyEvent; 32 import android.car.hardware.property.ICarProperty; 33 import android.car.hardware.property.ICarPropertyEventListener;
|
/prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/ |
gtest_stress_test.cc | 80 const std::vector<TestProperty>::const_iterator property = local 82 ASSERT_TRUE(property != properties.end()) 84 EXPECT_STREQ(IdToString(id).c_str(), property->value()); 105 // The shared_key forces property updates.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/ |
typeattr.py | 89 @property 110 @property 170 @property
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
ValueCompleterTest.java | 41 String property, EnumSet<Format> formats, String[] values, 46 new TestAttributeInfo(property, formats, "unittest", values, values, null); 48 new TestTextAttributeDescriptor(property, info));
|
/test/vts-testcase/kernel/ltp/shell_environment/definitions/base_definitions/ |
check_setup_cleanup.py | 46 @property 54 @property 212 @property
|
/external/gflags/cmake/ |
utils.cmake | 48 get_property (${retvar} CACHE ${varname} PROPERTY TYPE SET) 84 ## Set property of cached gflags configuration variable 85 macro (gflags_property varname property value) 88 # note that property must be expanded here, as it is not a "real" variable 90 if ("${property}" STREQUAL "ADVANCED") 97 set_property (CACHE ${varname} PROPERTY "${property}" "${value}") 108 set_property (CACHE ${varname} PROPERTY VALUE "${value}")
|