Home
last modified time | relevance | path

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

12345678910>>...30

/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/libusb/libusb/
Dcore.c712 dev->attached = 1; in usbi_connect_device()
731 dev->attached = 0; in usbi_disconnect_device()
1249 if (!dev->attached) { in libusb_open()
1610 if (!dev_handle->dev->attached) in libusb_claim_interface()
1699 if (!dev_handle->dev->attached) { in libusb_set_interface_alt_setting()
1734 if (!dev_handle->dev->attached) in libusb_clear_halt()
1762 if (!dev_handle->dev->attached) in libusb_reset_device()
1794 if (!dev_handle->dev->attached) in libusb_alloc_streams()
1821 if (!dev_handle->dev->attached) in libusb_free_streams()
1859 if (!dev_handle->dev->attached) in libusb_dev_mem_alloc()
[all …]
/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/u-boot/doc/
DREADME.nokia_rx5130 * 0. if keyboard is closed boot automatically attached kernel image
33 * 3. try boot from attached kernel image
53 * run attachboot - Boot attached kernel image (attached to U-Boot binary)
100 flashed with attached zImage to RX-51 kernel nand area. For enabling UBIFS
DREADME.nvme11 for enterprise and client solid state drives, typically attached to the PCI
30 it is able to scan all available namespaces attached to it. Scanning namespace
46 be executed for all NVMe hard disks attached to the NVMe controller to be
DREADME.ubi31 when such a UBI device is attached (via "ubi part"). Here an example:
59 UBI: attached mtd1 to ubi0
74 Now that the UBI device is attached, this device can be modified
152 UBI partition which has been attached with the ubi part command:
/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/swiftshader/third_party/llvm-7.0/llvm/test/Verifier/
Dmetadata-function-dbg.ll11 ; CHECK: DISubprogram attached to more than one function
16 ; CHECK: DISubprogram attached to more than one function
/external/clang/utils/check_cfc/
Dcheck_cfc.py152 attached = False
156 attached = False
159 attached = True
164 if attached == True:
/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.
Dtest64633 This is an attached file.
91 This is an attached file.
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/controller/
DServiceController.java29 if (attached) { in attach()
48 attached = true; in attach()
DIntentServiceController.java30 if (attached) { in attach()
48 attached = true; in attach()
DActivityController.java43 if (attached) { in attach()
56 attached = true; in attach()
336 attached = false; in configurationChange()
/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()
/external/deqp/doc/testspecs/GLES3/
Dfunctional.lifetime.txt44 + Tests for deleting an object that is attached to a container
62 indirectly attached to the current context, a faulty OpenGL ES
108 attached object is then deleted.
113 if they are attached to a program.
/external/autotest/server/site_tests/provision_FactoryImage/
Dcontrol24 Here is the command to install a recovery image with a locally attached
44 'attached.')
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DHowToAddABuilder.rst16 * The main buildmaster at `<http://lab.llvm.org:8011>`_. All builders attached
18 * The staging buildbot at `<http://lab.llvm.org:8014>`_. All builders attached
20 Builders for experimental backends should generally be attached to this
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dmingw-comdats-xdata.ll5 ; symbol attached, which requires a bit of adjustments for the assembler output.
52 ; The .xdata section below doesn't have the usual comdat symbol attached, which requires
/external/clang/test/Index/
Dannotate-comments-objc.m85 // Non-Doxygen comments should not be attached to anything.
88 // Some Doxygen comments are not attached to anything.
103 // checks that documentation comments are attached to declarations correctly.
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_TensorSummaryV2.pbtxt6 A string attached to this summary. Used for organization in TensorBoard.

12345678910>>...30