Home
last modified time | relevance | path

Searched defs:NOT_FOUND (Results 1 – 25 of 635) sorted by relevance

12345678910>>...26

/aosp_15_r20/external/python/cpython3/Lib/test/test_importlib/source/
Dtest_finder.py182 NOT_FOUND = None variable in FinderTestsPEP451
196 NOT_FOUND = (None, []) variable in FinderTestsPEP420
212 NOT_FOUND = None variable in FinderTestsPEP302
/aosp_15_r20/external/opencensus-java/api/src/main/java/io/opencensus/trace/
H A DStatus.java98 NOT_FOUND(5), enumConstant
295 public static final Status NOT_FOUND = CanonicalCode.NOT_FOUND.toStatus(); field in Status
/aosp_15_r20/external/grpc-grpc-java/api/src/main/java/io/grpc/
H A DStatus.java106 NOT_FOUND(5), enumConstant
269 public static final Status NOT_FOUND = Code.NOT_FOUND.toStatus(); field in Status
/aosp_15_r20/external/autotest/client/cros/cellular/pseudomodem/
H A Dpm_errors.py72 NOT_FOUND = 11 variable in MMCoreError
176 NOT_FOUND = 22 variable in MMMobileEquipmentError
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dapi.rs284 pub const NOT_FOUND: Self = Self::new(c::ERROR_NOT_FOUND); constant
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dapi.rs284 pub const NOT_FOUND: Self = Self::new(c::ERROR_NOT_FOUND); constant
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dapi.rs284 pub const NOT_FOUND: Self = Self::new(c::ERROR_NOT_FOUND); constant
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/soap/
DSppConstants.java105 sErrorStrings.put(SppError.NOT_FOUND, "Not found"); in sErrorStrings.put()
221 public static final int NOT_FOUND = 16; field in SppConstants.SppError
/aosp_15_r20/art/tools/jfuzz/
H A Drun_jfuzz_test_nightly.py34 NOT_FOUND = -1 variable
/aosp_15_r20/art/artd/binder/com/android/server/art/
H A DFileVisibility.aidl31 NOT_FOUND = 0, enumConstant
/aosp_15_r20/out/soong/.intermediates/art/artd/binder/artd-aidl-java-source/gen/com/android/server/art/
DFileVisibility.java21 public static final int NOT_FOUND = 0; field
/aosp_15_r20/external/googleapis/google/ads/googleads/v14/errors/
H A Did_error.proto41 NOT_FOUND = 2; enumerator
/aosp_15_r20/external/googleapis/google/ads/googleads/v16/errors/
H A Did_error.proto41 NOT_FOUND = 2; enumerator
/aosp_15_r20/external/googleapis/google/ads/googleads/v15/errors/
H A Did_error.proto41 NOT_FOUND = 2; enumerator
/aosp_15_r20/external/google-breakpad/src/google_breakpad/processor/
H A Dsymbol_supplier.h48 NOT_FOUND, enumerator
/aosp_15_r20/out/soong/.intermediates/art/artd/binder/artd-aidl-ndk-source/gen/include/aidl/com/android/server/art/
DFileVisibility.h28 NOT_FOUND = 0, enumerator
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
H A Dhybrid_slow_start.h64 NOT_FOUND, enumerator
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/health/2.0/android.hardware.health-V2.0-java_gen_java/gen/srcs/android/hardware/health/V2_0/
DResult.java8 …public static final int NOT_FOUND = 3 /* ::android::hardware::health::V1_0::Result.UNKNOWN implici… field in Result
/aosp_15_r20/development/tools/winscope/src/trace_collection/
H A Dconnection_state.ts20 NOT_FOUND, enumerator
/aosp_15_r20/external/icing/proto/icing/proto/
H A Dstatus.proto48 NOT_FOUND = 4; enumerator
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/media/bufferpool/aidl/android.hardware.media.bufferpool2-V2-ndk-source/gen/include/aidl/android/hardware/media/bufferpool2/
DResultStatus.h60 enum : int32_t { NOT_FOUND = 3 }; enumerator
/aosp_15_r20/external/grpc-grpc/src/cpp/server/health/
H A Ddefault_health_check_service.h47 enum ServingStatus { NOT_FOUND, SERVING, NOT_SERVING }; enumerator
/aosp_15_r20/external/googleapis/google/devtools/resultstore/v2/
H A Dfile_processing_error.proto66 NOT_FOUND = 7; enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/server/health/
Ddefault_health_check_service.h47 enum ServingStatus { NOT_FOUND, SERVING, NOT_SERVING }; enumerator
/aosp_15_r20/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/
H A DCommonDatabaseUtils.java33 public static final long NOT_FOUND = -1; field in CommonDatabaseUtils

12345678910>>...26