/external/clang/test/Sema/ |
D | void_arg.c | 4 typedef void Void; typedef 13 X = sizeof(int (Void a)); // expected-error {{argument may not have 'void' type}} in foo() 14 X = sizeof(int (int, Void)); // expected-error {{must be the first and only parameter}} in foo() 15 X = sizeof(int (Void, ...)); // expected-error {{must be the first and only parameter}} in foo() 19 X = sizeof(int (Void)); in foo() 23 void bar(Void) { in bar() argument
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | CallablesTest.java | 47 Callable<Void> callable = new Callable<Void>() { in testRenaming() 48 @Override public Void call() throws Exception { in testRenaming() 61 Callable<Void> callable = new Callable<Void>() { in testRenaming_exceptionalReturn() 62 @Override public Void call() throws Exception { in testRenaming_exceptionalReturn() 86 Callable<Void> callable = new Callable<Void>() { in testRenaming_noPermissions() 87 @Override public Void call() throws Exception { in testRenaming_noPermissions()
|
/external/guava/guava-testlib/test/com/google/common/testing/ |
D | FakeTickerTest.java | 110 new Callable<Void>() { in testConcurrentAdvance() 112 public Void call() throws Exception { in testConcurrentAdvance() 133 new Callable<Void>() { in testConcurrentAutoIncrementStep() 135 public Void call() throws Exception { in testConcurrentAutoIncrementStep() 148 private void runConcurrentTest(int numberOfThreads, final Callable<Void> callable) in runConcurrentTest() 154 executorService.submit(new Callable<Void>() { in runConcurrentTest() 156 public Void call() throws Exception { in runConcurrentTest()
|
D | GcFinalizationTest.java | 53 final SettableFuture<Void> future = SettableFuture.create(); in testAwaitDone_Future() 64 final SettableFuture<Void> future = SettableFuture.create(); in testAwaitDone_Future_Cancel() 144 final SettableFuture<Void> future = SettableFuture.create(); in testAwaitDone_Future_Interrupted_Interrupted()
|
/external/droiddriver/src/io/appium/droiddriver/util/ |
D | InstrumentationUtils.java | 114 FutureTask<Void> emptyTask = new FutureTask<Void>(EMPTY_RUNNABLE, null); in tryWaitForIdleSync() 130 runOnMainSyncWithTimeout(new Callable<Void>() { in runOnMainSyncWithTimeout() 132 public Void call() throws Exception { in runOnMainSyncWithTimeout()
|
/external/droiddriver/src/io/appium/droiddriver/ |
D | Poller.java | 106 ConditionChecker<Void> GONE = new ConditionChecker<Void>() { 108 public Void check(DroidDriver driver, Finder finder) throws UnsatisfiedConditionException {
|
/external/dexmaker/src/main/java/com/google/dexmaker/ |
D | TypeId.java | 62 public static final TypeId<Void> VOID = new TypeId<Void>(com.android.dx.rop.type.Type.VOID); 124 public MethodId<T, Void> getConstructor(TypeId<?>... parameters) { in getConstructor() 125 return new MethodId<T, Void>(this, VOID, "<init>", new TypeList(parameters)); in getConstructor()
|
/external/apache-harmony/support/src/test/java/tests/support/ |
D | Support_ProviderJCE.java | 51 AccessController.doPrivileged(new PrivilegedAction<Void>() { in registerServices() 52 public Void run() { in registerServices()
|
D | Support_ProviderTrust.java | 51 AccessController.doPrivileged(new PrivilegedAction<Void>() { in registerServices() 52 public Void run() { in registerServices()
|
D | Support_ProviderRSA.java | 51 AccessController.doPrivileged(new PrivilegedAction<Void>() { in registerServices() 52 public Void run() { in registerServices()
|
D | Support_TestProvider.java | 52 AccessController.doPrivileged(new PrivilegedAction<Void>() { in registerServices() 53 public Void run() { in registerServices()
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | AbstractScheduledService.java | 426 private class ReschedulableCallable extends ForwardingFuture<Void> implements Callable<Void> { 449 private Future<Void> currentFuture; 459 public Void call() throws Exception { 505 protected Future<Void> delegate() {
|
D | MoreExecutors.java | 501 ListenableFutureTask<Void> task = in schedule() 504 return new ListenableScheduledTask<Void>(task, scheduled); in schedule() 522 return new ListenableScheduledTask<Void>(task, scheduled); in scheduleAtFixedRate() 532 return new ListenableScheduledTask<Void>(task, scheduled); in scheduleWithFixedDelay() 572 extends AbstractFuture<Void>
|
/external/guava/guava-tests/test/com/google/common/primitives/ |
D | PrimitivesTest.java | 33 assertTrue(Primitives.isWrapperType(Void.class)); in testIsWrapperType() 69 Float.class, Integer.class, Long.class, Short.class, Void.class), in testAllWrapperTypes()
|
/external/deqp/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 136 struct Void struct 138 typedef Void Element; argument 145 explicit Void (const T&) {} in Void() argument 146 Void (void) {} in Void() function 150 Void& operator[] (int) { return *this; } in operator []() argument 151 const Void& operator[] (int) const { return *this; } in operator []() argument 154 ostream& operator<< (ostream& os, Void) { return os << "()"; } in operator <<() argument 158 template <> bool isTypeValid<Void> (void) { return false; } in isTypeValid() 169 const char* dataTypeNameOf<Void> (void) in dataTypeNameOf() 183 VarType getVarTypeOf<Void> (Precision) in getVarTypeOf() [all …]
|
/external/jmonkeyengine/engine/src/test/jme3test/network/ |
D | TestRemoteCall.java | 74 serverApp.enqueue(new Callable<Void>() { in attachChild() 75 public Void call() throws Exception { in attachChild()
|
/external/jmonkeyengine/engine/src/test/jme3test/awt/ |
D | TestApplet.java | 87 app.enqueue(new Callable<Void>(){ in startApp() 88 public Void call(){ in startApp()
|
/external/droiddriver/src/io/appium/droiddriver/uiautomation/ |
D | UiAutomationDriver.java | 84 context.callUiAutomation(new UiAutomationCallable<Void>() { in getRootNode() 86 public Void call(UiAutomation uiAutomation) { in getRootNode()
|
D | UiAutomationElement.java | 186 context.callUiAutomation(new UiAutomationCallable<Void>() { in doPerformAndWait() 189 public Void call(UiAutomation uiAutomation) { in doPerformAndWait()
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | SortedMapTestSuiteBuilder.java | 86 enum NoRecurse implements Feature<Void> { 91 public Set<Feature<? super Void>> getImpliedFeatures() { in getImpliedFeatures()
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
D | BiMapTestSuiteBuilder.java | 68 enum NoRecurse implements Feature<Void> { 72 public Set<Feature<? super Void>> getImpliedFeatures() { in getImpliedFeatures()
|
/external/llvm/lib/Target/R600/ |
D | SIAnnotateControlFlow.cpp | 50 Type *Void; member in __anon941c674e0111::SIAnnotateControlFlow 121 Void = Type::getVoidTy(Context); in doInitialization() 150 EndCfIntrinsic, Void, Int64, (Type *)nullptr); in doInitialization()
|
/external/jetty/src/java/org/eclipse/jetty/util/ |
D | TypeUtil.java | 63 name2Class.put("void",java.lang.Void.TYPE); 73 name2Class.put("java.lang.Void.TYPE",java.lang.Void.TYPE); 93 name2Class.put(null,java.lang.Void.TYPE); in name2Class.put() 111 class2Name.put(java.lang.Void.TYPE,"void"); in class2Name.put()
|
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/ |
D | VideoRecorderAppState.java | 127 executor.submit(new Callable<Void>() { in addImage() 129 public Void call() throws Exception { in addImage()
|
/external/mockito/src/org/mockito/internal/stubbing/answers/ |
D | MethodInfo.java | 44 return this.method.getReturnType() == Void.TYPE; in isVoid()
|