/prebuilts/sdk/renderscript/clang-include/ |
cuda_builtin_vars.h | 31 // The file implements built-in CUDA variables using __declspec(property). 45 __declspec(property(get = __fetch_builtin_##FIELD)) unsigned int FIELD; \
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
XmlProperty.java | 38 import org.eclipse.wb.internal.core.model.property.Property; 39 import org.eclipse.wb.internal.core.model.property.editor.PropertyEditor; 40 import org.eclipse.wb.internal.core.model.property.table.PropertyTooltipProvider; 41 import org.eclipse.wb.internal.core.model.property.table.PropertyTooltipTextProvider; 48 * An Android XML property 50 class XmlProperty extends Property { 54 private Property mParent; 106 // If we're nested within a complex property, say "Line Spacing", don't 107 // include "Line Spacing " as a prefix for each property her [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
UiModelTreeLabelProvider.java | 95 public boolean isLabelProperty(Object element, String property) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
ResourceLabelProvider.java | 89 public boolean isLabelProperty(Object element, String property) {
|
/system/bt/btif/src/ |
bluetooth.cc | 192 static int set_adapter_property(const bt_property_t* property) { 196 return btif_set_adapter_property(property); 215 const bt_property_t* property) { 219 return btif_set_remote_device_property(remote_addr, property);
|
/system/core/sdcard/ |
sdcard.cpp | 62 char property[PROPERTY_VALUE_MAX]; local 65 property_get(PROP_SDCARDFS_USER, property, ""); 66 if (!strcmp(property, "force_on")) { 69 } else if (!strcmp(property, "force_off")) {
|
/system/sepolicy/prebuilts/api/27.0/public/ |
te_macros | 270 # This sequence is indicative of attempting to set a property. 274 ifelse($2, `property', ` 276 print(`deprecated: unix_socket_connect($1, $2, $3) Please use set_prop($1, <property name>) instead.') 293 __unix_socket_connect__($1, property, init)
|
/test/framework/harnesses/host_controller/tradefed/ |
remote_operation.py | 64 @property
|
/test/vts/testcases/template/gtest_binary_test/ |
gtest_test_case.py | 60 @property
|
/test/vts-testcase/kernel/ltp/shell_environment/ |
shell_environment.py | 50 @property
|
/art/test/005-annotations/src/android/test/anno/ |
TestAnnotations.java | 138 ExportedProperty property; local 146 property = meth.getAnnotation(ExportedProperty.class); 147 mapping = property.mapping();
|
/build/blueprint/parser/ |
printer.go | 135 panic(fmt.Errorf("bad property type: %s", value.Type())) 187 func (p *printer) printProperty(property *Property) { 188 p.printToken(property.Name, property.NamePos) 189 p.printToken(":", property.ColonPos) 191 p.printExpression(property.Value)
|
/build/soong/cc/ |
pgo.go | 158 // Return if 'pgo' property is not present in this module. 163 // Skip -fprofile-use if 'enable_profile_use' property is set 197 // If at least one property exists, validate that all properties exist 201 missing = append(missing, "profile kind (either \"instrumentation\" or \"sampling\" property)") 204 missing = append(missing, "profile_file property") 207 missing = append(missing, "non-empty benchmarks property")
|
/cts/tests/tests/transition/src/android/transition/cts/ |
CaptureValuesTest.java | 97 for (String property : properties) { 98 assertTrue(className + " should have written to property " + property, 99 values.values.keySet().contains(property));
|
/external/autotest/client/site_tests/cellular_DisableWhileConnecting/ |
cellular_DisableWhileConnecting.py | 94 def _disable_property_changed(self, property, value, *args, **kwargs): 143 def _log_connect_event(property, value, *ignored_args): 144 logging.info('%s property changed: %s', property, value)
|
/external/autotest/server/cros/ap_configurators/ |
static_ap_configurator.py | 95 @property 143 @property 149 @property
|
/external/autotest/server/cros/multimedia/ |
cfm_facade_adapter.py | 16 class on initialization, can be accessed from its _client property. 30 @property 35 @property 41 @property
|
/external/autotest/server/hosts/ |
cros_firmware.py | 181 @property 206 @property 340 @property
|
/external/python/cpython3/Lib/ |
smtpd.py | 126 @property 189 @property 200 @property 211 @property 222 @property 233 @property 244 @property 255 @property 266 @property 277 @property [all...] |
/external/skia/infra/bots/recipe_modules/isolate/ |
api.py | 23 @property 54 build property. This implies this step can currently only be run once 107 build property (also accessible as 'isolated_tests' property). This implies 222 @property 226 These come either from the incoming swarm_hashes build property, 239 @property
|
/external/skqp/infra/bots/recipe_modules/isolate/ |
api.py | 23 @property 54 build property. This implies this step can currently only be run once 107 build property (also accessible as 'isolated_tests' property). This implies 222 @property 226 These come either from the incoming swarm_hashes build property, 239 @property
|
/external/tensorflow/tensorflow/contrib/data/python/ops/ |
interleave_ops.py | 102 @property 106 @property 110 @property
|
scan_ops.py | 160 @property 164 @property 168 @property
|
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/bijectors/ |
masked_autoregressive_test.py | 64 @property 143 @property 154 @property
|
/external/tensorflow/tensorflow/contrib/distributions/python/ops/ |
binomial.py | 187 @property 192 @property 197 @property
|