/external/libxml2/ |
D | xmlunicode.c | 976 xmlUCSIsAegeanNumbers(int code) { in xmlUCSIsAegeanNumbers() 989 xmlUCSIsAlphabeticPresentationForms(int code) { in xmlUCSIsAlphabeticPresentationForms() 1002 xmlUCSIsArabic(int code) { in xmlUCSIsArabic() 1015 xmlUCSIsArabicPresentationFormsA(int code) { in xmlUCSIsArabicPresentationFormsA() 1028 xmlUCSIsArabicPresentationFormsB(int code) { in xmlUCSIsArabicPresentationFormsB() 1041 xmlUCSIsArmenian(int code) { in xmlUCSIsArmenian() 1054 xmlUCSIsArrows(int code) { in xmlUCSIsArrows() 1067 xmlUCSIsBasicLatin(int code) { in xmlUCSIsBasicLatin() 1080 xmlUCSIsBengali(int code) { in xmlUCSIsBengali() 1093 xmlUCSIsBlockElements(int code) { in xmlUCSIsBlockElements() [all …]
|
/external/proguard/src/proguard/classfile/instruction/ |
D | Instruction.java | 693 public void write(byte[] code, int offset) in write() 722 protected abstract void readInfo(byte[] code, int offset); in readInfo() 728 protected abstract void writeInfo(byte[] code, int offset); in writeInfo() 793 protected static int readByte(byte[] code, int offset) in readByte() 798 protected static int readShort(byte[] code, int offset) in readShort() 804 protected static int readInt(byte[] code, int offset) in readInt() 812 protected static int readValue(byte[] code, int offset, int valueSize) in readValue() 824 protected static int readSignedByte(byte[] code, int offset) in readSignedByte() 829 protected static int readSignedShort(byte[] code, int offset) in readSignedShort() 835 protected static int readSignedValue(byte[] code, int offset, int valueSize) in readSignedValue() [all …]
|
/external/jpeg/ |
D | jerror.h | 27 #define JMESSAGE(code,string) argument 35 #define JMESSAGE(code,string) code , argument 205 #define ERREXIT(cinfo,code) \ argument 208 #define ERREXIT1(cinfo,code,p1) \ argument 212 #define ERREXIT2(cinfo,code,p1,p2) \ argument 217 #define ERREXIT3(cinfo,code,p1,p2,p3) \ argument 223 #define ERREXIT4(cinfo,code,p1,p2,p3,p4) \ argument 230 #define ERREXITS(cinfo,code,str) \ argument 238 #define WARNMS(cinfo,code) \ argument 241 #define WARNMS1(cinfo,code,p1) \ argument [all …]
|
D | cderror.h | 27 #define JMESSAGE(code,string) argument 35 #define JMESSAGE(code,string) code , argument
|
/external/apache-http/src/org/apache/http/message/ |
D | BasicHttpResponse.java | 107 final int code, in BasicHttpResponse() 142 public void setStatusLine(final ProtocolVersion ver, final int code) { in setStatusLine() 148 public void setStatusLine(final ProtocolVersion ver, final int code, in setStatusLine() 155 public void setStatusCode(int code) { in setStatusCode() 185 final int code = this.statusline.getStatusCode(); in setLocale() local 199 protected String getReason(int code) { in getReason()
|
/external/webkit/WebCore/storage/ |
D | SQLError.h | 41 …static PassRefPtr<SQLError> create(unsigned code, const String& message) { return adoptRef(new SQL… in create() 43 unsigned code() const { return m_code; } in code() function 47 …SQLError(unsigned code, const String& message) : m_code(code), m_message(message.threadsafeCopy())… in SQLError()
|
/external/webkit/WebCore/html/ |
D | MediaError.h | 39 static PassRefPtr<MediaError> create(Code code) { return adoptRef(new MediaError(code)); } in create() 41 Code code() const { return m_code; } in code() function 44 MediaError(Code code) : m_code(code) { } in MediaError()
|
/external/kernel-headers/original/linux/ |
D | filter.h | 28 __u16 code; /* Actual filter code */ member 58 #define BPF_CLASS(code) ((code) & 0x07) argument 69 #define BPF_SIZE(code) ((code) & 0x18) argument 73 #define BPF_MODE(code) ((code) & 0xe0) argument 82 #define BPF_OP(code) ((code) & 0xf0) argument 97 #define BPF_SRC(code) ((code) & 0x08) argument 102 #define BPF_RVAL(code) ((code) & 0x18) argument 106 #define BPF_MISCOP(code) ((code) & 0xf8) argument 118 #define BPF_STMT(code, k) { (unsigned short)(code), 0, 0, k } argument 121 #define BPF_JUMP(code, k, jt, jf) { (unsigned short)(code), jt, jf, k } argument
|
/external/v8/src/ |
D | scopeinfo.cc | 247 ScopeInfo<Allocator>::ScopeInfo(Code* code) in ScopeInfo() 316 int ScopeInfo<Allocator>::Serialize(Code* code) { in Serialize() 341 void ScopeInfo<Allocator>::IterateScopeInfo(Code* code, ObjectVisitor* v) { in IterateScopeInfo() 348 static Object** ContextEntriesAddr(Code* code) { in ContextEntriesAddr() 355 static Object** ParameterEntriesAddr(Code* code) { in ParameterEntriesAddr() 364 static Object** StackSlotEntriesAddr(Code* code) { in StackSlotEntriesAddr() 374 bool ScopeInfo<Allocator>::CallsEval(Code* code) { in CallsEval() 387 int ScopeInfo<Allocator>::NumberOfStackSlots(Code* code) { in NumberOfStackSlots() 399 int ScopeInfo<Allocator>::NumberOfContextSlots(Code* code) { in NumberOfContextSlots() 411 int ScopeInfo<Allocator>::StackSlotIndex(Code* code, String* name) { in StackSlotIndex() [all …]
|
D | stub-cache.cc | 55 Code* StubCache::Set(String* name, Map* map, Code* code) { in Set() 101 Object* code = receiver->map()->FindInCodeCache(name, flags); in ComputeLoadField() local 120 Object* code = receiver->map()->FindInCodeCache(name, flags); in ComputeLoadCallback() local 139 Object* code = receiver->map()->FindInCodeCache(name, flags); in ComputeLoadConstant() local 156 Object* code = receiver->map()->FindInCodeCache(name, flags); in ComputeLoadInterceptor() local 170 Code* code = Builtins::builtin(Builtins::LoadIC_Normal); in ComputeLoadNormal() local 181 Object* code = receiver->map()->FindInCodeCache(name, flags); in ComputeLoadGlobal() local 203 Object* code = receiver->map()->FindInCodeCache(name, flags); in ComputeKeyedLoadField() local 222 Object* code = receiver->map()->FindInCodeCache(name, flags); in ComputeKeyedLoadConstant() local 240 Object* code = receiver->map()->FindInCodeCache(name, flags); in ComputeKeyedLoadInterceptor() local [all …]
|
D | code-stubs.cc | 61 void CodeStub::RecordCodeGeneration(Code* code, MacroAssembler* masm) { in RecordCodeGeneration() 87 Code* code; in GetCode() local 124 Code* code; in TryGetCode() local
|
D | frames.cc | 309 void StackHandler::Cook(Code* code) { in Cook() 316 void StackHandler::Uncook(Code* code) { in Uncook() 357 Code* code = this->code(); in Cook() local 368 Code* code = this->code(); in Uncook() local 384 Code* EntryFrame::code() const { in code() function in v8::internal::EntryFrame 401 Code* EntryConstructFrame::code() const { in code() function in v8::internal::EntryConstructFrame 412 Code* ExitFrame::code() const { in code() function in v8::internal::ExitFrame 488 Code* JavaScriptFrame::code() const { in code() function in v8::internal::JavaScriptFrame 494 Code* ArgumentsAdaptorFrame::code() const { in code() function in v8::internal::ArgumentsAdaptorFrame 499 Code* InternalFrame::code() const { in code() function in v8::internal::InternalFrame [all …]
|
D | bytecodes-irregexp.h | 93 #define DECLARE_BYTECODES(name, code, length) \ argument 98 #define DECLARE_BYTECODE_LENGTH(name, code, length) \ argument
|
/external/webkit/WebCore/page/ |
D | GeolocationError.h | 45 …static PassRefPtr<GeolocationError> create(ErrorCode code, const String& message) { return adoptRe… in create() 47 ErrorCode code() const { return m_code; } in code() function 51 GeolocationError(ErrorCode code, const String& message) in GeolocationError()
|
D | PositionError.h | 43 …static PassRefPtr<PositionError> create(ErrorCode code, const String& message) { return adoptRef(n… in create() 45 ErrorCode code() const { return m_code; } in code() function 51 PositionError(ErrorCode code, const String& message) in PositionError()
|
/external/freetype/src/cff/ |
D | cffparse.c | 42 FT_UInt code, in cff_parser_init() 575 #define CFF_FIELD_NUM( code, name ) \ argument 577 #define CFF_FIELD_FIXED( code, name ) \ argument 579 #define CFF_FIELD_FIXED_1000( code, name ) \ argument 581 #define CFF_FIELD_STRING( code, name ) \ argument 583 #define CFF_FIELD_BOOL( code, name ) \ argument 585 #define CFF_FIELD_DELTA( code, name, max ) \ argument 593 #define CFF_FIELD_CALLBACK( code, name ) \ argument 603 #define CFF_FIELD( code, name, kind ) \ argument 613 #define CFF_FIELD_DELTA( code, name, max ) \ argument [all …]
|
/external/bluetooth/glib/glib/ |
D | gerror.c | 35 gint code, in g_error_new_valist() 64 gint code, in g_error_new() 96 gint code, in g_error_new_literal() 168 gint code) in g_error_matches() 193 gint code, in g_set_error() 232 gint code, in g_set_error_literal()
|
/external/apache-http/src/org/apache/http/ |
D | HttpResponse.java | 74 void setStatusLine(ProtocolVersion ver, int code); in setStatusLine() 83 void setStatusLine(ProtocolVersion ver, int code, String reason); in setStatusLine() 103 void setStatusCode(int code) in setStatusCode()
|
/external/qemu/android/ |
D | keycode-array.c | 20 unsigned code, in android_keycodes_add_key_event() 37 int code = keycodes->keycodes[nn]; in android_keycodes_flush() local
|
/external/e2fsprogs/lib/et/ |
D | com_err.c | 25 default_com_err_proc (const char *whoami, errcode_t code, const in default_com_err_proc() 48 void com_err_va (const char *whoami, errcode_t code, const char *fmt, in com_err_va() 55 errcode_t code, in com_err()
|
/external/dropbear/libtommath/ |
D | bn_error.c | 19 int code; member 28 char *mp_error_to_string(int code) in mp_error_to_string()
|
/external/strace/ |
D | ioctl.c | 82 ioctl_lookup(code) in ioctl_lookup() argument 105 long code; local 114 ioctl_decode(tcp, code, arg) in ioctl_decode() argument
|
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/ |
D | SDL_amigaevents.c | 116 static int amiga_GetButton(int code) in amiga_GetButton() 131 int class=msg->Class,code=msg->Code; in amiga_DispatchEvent() local 426 SDL_keysym *amiga_TranslateKey(int code, SDL_keysym *keysym) in amiga_TranslateKey()
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | WarningParser.java | 90 int code = Integer.parseInt(token.getTokenValue()); in parse() local 132 int code = Integer.parseInt(tok.getTokenValue()); in parse() local
|
/external/e2fsprogs/lib/ss/ |
D | error.c | 60 void ss_error (int sci_idx, long code, const char * fmt, ...) in ss_error() 72 void ss_perror (sci_idx, code, msg) /* for compatibility */ in ss_perror() argument
|