HomeSort by relevance Sort by last modified time
    Searched full:absent (Results 501 - 525 of 1425) sorted by null

<<21222324252627282930>>

  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
FactoryGenerator.java 120 constructorWriter = Optional.absent();
  /external/emma/core/java12/com/vladium/emma/report/
AbstractReportGenerator.java 150 // SF BUG 979717: this check was incorrectly absent in the initial FR impl:
  /external/flatbuffers/docs/source/
CUsage.md 173 the best approach. If the namespace is absent, or simple and
  /external/guava/guava/src/com/google/common/cache/
CacheStats.java 122 * loaded) value, or null. Multiple concurrent calls to {@link Cache} lookup methods on an absent
  /external/guava/guava/src/com/google/common/collect/
ComputingConcurrentHashMap.java 298 // only used by put, to whom we always want to appear absent.
  /external/guava/guava-gwt/test-super/com/google/common/net/super/com/google/common/net/
MediaTypeTest.java 276 assertEquals(Optional.absent(), MediaType.parse("text/plain").charset());
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
FeatureSpecificTestSuiteBuilder.java 251 "%s: skipping because these features are absent: %s",
  /external/ltp/testcases/kernel/controllers/memcg/regression/
memcg_regression_test.sh 39 tst_resm TCONF "Either memory resource controller kernel support absent"
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
CacheControl.java 45 String headerValue; // Lazily computed, if absent.
  /external/okhttp/okhttp-apache/src/test/java/com/squareup/okhttp/apache/
OkApacheClientTest.java 249 // Content length should be absent.
  /external/okhttp/okio/okio/src/main/java/okio/
BufferedSource.java 169 * must consume either '\r\n' or '\n'. If these characters are absent in the
  /external/v8/src/builtins/
builtins-function.cc 205 if (attributes.FromJust() != ABSENT) {
  /frameworks/av/media/libstagefright/include/
MetaData.h 42 // a rectangle, if absent assumed to be (0, 0, width - 1, height - 1)
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CarrierSignalAgent.java 105 && IccCardConstants.State.ABSENT == mPhone.getIccCard().getState()) {
  /frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/
single_source_alloc.rs 150 // Handle RenderScript's distinction between Y or Z dimension being absent
  /frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
single_source_alloc.rs 151 // Handle RenderScript's distinction between Y or Z dimension being absent
  /libcore/ojluni/src/main/java/java/lang/reflect/
Parameter.java 55 * absent, however, then {@code Executable} uses this constructor
  /packages/apps/Camera2/src/com/android/camera/widget/
ModeOptions.java 94 mListener = Optional.absent();
  /packages/apps/Dialer/java/com/android/incallui/
CallerInfoUtils.java 190 // "ABSENT NUMBER" is a possible value we could get from the network as the
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
tic.h 213 /* out-of-band values for representing absent capabilities */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
tic.h 227 /* out-of-band values for representing absent capabilities */
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
TelephonyBaseTest.py 275 Gets the stress_test_number param. If absent, returns default 100.
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultisetNavigationTester.java 178 @CollectionFeature.Require(absent = SUPPORTS_REMOVE)
232 @CollectionFeature.Require(absent = SUPPORTS_REMOVE)
  /external/guava/guava-testlib/src/com/google/common/testing/
FreshValueGenerator.java 178 // For any Optional<T>, we'll first generate absent(). The next call generates a distinct
180 return Optional.absent();
  /external/harfbuzz_ng/test/api/
test-ot-math.c 359 g_assert_cmpint(get_glyph_assembly_italics_correction (hb_font, glyph, TRUE), ==, 0); // VertGlyphCoverage and HorizGlyphCoverage absent
360 g_assert_cmpint(get_glyph_assembly_italics_correction (hb_font, glyph, FALSE), ==, 0); // VertGlyphCoverage and HorizGlyphCoverage absent
    [all...]

Completed in 1192 milliseconds

<<21222324252627282930>>