/external/libgdx/extensions/gdx-controllers/gdx-controllers-android/src/com/badlogic/gdx/controllers/android/ |
D | AndroidController.java | 34 private boolean attached; field in AndroidController 64 return attached; in isAttached() 67 public void setAttached (boolean attached) { in setAttached() argument 68 this.attached = attached; in setAttached()
|
/external/clang/test/Sema/ |
D | warn-documentation.m | 89 // 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/ |
D | security_SysVIPC.py | 21 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/ |
D | DiagnosticCommentKinds.td | 76 "'%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/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowFragment.java | 26 private boolean attached; field in ShadowFragment 138 attached = isAttached; in setAttached() 142 return attached; in isAttached()
|
/external/valgrind/memcheck/tests/solaris/ |
D | door_data.c | 61 int attached = 0; in server_main() local 78 attached = 1; in server_main() 87 if (attached && unlink(door_file)) { in server_main()
|
D | name_service_door.vgtest | 2 # The nscd must be running and its door attached.
|
/external/valgrind/gdbserver_tests/ |
D | nlvgdbsigqueue.stdinB.gdb | 3 echo vgdb launched process attached\n 10 # send SIGUSR1/SIGUSR1 in a few seconds, after vgdb has attached 19 # attached to the sleeping process.
|
D | nlgone_return.stdinB.gdb | 3 echo vgdb launched process attached\n
|
D | nlgone_abrt.stdinB.gdb | 3 echo vgdb launched process attached\n
|
D | mcmain_pic.stdinB.gdb | 3 echo vgdb launched process attached\n
|
D | nlgone_exit.stdinB.gdb | 3 echo vgdb launched process attached\n
|
D | mssnapshot.stdinB.gdb | 3 echo vgdb launched process attached\n
|
D | nlself_invalidate.stdinB.gdb | 3 echo vgdb launched process attached\n
|
D | mcsigpass.stdinB.gdb | 3 echo vgdb launched process attached\n
|
/external/clang/test/SemaObjC/ |
D | ibaction.m | 13 // Normally attributes should not be attached to method definitions, but 14 // we allow 'ibaction' to be attached because it can be expanded from
|
/external/selinux/libsemanage/src/ |
D | database_policydb.c | 41 int attached; member 99 if (dbase->attached) in dbase_policydb_cache() 200 tmp_dbase->attached = 0; in dbase_policydb_init() 228 dbase->attached = 1; in dbase_policydb_attach() 238 dbase->attached = 0; in dbase_policydb_detach()
|
/external/clang/utils/check_cfc/ |
D | check_cfc.py | 152 attached = False 156 attached = False 159 attached = True 164 if attached == True:
|
/external/libgdx/tests/gdx-tests-android/assets/data/ |
D | test.p | 120 attached: false 258 attached: true 420 attached: false 564 attached: false
|
D | singleTextureAllAdditive.p | 143 attached: false 295 attached: false 451 attached: false
|
/external/deqp/doc/testspecs/GLES2/ |
D | functional.lifetime.txt | 39 + 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/autotest/server/site_tests/provision_FactoryImage/ |
D | control | 24 Here is the command to install a recovery image with a locally attached 44 'attached.')
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.lifetime.txt | 44 + 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/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/ |
D | ParticleEmitter.java | 80 private boolean attached; field in ParticleEmitter 121 attached = emitter.attached; in ParticleEmitter() 590 if (attached) { in setPosition() 707 return attached; in isAttached() 710 public void setAttached (boolean attached) { in setAttached() argument 711 this.attached = attached; in setAttached() 902 output.write("attached: " + attached + "\n"); in save() 955 attached = readBoolean(reader, "attached"); in load()
|
/external/v8/build/android/ |
D | developer_recommended_flags.gypi | 36 # with each device attached. This greatly reduces the time required for incremental builds. 40 # zero or multiple devices are attached).
|