/external/tensorflow/tensorflow/contrib/eager/python/ |
network.py | 406 @property 416 @property 423 @property 430 @property 443 @property 460 @property [all...] |
/external/walt/ios/WALT/ |
MIDIClient.m | 27 @property (readwrite, nonatomic) MIDISource *source; 28 @property (readwrite, nonatomic) MIDIDestination *destination; 30 @property (readwrite, nonatomic) NSMutableData *sysExBuffer;
|
/external/webrtc/talk/app/webrtc/objc/ |
avfoundationvideocapturer.mm | 53 @property(nonatomic, readonly) AVCaptureSession* captureSession; 54 @property(nonatomic, readonly) BOOL isRunning; 55 @property(nonatomic, assign) BOOL useBackCamera; // Defaults to NO.
|
/frameworks/support/buildSrc/ |
init.gradle | 105 String property = System.getProperty("android.home"); 106 if (property != null) { 107 return new File(property);
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
hwc_mdpcomp.cpp | 114 char property[PROPERTY_VALUE_MAX]; local 117 if((property_get("persist.hwc.mdpcomp.enable", property, NULL) > 0) && 118 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) || 119 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) { 124 if((property_get("ro.hwc.is_delta_panel", property, NULL) > 0) && 125 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) || 126 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) { 132 if((property_get("debug.mdpcomp.mixedmode.disable", property, NULL) > 0) && 133 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) || 134 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) 1617 char property[PROPERTY_VALUE_MAX]; local [all...] |
/packages/services/Car/service/src/com/android/car/ |
ICarImpl.java | 448 pw.println("\tinject-vhal-event property [zone] data(can be comma separated list)"); 449 pw.println("\t Inject a vehicle property for testing"); 584 * @param property the Vehicle property Id as defined in the HAL 589 private void injectVhalEvent(String property, String zone, String value, 592 if (!isPropertyAreaTypeGlobal(property)) { 593 writer.println("Property area type inconsistent with given zone"); 598 mHal.injectVhalEvent(property, zone, value); 600 writer.println("Invalid property Id zone Id or value" + e); 605 // Check if the given property is globa [all...] |
/prebuilts/go/darwin-x86/src/unicode/ |
graphic.go | 121 // by Unicode's White Space property; in the Latin-1 space 125 // Z and property Pattern_White_Space. 127 // This property isn't the same as Z; special-case it.
|
/prebuilts/go/linux-x86/src/unicode/ |
graphic.go | 121 // by Unicode's White Space property; in the Latin-1 space 125 // Z and property Pattern_White_Space. 127 // This property isn't the same as Z; special-case it.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/ |
AddSupportJarAction.java | 317 for (String property : copy.keySet()) { 318 if (property.startsWith(ProjectProperties.PROPERTY_LIB_REF)) { 319 String libraryReference = copy.getProperty(property); 535 for (String property : mPropertiesWorkingCopy.keySet()) { 536 if (property.startsWith(ProjectProperties.PROPERTY_LIB_REF)) { 537 String s = property.substring(
|
/build/soong/android/ |
variable.go | 39 // unbundled_build is a catch-all property to annotate modules that don't build in one or 297 property := "product_variables." + proptools.PropertyNameForField(name) 317 a.setVariableProperties(mctx, property, variableValue, val.Interface()) 330 ctx.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error()) 341 property := prefix + "." + proptools.PropertyNameForField(field) 342 ctx.PropertyErrorf(property, "%s", err) 413 return fmt.Errorf("unsupported %% in product variable property")
|
/external/ImageMagick/MagickCore/ |
identify.c | 83 #include "MagickCore/property.h" 457 *property, 455 *property, local [all...] |
/external/ImageMagick/coders/ |
dng.c | 175 property[MagickPathExtent]; 193 (void) FormatLocaleString(property,MagickPathExtent,"dng:%s",tag); 202 ((Image *) image)->properties,ConstantString(property), 174 property[MagickPathExtent]; local
|
json.c | 67 #include "MagickCore/property.h" 694 *property, 689 *property, local [all...] |
/external/autotest/client/common_lib/cros/network/ |
iw_runner_unittest.py | 26 @property 32 @property 38 @property
|
/external/autotest/scheduler/ |
rdb_hosts.py | 333 @property 344 @property 355 @property
|
/external/google-breakpad/src/testing/gtest/test/ |
gtest-unittest-api_test.cc | 136 // Records a test property to verify TestResult::GetTestProperty(). 308 const TestProperty& property = tests[3]->result()->GetTestProperty(0); local 309 EXPECT_STREQ("key", property.key()); 310 EXPECT_STREQ("value", property.value());
|
/external/googletest/googletest/test/ |
gtest-unittest-api_test.cc | 136 // Records a test property to verify TestResult::GetTestProperty(). 308 const TestProperty& property = tests[3]->result()->GetTestProperty(0); local 309 EXPECT_STREQ("key", property.key()); 310 EXPECT_STREQ("value", property.value());
|
/external/protobuf/gtest/test/ |
gtest-unittest-api_test.cc | 142 // Records a test property to verify TestResult::GetTestProperty(). 309 const TestProperty& property = tests[3]->result()->GetTestProperty(0); local 310 EXPECT_STREQ("key", property.key()); 311 EXPECT_STREQ("value", property.value());
|
/external/tensorflow/tensorflow/contrib/data/python/ops/ |
dataset_ops.py | 50 @property 54 @property 58 @property
|
/external/tensorflow/tensorflow/contrib/distributions/python/ops/ |
deterministic.py | 131 @property 136 @property 141 @property
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/ |
monitors.py | 77 @property 402 @property 630 @property 635 @property 640 @property 645 @property 762 @property 856 @property [all...] |
/external/tensorflow/tensorflow/python/ops/distributions/ |
beta.py | 181 @property 186 @property 191 @property
|
categorical.py | 236 @property 241 @property 246 @property
|
/external/tensorflow/tensorflow/python/training/ |
server_lib.py | 173 @property 183 @property 347 @property
|
/external/v8/testing/gtest/test/ |
gtest-unittest-api_test.cc | 136 // Records a test property to verify TestResult::GetTestProperty(). 308 const TestProperty& property = tests[3]->result()->GetTestProperty(0); local 309 EXPECT_STREQ("key", property.key()); 310 EXPECT_STREQ("value", property.value());
|