| /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/cronet/third_party/libxml/src/ | 
| 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/python/cpython3/Lib/ | 
| D | stringprep.py | 12 def in_table_a1(code):  argument20 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/ | 
| D | stringprep.py | 12 def in_table_a1(code):  argument20 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/ | 
| D | test_glsl_to_tgsi_lifetime.cpp | 44    const vector<FakeCodeline> code = {  in TEST_F()  local54    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/ | 
| D | LexicalPreservingPrinterTest.java | 69         String code = "class A {int i;}";  in checkNodeTextCreatedForField()  local81         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/ktfmt/core/src/test/java/com/facebook/ktfmt/cli/ | 
| D | MainTest.kt | 108     val code = "fun    f1 (  ) :    Int =    0"  in Using '-' as the filename formats an InputStream()  constant117     val code = "fun    f1 (  "  in Parsing errors are reported (stdin)()  constant
 127     val code = "fun    f1 (  "  in Parsing errors are reported (stdin-name)()  constant
 183     val code = """fun f() = println("hello, world")""" + "\n"  in file is not modified if it is already formatted()  constant
 200     val code = """fun f() =   println(  "hello, world")""" + "\n"  in file is modified if it is not formatted()  constant
 219     val code =  in dropbox-style is passed to formatter (file)()  constant
 242     val code =  in dropbox-style is passed to formatter (stdin)()  constant
 316     val code = """fun f () =    println( "hello, world" )"""  in --dry-run prints filename and does not change file()  constant
 329     val code = """fun f () =    println( "hello, world" )"""  in --dry-run prints 'stdin' and does not reformat code from stdin()  constant
 340     val code = """fun f() = println("hello, world")\n"""  in --dry-run prints nothing when there are no changes needed (file)()  constant
 [all …]
 
 | 
| /external/python/cpython3/Lib/xml/dom/ | 
| D | __init__.py | 77     code = INDEX_SIZE_ERR  variable in IndexSizeErr80     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__.py | 76     code = INDEX_SIZE_ERR  variable in IndexSizeErr79     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/ktfmt/core/src/test/java/com/facebook/ktfmt/format/ | 
| D | FormatterTest.kt | 153     val code =  in support script (kts) files()  constant524     val code =  in spacing around variable declarations()  constant
 581     val code =  in a property with a too long name being broken on multiple lines()  constant
 994     val code =  in expected indent in methods following single-line strings()  constant
 1023     val code =  in imports with trailing comments and expressions()  constant
 1070     val code =  in imports are deduplicated()  constant
 1100     val code =  in unused imports are removed()  constant
 1140     val code =  in imports from the same package are removed()  constant
 1170     val code =  in keep import elements only mentioned in kdoc()  constant
 1324     val code =  in keep import elements only mentioned in kdoc()  constant
 [all …]
 
 | 
| /external/proguard/src/proguard/classfile/instruction/ | 
| D | Instruction.java | 901     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/cronet/net/docs/ | 
| D | net-log.md | 32 ### Binary data and strings53 ### 64-bit integers
 63 ### Backwards compatibility
 76 ### Example 1
 94 ### Example 2
 119 ### Example 3
 148 ### Example 4
 
 | 
| /external/libjpeg-turbo/ | 
| D | jerror.h | 31 #define JMESSAGE(code, string)  argument39 #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/python/python-api-core/google/api_core/ | 
| D | exceptions.py | 109     code: Union[int, None] = None  variable in GoogleAPICallError175     code = http.client.MOVED_PERMANENTLY  variable in MovedPermanently
 181     code = http.client.NOT_MODIFIED  variable in NotModified
 187     code = http.client.TEMPORARY_REDIRECT  variable in TemporaryRedirect
 197     code = 308  variable in ResumeIncomplete
 207     code = http.client.BAD_REQUEST  variable in BadRequest
 232     code = http.client.UNAUTHORIZED  variable in Unauthorized
 244     code = http.client.FORBIDDEN  variable in Forbidden
 257     code = http.client.NOT_FOUND  variable in NotFound
 264     code = http.client.METHOD_NOT_ALLOWED  variable in MethodNotAllowed
 [all …]
 
 | 
| /external/flatbuffers/src/ | 
| D | idl_gen_php.cpp | 67     auto &code = *code_ptr;  in BeginFile()  local89     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 …]
 
 | 
| D | idl_gen_go.cpp | 133       std::string code = "";  in generate()  local166     std::string &code = *code_ptr;  in BeginClass()  local
 184     std::string &code = *code_ptr;  in GenEnumType()  local
 191     std::string &code = *code_ptr;  in BeginEnum()  local
 198     std::string &code = *code_ptr;  in EnumMember()  local
 210     std::string &code = *code_ptr;  in EndEnum()  local
 216     std::string &code = *code_ptr;  in BeginEnumNames()  local
 225     std::string &code = *code_ptr;  in EnumNameMember()  local
 237     std::string &code = *code_ptr;  in EndEnumNames()  local
 243     std::string &code = *code_ptr;  in EnumStringer()  local
 [all …]
 
 | 
| D | idl_gen_lua.cpp | 64     std::string &code = *code_ptr;  in BeginClass()  local73     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
 142     std::string &code = *code_ptr;  in InitializeExisting()  local
 154     std::string &code = *code_ptr;  in GetVectorLen()  local
 170     std::string &code = *code_ptr;  in GetScalarFieldOfStruct()  local
 184     std::string &code = *code_ptr;  in GetScalarFieldOfTable()  local
 [all …]
 
 | 
| /external/chromium-trace/catapult/common/eslint/tests/ | 
| D | catapult-camelcase.js | 51             code: "var o = {key: 1}",  property55             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
 88 …        code: "import { no_camelcased as camelCased, anoterCamelCased } from \"external-module\";",  property
 [all …]
 
 | 
| /external/tensorflow/tensorflow/security/advisory/ | 
| D | tfsa-2021-189.md | 3 ### CVE Number6 ### Impact
 11 ### Patches
 16 ### For more information
 19 ### Attribution
 
 | 
| D | tfsa-2022-010.md | 3 ### CVE Number6 ### Impact
 15 ### Patches
 22 ### For more information
 25 ### Attribution
 
 | 
| D | tfsa-2021-082.md | 3 ### CVE Number6 ### Impact
 16 ### Patches
 24 ### For more information
 30 ### Attribution
 
 | 
| /external/mesa3d/src/gallium/drivers/lima/ir/gp/ | 
| D | codegen.c | 86 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/strace/ | 
| D | ioctl.c | 45 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/cronet/third_party/protobuf/docs/ | 
| D | field_presence.md | 254 #### C++ example282 #### C# example
 310 #### Go example
 338 #### Java example
 368 #### Python example
 394 #### Ruby example
 422 #### Javascript example
 450 #### Objective C example
 
 | 
| /external/protobuf/docs/ | 
| D | field_presence.md | 254 #### C++ example282 #### C# example
 310 #### Go example
 338 #### Java example
 368 #### Python example
 394 #### Ruby example
 422 #### Javascript example
 450 #### Objective C example
 
 |