Searched refs:active (Results 1 – 6 of 6) sorted by relevance
41 StringBuffer active = new StringBuffer(); in main() local42 active.append("first one"); in main()43 String a = active.toString(); in main()44 active.setLength(0); in main()45 active.append("second"); in main()46 String b = active.toString(); in main()47 active.setLength(0); in main()
180 int active = 1; in doInvokeAny() local188 ++active; in doInvokeAny()190 else if (active == 0) in doInvokeAny()202 --active; in doInvokeAny()
1787 active = (int)(c >> RC_SHIFT),1807 else if (active > minActive) { // reduce parallelism2021 for (boolean active = true, locals = true;;) {2041 if (!active) { // increment before taking2042 active = true;2067 if (!active)2073 if (active) { // decrement2074 active = false;
177 private DateTimeFormatterBuilder active = this; field in DateTimeFormatterBuilder654 if (active.valueParserIndex >= 0) { in appendValue()655 final int activeValueParser = active.valueParserIndex; in appendValue()658 … NumberPrinterParser basePP = (NumberPrinterParser) active.printerParsers.get(activeValueParser); in appendValue()665 active.valueParserIndex = activeValueParser; in appendValue()670 active.valueParserIndex = appendInternal(pp); in appendValue()673 active.printerParsers.set(activeValueParser, basePP); in appendValue()676 active.valueParserIndex = appendInternal(pp); in appendValue()1938 if (active.parent == null) { in parsePattern()2177 active.padNextWidth = padWidth; in padNext()[all …]
226 int active = 0; in test_activeCount() local229 active = Thread.activeCount(); in test_activeCount()231 assertTrue("Incorrect activeCount for current group: " + active, active > 1); in test_activeCount()
149 # active interfaces on the system. See the man page for details.