/build/blueprint/proptools/ |
clone.go | 126 panic(fmt.Errorf("unexpected kind for property struct field %q: %s", 179 panic(fmt.Errorf("unexpected kind for property struct field %q: %s", 248 panic(fmt.Errorf("unexpected kind for property struct field %q: %s",
|
/build/soong/cc/ |
ndk_sysroot.go | 27 // `ndk_headers` rule. This rule has a `from` property that indicates a base 28 // directory from which headers are to be taken, and a `to` property that 30 // There is also a `srcs` property that is glob compatible for specifying which
|
/external/ImageMagick/coders/ |
mpc.c | 68 #include "MagickCore/property.h" 1065 *property, local [all...] |
/external/owasp/sanitizer/src/main/org/owasp/html/ |
CssSchema.java | 42 /** Describes the kinds of tokens a CSS property's value can safely contain. */ 46 static final class Property { 56 private Property( 73 static final Property DISALLOWED = new Property( 76 private final ImmutableMap<String, Property> properties; 78 private CssSchema(ImmutableMap<String, Property> properties) { 86 * @param propertyNames a series of lower-case CSS property names that appear 88 * property name. This class's {@code main} method will dump a list of 89 * known property names when run with zero arguments 130 Property property = properties.get(propertyName); local [all...] |
/external/python/cpython3/Lib/ |
threading.py | 700 @property 705 @property 714 @property [all...] |
/external/tensorflow/tensorflow/contrib/learn/python/learn/ |
experiment.py | 109 @property 113 @property 281 @property 285 @property 289 @property 293 @property [all...] |
/external/tensorflow/tensorflow/contrib/learn/python/learn/learn_io/ |
data_feeder.py | 385 @property 389 @property 393 @property 397 @property 401 @property 405 @property
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
rnn_test.py | 54 @property 58 @property 69 @property 73 @property 87 @property 91 @property
|
/external/testng/src/main/java/org/testng/xml/ |
TestNGContentHandler.java | 786 String property = null; local 788 property = value.substring(startIndex + 2, endIndex); 794 String propertyValue = System.getProperty(property); 796 propertyValue = System.getenv(property); 802 result.append(property); 805 startPosition = startIndex + 3 + property.length();
|
/external/v8/src/js/ |
prologue.js | 104 // Helper function to install a getter-only accessor property. 128 // The "prototype" property of the function object is made non-configurable, 130 // changing the __proto__ property.
|
/external/v8/src/parsing/ |
pattern-rewriter.cc | 206 // guarantee to give the global object an own property. 369 for (ObjectLiteralProperty* property : *pattern->properties()) { 370 PatternContext context = SetInitializerContextIfNeeded(property->value()); 373 if (property->kind() == ObjectLiteralProperty::Kind::SPREAD) { 385 Expression* key = property->key(); 388 // Computed property names contain expressions which might require 396 if (property->is_computed_name()) { 416 RecurseIntoSubpattern(property->value(), value); 703 void Parser::PatternRewriter::VisitProperty(v8::internal::Property* node) {
|
/frameworks/support/compat/src/main/java/androidx/core/view/accessibility/ |
AccessibilityNodeInfoCompat.java | [all...] |
/packages/apps/TV/src/com/android/tv/menu/ |
MenuLayoutManager.java | 33 import android.util.Property; 432 // Do not cancel the animation here. The property values should be set to the end values 951 public final Property<View, Float> property; field in class:MenuLayoutManager.ViewPropertyValueHolder [all...] |
/prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.1.201405082137/ |
org.jacoco.ant-0.7.1.201405082137.jar | |
/prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.3.201501221555/ |
org.jacoco.ant-0.7.3.201501221555.jar | |
/prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.4.201502262128/ |
org.jacoco.ant-0.7.4.201502262128.jar | |
/prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.5.201505241946/ |
org.jacoco.ant-0.7.5.201505241946.jar | |
/prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.6.201602180812/ |
org.jacoco.ant-0.7.6.201602180812.jar | |
/prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.7.201606060606/ |
org.jacoco.ant-0.7.7.201606060606.jar | |
/prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.8/ |
org.jacoco.ant-0.7.8.jar | |
/external/pdfium/xfa/fxfa/parser/ |
cxfa_node.cpp | 321 XFA_Element property) const { 327 if (data->property == XFA_Element::Unknown) 329 if (data->property == property) 335 bool CXFA_Node::HasProperty(XFA_Element property) const { 336 return !!GetPropertyData(property); 339 bool CXFA_Node::HasPropertyFlags(XFA_Element property, uint8_t flags) const { 340 const PropertyData* data = GetPropertyData(property); 344 uint8_t CXFA_Node::PropertyOccuranceCount(XFA_Element property) const { 345 const PropertyData* data = GetPropertyData(property); [all...] |
/external/tensorflow/tensorflow/python/ops/ |
control_flow_ops.py | 463 some but not all have a dense_shape property. [all...] |
/prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.6/ |
jackson-databind-2.6.6.jar | |
/external/mesa3d/src/mesa/main/ |
ffvertex_prog.c | 843 static GLuint material_attrib( GLuint side, GLuint property ) 845 return (property - STATE_AMBIENT) * 2 + side; 867 GLuint property ) 869 GLuint attrib = material_attrib(side, property); 880 return register_param3( p, STATE_MATERIAL, side, property ); 917 GLuint side, GLuint property ) 919 GLuint attrib = material_attrib(side, property); 922 register_param3(p, STATE_LIGHT, light, property); 923 struct ureg material_value = get_material(p, side, property); 929 return register_param4(p, STATE_LIGHTPROD, light, side, property); [all...] |
/build/soong/python/ |
python.go | 100 // this property name is hidden from users' perspectives, and soong will populate it during 273 // deps from "version.py2.srcs" property. 289 // deps from "version.py3.srcs" property. 314 // deps from "libs" property. 323 // deps from "version.pyX.libs" property. 358 // expand python files from "srcs" property. 377 // expand data files from "data" property.
|