Home
last modified time | relevance | path

Searched refs:Void (Results 1 – 25 of 100) sorted by relevance

1234

/external/clang/test/Sema/
Dvoid_arg.c4 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/
DCallablesTest.java47 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/
DFakeTickerTest.java110 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()
DGcFinalizationTest.java53 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/
DInstrumentationUtils.java114 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/
DPoller.java106 ConditionChecker<Void> GONE = new ConditionChecker<Void>() {
108 public Void check(DroidDriver driver, Finder finder) throws UnsatisfiedConditionException {
/external/dexmaker/src/main/java/com/google/dexmaker/
DTypeId.java62 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/
DSupport_ProviderJCE.java51 AccessController.doPrivileged(new PrivilegedAction<Void>() { in registerServices()
52 public Void run() { in registerServices()
DSupport_ProviderTrust.java51 AccessController.doPrivileged(new PrivilegedAction<Void>() { in registerServices()
52 public Void run() { in registerServices()
DSupport_ProviderRSA.java51 AccessController.doPrivileged(new PrivilegedAction<Void>() { in registerServices()
52 public Void run() { in registerServices()
DSupport_TestProvider.java52 AccessController.doPrivileged(new PrivilegedAction<Void>() { in registerServices()
53 public Void run() { in registerServices()
/external/guava/guava/src/com/google/common/util/concurrent/
DAbstractScheduledService.java426 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() {
DMoreExecutors.java501 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/
DPrimitivesTest.java33 assertTrue(Primitives.isWrapperType(Void.class)); in testIsWrapperType()
69 Float.class, Integer.class, Long.class, Short.class, Void.class), in testAllWrapperTypes()
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp136 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/
DTestRemoteCall.java74 serverApp.enqueue(new Callable<Void>() { in attachChild()
75 public Void call() throws Exception { in attachChild()
/external/jmonkeyengine/engine/src/test/jme3test/awt/
DTestApplet.java87 app.enqueue(new Callable<Void>(){ in startApp()
88 public Void call(){ in startApp()
/external/droiddriver/src/io/appium/droiddriver/uiautomation/
DUiAutomationDriver.java84 context.callUiAutomation(new UiAutomationCallable<Void>() { in getRootNode()
86 public Void call(UiAutomation uiAutomation) { in getRootNode()
DUiAutomationElement.java186 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/
DSortedMapTestSuiteBuilder.java86 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/
DBiMapTestSuiteBuilder.java68 enum NoRecurse implements Feature<Void> {
72 public Set<Feature<? super Void>> getImpliedFeatures() { in getImpliedFeatures()
/external/llvm/lib/Target/R600/
DSIAnnotateControlFlow.cpp50 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/
DTypeUtil.java63 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/
DVideoRecorderAppState.java127 executor.submit(new Callable<Void>() { in addImage()
129 public Void call() throws Exception { in addImage()
/external/mockito/src/org/mockito/internal/stubbing/answers/
DMethodInfo.java44 return this.method.getReturnType() == Void.TYPE; in isVoid()

1234