/external/protobuf/src/google/protobuf/compiler/java/ |
java_primitive_field_lite.cc | 64 map<string, string>* variables) { 65 SetCommonFieldVariables(descriptor, info, variables); 67 (*variables)["type"] = PrimitiveTypeName(GetJavaType(descriptor)); 68 (*variables)["boxed_type"] = BoxedPrimitiveTypeName(GetJavaType(descriptor)); 69 (*variables)["field_type"] = (*variables)["type"]; 70 (*variables)["default"] = ImmutableDefaultValue(descriptor, name_resolver); 71 (*variables)["default_init"] = IsDefaultValueJavaDefault(descriptor) ? 73 (*variables)["capitalized_type"] = 75 (*variables)["tag"] = SimpleItoa(WireFormat::MakeTag(descriptor)) [all...] |
java_string_field.cc | 65 map<string, string>* variables) { 66 SetCommonFieldVariables(descriptor, info, variables); 68 (*variables)["empty_list"] = "com.google.protobuf.LazyStringArrayList.EMPTY"; 70 (*variables)["default"] = ImmutableDefaultValue(descriptor, name_resolver); 71 (*variables)["default_init"] = 73 (*variables)["capitalized_type"] = "String"; 74 (*variables)["tag"] = SimpleItoa(WireFormat::MakeTag(descriptor)); 75 (*variables)["tag_size"] = SimpleItoa( 77 (*variables)["null_check"] = 81 (*variables)["writeString"] [all...] |
/external/protobuf/src/google/protobuf/compiler/csharp/ |
csharp_field_base.cc | 57 map<string, string>* variables) { 70 (*variables)["access_level"] = "public"; 71 (*variables)["tag"] = SimpleItoa(tag); 72 (*variables)["tag_size"] = SimpleItoa(tag_size); 73 (*variables)["tag_bytes"] = tag_bytes; 75 (*variables)["property_name"] = property_name(); 76 (*variables)["type_name"] = type_name(); 77 (*variables)["name"] = name(); 78 (*variables)["descriptor_name"] = descriptor_->name(); 79 (*variables)["default_value"] = default_value() [all...] |
/external/tensorflow/tensorflow/python/eager/ |
tape.py | 67 variables = [strategy.extended.value_container(variable)] 69 variables = strategy.unwrap(variable) 70 for var in variables: 83 variables = [strategy.extended.value_container(variable)] 85 variables = strategy.unwrap(variable) 86 for var in variables: 90 def variables_accessed(variables): 91 """Notifies all tapes in the stack that variables have been accessed. 93 Only trainable variables are marked as accessed. 96 variables: iterable of variables to mark as accessed [all...] |
/external/tensorflow/tensorflow/python/keras/ |
metrics_confusion_matrix_test.py | 33 from tensorflow.python.ops import variables 43 self.assertEqual(len(fp_obj.variables), 1) 49 self.assertEqual(len(fp_obj2.variables), 1) 54 self.evaluate(variables.variables_initializer(fp_obj.variables)) 68 self.evaluate(variables.variables_initializer(fp_obj.variables)) 79 self.evaluate(variables.variables_initializer(fp_obj.variables)) 93 self.evaluate(variables.variables_initializer(fp_obj.variables) [all...] |
/external/deqp/modules/gles31/functional/ |
es31fProgramInterfaceDefinition.cpp | 220 // Default block variables 222 for (int varNdx = 0; varNdx < (int)m_defaultBlock.variables.size(); ++varNdx) 225 if (m_defaultBlock.variables[varNdx].layout.binding == -1 && 226 containsMatchingSubtype(m_defaultBlock.variables[varNdx].varType, glu::isDataTypeAtomicCounter)) 230 if (m_defaultBlock.variables[varNdx].varType.isStructType() && 231 containsMatchingSubtype(m_defaultBlock.variables[varNdx].varType, glu::isDataTypeAtomicCounter)) 236 if (m_defaultBlock.variables[varNdx].layout.matrixOrder != glu::MATRIXORDER_LAST) 239 if (containsMatchingSubtype(m_defaultBlock.variables[varNdx].varType, glu::isDataTypeSampler)) 241 const glu::Layout layoutWithLocationAndBinding(m_defaultBlock.variables[varNdx].layout.location, m_defaultBlock.variables[varNdx].layout.binding) [all...] |
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/body/ |
FieldDeclaration.java | 75 private NodeList<VariableDeclarator> variables; field in class:FieldDeclaration 85 public FieldDeclaration(EnumSet<Modifier> modifiers, NodeList<VariableDeclarator> variables) { 86 this(null, modifiers, new NodeList<>(), variables); 90 public FieldDeclaration(EnumSet<Modifier> modifiers, NodeList<AnnotationExpr> annotations, NodeList<VariableDeclarator> variables) { 91 this(null, modifiers, annotations, variables); 98 public FieldDeclaration(TokenRange tokenRange, EnumSet<Modifier> modifiers, NodeList<AnnotationExpr> annotations, NodeList<VariableDeclarator> variables) { 101 setVariables(variables); 141 return variables; 156 public FieldDeclaration setVariables(final NodeList<VariableDeclarator> variables) { 157 assertNotNull(variables); [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/ |
BooleanExpression.py | 18 # Variables in `variables` are true. 23 def evaluate(string, variables, triple=""): 25 parser = BooleanExpression(string, set(variables), triple) 32 def __init__(self, string, variables, triple=""): 34 self.variables = variables 35 self.variables.add('true') 99 self.value = (self.token in self.variables or 137 variables = {'its-true', 'false-lol-true', 'under_score' [all...] |
/external/python/cpython3/Tools/freeze/ |
parsesetup.py | 13 variables = {} 35 variables[name] = value 38 return variables 50 variables = {} 71 variables[name] = value.strip() 78 return modules, variables
|
/build/kati/testcase/ |
semicolon.mk | 1 # When a line only has semicolons after variables are expanded, they
|
/device/google/bonito/factory-images_bonito/ |
generate-factory-images-package.sh | 17 source ../../../common/clear-factory-images-variables.sh
|
/device/google/bonito/factory-images_sargo/ |
generate-factory-images-package.sh | 17 source ../../../common/clear-factory-images-variables.sh
|
/device/google/crosshatch/factory-images_blueline/ |
generate-factory-images-package.sh | 17 source ../../../common/clear-factory-images-variables.sh
|
/device/google/crosshatch/factory-images_crosshatch/ |
generate-factory-images-package.sh | 17 source ../../../common/clear-factory-images-variables.sh
|
/device/google/marlin/factory-images_marlin/ |
generate-factory-images-package.sh | 17 source ../../../common/clear-factory-images-variables.sh
|
/device/google/marlin/factory-images_sailfish/ |
generate-factory-images-package.sh | 17 source ../../../common/clear-factory-images-variables.sh
|
/device/google/muskie/factory-images/ |
generate-factory-images-package.sh | 17 source ../../../common/clear-factory-images-variables.sh
|
/device/google/taimen/factory-images/ |
generate-factory-images-package.sh | 17 source ../../../common/clear-factory-images-variables.sh
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_primitive_field.cc | 83 map<string, string>* variables, 85 SetCommonFieldVariables(descriptor, variables, options); 86 (*variables)["type"] = PrimitiveTypeName(descriptor->cpp_type()); 87 (*variables)["default"] = DefaultValue(descriptor); 88 (*variables)["tag"] = SimpleItoa(internal::WireFormat::MakeTag(descriptor)); 91 (*variables)["fixed_size"] = SimpleItoa(fixed_size); 93 (*variables)["wire_format_field_type"] = 96 (*variables)["full_name"] = descriptor->full_name(); 125 map<string, string> variables(variables_); 126 variables["inline"] = is_inline ? "inline" : "" [all...] |
cpp_enum_field.cc | 49 map<string, string>* variables, 51 SetCommonFieldVariables(descriptor, variables, options); 53 (*variables)["type"] = ClassName(descriptor->enum_type(), true); 54 (*variables)["default"] = Int32ToString(default_value->number()); 55 (*variables)["full_name"] = descriptor->full_name(); 85 map<string, string> variables(variables_); 86 variables["inline"] = is_inline ? "inline" : ""; 87 printer->Print(variables, 94 printer->Print(variables, 97 printer->Print(variables, [all...] |
/external/tensorflow/tensorflow/contrib/gan/python/features/python/ |
clip_weights_impl.py | 54 def clip_variables(optimizer, variables, weight_clip): 59 variables: A list of TensorFlow variables. 77 vars_to_clip_dims={var: [] for var in variables},
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/ |
NodeWithVariables.java | 36 * A node which has a list of variables. 41 N setVariables(NodeList<VariableDeclarator> variables); 60 * Returns the type that is shared between all variables. 61 * This is a shortcut for when you are certain that all variables share one type. 69 NodeList<VariableDeclarator> variables = getVariables(); local 70 if (variables.isEmpty()) { 71 throw new AssertionError("There is no common type since there are no variables."); 73 Type type = variables.get(0).getType(); 74 for (int i = 1; i < variables.size(); i++) { 75 if (!variables.get(i).getType().equals(type)) 90 NodeList<VariableDeclarator> variables = getVariables(); local [all...] |
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/nodeTypes/ |
NodeWithVariables.java | 30 * A node which has a list of variables. 35 T setVariables(List<VariableDeclarator> variables);
|
/external/python/uritemplates/uritemplate/ |
__init__.py | 23 URITemplate, expand, partial, variables # noqa: E402 26 __all__ = ('URITemplate', 'expand', 'partial', 'variables')
|
/external/wpa_supplicant_8/ |
Android.mk | 5 # TODO: Clean up the Android.mks, reset all the temporary variables at the 6 # end of each Android.mk, so that one Android.mk doesn't depend on variables
|