Home
last modified time | relevance | path

Searched refs:currentInput (Results 1 – 7 of 7) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/test/
DCheckNumbers.java578 currentPattern = currentInput = currentFormatted = currentReparsed = "?"; in getArguments()
591 currentInput = inout.get("input"); in getArguments()
592 if (currentInput == null) { in getArguments()
593 currentInput = getSampleInput(); in getArguments()
595 d = Double.parseDouble(currentInput); in getArguments()
597 currentInput = "Use English format: 1234.56"; in getArguments()
DCheckDates.java1255 currentPattern = currentInput = currentFormatted = currentReparsed = "?";
1268 currentInput = (String) inout.get("input");
1269 if (currentInput == null) {
1270 currentInput = getSampleInput();
1272 d = neutralFormat.parse(currentInput);
1274 currentInput = "Use neutral format like: 1993-11-31 13:49:02";
DCheckCLDR.java966 protected String currentPattern, currentInput, currentFormatted, currentReparsed; field in CheckCLDR.FormatDemo
979 …FormatDemo.appendLine(htmlMessage, currentPattern, currentInput, currentFormatted, currentReparsed… in getHTML()
987 … (Object[]) new String[] { currentPattern, currentInput, currentFormatted, currentReparsed }); in getPlainText()
/external/webrtc/webrtc/modules/video_capture/ios/
Drtc_video_capture_ios_objc.mm126 AVCaptureDeviceInput* currentInput = [currentInputs objectAtIndex:0];
127 if ([uniqueId isEqualToString:[currentInput.device localizedName]]) {
316 AVCaptureInput* currentInput =
319 [_captureSession removeInput:currentInput];
/external/boringssl/src/util/fipstools/delocate/
Ddelocate.go84 currentInput inputFile member
88 return d.currentInput.contents[node.begin:node.end]
116 d.currentInput = input
1677 if d.currentInput.index == 0 {
1680 return symbol + "_BCM_" + strconv.Itoa(d.currentInput.index)
/external/llvm/lib/Support/
DYAMLParser.cpp305 StringRef currentInput() { in currentInput() function in llvm::yaml::Scanner
1082 EncodingInfo EI = getUnicodeEncoding(currentInput()); in scanStreamStart()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DYAMLParser.cpp298 StringRef currentInput() { in currentInput() function in llvm::yaml::Scanner
1076 EncodingInfo EI = getUnicodeEncoding(currentInput()); in scanStreamStart()