/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowCameraParametersTest.java | 19 private Camera.Parameters parameters; field in ShadowCameraParametersTest 23 parameters = Shadow.newInstanceOf(Camera.Parameters.class); in setUp() 28 assertThat(Shadows.shadowOf(parameters).getPictureHeight()).isNotEqualTo(600); in testPictureSize() 29 assertThat(Shadows.shadowOf(parameters).getPictureWidth()).isNotEqualTo(800); in testPictureSize() 30 parameters.setPictureSize(800, 600); in testPictureSize() 31 Camera.Size pictureSize = parameters.getPictureSize(); in testPictureSize() 34 assertThat(Shadows.shadowOf(parameters).getPictureHeight()).isEqualTo(600); in testPictureSize() 35 assertThat(Shadows.shadowOf(parameters).getPictureWidth()).isEqualTo(800); in testPictureSize() 41 parameters.getPreviewFpsRange(fpsRange); in testPreviewFpsRange() 44 parameters.setPreviewFpsRange(15, 25); in testPreviewFpsRange() [all …]
|
/external/python/google-api-python-client/docs/dyn/ |
D | tagmanager_v1.accounts.containers.triggers.html | 105 "map": [ # This map parameter's parameters (must have keys; keys must be unique). 108 "list": [ # This list parameter's parameters (keys will be ignored). 112 …named key that uniquely identifies a parameter. Required for top-level parameters, as well as map … 116 # - list: A list of parameters should be specified 117 # - map: A map of parameters should be specified 122 "map": [ # This map parameter's parameters (must have keys; keys must be unique). 125 "list": [ # This list parameter's parameters (keys will be ignored). 129 …named key that uniquely identifies a parameter. Required for top-level parameters, as well as map … 133 # - list: A list of parameters should be specified 134 # - map: A map of parameters should be specified [all …]
|
D | tagmanager_v2.accounts.containers.workspaces.triggers.html | 110 "map": [ # This map parameter's parameters (must have keys; keys must be unique). 113 "list": [ # This list parameter's parameters (keys will be ignored). 117 …named key that uniquely identifies a parameter. Required for top-level parameters, as well as map … 121 # - list: A list of parameters should be specified 122 # - map: A map of parameters should be specified 127 "map": [ # This map parameter's parameters (must have keys; keys must be unique). 130 "list": [ # This list parameter's parameters (keys will be ignored). 134 …named key that uniquely identifies a parameter. Required for top-level parameters, as well as map … 138 # - list: A list of parameters should be specified 139 # - map: A map of parameters should be specified [all …]
|
D | tagmanager_v2.accounts.containers.workspaces.html | 239 … "parameter": [ # A list of named parameters (key/value), depending on the condition's type. Notes: 240 …# - For binary operators, include parameters named arg0 and arg1 for specifying the left and right… 245 … "map": [ # This map parameter's parameters (must have keys; keys must be unique). 248 "list": [ # This list parameter's parameters (keys will be ignored). 252 …named key that uniquely identifies a parameter. Required for top-level parameters, as well as map … 256 # - list: A list of parameters should be specified 257 # - map: A map of parameters should be specified 282 "map": [ # This map parameter's parameters (must have keys; keys must be unique). 285 "list": [ # This list parameter's parameters (keys will be ignored). 289 …named key that uniquely identifies a parameter. Required for top-level parameters, as well as map … [all …]
|
D | tagmanager_v1.accounts.containers.versions.html | 161 "parameter": [ # The macro's parameters. 163 "map": [ # This map parameter's parameters (must have keys; keys must be unique). 166 "list": [ # This list parameter's parameters (keys will be ignored). 170 …named key that uniquely identifies a parameter. Required for top-level parameters, as well as map … 174 # - list: A list of parameters should be specified 175 # - map: A map of parameters should be specified 195 … "parameter": [ # A list of named parameters (key/value), depending on the condition's type. Notes: 196 …# - For binary operators, include parameters named arg0 and arg1 for specifying the left and right… 201 "map": [ # This map parameter's parameters (must have keys; keys must be unique). 204 "list": [ # This list parameter's parameters (keys will be ignored). [all …]
|
D | tagmanager_v2.accounts.containers.versions.html | 156 … "parameter": [ # A list of named parameters (key/value), depending on the condition's type. Notes: 157 …# - For binary operators, include parameters named arg0 and arg1 for specifying the left and right… 162 "map": [ # This map parameter's parameters (must have keys; keys must be unique). 165 "list": [ # This list parameter's parameters (keys will be ignored). 169 …named key that uniquely identifies a parameter. Required for top-level parameters, as well as map … 173 # - list: A list of parameters should be specified 174 # - map: A map of parameters should be specified 199 "map": [ # This map parameter's parameters (must have keys; keys must be unique). 202 "list": [ # This list parameter's parameters (keys will be ignored). 206 …named key that uniquely identifies a parameter. Required for top-level parameters, as well as map … [all …]
|
D | tagmanager_v1.accounts.containers.folders.entities.html | 107 "parameter": [ # The variable's parameters. 109 "map": [ # This map parameter's parameters (must have keys; keys must be unique). 112 "list": [ # This list parameter's parameters (keys will be ignored). 116 …named key that uniquely identifies a parameter. Required for top-level parameters, as well as map … 120 # - list: A list of parameters should be specified 121 # - map: A map of parameters should be specified 136 "map": [ # This map parameter's parameters (must have keys; keys must be unique). 139 "list": [ # This list parameter's parameters (keys will be ignored). 143 …named key that uniquely identifies a parameter. Required for top-level parameters, as well as map … 147 # - list: A list of parameters should be specified [all …]
|
/external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/ |
D | CameraConfigurationManager.java | 31 * A class which deals with reading, parsing, and setting the camera parameters which are used to 52 Camera.Parameters parameters = camera.getParameters(); in initFromCameraParameters() local 67 cameraResolution = findBestPreviewSizeValue(parameters, screenResolution, false); in initFromCameraParameters() 72 Camera.Parameters parameters = camera.getParameters(); in setDesiredCameraParameters() local 74 if (parameters == null) { in setDesiredCameraParameters() 75 … Log.w(TAG, "Device error: no camera parameters are available. Proceeding without configuration."); in setDesiredCameraParameters() 81 initializeTorch(parameters, prefs); in setDesiredCameraParameters() 82 String focusMode = findSettableValue(parameters.getSupportedFocusModes(), in setDesiredCameraParameters() 83 Camera.Parameters.FOCUS_MODE_AUTO, in setDesiredCameraParameters() 84 Camera.Parameters.FOCUS_MODE_MACRO); in setDesiredCameraParameters() [all …]
|
/external/mockftpserver/tags/1.2/src/main/java/org/mockftpserver/stub/command/ |
D | PortCommandHandler.java | 36 …EY} ("host") - the client data host (InetAddress) submitted on the invocation (from parameters 1-4) 74 * Parse a 32-bit IP address from the String[] of FTP command parameters. 76 * @param parameters - the String[] of command parameters. It is the concatenation 80 * representation). Thus, the six parameters for the port command would be: 85 * @return the InetAddres representing the host parsed from the parameters 87 …* @throws AssertFailedException - if parameters is null or contains an insufficient number of elem… 88 * @throws NumberFormatException - if one of the parameters does not contain a parsable integer 91 static InetAddress parseHost(String[] parameters) throws UnknownHostException { in parseHost() argument 92 verifySufficientParameters(parameters); in parseHost() 94 byte host1 = Byte.parseByte(parameters[0]); in parseHost() [all …]
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/java/org/mockftpserver/stub/command/ |
D | PortCommandHandler.java | 36 …EY} ("host") - the client data host (InetAddress) submitted on the invocation (from parameters 1-4) 74 * Parse a 32-bit IP address from the String[] of FTP command parameters. 76 * @param parameters - the String[] of command parameters. It is the concatenation 80 * representation). Thus, the six parameters for the port command would be: 85 * @return the InetAddres representing the host parsed from the parameters 87 …* @throws AssertFailedException - if parameters is null or contains an insufficient number of elem… 88 * @throws NumberFormatException - if one of the parameters does not contain a parsable integer 91 static InetAddress parseHost(String[] parameters) throws UnknownHostException { in parseHost() argument 92 verifySufficientParameters(parameters); in parseHost() 94 byte host1 = Byte.parseByte(parameters[0]); in parseHost() [all …]
|
/external/mockftpserver/tags/1.2.2/src/main/java/org/mockftpserver/stub/command/ |
D | PortCommandHandler.java | 36 …EY} ("host") - the client data host (InetAddress) submitted on the invocation (from parameters 1-4) 74 * Parse a 32-bit IP address from the String[] of FTP command parameters. 76 * @param parameters - the String[] of command parameters. It is the concatenation 80 * representation). Thus, the six parameters for the port command would be: 85 * @return the InetAddres representing the host parsed from the parameters 87 …* @throws AssertFailedException - if parameters is null or contains an insufficient number of elem… 88 * @throws NumberFormatException - if one of the parameters does not contain a parsable integer 91 static InetAddress parseHost(String[] parameters) throws UnknownHostException { in parseHost() argument 92 verifySufficientParameters(parameters); in parseHost() 94 byte host1 = Byte.parseByte(parameters[0]); in parseHost() [all …]
|
/external/mockftpserver/tags/1.0/src/main/java/org/mockftpserver/stub/command/ |
D | PortCommandHandler.java | 36 …EY} ("host") - the client data host (InetAddress) submitted on the invocation (from parameters 1-4) 74 * Parse a 32-bit IP address from the String[] of FTP command parameters. 76 * @param parameters - the String[] of command parameters. It is the concatenation 80 * representation). Thus, the six parameters for the port command would be: 85 * @return the InetAddres representing the host parsed from the parameters 87 …* @throws AssertFailedException - if parameters is null or contains an insufficient number of elem… 88 * @throws NumberFormatException - if one of the parameters does not contain a parsable integer 91 static InetAddress parseHost(String[] parameters) throws UnknownHostException { in parseHost() argument 92 verifySufficientParameters(parameters); in parseHost() 94 byte host1 = Byte.parseByte(parameters[0]); in parseHost() [all …]
|
/external/mockftpserver/tags/1.1/src/main/java/org/mockftpserver/stub/command/ |
D | PortCommandHandler.java | 36 …EY} ("host") - the client data host (InetAddress) submitted on the invocation (from parameters 1-4) 74 * Parse a 32-bit IP address from the String[] of FTP command parameters. 76 * @param parameters - the String[] of command parameters. It is the concatenation 80 * representation). Thus, the six parameters for the port command would be: 85 * @return the InetAddres representing the host parsed from the parameters 87 …* @throws AssertFailedException - if parameters is null or contains an insufficient number of elem… 88 * @throws NumberFormatException - if one of the parameters does not contain a parsable integer 91 static InetAddress parseHost(String[] parameters) throws UnknownHostException { in parseHost() argument 92 verifySufficientParameters(parameters); in parseHost() 94 byte host1 = Byte.parseByte(parameters[0]); in parseHost() [all …]
|
/external/mockftpserver/tags/1.2.1/src/main/java/org/mockftpserver/stub/command/ |
D | PortCommandHandler.java | 36 …EY} ("host") - the client data host (InetAddress) submitted on the invocation (from parameters 1-4) 74 * Parse a 32-bit IP address from the String[] of FTP command parameters. 76 * @param parameters - the String[] of command parameters. It is the concatenation 80 * representation). Thus, the six parameters for the port command would be: 85 * @return the InetAddres representing the host parsed from the parameters 87 …* @throws AssertFailedException - if parameters is null or contains an insufficient number of elem… 88 * @throws NumberFormatException - if one of the parameters does not contain a parsable integer 91 static InetAddress parseHost(String[] parameters) throws UnknownHostException { in parseHost() argument 92 verifySufficientParameters(parameters); in parseHost() 94 byte host1 = Byte.parseByte(parameters[0]); in parseHost() [all …]
|
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/core/util/ |
D | PortParser.java | 41 * Parse a 32-bit IP address from the String[] of FTP command parameters. 43 * @param parameters - the String[] of command parameters. It is the concatenation 47 * representation). Thus, the six parameters for the port command would be: 51 * @return the InetAddres representing the host parsed from the parameters 53 …* - if parameters is null or contains an insufficient number of elem… 54 * @throws NumberFormatException - if one of the parameters does not contain a parsable integer 56 public static InetAddress parseHost(String[] parameters) { in parseHost() argument 57 verifySufficientParameters(parameters); in parseHost() 59 byte host1 = parseByte(parameters[0]); in parseHost() 60 byte host2 = parseByte(parameters[1]); in parseHost() [all …]
|
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/core/util/ |
D | PortParser.java | 41 * Parse a 32-bit IP address from the String[] of FTP command parameters. 43 * @param parameters - the String[] of command parameters. It is the concatenation 47 * representation). Thus, the six parameters for the port command would be: 51 * @return the InetAddres representing the host parsed from the parameters 53 …* - if parameters is null or contains an insufficient number of elem… 54 * @throws NumberFormatException - if one of the parameters does not contain a parsable integer 56 public static InetAddress parseHost(String[] parameters) { in parseHost() argument 57 verifySufficientParameters(parameters); in parseHost() 59 byte host1 = parseByte(parameters[0]); in parseHost() 60 byte host2 = parseByte(parameters[1]); in parseHost() [all …]
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/core/util/ |
D | PortParser.java | 41 * Parse a 32-bit IP address from the String[] of FTP command parameters. 43 * @param parameters - the String[] of command parameters. It is the concatenation 47 * representation). Thus, the six parameters for the port command would be: 51 * @return the InetAddres representing the host parsed from the parameters 53 …* - if parameters is null or contains an insufficient number of elem… 54 * @throws NumberFormatException - if one of the parameters does not contain a parsable integer 56 public static InetAddress parseHost(String[] parameters) { in parseHost() argument 57 verifySufficientParameters(parameters); in parseHost() 59 byte host1 = parseByte(parameters[0]); in parseHost() 60 byte host2 = parseByte(parameters[1]); in parseHost() [all …]
|
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/core/util/ |
D | PortParser.java | 41 * Parse a 32-bit IP address from the String[] of FTP command parameters. 43 * @param parameters - the String[] of command parameters. It is the concatenation 47 * representation). Thus, the six parameters for the port command would be: 51 * @return the InetAddres representing the host parsed from the parameters 53 …* - if parameters is null or contains an insufficient number of elem… 54 * @throws NumberFormatException - if one of the parameters does not contain a parsable integer 56 public static InetAddress parseHost(String[] parameters) { in parseHost() argument 57 verifySufficientParameters(parameters); in parseHost() 59 byte host1 = parseByte(parameters[0]); in parseHost() 60 byte host2 = parseByte(parameters[1]); in parseHost() [all …]
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/core/util/ |
D | PortParser.java | 41 * Parse a 32-bit IP address from the String[] of FTP command parameters. 43 * @param parameters - the String[] of command parameters. It is the concatenation 47 * representation). Thus, the six parameters for the port command would be: 51 * @return the InetAddres representing the host parsed from the parameters 53 …* - if parameters is null or contains an insufficient number of elem… 54 * @throws NumberFormatException - if one of the parameters does not contain a parsable integer 56 public static InetAddress parseHost(String[] parameters) { in parseHost() argument 57 verifySufficientParameters(parameters); in parseHost() 59 byte host1 = parseByte(parameters[0]); in parseHost() 60 byte host2 = parseByte(parameters[1]); in parseHost() [all …]
|
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/core/util/ |
D | PortParser.java | 41 * Parse a 32-bit IP address from the String[] of FTP command parameters. 43 * @param parameters - the String[] of command parameters. It is the concatenation 47 * representation). Thus, the six parameters for the port command would be: 51 * @return the InetAddres representing the host parsed from the parameters 53 …* - if parameters is null or contains an insufficient number of elem… 54 * @throws NumberFormatException - if one of the parameters does not contain a parsable integer 56 public static InetAddress parseHost(String[] parameters) { in parseHost() argument 57 verifySufficientParameters(parameters); in parseHost() 59 byte host1 = parseByte(parameters[0]); in parseHost() 60 byte host2 = parseByte(parameters[1]); in parseHost() [all …]
|
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/command/ |
D | PortCommandHandler.java | 36 …EY} ("host") - the client data host (InetAddress) submitted on the invocation (from parameters 1-4) 74 * Parse a 32-bit IP address from the String[] of FTP command parameters. 76 * @param parameters - the String[] of command parameters. It is the concatenation 80 * representation). Thus, the six parameters for the port command would be: 85 * @return the InetAddres representing the host parsed from the parameters 87 …* @throws AssertFailedException - if parameters is null or contains an insufficient number of elem… 88 * @throws NumberFormatException - if one of the parameters does not contain a parsable integer 91 static InetAddress parseHost(String[] parameters) throws UnknownHostException { in parseHost() argument 92 verifySufficientParameters(parameters); in parseHost() 94 byte host1 = parseByte(parameters[0]); in parseHost() [all …]
|
/external/mockftpserver/tags/1.2.4/src/main/java/org/mockftpserver/stub/command/ |
D | PortCommandHandler.java | 36 …EY} ("host") - the client data host (InetAddress) submitted on the invocation (from parameters 1-4) 74 * Parse a 32-bit IP address from the String[] of FTP command parameters. 76 * @param parameters - the String[] of command parameters. It is the concatenation 80 * representation). Thus, the six parameters for the port command would be: 85 * @return the InetAddres representing the host parsed from the parameters 87 …* @throws AssertFailedException - if parameters is null or contains an insufficient number of elem… 88 * @throws NumberFormatException - if one of the parameters does not contain a parsable integer 91 static InetAddress parseHost(String[] parameters) throws UnknownHostException { in parseHost() argument 92 verifySufficientParameters(parameters); in parseHost() 94 byte host1 = parseByte(parameters[0]); in parseHost() [all …]
|
/external/mockftpserver/tags/1.2.3/src/main/java/org/mockftpserver/stub/command/ |
D | PortCommandHandler.java | 36 …EY} ("host") - the client data host (InetAddress) submitted on the invocation (from parameters 1-4) 74 * Parse a 32-bit IP address from the String[] of FTP command parameters. 76 * @param parameters - the String[] of command parameters. It is the concatenation 80 * representation). Thus, the six parameters for the port command would be: 85 * @return the InetAddres representing the host parsed from the parameters 87 …* @throws AssertFailedException - if parameters is null or contains an insufficient number of elem… 88 * @throws NumberFormatException - if one of the parameters does not contain a parsable integer 91 static InetAddress parseHost(String[] parameters) throws UnknownHostException { in parseHost() argument 92 verifySufficientParameters(parameters); in parseHost() 94 byte host1 = parseByte(parameters[0]); in parseHost() [all …]
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | recurse1.vert.out | 5 0:3 Function Parameters: 7 0:9 Function Parameters: 11 0:16 Function Parameters: 18 0:21 Function Parameters: 28 0:32 Function Parameters: 32 0:33 Function Parameters: 36 0:34 Function Parameters: 40 0:35 Function Parameters: 44 0:41 Function Parameters: 50 0:42 Function Parameters: [all …]
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | recurse1.vert.out | 5 0:3 Function Parameters: 7 0:9 Function Parameters: 11 0:16 Function Parameters: 18 0:21 Function Parameters: 28 0:32 Function Parameters: 32 0:33 Function Parameters: 36 0:34 Function Parameters: 40 0:35 Function Parameters: 44 0:41 Function Parameters: 50 0:42 Function Parameters: [all …]
|