/external/webrtc/sdk/ |
D | BUILD.gn | 55 "objc", 59 "objc/base", 83 sources = [ "objc/helpers/noop.mm" ] 96 "objc/base/RTCCodecSpecificInfo.h", 97 "objc/base/RTCEncodedImage.h", 98 "objc/base/RTCEncodedImage.m", 99 "objc/base/RTCI420Buffer.h", 100 "objc/base/RTCLogging.h", 101 "objc/base/RTCLogging.mm", 102 "objc/base/RTCMacros.h", [all …]
|
/external/python/cpython3/Lib/ |
D | _ios_support.py | 9 objc = None variable 18 objc = cdll.LoadLibrary(lib) variable 19 objc.objc_getClass.restype = c_void_p 20 objc.objc_getClass.argtypes = [c_char_p] 21 objc.sel_registerName.restype = c_void_p 22 objc.sel_registerName.argtypes = [c_char_p] 30 if not objc: 34 objc.objc_msgSend.restype = c_void_p 36 objc.objc_msgSend.argtypes = [c_void_p, c_void_p] 40 UIDevice = objc.objc_getClass(b"UIDevice") [all …]
|
D | webbrowser.py | 622 from _ios_support import objc 623 if objc: 631 if objc is None: 635 objc.objc_msgSend.restype = c_void_p 641 NSString = objc.objc_getClass(b"NSString") 642 constructor = objc.sel_registerName(b"stringWithCString:encoding:") 643 objc.objc_msgSend.argtypes = [c_void_p, c_void_p, c_char_p, c_ulong] 644 url_string = objc.objc_msgSend( 654 NSURL = objc.objc_getClass(b"NSURL") 655 urlWithString_ = objc.sel_registerName(b"URLWithString:") [all …]
|
/external/webrtc/examples/ |
D | BUILD.gn | 234 include_dirs = [ "objc/AppRTCMobile/common" ] 240 "objc/AppRTCMobile/common/ARDUtilities.h", 241 "objc/AppRTCMobile/common/ARDUtilities.m", 248 include_dirs = [ "objc/AppRTCMobile" ] 254 "objc/AppRTCMobile/ARDAppClient+Internal.h", 255 "objc/AppRTCMobile/ARDAppClient.h", 256 "objc/AppRTCMobile/ARDAppClient.m", 257 "objc/AppRTCMobile/ARDAppEngineClient.h", 258 "objc/AppRTCMobile/ARDAppEngineClient.m", 259 "objc/AppRTCMobile/ARDCaptureController.h", [all …]
|
/external/clang/test/Index/ |
D | index-suppress-refs.m | 22 // CHECK: [indexDeclaration]: kind: objc-class | name: I 24 // CHECK-NEXT: [indexDeclaration]: kind: objc-class | name: B 26 // CHECK-NEXT: [indexDeclaration]: kind: objc-protocol | name: P 30 // CHECK-NEXT: [indexDeclaration]: kind: objc-class | name: I 32 // CHECK-NEXT: [indexDeclaration]: kind: objc-category | name: cat 34 // CHECK-NEXT: <ObjCCategoryInfo>: class: kind: objc-class | name: I 35 // CHECK-NEXT: [indexDeclaration]: kind: objc-instance-method | name: meth 36 // CHECK-NOT: [indexEntityReference]: kind: objc-class | name: I 37 // CHECK-NOT: [indexDeclaration]: kind: objc-class | name: I 38 // CHECK-NEXT: [indexDeclaration]: kind: objc-class | name: S [all …]
|
D | index-decls.m | 59 // CHECK: [indexDeclaration]: kind: objc-class | name: I | {{.*}} | loc: 1:12 60 // CHECK: [indexDeclaration]: kind: objc-instance-method | name: prop | {{.*}} | loc: 3:2 61 // CHECK: [indexDeclaration]: kind: objc-property | name: prop | {{.*}} | loc: 2:25 62 // CHECK: [indexDeclaration]: kind: objc-category | name: | {{.*}} | loc: 6:12 63 // CHECK: [indexDeclaration]: kind: objc-instance-method | name: setProp: | {{.*}} | loc: 7:33 64 // CHECK: [indexDeclaration]: kind: objc-property | name: prop | {{.*}} | loc: 7:33 66 // CHECK: [indexDeclaration]: kind: objc-ivar | name: _prop | {{.*}} | loc: 11:20 67 // CHECK: [indexDeclaration]: kind: objc-instance-method | name: prop | {{.*}} | loc: 11:13 | {{.*}… 68 // CHECK: [indexDeclaration]: kind: objc-instance-method | name: setProp: | {{.*}} | loc: 11:13 | {… 70 // CHECK: [indexDeclaration]: kind: objc-ivar | name: _auto_prop | {{.*}} | loc: 20:33 [all …]
|
D | reparse-predef-objc-protocol.m | 2 #import "declare-objc-predef.h" 5 // CHECK: declare-objc-predef.h:1:8: ObjCInterfaceDecl=Protocol:1:8 Extent=[1:1 - 1:16] 6 // CHECK: declare-objc-predef.h:1:8: ObjCClassRef=Protocol:1:8 Extent=[1:8 - 1:16] 7 // CHECK: declare-objc-predef.h:2:16: StructDecl=objc_class:2:16 Extent=[2:9 - 2:26] 8 // CHECK: declare-objc-predef.h:2:28: TypedefDecl=Class:2:28 (Definition) Extent=[2:1 - 2:33] 9 // CHECK: declare-objc-predef.h:2:16: TypeRef=struct objc_class:2:16 Extent=[2:16 - 2:26]
|
D | usrs.m | 126 // CHECK: usrs.m c:objc(cs)Foo Extent=[25:1 - 32:5] 127 // CHECK: usrs.m c:objc(cs)Foo@x Extent=[26:3 - 26:7] 128 // CHECK: usrs.m c:objc(cs)Foo@y Extent=[27:3 - 27:7] 129 // CHECK: usrs.m c:objc(cs)Foo(im)godzilla Extent=[29:1 - 29:17] 130 // CHECK: usrs.m c:objc(cs)Foo(cm)kingkong Extent=[30:1 - 30:17] 131 // CHECK: usrs.m c:objc(cs)Foo(py)d1 Extent=[31:1 - 31:17] 132 // CHECK: usrs.m c:objc(cs)Foo(im)d1 Extent=[31:15 - 31:17] 133 // CHECK: usrs.m c:objc(cs)Foo(im)setD1: Extent=[31:15 - 31:17] 134 // CHECK: usrs.m c:usrs.m@352objc(cs)Foo(im)setD1:@d1 Extent=[31:15 - 31:17] 135 // CHECK: usrs.m c:objc(cs)Foo Extent=[34:1 - 45:2] [all …]
|
D | print-usrs.c | 5 ObjCIvar x c:objc(cs)NSObject 6 ObjCMethod foo: 0 c:objc(cs)NSObject 7 ObjCMethod baz:with 1 c:objc(cs)NSObject 8 ObjCProperty gimme c:objc(cs)NSObject
|
D | annotate-comments-objc.m | 107 // CHECK-DAG: annotate-comments-objc.m:7:6: FunctionDecl=functionBeforeImports:{{.*}} BriefComment=… 113 // CHECK: annotate-comments-objc.m:23:50: ObjCPropertyDecl=property1_isdoxy1:{{.*}} property1_isdox… 114 // CHECK: annotate-comments-objc.m:24:50: ObjCPropertyDecl=property1_isdoxy2:{{.*}} property1_isdox… 115 // CHECK: annotate-comments-objc.m:25:50: ObjCPropertyDecl=property1_isdoxy3:{{.*}} property1_isdox… 116 // CHECK: annotate-comments-objc.m:26:50: ObjCPropertyDecl=property1_isdoxy4:{{.*}} property1_isdox… 117 // CHECK: annotate-comments-objc.m:29:9: ObjCInstanceMethodDecl=method1_isdoxy1:{{.*}} method1_isdo… 118 // CHECK: annotate-comments-objc.m:30:9: ObjCInstanceMethodDecl=method1_isdoxy2:{{.*}} method1_isdo… 119 // CHECK: annotate-comments-objc.m:31:9: ObjCInstanceMethodDecl=method1_isdoxy3:{{.*}} method1_isdo… 120 // CHECK: annotate-comments-objc.m:32:9: ObjCInstanceMethodDecl=method1_isdoxy4:{{.*}} method1_isdo… 121 // CHECK: annotate-comments-objc.m:43:22: EnumDecl=An_NS_ENUM_isdoxy1:{{.*}} An_NS_ENUM_isdoxy1 IS_… [all …]
|
/external/clang/test/Index/Core/ |
D | index-source.m | 4 // CHECK: [[@LINE-1]]:12 | class/ObjC | Base | c:objc(cs)Base | _OBJC_CLASS_$_Base | Decl | rel: 0 6 // CHECK: [[@LINE-1]]:1 | instance-method/ObjC | meth | c:objc(cs)Base(im)meth | -[Base meth] | Dec… 7 // CHECK-NEXT: RelChild | Base | c:objc(cs)Base 16 …// CHECK: [[@LINE+3]]:6 | instance-method/ObjC | meth | c:objc(cs)Base(im)meth | -[Base meth] | Re… 18 // CHECK-NEXT: RelRec | Base | c:objc(cs)Base 22 // CHECK: [[@LINE+1]]:11 | protocol/ObjC | Prot1 | c:objc(pl)Prot1 | <no-cgname> | Decl | rel: 0 26 // CHECK: [[@LINE+3]]:11 | protocol/ObjC | Prot2 | c:objc(pl)Prot2 | <no-cgname> | Decl | rel: 0 27 // CHECK: [[@LINE+2]]:17 | protocol/ObjC | Prot1 | c:objc(pl)Prot1 | <no-cgname> | Ref,RelBase | re… 28 // CHECK-NEXT: RelBase | Prot2 | c:objc(pl)Prot2 32 // CHECK: [[@LINE+7]]:12 | class/ObjC | Sub | c:objc(cs)Sub | _OBJC_CLASS_$_Sub | Decl | rel: 0 [all …]
|
D | index-subkinds.m | 3 // CHECK: [[@LINE+1]]:12 | class/ObjC | XCTestCase | c:objc(cs)XCTestCase | _OBJC_CLASS_$_XCTestCas… 7 // CHECK: [[@LINE+1]]:12 | class(test)/ObjC | MyTestCase | c:objc(cs)MyTestCase | _OBJC_CLASS_$_MyT… 10 // CHECK: [[@LINE+1]]:17 | class(test)/ObjC | MyTestCase | c:objc(cs)MyTestCase | <no-cgname> | Def… 12 // CHECK: [[@LINE+1]]:1 | instance-method(test)/ObjC | testMe | c:objc(cs)MyTestCase(im)testMe | -[… 14 // CHECK: [[@LINE+1]]:1 | instance-method/ObjC | testResult | c:objc(cs)MyTestCase(im)testResult | … 16 // CHECK: [[@LINE+1]]:1 | instance-method/ObjC | testWithInt: | c:objc(cs)MyTestCase(im)testWithInt… 20 // CHECK: [[@LINE+1]]:12 | class(test)/ObjC | SubTestCase | c:objc(cs)SubTestCase | _OBJC_CLASS_$_S… 23 // CHECK: [[@LINE+1]]:17 | class(test)/ObjC | SubTestCase | c:objc(cs)SubTestCase | <no-cgname> | D… 25 // CHECK: [[@LINE+1]]:1 | instance-method(test)/ObjC | testIt2 | c:objc(cs)SubTestCase(im)testIt2 |… 29 // CHECK: [[@LINE+1]]:12 | extension/ObjC | cat | c:objc(cy)MyTestCase@cat | <no-cgname> | Decl | r… [all …]
|
/external/tensorflow/tensorflow/lite/objc/TensorFlowLite.tulsiproj/Configs/ |
D | TensorFlowLite.tulsigen | 5 "tensorflow/lite/objc", 6 "tensorflow/lite/objc/apis", 7 "tensorflow/lite/objc/apps/TestApp/TestApp", 8 "tensorflow/lite/objc/apps/TestApp/TestApp/Base.lproj", 9 "tensorflow/lite/objc/sources", 10 "tensorflow/lite/objc/tests", 17 "//tensorflow/lite/objc:TensorFlowLite", 18 "//tensorflow/lite/objc:TestApp", 19 "//tensorflow/lite/objc:tests" 61 "tensorflow/lite/objc/BUILD"
|
/external/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/ |
D | IntrinsicEnums.inc | 192 objc_arc_annotation_bottomup_bbend, // llvm.objc.arc.annotation.bottomup.bbend 193 objc_arc_annotation_bottomup_bbstart, // llvm.objc.arc.annotation.bottomup.bbstart 194 objc_arc_annotation_topdown_bbend, // llvm.objc.arc.annotation.topdown.bbend 195 objc_arc_annotation_topdown_bbstart, // llvm.objc.arc.annotation.topdown.bbstart 196 objc_autorelease, // llvm.objc.autorelease 197 objc_autoreleasePoolPop, // llvm.objc.autoreleasePoolPop 198 objc_autoreleasePoolPush, // llvm.objc.autoreleasePoolPush 199 objc_autoreleaseReturnValue, // llvm.objc.autoreleaseReturnValue 200 objc_clang_arc_use, // llvm.objc.clang.arc.use 201 objc_copyWeak, // llvm.objc.copyWeak [all …]
|
/external/clang/test/Driver/ |
D | rewrite-legacy-objc.m | 1 // RUN: %clang -no-canonical-prefixes -target x86_64-apple-macosx10.7.0 -rewrite-legacy-objc %s -o … 4 // TEST0: "-rewrite-objc" 6 …"-fobjc-runtime=macosx-fragile" "-fencode-extended-block-signature" "-fno-objc-infer-related-resul… 7 // TEST0: rewrite-legacy-objc.m" 8 // RUN: %clang -no-canonical-prefixes -target i386-apple-macosx10.9.0 -rewrite-legacy-objc %s -o - … 10 // RUN: %clang -no-canonical-prefixes -target i386-apple-macosx10.6.0 -rewrite-legacy-objc %s -o - … 12 …jc-subscripting-legacy-runtime" "-fencode-extended-block-signature" "-fno-objc-infer-related-resul… 13 …"-fobjc-runtime=macosx-fragile" "-fencode-extended-block-signature" "-fno-objc-infer-related-resul…
|
D | objc-weak.m | 4 // RUN: %clang -target x86_64-apple-macosx -mmacosx-version-min=10.7 -S -### %s -fno-objc-weak -fob… 8 … x86_64-apple-macosx -mmacosx-version-min=10.7 -S -### %s -fobjc-arc -fno-objc-weak 2>&1 | FileChe… 9 …x86_64-apple-macosx -mmacosx-version-min=10.7 -S -### %s -fobjc-weak -fno-objc-weak -fobjc-arc 2>… 11 // ARC-NO-WEAK: -fno-objc-weak 14 // RUN: %clang -target x86_64-apple-macosx -mmacosx-version-min=10.5 -S -### %s -fno-objc-weak -fob… 18 // RUN: %clang -target x86_64-apple-macosx -mmacosx-version-min=10.7 -S -### %s -fno-objc-weak -fob… 21 // RUN: %clang -target x86_64-apple-macosx -mmacosx-version-min=10.7 -S -### %s -fno-objc-weak 2>&1… 22 …x86_64-apple-macosx -mmacosx-version-min=10.7 -S -### %s -fobjc-weak -fno-objc-weak 2>&1 | FileChe… 23 // MRC-NO-WEAK: -fno-objc-weak 26 // RUN: %clang -target x86_64-apple-macosx -mmacosx-version-min=10.5 -S -### %s -fno-objc-weak -fob…
|
D | darwin-objc-defaults.m | 12 // CHECK-CHECK-I386_OSX10_5: darwin-objc-defaults 21 // CHECK-CHECK-I386_OSX10_6: darwin-objc-defaults 30 // CHECK-CHECK-I386_IPHONE3_0: darwin-objc-defaults 49 // CHECK-CHECK-X86_64_OSX10_5: darwin-objc-defaults 57 // CHECK-CHECK-X86_64_OSX10_6: darwin-objc-defaults 65 // CHECK-CHECK-X86_64_IPHONE3_0: darwin-objc-defaults 76 // CHECK-CHECK-ARMV7_OSX10_5: darwin-objc-defaults 85 // CHECK-CHECK-ARMV7_OSX10_6: darwin-objc-defaults 94 // CHECK-CHECK-ARMV7_IPHONE3_0: darwin-objc-defaults
|
/external/webrtc/examples/objc/AppRTCMobile/ |
D | ARDExternalSampleCapturer.m | 13 #import "sdk/objc/api/video_frame_buffer/RTCNativeI420Buffer.h" 14 #import "sdk/objc/api/video_frame_buffer/RTCNativeMutableI420Buffer.h" 15 #import "sdk/objc/base/RTCI420Buffer.h" 16 #import "sdk/objc/base/RTCMutableI420Buffer.h" 17 #import "sdk/objc/base/RTCMutableYUVPlanarBuffer.h" 18 #import "sdk/objc/base/RTCVideoFrameBuffer.h" 19 #import "sdk/objc/base/RTCYUVPlanarBuffer.h" 20 #import "sdk/objc/components/video_frame_buffer/RTCCVPixelBuffer.h"
|
/external/clang/test/SemaObjC/ |
D | builtin_objc_lib_functions.m | 4 …// expected-note {{include the header <objc/runtime.h> or explicitly provide a declaration for 'ob… 8 …// expected-note {{include the header <objc/runtime.h> or explicitly provide a declaration for 'ob… 11 …// expected-note {{include the header <objc/runtime.h> or explicitly provide a declaration for 'ob… 14 …// expected-note {{include the header <objc/message.h> or explicitly provide a declaration for 'ob… 18 …// expected-note {{include the header <objc/message.h> or explicitly provide a declaration for 'ob… 23 …// expected-note {{include the header <objc/objc-auto.h> or explicitly provide a declaration for '… 28 …// expected-note {{include the header <objc/objc-exception.h> or explicitly provide a declaration …
|
/external/swiftshader/third_party/llvm-16.0/configs/common/include/llvm/IR/ |
D | IntrinsicEnums.inc | 214 objc_arc_annotation_bottomup_bbend, // llvm.objc.arc.annotation.bottomup.bbend 215 objc_arc_annotation_bottomup_bbstart, // llvm.objc.arc.annotation.bottomup.bbstart 216 objc_arc_annotation_topdown_bbend, // llvm.objc.arc.annotation.topdown.bbend 217 objc_arc_annotation_topdown_bbstart, // llvm.objc.arc.annotation.topdown.bbstart 218 objc_autorelease, // llvm.objc.autorelease 219 objc_autoreleasePoolPop, // llvm.objc.autoreleasePoolPop 220 objc_autoreleasePoolPush, // llvm.objc.autoreleasePoolPush 221 objc_autoreleaseReturnValue, // llvm.objc.autoreleaseReturnValue 222 objc_clang_arc_noop_use, // llvm.objc.clang.arc.noop.use 223 objc_clang_arc_use, // llvm.objc.clang.arc.use [all …]
|
/external/webrtc/modules/desktop_capture/ |
D | DEPS | 8 "+sdk/objc", 11 "+sdk/objc", 14 "+sdk/objc", 17 "+sdk/objc",
|
/external/protobuf/objectivec/ProtocolBuffers_tvOS.xcodeproj/ |
D | project.pbxproj | 120 …ncyTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GPBConcurre… 127 …sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; pa… 129 …sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBCodedOut… 131 …sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBExtensio… 133 …sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBUnknownF… 135 …sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBMessage.… 138 …sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBUnknownF… 140 …sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBUtilitie… 142 …sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBWireForm… 144 …sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBCodedInp… [all …]
|
/external/protobuf/objectivec/ProtocolBuffers_iOS.xcodeproj/ |
D | project.pbxproj | 120 …ncyTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GPBConcurre… 127 …sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; pa… 129 …sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBCodedOut… 131 …sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBExtensio… 133 …sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBUnknownF… 135 …sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBMessage.… 138 …sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBUnknownF… 140 …sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBUtilitie… 142 …sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBWireForm… 144 …sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBCodedInp… [all …]
|
/external/protobuf/objectivec/ProtocolBuffers_OSX.xcodeproj/ |
D | project.pbxproj | 119 …ncyTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GPBConcurre… 126 …sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; pa… 128 …sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBCodedOut… 130 …sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBExtensio… 132 …sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBUnknownF… 134 …sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBMessage.… 137 …sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBUnknownF… 139 …sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBUtilitie… 141 …sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBWireForm… 143 …sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBCodedInp… [all …]
|
/external/llvm/test/tools/llvm-objdump/X86/ |
D | malformed-machos.test | 4 # RUN: llvm-objdump -macho -objc-meta-data \ 10 # RUN: llvm-objdump -macho -objc-meta-data \ 16 # RUN: llvm-objdump -macho -objc-meta-data \ 22 # RUN: llvm-objdump -macho -objc-meta-data \ 28 # RUN: llvm-objdump -macho -objc-meta-data \ 34 # RUN: llvm-objdump -macho -objc-meta-data \
|