HomeSort by relevance Sort by last modified time
    Searched refs:code (Results 876 - 900 of 19832) sorted by null

<<31323334353637383940>>

  /external/tensorflow/tensorflow/core/platform/cloud/
retrying_utils.cc 31 bool IsRetriable(error::Code code) {
32 switch (code) {
58 if (!IsRetriable(status.code())) {
93 if (is_retried && status.code() == error::NOT_FOUND) {
  /external/tpm2/include/tpm2/
TpmError.h 29 TpmFail(const char *function, int line, int code);
  /external/v8/src/compiler/
frame-elider.h 2 // Use of this source code is governed by a BSD-style license that can be
19 explicit FrameElider(InstructionSequence* code);
  /external/zlib/src/
inflate.h 13 the crc code when it is not needed. For shared libraries, gzip decoding
38 LENLENS, /* i: waiting for code length code lengths */
39 CODELENS, /* i: waiting for length/lit and distance code lengths */
41 LEN, /* i: waiting for length/lit/eob code */
43 DIST, /* i: waiting for distance code */
106 /* for table and code decoding */
108 /* fixed and dynamic code tables */
109 code const FAR *lencode; /* starting table for length/literal codes */
110 code const FAR *distcode; /* starting table for distance codes *
    [all...]
  /frameworks/av/media/libaaudio/src/binding/
IAAudioClient.cpp 35 * The order of parameters in the Parcels must match with code in AAudioClient.cpp.
59 // The order of parameters in the Parcels must match with code in BpAAudioClient
61 status_t BnAAudioClient::onTransact(uint32_t code, const Parcel& data,
66 ALOGV("BnAAudioClient::onTransact(%u) %u", code, flags);
68 switch(code) {
80 // ALOGW("BnAAudioClient::onTransact not handled %u", code);
81 return BBinder::onTransact(code, data, reply, flags);
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
dec_gain.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
111 Word16 code[], /* i : Innovative vector. */
114 Word16 * gain_cod, /* o : Code gain. */
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
c2_11pf.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
108 Word16 code[], /* o : Innovative codebook */
c2_9pf.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
109 Word16 code[], /* o : Innovative codebook */
c3_14pf.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
109 Word16 code[], /* (o) : Innovative codebook */
c4_17pf.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
108 Word16 code[], /* (o) : Innovative codebook */
cbsearch.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
118 Word16 code[], /* o : Innovative codebook, Q13 */
  /frameworks/base/libs/storage/include/storage/
IMountShutdownObserver.h 38 virtual status_t onTransact( uint32_t code,
  /frameworks/base/packages/DefaultContainerService/jni/
Android.mk 38 LOCAL_CFLAGS += -Wall -Werror -Wunused -Wunreachable-code
  /frameworks/native/include/input/
IInputFlinger.h 46 virtual status_t onTransact(uint32_t code, const Parcel& data,
  /frameworks/native/libs/binder/include/binder/
IResultReceiver.h 44 virtual status_t onTransact( uint32_t code,
  /hardware/interfaces/wifi/1.2/default/
wifi_status_util.cpp 52 WifiStatus createWifiStatus(WifiStatusCode code,
54 return {code, description};
57 WifiStatus createWifiStatus(WifiStatusCode code) {
58 return createWifiStatus(code, "");
  /packages/apps/DocumentsUI/src/com/android/documentsui/base/
ConfirmationCallback.java 38 void accept(@Result int code);
  /prebuilts/go/darwin-x86/misc/cgo/test/gcc68255/
a.go 2 // Use of this source code is governed by a BSD-style
5 // Test that it's OK to have C code that does nothing other than
  /prebuilts/go/darwin-x86/misc/cgo/testplugin/src/sub/plugin1/
plugin1.go 2 // Use of this source code is governed by a BSD-style
7 // // No C code required.
  /prebuilts/go/darwin-x86/misc/cgo/testplugin/unnamed1/
main.go 2 // Use of this source code is governed by a BSD-style
7 // // No C code required.
  /prebuilts/go/darwin-x86/misc/cgo/testplugin/unnamed2/
main.go 2 // Use of this source code is governed by a BSD-style
7 // // No C code required.
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
go.go 2 // Use of this source code is governed by a BSD-style
7 // go-specific code shared across loaders (5l, 6l, 8l).
  /prebuilts/go/darwin-x86/src/crypto/sha1/
sha1block_s390x.go 2 // Use of this source code is governed by a BSD-style
9 // function code.
  /prebuilts/go/darwin-x86/src/crypto/sha256/
sha256block_s390x.go 2 // Use of this source code is governed by a BSD-style
9 // function code.
  /prebuilts/go/darwin-x86/src/crypto/sha512/
sha512block_s390x.go 2 // Use of this source code is governed by a BSD-style
9 // function code.

Completed in 1182 milliseconds

<<31323334353637383940>>