Home
last modified time | relevance | path

Searched refs:attached (Results 1 – 25 of 1129) sorted by relevance

12345678910>>...46

/external/llvm-project/clang/test/Sema/
Dwarn-documentation.m90 // expected-warning@+1 {{'\returns' command used in a comment that is attached to a method returnin…
102 // expected-warning@+2 {{'@method' command should be used in a comment attached to an Objective-C m…
111 // expected-warning@+5 {{'@interface' command should not be used in a comment attached to a non-int…
112 // expected-warning@+5 {{'@classdesign' command should not be used in a comment attached to a non-c…
113 // expected-warning@+5 {{'@coclass' command should not be used in a comment attached to a non-conta…
128 // expected-warning@+4 {{'@methodgroup' command should be used in a comment attached to an Objectiv…
129 // expected-warning@+6 {{'@method' command should be used in a comment attached to an Objective-C m…
141 // expected-warning@+2 {{'@protocol' command should not be used in a comment attached to a non-prot…
165 // expected-warning@+2 {{'@protocol' command should not be used in a comment attached to a non-prot…
171 // expected-warning@+2 {{'@struct' command should not be used in a comment attached to a non-struct…
[all …]
/external/clang/test/Sema/
Dwarn-documentation.m89 // expected-warning@+1 {{'\returns' command used in a comment that is attached to a method returnin…
101 // expected-warning@+2 {{'@method' command should be used in a comment attached to an Objective-C m…
110 // expected-warning@+5 {{'@interface' command should not be used in a comment attached to a non-int…
111 // expected-warning@+5 {{'@classdesign' command should not be used in a comment attached to a non-c…
112 // expected-warning@+5 {{'@coclass' command should not be used in a comment attached to a non-conta…
127 // expected-warning@+4 {{'@methodgroup' command should be used in a comment attached to an Objectiv…
128 // expected-warning@+6 {{'@method' command should be used in a comment attached to an Objective-C m…
140 // expected-warning@+2 {{'@protocol' command should not be used in a comment attached to a non-prot…
164 // expected-warning@+2 {{'@protocol' command should not be used in a comment attached to a non-prot…
170 // expected-warning@+2 {{'@struct' command should not be used in a comment attached to a non-struct…
[all …]
/external/autotest/client/site_tests/security_SysVIPC/
Dsecurity_SysVIPC.py21 attached=('/usr/bin/cras',))])
58 attached = self.find_attached(shmid)
59 seen.add(ShmRecord(owner=owner, perms=perms, attached=attached))
/external/clang/include/clang/Basic/
DDiagnosticCommentKinds.td76 "'%select{\\|@}0param' command used in a comment that is not attached to "
82 "command should be used in a comment attached to "
89 "command should not be used in a comment attached to a "
96 "command should not be used in a comment attached to a non-container declaration">,
116 "'%select{\\|@}0tparam' command used in a comment that is not attached to "
137 "'%select{\\|@}0%1' command used in a comment that is not attached to "
142 "'%select{\\|@}0%1' command used in a comment that is attached to a "
/external/llvm-project/clang/include/clang/Basic/
DDiagnosticCommentKinds.td75 "'%select{\\|@}0param' command used in a comment that is not attached to "
81 "command should be used in a comment attached to "
88 "command should not be used in a comment attached to a "
95 "command should not be used in a comment attached to a non-container declaration">,
115 "'%select{\\|@}0tparam' command used in a comment that is not attached to "
136 "'%select{\\|@}0%1' command used in a comment that is not attached to "
141 "'%select{\\|@}0%1' command used in a comment that is attached to a "
/external/llvm-project/lldb/test/API/api/multithreaded/
Dlistener_test.cpp.template54 // get debugger listener (which is attached to process by default)
58 // FIXME: because a listener is attached to the process at launch-time,
59 // registering the listener below results in two listeners being attached,
/external/selinux/libsemanage/src/
Ddatabase_policydb.c41 int attached; member
99 if (dbase->attached) in dbase_policydb_cache()
199 tmp_dbase->attached = 0; in dbase_policydb_init()
227 dbase->attached = 1; in dbase_policydb_attach()
237 dbase->attached = 0; in dbase_policydb_detach()
/external/llvm-project/clang/test/SemaObjC/
Dibaction.m13 // Normally attributes should not be attached to method definitions, but
14 // we allow 'ibaction' to be attached because it can be expanded from
/external/clang/test/SemaObjC/
Dibaction.m13 // Normally attributes should not be attached to method definitions, but
14 // we allow 'ibaction' to be attached because it can be expanded from
/external/libusb/libusb/
Dcore.c725 dev->attached = 1; in usbi_connect_device()
744 dev->attached = 0; in usbi_disconnect_device()
1311 if (!dev->attached) { in libusb_open()
1676 if (!dev_handle->dev->attached) in libusb_claim_interface()
1767 if (!dev_handle->dev->attached) { in libusb_set_interface_alt_setting()
1802 if (!dev_handle->dev->attached) in libusb_clear_halt()
1830 if (!dev_handle->dev->attached) in libusb_reset_device()
1868 if (!dev_handle->dev->attached) in libusb_alloc_streams()
1898 if (!dev_handle->dev->attached) in libusb_free_streams()
1936 if (!dev_handle->dev->attached) in libusb_dev_mem_alloc()
[all …]
/external/libdrm/man/
DdrmModeGetResources.3.rst49 framebuffer objects (i.e., objects that can be attached to a given CRTC
61 from the chassis (e.g., LVDS or eDP). Connectors are attached to
62 encoders and contain information about the attached display sink (e.g.,
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_CopyHost.pbtxt19 A list of debug op spec (op, url, gated_grpc) for attached debug
29 N.B.: If the all downstream attached debug ops are disabled given the current
Dapi_def_Copy.pbtxt19 A list of debug op spec (op, url, gated_grpc) for attached debug
30 N.B.: If the all downstream attached debug ops are disabled given the current
/external/clang/utils/check_cfc/
Dcheck_cfc.py152 attached = False
156 attached = False
159 attached = True
164 if attached == True:
/external/llvm-project/clang/utils/check_cfc/
Dcheck_cfc.py155 attached = False
159 attached = False
162 attached = True
167 if attached == True:
/external/llvm-project/llvm/test/Verifier/
Dmetadata-function-dbg.ll14 ; CHECK: DISubprogram attached to more than one function
19 ; CHECK: DISubprogram attached to more than one function
/external/curl/tests/data/
Dtest64933 This is an attached file (in french: pièce jointe).
66 This is an attached file (in french: pi
Dtest64728 This is an attached file.
72 This is an attached file.
/external/lottie/.github/ISSUE_TEMPLATE/
Drendering-bug.md16 4. I have attached the AEP file (as a zip file so it can be attached) that only has the part of the…
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/controller/
DIntentServiceController.java30 if (attached) { in attach()
48 attached = true; in attach()
DServiceController.java29 if (attached) { in attach()
48 attached = true; in attach()
/external/autotest/server/site_tests/servo_LabControlVerification/
Dcontrol11 CRITERIA="Run on DUT with a servo attached and a functional DUT on the servo."
23 This test needs to run on a device that has a servo attached to it so
/external/llvm-project/mlir/test/Target/
Dllvmir-invalid.mlir10 // expected-error @+1 {{llvm.noalias attribute attached to LLVM non-pointer argument}}
17 // expected-error @+1 {{llvm.align attribute attached to LLVM non-pointer argument}}
/external/deqp/doc/testspecs/GLES2/
Dfunctional.lifetime.txt39 + Tests for deleting an object that is attached to a container
56 indirectly attached to the current context, a faulty OpenGL ES
94 renderbuffer or shader) to it. The attached object is then deleted.
99 if they are attached to a program. The names of other types of
/external/grpc-grpc-java/context/src/test/java/io/grpc/
DContextTest.java402 Context attached = Context.current(); in cancellableContextIsAttached() local
404 assertFalse(attached.isCancelled()); in cancellableContextIsAttached()
405 assertNull(attached.cancellationCause()); in cancellableContextIsAttached()
406 assertTrue(attached.canBeCancelled()); in cancellableContextIsAttached()
407 assertTrue(attached.isCurrent()); in cancellableContextIsAttached()
410 attached.addListener(cancellationListener, MoreExecutors.directExecutor()); in cancellableContextIsAttached()
413 assertTrue(attached.isCancelled()); in cancellableContextIsAttached()
414 assertSame(t, attached.cancellationCause()); in cancellableContextIsAttached()
415 assertSame(attached, listenerNotifedContext); in cancellableContextIsAttached()

12345678910>>...46