Searched defs:you (Results 1 - 2 of 2) sorted by relevance

/external/v8/tools/
H A Dtest-server.py158 print("Failed to import implementation. Have you run 'setup'?") namespace
164 print("No 'v8' working directory found. Have you run 'setup'?")
/external/guava/guava-testlib/src/com/google/common/testing/
H A DAbstractPackageSanityTests.java5 * you may not use this file except in compliance with the License.
161 * <p>In all cases, if {@code C} needs custom logic for testing serialization, you can add an
204 * <p>In all cases, if {@code C} needs custom logic for testing nulls, you can add an explicit
239 * <p>In all cases, if {@code C} needs custom logic for testing {@code equals()}, you can add an
286 + "If the class is better tested explicitly, you can add %s() to %sTest",
373 final Chopper or(final Chopper you) { argument
377 return i.chop(str).or(you.chop(str));

Completed in 196 milliseconds