- Sort Score
- Result 10 results
- Languages All
Results 741 - 750 of 4,290 for See (0.03 sec)
-
OpenJdk6SetTests.java
SE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. L13: * See the License for the specific language governing permissions and L14: * limitations under the License. L15: */ L16: L17:package com.google.common.collect.testing; L18: L19:import static com.google.common.collect.testing.testers.CollectionAddAllTeste...github.com/google/guava/guava-testlib/test/com/...Sat Oct 19 00:05:46 UTC 2024 2K bytes -
ComparatorOrdering.java
SE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. L13: * See the License for the specific language governing permissions and L14: * limitations under the License. L15: */ L16: L17:package com.google.common.collect; L18: L19:import static com.google.common.base.Preconditions.checkNotNull; L20: L21:import com....github.com/google/guava/guava/src/com/google/co...Sun Jun 20 14:22:42 UTC 2021 1.9K bytes -
NullArgumentExceptionTest.java
SE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.core.exception; L17: L18:import static org.hamcrest.CoreMatchers.is; L19:import static org.junit.Assert.assertThat;...github.com/codelibs/corelib/src/test/java/org/c...Thu Mar 07 01:59:08 UTC 2024 2K bytes -
StreamUtilTest.java
SE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.core.stream; L17: L18:import java.util.HashMap; L19:import java.util.Map; L20: L21:import junit.framework.TestCase;...github.com/codelibs/corelib/src/test/java/org/c...Thu Mar 07 01:59:08 UTC 2024 1.7K bytes -
InterruptibleTask.java
Thread.interrupt can throw arbitrary exceptions due to the nio InterruptibleChannel API L206: // This will make sure that tasks don't get stuck busy waiting. L207: // Some of this is fixed in jdk11 (see https://bugs.openjdk.java.net/browse/JDK-8198692) but L208: // not all. See the test cases for examples on how this can happen. L209: try { L210: ((Thread) currentRunner).interrupt(); L211: } finally { L212: Runnable prev = getAndSet(DONE); L213: ...github.com/google/guava/android/guava/src/com/g...Thu Oct 17 02:42:09 UTC 2024 10.1K bytes -
ListenableFuture.java
directExecutor()} listeners inline -- consider {@link L137: * MoreExecutors#directExecutor}. Otherwise, avoid it: See the warnings on the docs for {@code L138: * directExecutor}. L139: * L140: * <p>This is the most general listener interface. For common operations performed using L141: * listeners, see {@link Futures}. For a simplified but general listener interface, see {@link L142: * Futures#addCallback addCallback()}. L143: * L144: * <p>Memory consistency effects: Actions in a...github.com/google/guava/android/guava/src/com/g...Mon Jun 26 21:13:41 UTC 2023 8K bytes -
FessFileTransformer.java
SE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.crawler.transformer; L17: L18:import org.apache.logging.log4j.LogManager; L19:import org.apache.logging.log4j.Logger;...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 2.2K bytes -
BadWordPagerTest.java
SE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.pager; L17: L18:import java.util.ArrayList; L19:import java.util.List; L20: L21:import org.codelibs.fess...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 2.6K bytes -
AzureAdAuthenticatorTest.java
SE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.sso.aad; L17: L18:import java.util.ArrayList; L19:import java.util.List; L20: L21:import org.codelibs.fess.u...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 2K bytes -
PerCallSettings.java
SE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. L13: * See the License for the specific language governing permissions and L14: * limitations under the License. L15: */ L16:package okhttp3.recipes; L17: L18:import java.io.IOException; L19:import java.util.concurrent.TimeUnit; L20:import okhttp3.OkHttpClient;...github.com/square/okhttp/samples/guide/src/main...Sun May 22 01:29:42 UTC 2016 1.9K bytes