Home
last modified time | relevance | path

Searched defs:variableName (Results 1 – 25 of 239) sorted by relevance

12345678910

/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
H A DJDWPStackFrameAccessTest.java46 private final String variableName; field in JDWPStackFrameAccessTest.VariableInfo
63 VariableInfo(String variableName, Value initialValue, Value setValue, Value newValue) { in VariableInfo()
103 public void addVariable(String variableName, Value initialValue, Value setValue, in addVariable()
108 public void addVariable(String variableName, Value initialValue, Value setValue) { in addVariable()
120 public void addVariable(String variableName, Value initialValue) { in addVariable()
252 String variableName = variableInfo.getVariableName(); in checkStackFrame() local
379 protected Frame.Variable getVariableInfo(long classID, long methodID, String variableName) { in getVariableInfo()
384 protected Frame.Variable getVariableInfo(Frame.Variable[] variables, String variableName) { in getVariableInfo()
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/poet/rules2/
H A DVariableReferenceExpression.java23 private final String variableName; field in VariableReferenceExpression
25 public VariableReferenceExpression(String variableName) { in VariableReferenceExpression()
59 public String variableName() { in variableName() method in VariableReferenceExpression
98 private String variableName; field in VariableReferenceExpression.Builder
113 public Builder variableName(String name) { in variableName() method in VariableReferenceExpression.Builder
/aosp_15_r20/system/tools/xsdc/src/main/java/com/android/xsdc/cpp/
DCppCodeGenerator.java443 String variableName = Utils.toVariableName(attribute.getName()); in printClass() local
541 String variableName = Utils.toVariableName(attribute.getName()); in printParser() local
564 String variableName = Utils.toVariableName(getElementName(elementValue)); in printParser() local
581 String variableName = Utils.toVariableName(getElementName(elementValue)); in printParser() local
686 String variableName = Utils.toVariableName(attribute.getName()); in printWriter() local
703 String variableName = Utils.toVariableName(elementName); in printWriter() local
766 private void printGetter(String name, CppType type, String variableName, in printGetter()
868 String variableName = Utils.toVariableName(getElementName(elementValue)); in printConstructor() local
890 String variableName = Utils.toVariableName(resolveAttribute(attribute).getName()); in printConstructor() local
1098 String variableName = Utils.toVariableName(elementName); in printXmlWriter() local
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/model/intermediate/
H A DVariableModel.java23 private String variableName; field in VariableModel
37 public VariableModel(String variableName, String variableType) { in VariableModel()
41 public VariableModel(String variableName, in VariableModel()
53 public void setVariableName(String variableName) { in setVariableName()
/aosp_15_r20/external/angle/src/common/
H A Dsystem_utils.cpp42 std::string GetEnvironmentVarOrAndroidProperty(const char *variableName, const char *propertyName) in GetEnvironmentVarOrAndroidProperty()
59 std::string GetEnvironmentVarOrUnCachedAndroidProperty(const char *variableName, in GetEnvironmentVarOrUnCachedAndroidProperty()
88 std::string GetAndSetEnvironmentVarOrUnCachedAndroidProperty(const char *variableName, in GetAndSetEnvironmentVarOrUnCachedAndroidProperty()
104 bool GetBoolEnvironmentVar(const char *variableName) in GetBoolEnvironmentVar()
110 bool PrependPathToEnvironmentVar(const char *variableName, const char *path) in PrependPathToEnvironmentVar()
H A Dsystem_utils_win32.cpp21 bool UnsetEnvironmentVar(const char *variableName) in UnsetEnvironmentVar()
26 bool SetEnvironmentVar(const char *variableName, const char *value) in SetEnvironmentVar()
31 std::string GetEnvironmentVar(const char *variableName) in GetEnvironmentVar()
H A Dsystem_utils_posix.cpp129 bool UnsetEnvironmentVar(const char *variableName) in UnsetEnvironmentVar()
134 bool SetEnvironmentVar(const char *variableName, const char *value) in SetEnvironmentVar()
139 std::string GetEnvironmentVar(const char *variableName) in GetEnvironmentVar()
H A Dsystem_utils_winuwp.cpp20 bool SetEnvironmentVar(const char *variableName, const char *value) in SetEnvironmentVar()
26 std::string GetEnvironmentVar(const char *variableName) in GetEnvironmentVar()
/aosp_15_r20/system/tools/xsdc/src/main/java/com/android/xsdc/java/
DJavaCodeGenerator.java324 String variableName = Utils.toVariableName(attribute.getName()); in printParser() local
350 String variableName = Utils.toVariableName(getElementName(elementValue)); in printParser() local
406 String variableName = Utils.toVariableName(attribute.getName()); in printWriter() local
423 String variableName = Utils.toVariableName(elementName); in printWriter() local
457 private void printGetterAndSetter(CodeWriter out, JavaType type, String variableName, in printGetterAndSetter()
638 String variableName = Utils.toVariableName(elementName); in printXmlWriter() local
/aosp_15_r20/frameworks/base/tools/lint/framework/checks/src/main/java/com/google/android/lint/
H A DCallingIdentityTokenDetector.kt97 val variableName = node.getName() in <lambda>() constant
199 val variableName = arg.identifier in <lambda>() constant
373 val variableName: String, in <lambda>() constant in com.google.android.lint.CallingIdentityTokenDetector.Token
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/test/java/com/google/api/generator/engine/ast/
H A DAnonymousClassExprTest.java164 String variableName, String value, TypeNode type) { in createAssignmentExpr()
171 private static VariableExpr createVariableDeclExpr(String variableName, TypeNode type) { in createVariableDeclExpr()
178 private static Variable createVariable(String variableName, TypeNode type) { in createVariable()
/aosp_15_r20/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DProgram.java38 public abstract void setHostValue(String variableName, Object value); in setHostValue()
40 public abstract Object getHostValue(String variableName); in getHostValue()
/aosp_15_r20/external/pigweed/pw_web/webconsole/components/repl/
H A Dautocomplete.ts40 const variableName = context.state.sliceDoc(object.from, object.to); constant
48 const variableName = context.state.sliceDoc(object.from, object.to); constant
/aosp_15_r20/packages/modules/AdServices/adservices/linter/java/android/adservices/lint/common/
DKillSwitchFlagUsageDetector.kt60 val variableName = node.getName() in isVariableNameContainsKillSwitch() constant
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/xsdc/linux_glibc_common/javac/
Dxsdc.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/body/
H A DVariableDeclarator.java58 public VariableDeclarator(String variableName) { in VariableDeclarator()
75 public VariableDeclarator(String variableName, Expression init) { in VariableDeclarator()
/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
H A DTemplateInterpreter.java206 String variableName = variableLocator.getVariableName(node.getVariable()); in caseASetCommand() local
231 String variableName = variableLocator.getVariableName(node.getVariable()); in caseANameCommand() local
658 private void setTempVariable(String variableName, Value value) { in setTempVariable()
/aosp_15_r20/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/generator/
H A DResourceFallbackCodeGenerator.java126 …<String, Integer> buildCompositeString(Collection<String> strings, String variableName, PrintWrite… in buildCompositeString()
153 …x, Map<String, Integer> keyIndex, Map<String, Integer> valueIndex, String variableName, PrintWrite… in writeStringToStringIndex() argument
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/poet/client/
H A DClientClassUtils.java197 String variableName = memberModel.getVariable().getVariableName(); in addS3ArnableFieldCode() local
225 String variableName = memberModel.getVariable().getVariableName(); in addS3ArnableFieldCode() local
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/binding/
H A DComponentRequirement.java175 public abstract String variableName(); in variableName() method in ComponentRequirement
221 String variableName) { in create()
H A DSourceFiles.java306 String variableName = protectAgainstKeywords(candidateName); in simpleVariableName() local
307 verify(isName(variableName), "'%s' was expected to be a valid variable name", variableName); in simpleVariableName() local
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/body/
H A DVariableDeclarator.java73 public VariableDeclarator(Type type, String variableName) { in VariableDeclarator()
81 public VariableDeclarator(Type type, String variableName, Expression initializer) { in VariableDeclarator()
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/gapic/model/
H A DResourceName.java41 public abstract String variableName(); in variableName() method in ResourceName
161 public abstract Builder setVariableName(String variableName); in setVariableName()
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/
H A DVariableDeclarationExpr.java72 public VariableDeclarationExpr(final Type type, String variableName) { in VariableDeclarationExpr()
80 public VariableDeclarationExpr(final Type type, String variableName, Modifier... modifiers) { in VariableDeclarationExpr()
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/expr/
H A DVariableDeclarationExpr.java66 public VariableDeclarationExpr(final Type elementType, String variableName) { in VariableDeclarationExpr()
76 …public VariableDeclarationExpr(final Type elementType, String variableName, Modifier... modifiers)… in VariableDeclarationExpr()

12345678910