Home
last modified time | relevance | path

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

12345678910>>...103

/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/python/cpython3/Lib/
Dstringprep.py12 def in_table_a1(code): argument
20 def in_table_b1(code): argument
189 def map_table_b3(code): argument
206 def in_table_c11(code): argument
210 def in_table_c12(code): argument
213 def in_table_c11_c12(code): argument
217 def in_table_c21(code): argument
221 def in_table_c22(code): argument
227 def in_table_c21_c22(code): argument
232 def in_table_c3(code): argument
[all …]
/external/python/cpython2/Lib/
Dstringprep.py12 def in_table_a1(code): argument
20 def in_table_b1(code): argument
189 def map_table_b3(code): argument
206 def in_table_c11(code): argument
210 def in_table_c12(code): argument
213 def in_table_c11_c12(code): argument
217 def in_table_c21(code): argument
221 def in_table_c22(code): argument
227 def in_table_c21_c22(code): argument
232 def in_table_c3(code): argument
[all …]
/external/mesa3d/src/mesa/state_tracker/tests/
Dtest_glsl_to_tgsi_lifetime.cpp44 const vector<FakeCodeline> code = { in TEST_F() local
54 const vector<FakeCodeline> code = { in TEST_F() local
71 const vector<FakeCodeline> code = { in TEST_F() local
87 const vector<FakeCodeline> code = { in TEST_F() local
105 const vector<FakeCodeline> code = { in TEST_F() local
125 const vector<FakeCodeline> code = { in TEST_F() local
147 const vector<FakeCodeline> code = { in TEST_F() local
169 const vector<FakeCodeline> code = { in TEST_F() local
192 const vector<FakeCodeline> code = { in TEST_F() local
216 const vector<FakeCodeline> code = { in TEST_F() local
[all …]
/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/printer/lexicalpreservation/
DLexicalPreservingPrinterTest.java69 String code = "class A {int i;}"; in checkNodeTextCreatedForField() local
81 String code = "class A {int i;}"; in checkNodeTextCreatedForVariableDeclarator() local
94 String code = "class A {void foo(int p1, float p2) { }}"; in checkNodeTextCreatedForMethod() local
106 String code = "class A {void foo(int p1, float p2) { }}"; in checkNodeTextCreatedForMethodParameter() local
119 String code = "class A {void foo(int p1, float p2) { }}"; in checkNodeTextCreatedForPrimitiveType() local
133 String code = "import a.b.c.D;"; in checkNodeTextCreatedForSimpleImport() local
153 String code = "class A {ParseResult<T> result;}"; in checkNodeTextCreatedGenericType() local
166 String code = "public @interface ClassPreamble { String author(); }"; in checkNodeTextCreatedAnnotationDeclaration() local
177 String code = "public @interface ClassPreamble { String author(); }"; in checkNodeTextCreatedAnnotationMemberDeclaration() local
189 String code = "public @interface ClassPreamble { String[] author(); }"; in checkNodeTextCreatedAnnotationMemberDeclarationWithArrayType() local
[all …]
/external/python/cpython3/Lib/xml/dom/
D__init__.py77 code = INDEX_SIZE_ERR variable in IndexSizeErr
80 code = DOMSTRING_SIZE_ERR variable in DomstringSizeErr
83 code = HIERARCHY_REQUEST_ERR variable in HierarchyRequestErr
86 code = WRONG_DOCUMENT_ERR variable in WrongDocumentErr
89 code = INVALID_CHARACTER_ERR variable in InvalidCharacterErr
92 code = NO_DATA_ALLOWED_ERR variable in NoDataAllowedErr
95 code = NO_MODIFICATION_ALLOWED_ERR variable in NoModificationAllowedErr
98 code = NOT_FOUND_ERR variable in NotFoundErr
101 code = NOT_SUPPORTED_ERR variable in NotSupportedErr
104 code = INUSE_ATTRIBUTE_ERR variable in InuseAttributeErr
[all …]
/external/python/cpython2/Lib/xml/dom/
D__init__.py76 code = INDEX_SIZE_ERR variable in IndexSizeErr
79 code = DOMSTRING_SIZE_ERR variable in DomstringSizeErr
82 code = HIERARCHY_REQUEST_ERR variable in HierarchyRequestErr
85 code = WRONG_DOCUMENT_ERR variable in WrongDocumentErr
88 code = INVALID_CHARACTER_ERR variable in InvalidCharacterErr
91 code = NO_DATA_ALLOWED_ERR variable in NoDataAllowedErr
94 code = NO_MODIFICATION_ALLOWED_ERR variable in NoModificationAllowedErr
97 code = NOT_FOUND_ERR variable in NotFoundErr
100 code = NOT_SUPPORTED_ERR variable in NotSupportedErr
103 code = INUSE_ATTRIBUTE_ERR variable in InuseAttributeErr
[all …]
/external/proguard/src/proguard/classfile/instruction/
DInstruction.java901 public void write(byte[] code, int offset) in write()
930 protected abstract void readInfo(byte[] code, int offset); in readInfo()
936 protected abstract void writeInfo(byte[] code, int offset); in writeInfo()
1010 protected static int readByte(byte[] code, int offset) in readByte()
1015 protected static int readShort(byte[] code, int offset) in readShort()
1021 protected static int readInt(byte[] code, int offset) in readInt()
1029 protected static int readValue(byte[] code, int offset, int valueSize) in readValue()
1041 protected static int readSignedByte(byte[] code, int offset) in readSignedByte()
1046 protected static int readSignedShort(byte[] code, int offset) in readSignedShort()
1052 protected static int readSignedValue(byte[] code, int offset, int valueSize) in readSignedValue()
[all …]
/external/libjpeg-turbo/
Djerror.h31 #define JMESSAGE(code, string) argument
39 #define JMESSAGE(code, string) code, argument
234 #define ERREXIT(cinfo, code) \ argument
237 #define ERREXIT1(cinfo, code, p1) \ argument
241 #define ERREXIT2(cinfo, code, p1, p2) \ argument
246 #define ERREXIT3(cinfo, code, p1, p2, p3) \ argument
252 #define ERREXIT4(cinfo, code, p1, p2, p3, p4) \ argument
259 #define ERREXIT6(cinfo, code, p1, p2, p3, p4, p5, p6) \ argument
268 #define ERREXITS(cinfo, code, str) \ argument
276 #define WARNMS(cinfo, code) \ argument
[all …]
/external/flatbuffers/src/
Didl_gen_php.cpp67 auto &code = *code_ptr; in BeginFile() local
89 std::string code = ""; in SaveType() local
101 std::string &code = *code_ptr; in BeginClass() local
111 std::string &code = *code_ptr; in EndClass() local
117 std::string &code = *code_ptr; in BeginEnum() local
124 std::string &code = *code_ptr; in EnumMember() local
133 std::string &code = *code_ptr; in EndEnum() local
140 std::string &code = *code_ptr; in NewRootTypeFromBuffer() local
161 std::string &code = *code_ptr; in InitializeExisting() local
178 std::string &code = *code_ptr; in GetVectorLen() local
[all …]
Didl_gen_go.cpp106 std::string code = ""; in generate() local
138 std::string &code = *code_ptr; in BeginClass() local
156 std::string &code = *code_ptr; in GenEnumType() local
163 std::string &code = *code_ptr; in BeginEnum() local
170 std::string &code = *code_ptr; in EnumMember() local
183 std::string &code = *code_ptr; in EndEnum() local
189 std::string &code = *code_ptr; in BeginEnumNames() local
198 std::string &code = *code_ptr; in EnumNameMember() local
211 std::string &code = *code_ptr; in EndEnumNames() local
217 std::string &code = *code_ptr; in EnumStringer() local
[all …]
Didl_gen_lua.cpp64 std::string &code = *code_ptr; in BeginClass() local
73 std::string &code = *code_ptr; in BeginEnum() local
96 std::string &code = *code_ptr; in EnumMember() local
103 std::string &code = *code_ptr; in EndEnum() local
109 std::string &code = *code_ptr; in GenerateNewObjectPrototype() local
123 std::string &code = *code_ptr; in NewRootTypeFromBuffer() local
138 std::string &code = *code_ptr; in InitializeExisting() local
150 std::string &code = *code_ptr; in GetVectorLen() local
165 std::string &code = *code_ptr; in GetScalarFieldOfStruct() local
179 std::string &code = *code_ptr; in GetScalarFieldOfTable() local
[all …]
Didl_gen_python.cpp65 auto &code = *code_ptr; in BeginClass() local
73 auto &code = *code_ptr; in BeginEnum() local
109 auto &code = *code_ptr; in EnumMember() local
118 auto &code = *code_ptr; in EndEnum() local
125 auto &code = *code_ptr; in NewRootTypeFromBuffer() local
143 auto &code = *code_ptr; in InitializeExisting() local
154 auto &code = *code_ptr; in GetVectorLen() local
166 auto &code = *code_ptr; in GetVectorIsNone() local
181 auto &code = *code_ptr; in GetScalarFieldOfStruct() local
193 auto &code = *code_ptr; in GetScalarFieldOfTable() local
[all …]
/external/chromium-trace/catapult/common/eslint/tests/
Dcatapult-camelcase.js51 code: "var o = {key: 1}", property
55 code: "var o = {bar_baz: 1}", property
59 code: "obj.a_b = 2;", property
63 code: "var obj = {\n a_a: 1 \n};\n obj.a_b = 2;", property
67 code: "obj.foo_bar = function(){};", property
71 code: "var { category_id: category } = query;", property
75 code: "var { category_id: category } = query;", property
80 code: "import { camelCased } from \"external module\";", property
84 code: "import { no_camelcased as camelCased } from \"external-module\";", property
88code: "import { no_camelcased as camelCased, anoterCamelCased } from \"external-module\";", property
[all …]
/external/strace/
Dioctl.c45 ioctl_lookup(const unsigned int code) in ioctl_lookup()
64 const unsigned int code = iop->code; in ioctl_next_match() local
72 ioctl_print_code(const unsigned int code) in ioctl_print_code()
81 evdev_decode_number(const unsigned int code) in evdev_decode_number()
148 hiddev_decode_number(const unsigned int code) in hiddev_decode_number()
186 const unsigned int code = tcp->u_arg[1]; in ioctl_decode_command_number() local
255 const unsigned int code = tcp->u_arg[1]; in ioctl_decode() local
/external/mesa3d/src/gallium/drivers/lima/ir/gp/
Dcodegen.c86 static void gpir_codegen_mul0_slot(gpir_codegen_instr *code, gpir_instr *instr) in gpir_codegen_mul0_slot()
146 static void gpir_codegen_mul1_slot(gpir_codegen_instr *code, gpir_instr *instr) in gpir_codegen_mul1_slot()
198 static void gpir_codegen_add0_slot(gpir_codegen_instr *code, gpir_instr *instr) in gpir_codegen_add0_slot()
283 static void gpir_codegen_add1_slot(gpir_codegen_instr *code, gpir_instr *instr) in gpir_codegen_add1_slot()
368 static void gpir_codegen_complex_slot(gpir_codegen_instr *code, gpir_instr *instr) in gpir_codegen_complex_slot()
413 static void gpir_codegen_pass_slot(gpir_codegen_instr *code, gpir_instr *instr) in gpir_codegen_pass_slot()
458 static void gpir_codegen_reg0_slot(gpir_codegen_instr *code, gpir_instr *instr) in gpir_codegen_reg0_slot()
467 static void gpir_codegen_reg1_slot(gpir_codegen_instr *code, gpir_instr *instr) in gpir_codegen_reg1_slot()
475 static void gpir_codegen_mem_slot(gpir_codegen_instr *code, gpir_instr *instr) in gpir_codegen_mem_slot()
502 static void gpir_codegen_store_slot(gpir_codegen_instr *code, gpir_instr *instr) in gpir_codegen_store_slot()
[all …]
/external/javassist/src/main/javassist/bytecode/stackmap/
DTracer.java69 protected int doOpcode(int pos, byte[] code) throws BadBytecode { in doOpcode()
85 protected void visitBranch(int pos, byte[] code, int offset) throws BadBytecode {} in visitBranch()
86 protected void visitGoto(int pos, byte[] code, int offset) throws BadBytecode {} in visitGoto()
87 protected void visitReturn(int pos, byte[] code) throws BadBytecode {} in visitReturn()
88 protected void visitThrow(int pos, byte[] code) throws BadBytecode {} in visitThrow()
97 protected void visitTableSwitch(int pos, byte[] code, int n, in visitTableSwitch()
107 protected void visitLookupSwitch(int pos, byte[] code, int n, in visitLookupSwitch()
114 protected void visitJSR(int pos, byte[] code) throws BadBytecode { in visitJSR()
127 protected void visitRET(int pos, byte[] code) throws BadBytecode {} in visitRET()
129 private int doOpcode0_53(int pos, byte[] code, int op) throws BadBytecode { in doOpcode0_53()
[all …]
/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/printer/
DPrettyPrinterTest.java47 private String prettyPrintField(String code) { in prettyPrintField()
52 private String prettyPrintVar(String code) { in prettyPrintVar()
59 String code; in printingArrayFields() local
78 String code; in printingArrayVariables() local
95 private String prettyPrintConfigurable(String code) { in prettyPrintConfigurable()
103 String code; in printUseTestVisitor() local
115 …String code = "class Example { void foo(Object arg0,Object arg1){ myMethod(1, 2, 3, 5, Object.clas… in prettyColumnAlignParameters_enabled() local
136 …String code = "class Example { void foo(Object arg0,Object arg1){ myMethod(1, 2, 3, 5, Object.clas… in prettyColumnAlignParameters_disabled() local
155 …String code = "class Example { void foo() { IntStream.range(0, 10).filter(x -> x % 2 == 0).map(x -… in prettyAlignMethodCallChains_enabled() local
176 …String code = "class Example { void foo() { IntStream.range(0, 10).filter(x -> x % 2 == 0).map(x -… in prettyAlignMethodCallChains_disabled() local
/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/
DJavaParserTest.java74 String code = "@interface AD { String foo(); }"; in rangeOfAnnotationMemberDeclarationIsCorrect() local
83 String code = "@interface AD \\u007B String foo(); \\u007D"; in testSourcePositionsWithUnicodeEscapes() local
95 String code = "@interface AD { String X = \"\\uABC\"; }"; in testSourcePositionsWithBrokenUnicodeEscapes() local
101 private static ParseResult<CompilationUnit> parseWithUnicodeEscapes(String code) { in parseWithUnicodeEscapes()
109 String code = "@interface AD { String[] foo(); }"; in rangeOfAnnotationMemberDeclarationWithArrayTypeIsCorrect() local
118 String code = "new int[123][456]"; in rangeOfArrayCreationLevelWithExpressionIsCorrect() local
133 String code = "new int[][]"; in rangeOfArrayCreationLevelWithoutExpressionIsCorrect() local
158 String code = "(Runnable & Serializable) (() -> {})"; in parseIntersectionType() local
173 String code = "class A {" + EOL in rangeOfIntersectionType() local
187 String code = "class A {" + EOL in rangeOfCast() local
[all …]
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/dump/
DDumpArchiveConstants.java50 int code; field in DumpArchiveConstants.SEGMENT_TYPE
52 SEGMENT_TYPE(final int code) { in SEGMENT_TYPE()
56 public static SEGMENT_TYPE find(final int code) { in find()
75 int code; field in DumpArchiveConstants.COMPRESSION_TYPE
77 COMPRESSION_TYPE(final int code) { in COMPRESSION_TYPE()
81 public static COMPRESSION_TYPE find(final int code) { in find()
/external/capstone/suite/
Dbenchmark.py57 def cs(md, code): argument
66 def cs_lite(md, code): argument
95 code = get_code(cfile, 128) variable
103 code = get_code(cfile, 128) variable
117 code = get_code(cfile, 128) variable
/external/javassist/src/main/javassist/bytecode/
DByteArray.java26 public static int readU16bit(byte[] code, int index) { in readU16bit()
33 public static int readS16bit(byte[] code, int index) { in readS16bit()
40 public static void write16bit(int value, byte[] code, int index) { in write16bit()
48 public static int read32bit(byte[] code, int index) { in read32bit()
56 public static void write32bit(int value, byte[] code, int index) { in write32bit()
/external/OpenCSD/decoder/source/
Docsd_error.cpp100 ocsdError::ocsdError(const ocsd_err_severity_t sev_type, const ocsd_err_t code) : in ocsdError()
108 ocsdError::ocsdError(const ocsd_err_severity_t sev_type, const ocsd_err_t code, const ocsd_trc_inde… in ocsdError()
116 ocsdError::ocsdError(const ocsd_err_severity_t sev_type, const ocsd_err_t code, const ocsd_trc_inde… in ocsdError()
124 ocsdError::ocsdError(const ocsd_err_severity_t sev_type, const ocsd_err_t code, const std::string &… in ocsdError()
133 ocsdError::ocsdError(const ocsd_err_severity_t sev_type, const ocsd_err_t code, const ocsd_trc_inde… in ocsdError()
142 ocsdError::ocsdError(const ocsd_err_severity_t sev_type, const ocsd_err_t code, const ocsd_trc_inde… in ocsdError()
211 int code = (int)error.getErrorCode(); in appendErrorDetails() local
/external/libpcap/pcap/
Dbpf.h138 #define BPF_CLASS(code) ((code) & 0x07) argument
149 #define BPF_SIZE(code) ((code) & 0x18) argument
154 #define BPF_MODE(code) ((code) & 0xe0) argument
165 #define BPF_OP(code) ((code) & 0xf0) argument
199 #define BPF_SRC(code) ((code) & 0x08) argument
204 #define BPF_RVAL(code) ((code) & 0x18) argument
209 #define BPF_MISCOP(code) ((code) & 0xf8) argument
250 u_short code; member
261 #define BPF_STMT(code, k) { (u_short)(code), 0, 0, k } argument
262 #define BPF_JUMP(code, k, jt, jf) { (u_short)(code), jt, jf, k } argument
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/naming/
DAbstractNameLogicTest.java17 protected Node getNameInCodeTollerant(String code, String name, ParseStart parseStart) { in getNameInCodeTollerant()
21 …protected Node getNameInCodeTollerant(String code, String name, ParseStart parseStart, TypeSolver … in getNameInCodeTollerant()
25 protected Node getNameInCode(String code, String name, ParseStart parseStart) { in getNameInCode()
29 protected <N extends Node> N parse(String code, ParseStart<N> parseStart) { in parse()
33 …protected <N extends Node> N parse(String code, ParseStart<N> parseStart, Optional<TypeSolver> typ… in parse()
48 private Node getNameInCode(String code, String name, ParseStart parseStart, boolean tollerant, in getNameInCode()

12345678910>>...103