Home
last modified time | relevance | path

Searched defs:code (Results 1 – 25 of 799) sorted by relevance

12345678910>>...32

/external/libxml2/
Dxmlunicode.c976 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/webkit/Source/WebCore/inspector/front-end/
DKeyboardShortcut.js52 Backspace: { code: 8, name: "\u21a4" }, property
53 Tab: { code: 9, name: { mac: "\u21e5", other: "<Tab>" } }, property
54 Enter: { code: 13, name: { mac: "\u21a9", other: "<Enter>" } }, property
55 Esc: { code: 27, name: { mac: "\u238b", other: "<Esc>" } }, property
56 Space: { code: 32, name: "<Space>" }, property
57 PageUp: { code: 33, name: { mac: "\u21de", other: "<PageUp>" } }, // also NUM_NORTH_EAST property
58 PageDown: { code: 34, name: { mac: "\u21df", other: "<PageDown>" } }, // also NUM_SOUTH_EAST property
59 End: { code: 35, name: { mac: "\u2197", other: "<End>" } }, // also NUM_SOUTH_WEST property
60 Home: { code: 36, name: { mac: "\u2196", other: "<Home>" } }, // also NUM_NORTH_WEST property
61 Left: { code: 37, name: "\u2190" }, // also NUM_WEST property
[all …]
/external/webkit/LayoutTests/fast/dom/DOMImplementation/script-tests/
DcreateDocument-namespace-err.js46 { args: [undefined, null], code: 5 }, property
47 { args: [null, null], code: 5 }, property
48 { args: [null, ""], code: 5 }, property
49 { args: ["", null], code: 5 }, property
50 { args: ["", ""], code: 5 }, property
51 { args: [null, "<div>"], code: 5 }, property
52 { args: [null, "0div"], code: 5 }, property
53 { args: [null, "di v"], code: 5 }, property
54 { args: [null, "di<v"], code: 5 }, property
55 { args: [null, "-div"], code: 5 }, property
[all …]
DcreateDocumentType-err.js30 { args: [undefined, undefined], code: 5 }, property
31 { args: [null, undefined], code: 5 }, property
32 { args: [undefined, null], code: 5 }, property
33 { args: [undefined, undefined, null], code: 5 }, property
34 { args: [null, null], code: 5 }, property
35 { args: [null, null, null], code: 5 }, property
36 { args: [null, ""], code: 5 }, property
37 { args: ["", null], code: 5 }, property
38 { args: ["", ""], code: 5 }, property
39 { args: ["a:", null, null], code: 14 }, property
[all …]
/external/proguard/src/proguard/classfile/instruction/
DInstruction.java693 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/qemu/distrib/jpeg-6b/
Djerror.h27 #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 …]
/external/jpeg/
Djerror.h27 #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 …]
/external/chromium/chrome/browser/chromeos/login/
Dsigned_settings_helper.h30 SignedSettings::ReturnCode code, in OnCheckWhitelistCompleted()
35 SignedSettings::ReturnCode code, const std::string& email) {} in OnWhitelistCompleted()
39 SignedSettings::ReturnCode code, const std::string& email) {} in OnUnwhitelistCompleted()
43 SignedSettings::ReturnCode code, in OnStorePropertyCompleted()
49 SignedSettings::ReturnCode code, in OnRetrievePropertyCompleted()
55 SignedSettings::ReturnCode code) {} in OnStorePolicyCompleted()
59 SignedSettings::ReturnCode code, in OnRetrievePolicyCompleted()
/external/javassist/src/main/javassist/bytecode/
DByteArray.java25 public static int readU16bit(byte[] code, int index) { in readU16bit()
32 public static int readS16bit(byte[] code, int index) { in readS16bit()
39 public static void write16bit(int value, byte[] code, int index) { in write16bit()
47 public static int read32bit(byte[] code, int index) { in read32bit()
55 public static void write32bit(int value, byte[] code, int index) { in write32bit()
/external/javassist/src/main/javassist/bytecode/stackmap/
DTracer.java90 protected int doOpcode(int pos, byte[] code) throws BadBytecode { in doOpcode()
109 protected void visitBranch(int pos, byte[] code, int offset) throws BadBytecode {} in visitBranch()
110 protected void visitGoto(int pos, byte[] code, int offset) throws BadBytecode {} in visitGoto()
111 protected void visitReturn(int pos, byte[] code) throws BadBytecode {} in visitReturn()
112 protected void visitThrow(int pos, byte[] code) throws BadBytecode {} in visitThrow()
121 protected void visitTableSwitch(int pos, byte[] code, int n, in visitTableSwitch()
131 protected void visitLookupSwitch(int pos, byte[] code, int n, in visitLookupSwitch()
138 protected void visitJSR(int pos, byte[] code) throws BadBytecode { in visitJSR()
151 protected void visitRET(int pos, byte[] code) throws BadBytecode {} in visitRET()
153 private int doOpcode0_53(int pos, byte[] code, int op) throws BadBytecode { in doOpcode0_53()
[all …]
/external/webkit/Source/WebCore/storage/
DIDBDatabaseError.h40 static PassRefPtr<IDBDatabaseError> create(unsigned short code, const String& message) in create()
47 …static PassRefPtr<IDBDatabaseError> createWithoutOffset(unsigned short code, const String& message) in createWithoutOffset()
55 unsigned short code() const { return m_code; } in code() function
61 IDBDatabaseError(unsigned short code, const String& message) in IDBDatabaseError()
DSQLError.h41 …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
58 …SQLError(unsigned code, const String& message) : m_code(code), m_message(message.threadsafeCopy())… in SQLError()
/external/apache-http/src/org/apache/http/message/
DBasicHttpResponse.java107 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/Source/WebCore/html/
DMediaError.h40 static PassRefPtr<MediaError> create(Code code) { return adoptRef(new MediaError(code)); } in create()
42 Code code() const { return m_code; } in code() function
45 MediaError(Code code) : m_code(code) { } in MediaError()
/external/kernel-headers/original/linux/
Dfilter.h28 __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/webkit/Source/WebCore/page/
DGeolocationError.h45 …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()
DPositionError.h43 …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()
DNavigatorUserMediaError.h41 NavigatorUserMediaError(ErrorCode code) : m_code(code) { } in NavigatorUserMediaError()
44 ErrorCode code() const { return m_code; } in code() function
/external/v8/src/
Dtype-info.cc62 TypeFeedbackOracle::TypeFeedbackOracle(Handle<Code> code, in TypeFeedbackOracle()
84 Handle<Code> code = Handle<Code>::cast(map_or_code); in LoadIsUninitialized() local
95 Handle<Code> code = Handle<Code>::cast(map_or_code); in LoadIsMonomorphicNormal() local
109 Handle<Code> code = Handle<Code>::cast(map_or_code); in LoadIsMegamorphicWithTypeInfo() local
123 Handle<Code> code = Handle<Code>::cast(map_or_code); in StoreIsMonomorphicNormal() local
141 Handle<Code> code = Handle<Code>::cast(map_or_code); in StoreIsMegamorphicWithTypeInfo() local
186 Handle<Code> code = Handle<Code>::cast(map_or_code); in LoadMonomorphicReceiverType() local
201 Handle<Code> code = Handle<Code>::cast(map_or_code); in StoreMonomorphicReceiverType() local
306 Handle<Code> code = Handle<Code>::cast(object); in CompareType() local
335 Handle<Code> code = Handle<Code>::cast(object); in IsSymbolCompare() local
[all …]
Dstub-cache.cc58 Code* StubCache::Set(String* name, Map* map, Code* code) { in Set()
126 Handle<Code> code = in ComputeLoadNonexistent() local
145 Handle<Code> code = in ComputeLoadField() local
165 Handle<Code> code = in ComputeLoadCallback() local
185 Handle<Code> code = in ComputeLoadConstant() local
203 Handle<Code> code = in ComputeLoadInterceptor() local
228 Handle<Code> code = in ComputeLoadGlobal() local
247 Handle<Code> code = in ComputeKeyedLoadField() local
267 Handle<Code> code = in ComputeKeyedLoadConstant() local
286 Handle<Code> code = compiler.CompileLoadInterceptor(receiver, holder, name); in ComputeKeyedLoadInterceptor() local
[all …]
/external/webkit/LayoutTests/http/tests/resources/
Dredirect.php11 $code = $_GET['code']; variable
13 $code = 302; variable
/external/dexmaker/src/main/java/com/google/dexmaker/
DLocal.java25 private final Code code; field in Local
30 private Local(Code code, TypeId<T> type) { in Local()
35 static <T> Local<T> get(Code code, TypeId<T> type) { in get()
/external/freetype/src/cff/
Dcffparse.c40 FT_UInt code, in cff_parser_init()
603 #define CFF_FIELD_NUM( code, name, id ) \ argument
605 #define CFF_FIELD_FIXED( code, name, id ) \ argument
607 #define CFF_FIELD_FIXED_1000( code, name, id ) \ argument
609 #define CFF_FIELD_STRING( code, name, id ) \ argument
611 #define CFF_FIELD_BOOL( code, name, id ) \ argument
628 #define CFF_FIELD_CALLBACK( code, name, id ) \ argument
637 #define CFF_FIELD( code, name, id, kind ) \ argument
646 #define CFF_FIELD_DELTA( code, name, max, id ) \ argument
670 #define CFF_FIELD_CALLBACK( code, name, id ) \ argument
[all …]
/external/webkit/Source/WebCore/fileapi/
DFileError.h59 static PassRefPtr<FileError> create(ErrorCode code) { return adoptRef(new FileError(code)); } in create()
61 ErrorCode code() const { return m_code; } in code() function
64 FileError(ErrorCode code) in FileError()
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DDTMDOMException.java39 public DTMDOMException(short code, String message) in DTMDOMException()
50 public DTMDOMException(short code) in DTMDOMException()

12345678910>>...32