Searched refs:variables (Results 1 – 25 of 40) sorted by relevance
12
58 Map<String, String> variables = new ArrayMap<>(); in load() local64 variables.putAll(substitutionVariables); in load()65 variables.putAll(ScenarioLoader.parseSubstitutions(json, substitutionVariables)); in load()66 return ScenarioLoader.parseScenario(json, variables); in load()69 private static Scenario parseScenario(JSONObject json, Map<String, String> variables) in parseScenario() argument76 Pair<Scenario.Request, Scenario.MockResponse> mock = parseMock(mockObject, variables); in parseScenario()83 JSONObject mock, Map<String, String> variables) throws JSONException { in parseMock() argument94 Scenario.Request request = parseRequest(requestJson, variables); in parseMock()103 .setDefaultResponse(parseResponse(responseJson, variables).build()) in parseMock()109 private static Scenario.Request parseRequest(JSONObject json, Map<String, String> variables) { in parseRequest() argument[all …]
255 address, name, variant, *variables = await pairing_events.get()257 on_pairing_id, address, name, variant, variables)264 [passkey] = variables271 [passkey] = variables288 [pincode] = variables
8 @rem Set local scope for the variables with windows NT shell72 @rem End local scope for the variables with windows NT shell
8 @rem Set local scope for the variables with windows NT shell78 @rem End local scope for the variables with windows NT shell
24 @rem Set local scope for the variables with windows NT shell77 @rem End local scope for the variables with windows NT shell
16 "-cppcoreguidelines-init-variables",
417 List<FieldDeclaration> variables = vehiclePropertyIdsClass.findAll(FieldDeclaration.class); in parse() local418 for (int i = 0; i < variables.size(); i++) { in parse()422 FieldDeclaration propertyDef = variables.get(i).asFieldDeclaration(); in parse()
33 variables: [
95 // Warn against catch clause parameters from shadowing variables in the outer scope
45 // To suppress compiler warnings for unused variables/functions used for debug features etc.
7 SYSTEMSERVERCLASSPATH environment variables.18 variables.
23 Value to the `User variables` list. Alternatively, you can bring up the same
64 * use `static const` variables instead of `#define`96 In nearly all cases, variables should be declared and initialized on the same line.109 As a result of the above rule to declare and initialize variables together,
META-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
55 variables: [
129 If you don't set any of these variables, VM remote attestation will be enabled
138 // To suppress compiler warnings for unused variables/functions used for debug features etc.
253 // These variables that are used in doclava templates.
25 // The above variables may have different values
1 // Common variables