Home
last modified time | relevance | path

Searched defs:c (Results 1 – 25 of 59) sorted by relevance

123

/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/utils/
DMsDosDateTimeUtilsTest.java27 Calendar c = Calendar.getInstance(); in packDate() local
50 Calendar c = Calendar.getInstance(); in packTime() local
/tools/tradefederation/core/src/com/android/tradefed/command/remote/
DRemoteManager.java329 private Thread processStartHandover(StartHandoverOp c, JSONObject result) { in processStartHandover()
344 private void processHandoverInitComplete(HandoverInitCompleteOp c, JSONObject result) { in processHandoverInitComplete()
349 private Thread processHandoverComplete(HandoverCompleteOp c, JSONObject result) { in processHandoverComplete()
360 private void processAllocate(AllocateDeviceOp c, JSONObject result) throws JSONException { in processAllocate()
372 private void processFree(FreeDeviceOp c, JSONObject result) throws JSONException { in processFree()
390 private void processAdd(AddCommandOp c, JSONObject result) throws JSONException { in processAdd()
404 private void processAddCommandFile(AddCommandFileOp c, JSONObject result) throws JSONException { in processAddCommandFile()
416 private void processExecCommand(ExecCommandOp c, JSONObject result) throws JSONException { in processExecCommand()
448 private void processGetLastCommandResult(GetLastCommandResultOp c, JSONObject json) in processGetLastCommandResult()
/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DTraceCmdCollector.java109 CollectingOutputReceiver c = new CollectingOutputReceiver(); in startTracing() local
112 device.executeShellCommand(traceCmd.toString(), c, 1, TimeUnit.SECONDS, 1); in startTracing() local
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/utils/
DMsDosDateTimeUtils.java40 Calendar c = Calendar.getInstance(); in packTime() local
74 Calendar c = Calendar.getInstance(); in packDate() local
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DPythonUnitTestRunnerTest.java138 CommandResult c = new CommandResult(); in testCheckPythonVersion_276given270min() local
145 CommandResult c = new CommandResult(); in testCheckPythonVersion_276given331min() local
158 CommandResult c = new CommandResult(); in testCheckPythonVersion_300given276min() local
/tools/metalava/src/main/java/com/android/tools/metalava/model/
DFieldItem.kt253 val c = str[i] in javaEscapeString() constant
275 val c = str[i] in javaUnescapeString() constant
296 val c = str[i] in javaUnescapeString() constant
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/
DTextTypeParameterItem.kt75 val c = typeParameterString[i] in create() constant
111 val c = s[i] in bounds() constant
DTextTypeItem.kt136 for (c in type) { in arrayDimensions() variable
218 for (c in typeString) { in markRecent() constant
287 val c = s[i] in markRecent() constant
356 val c = s[i] in markRecent() constant
381 val c = type[index] in markRecent() constant
DTextTypeParameterList.kt69 val c = s[i] in typeParameterStrings() constant
/tools/apksig/src/test/java/com/android/apksig/internal/asn1/
DAsn1BerParserTest.java183 ChoiceWithTwoOptions c = parse("0208ffffffffffffffff", ChoiceWithTwoOptions.class); in testChoiceWithDifferentTypedOptions() local
211 ChoiceWithThreeSequenceOptions c = parse("3000", ChoiceWithThreeSequenceOptions.class); in testChoiceWithSameTypedOptions() local
248 ChoiceWithTwoOptions c = parse(input, ChoiceWithTwoOptions.class); in testPrimitiveIndefiniteLengthEncodingWithGarbage() local
271 SequenceWithAsn1Opaque c = parse(input, SequenceWithAsn1Opaque.class); in testConstructedIndefiniteLengthEncodingWithoutNestedIndefiniteLengthDataValues() local
287 SequenceWithAsn1Opaque c = parse(input, SequenceWithAsn1Opaque.class); in testConstructedIndefiniteLengthEncodingWithNestedIndefiniteLengthDataValues() local
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DPythonUnitTestRunner.java120 CommandResult c = runUtil.runTimedCmd(1000, "which", "python"); in getPythonBinary() local
150 protected void checkPythonVersion(CommandResult c) { in checkPythonVersion()
202 CommandResult c = runUtil.runTimedCmd(mTestTimeout, cmd); in doRunTest() local
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/utils/
DIOExceptionConsumer.java44 static <T> Consumer<T> asConsumer(@Nonnull IOExceptionConsumer<T> c) { in asConsumer()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DPythonVirtualenvPreparer.java74 CommandResult c = mRunUtil.runTimedCmd(BASE_TIMEOUT * 5, mPip, in installDeps() local
87 CommandResult c = mRunUtil.runTimedCmd(BASE_TIMEOUT * 5, mPip, in installDeps() local
DFlashingResourcesParser.java93 public FlashingResourcesParser(File deviceImgZipFile, Map<String, Constraint> c) in FlashingResourcesParser()
119 public FlashingResourcesParser(BufferedReader infoReader, Map<String, Constraint> c) in FlashingResourcesParser()
343 Constraint c = null; in parseAndroidInfo() local
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DTableBuilderTest.java79 private String generateString(int len, char c) { in generateString()
/tools/metalava/src/main/java/com/android/tools/metalava/
DAndroidApiChecks.kt123 val c = doc[i] in findDocumentation() constant
150 val c = doc[i] in findDocumentation() constant
/tools/apksig/src/test/java/com/android/apksig/util/
DDataSourceTestBase.java49 try (CloseableWithDataSource c = createDataSource("Hello12345")) { in testSize()
57 try (CloseableWithDataSource c = createDataSource("Hello12345")) { in testSlice()
95 try (CloseableWithDataSource c = createDataSource("test1234")) { in testGetByteBuffer()
131 try (CloseableWithDataSource c = createDataSource("test1234")) { in testFeed()
169 try (CloseableWithDataSource c = createDataSource("abcdefghijklmnop")) { in testCopyTo()
DDataSinkTestBase.java48 try (CloseableWithDataSink<T> c = createDataSink()) { in testConsumeFromArray()
76 try (CloseableWithDataSink<T> c = createDataSink()) { in testConsumeFromByteBuffer()
DDataSourceFromRAFChunkTest.java38 try (CloseableWithDataSource c = createDataSource("abcdefg")) { in testFileSizeChangesNotVisible()
/tools/tradefederation/contrib/src/com/android/tradefed/presubmit/
DGeneralTestsConfigValidation.java70 IConfiguration c = in testConfigsLoad() local
DDeviceTestsConfigValidation.java73 IConfiguration c = in testConfigsLoad() local
/tools/tradefederation/core/tests/src/com/android/tradefed/clearcut/
DClearcutClientTest.java80 ClearcutClient c = in testDisableClient() local
/tools/apksig/src/test/java/com/android/apksig/internal/util/
DHexEncoding.java81 private static int getHexadecimalDigitValue(char c) { in getHexadecimalDigitValue()
/tools/dexter/slicer/
Ddex_bytecode.cc33 #define INSTRUCTION_DESCR(o, c, p, format, index, flags, e, vflags) \ argument
124 #define INSTRUCTION_NAME(o, c, pname, f, i, a, e, v) pname, argument
/tools/metalava/src/main/java/com/android/tools/metalava/doclava1/
DSourcePositionInfo.java44 char c = str.charAt(i); in add() local

123