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

<<11121314151617181920>>

  /external/valgrind/helgrind/tests/
shmem_abits.stderr.exp 2 code test
  /external/wayland-protocols/freedesktop.org/tests/
scan.sh 10 $SCANNER code $1 /dev/null
  /external/wpa_supplicant_8/src/eap_common/
eap_wsc_common.c 17 struct wpabuf * eap_wsc_build_frag_ack(u8 id, u8 code)
21 msg = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, code, id);
29 wpabuf_put_u8(msg, WSC_FRAG_ACK); /* Op-Code */
  /external/xmlrpcpp/src/
XmlRpcException.h 25 //! @param code An integer error code
26 XmlRpcException(const std::string& message, int code=-1) :
27 _message(message), _code(code) {}
32 //! Return the error code.
  /external/zlib/src/contrib/infback9/
inflate9.h 16 LEN, /* i: waiting for length/lit code */
39 unsigned ncode; /* number of code length code lengths */
40 unsigned nlen; /* number of length code lengths */
41 unsigned ndist; /* number of distance code lengths */
42 unsigned have; /* number of code lengths in lens[] */
43 code FAR *next; /* next available space in codes[] */
44 unsigned short lens[320]; /* temporary storage for code lengths */
45 unsigned short work[288]; /* work area for code table building */
46 code codes[ENOUGH]; /* space for code tables *
    [all...]
inftree9.h 12 information needed to do the operation requested by the code that
14 table that indexes more bits of the code. op indicates whether
16 distance, an end-of-block, or an invalid code. For a table
19 is the number of extra bits to get after the code. bits is
20 the number of bits in this code or part of the code to drop off
26 unsigned char bits; /* bits in this part of the code */
27 unsigned short val; /* offset in table or code value */
28 } code; typedef in typeref:struct:__anon44864
35 01000000 - invalid code
    [all...]
  /external/zlib/src/
inftrees.h 12 information needed to do the operation requested by the code that
14 table that indexes more bits of the code. op indicates whether
16 distance, an end-of-block, or an invalid code. For a table
19 is the number of extra bits to get after the code. bits is
20 the number of bits in this code or part of the code to drop off
26 unsigned char bits; /* bits in this part of the code */
27 unsigned short val; /* offset in table or code value */
28 } code; typedef in typeref:struct:__anon44880
35 01000000 - invalid code
    [all...]
  /frameworks/av/media/mtp/
MtpEventPacket.h 47 inline void setEventCode(MtpEventCode code)
48 { return setContainerCode(code); }
MtpRequestPacket.h 45 inline void setOperationCode(MtpOperationCode code)
46 { return setContainerCode(code); }
MtpResponsePacket.h 44 inline void setResponseCode(MtpResponseCode code)
45 { return setContainerCode(code); }
  /frameworks/base/core/java/android/app/
IActivityPendingResult.aidl 25 boolean sendResult(int code, String data, in Bundle ex);
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64CA53Erratum835769Stub.cpp 51 ErratumSequence code; local
52 pFragRef.memcpy(&code, sizeof(ErratumSequence), 0);
54 if (AArch64InsnHelpers::isMLXL(code.insns[1]) &&
55 AArch64InsnHelpers::isMemOp(code.insns[0], rt, rt2, is_pair, is_load)) {
58 if (AArch64InsnHelpers::getBit(code.insns[0], 26) != 0) {
63 unsigned ra = AArch64InsnHelpers::getRa(code.insns[1]);
64 unsigned rm = AArch64InsnHelpers::getRm(code.insns[1]);
65 unsigned rn = AArch64InsnHelpers::getRn(code.insns[1]);
  /frameworks/native/cmds/installd/
dexopt_return_codes.h 22 // Constants for exit codes that installd code emits. These are failure situations before calling
41 inline const char* get_installd_return_code_name(DexoptReturnCodes code) {
42 switch (code) {
73 inline const char* get_dex2oat_return_code_name(art::dex2oat::ReturnCode code) {
74 switch (code) {
85 // Get some slightly descriptive string for the return code. Handles both DexoptReturnCodes (local
87 inline const char* get_return_code_name(int code) {
90 switch (code) {
110 const char* value = get_installd_return_code_name(static_cast<DexoptReturnCodes>(code));
114 value = get_dex2oat_return_code_name(static_cast<art::dex2oat::ReturnCode>(code));
    [all...]
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/
TestActionModeAddons.java 31 public void finishOnConfirmed(int code) {
32 finishOnConfirmed.accept(code);
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/error/
error.h 55 //! Error code of parsing.
90 \code
95 GetParseError_En(ok.Code()), ok.Offset());
106 ParseResult(ParseErrorCode code, size_t offset) : code_(code), offset_(offset) {}
108 //! Get the error code.
109 ParseErrorCode Code() const { return code_; }
119 bool operator==(ParseErrorCode code) const { return code_ == code; }
120 friend bool operator==(ParseErrorCode code, const ParseResult & err) { return code == err.code_;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
compobj.h 7 #warning Your code should include objbase.h instead of compobj.h
dispatch.h 7 #warning Your code should include oleauto.h instead of dispatch.h
dvobj.h 7 #warning Your code should include ole2.h instead of dvobj.h
moniker.h 7 #warning Your code should include objbase.h instead of moniker.h header file.
olectlid.h 6 #warning Your code should include olectl.h instead of olectlid.h header file.
storage.h 7 #warning Your code should include objbase.h instead of storage.h header file.
  /prebuilts/gdb/darwin-x86/include/python2.7/
ucnhash.h 18 /* Get name for a given character code. Returns non-zero if
22 int (*getname)(PyObject *self, Py_UCS4 code, char* buffer, int buflen);
24 /* Get character code for a given name. Same error handling
26 int (*getcode)(PyObject *self, const char* name, int namelen, Py_UCS4* code);
  /prebuilts/gdb/linux-x86/include/python2.7/
ucnhash.h 18 /* Get name for a given character code. Returns non-zero if
22 int (*getname)(PyObject *self, Py_UCS4 code, char* buffer, int buflen);
24 /* Get character code for a given name. Same error handling
26 int (*getcode)(PyObject *self, const char* name, int namelen, Py_UCS4* code);
  /prebuilts/misc/common/swig/include/2.0.11/go/
exception.i 6 #define SWIG_exception(code, msg) _swig_gopanic(msg)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
ucnhash.h 18 /* Get name for a given character code. Returns non-zero if
22 int (*getname)(PyObject *self, Py_UCS4 code, char* buffer, int buflen);
24 /* Get character code for a given name. Same error handling
26 int (*getcode)(PyObject *self, const char* name, int namelen, Py_UCS4* code);

Completed in 938 milliseconds

<<11121314151617181920>>