Searched refs:currentInput (Results 1 – 7 of 7) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | CheckNumbers.java | 578 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()
|
D | CheckDates.java | 1255 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";
|
D | CheckCLDR.java | 966 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/ |
D | rtc_video_capture_ios_objc.mm | 126 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/ |
D | delocate.go | 84 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/ |
D | YAMLParser.cpp | 305 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/ |
D | YAMLParser.cpp | 298 StringRef currentInput() { in currentInput() function in llvm::yaml::Scanner 1076 EncodingInfo EI = getUnicodeEncoding(currentInput()); in scanStreamStart()
|