Searched refs:Void (Results 1 - 25 of 108) sorted by relevance

12345

/prebuilts/jdk/jdk8/darwin-x86/sample/nio/chatserver/
H A DChatServer.java88 listener.accept(null, new CompletionHandler<AsynchronousSocketChannel, Void>() {
90 public void completed(AsynchronousSocketChannel result, Void attachment) {
97 public void failed(Throwable exc, Void attachment) {
/prebuilts/jdk/jdk8/linux-x86/sample/nio/chatserver/
H A DChatServer.java88 listener.accept(null, new CompletionHandler<AsynchronousSocketChannel, Void>() {
90 public void completed(AsynchronousSocketChannel result, Void attachment) {
97 public void failed(Throwable exc, Void attachment) {
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h22 Void = 0x0003, // void member in class:llvm::codeview::SimpleTypeKind
120 static TypeIndex Void() { return TypeIndex(SimpleTypeKind::Void); } function in class:llvm::codeview::SimpleTypeMode::TypeIndex
122 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer32);
125 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer64);
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h27 Void = 0x0003, // void member in class:llvm::codeview::SimpleTypeKind
134 static TypeIndex Void() { return TypeIndex(SimpleTypeKind::Void); } function in class:llvm::codeview::SimpleTypeMode::TypeIndex
136 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer32);
139 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer64);
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h27 Void = 0x0003, // void member in class:llvm::codeview::SimpleTypeKind
134 static TypeIndex Void() { return TypeIndex(SimpleTypeKind::Void); } function in class:llvm::codeview::SimpleTypeMode::TypeIndex
136 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer32);
139 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer64);
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h22 Void = 0x0003, // void member in class:llvm::codeview::SimpleTypeKind
120 static TypeIndex Void() { return TypeIndex(SimpleTypeKind::Void); } function in class:llvm::codeview::SimpleTypeMode::TypeIndex
122 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer32);
125 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer64);
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h27 Void = 0x0003, // void member in class:llvm::codeview::SimpleTypeKind
134 static TypeIndex Void() { return TypeIndex(SimpleTypeKind::Void); } function in class:llvm::codeview::SimpleTypeMode::TypeIndex
136 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer32);
139 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer64);
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h27 Void = 0x0003, // void member in class:llvm::codeview::SimpleTypeKind
134 static TypeIndex Void() { return TypeIndex(SimpleTypeKind::Void); } function in class:llvm::codeview::SimpleTypeMode::TypeIndex
136 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer32);
139 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer64);
/prebuilts/jdk/jdk8/darwin-x86/sample/forkjoin/mergesort/
H A DMergeSort.java134 ForkJoinTask<Void> job = pool.submit(new MergeSortTask(array, 0, array.length));
/prebuilts/jdk/jdk8/linux-x86/sample/forkjoin/mergesort/
H A DMergeSort.java134 ForkJoinTask<Void> job = pool.submit(new MergeSortTask(array, 0, array.length));
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h29 Void = 0x0003, // void member in class:llvm::codeview::SimpleTypeKind
136 static TypeIndex Void() { return TypeIndex(SimpleTypeKind::Void); } function in class:llvm::codeview::SimpleTypeMode::TypeIndex
138 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer32);
141 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer64);
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h29 Void = 0x0003, // void member in class:llvm::codeview::SimpleTypeKind
136 static TypeIndex Void() { return TypeIndex(SimpleTypeKind::Void); } function in class:llvm::codeview::SimpleTypeMode::TypeIndex
138 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer32);
141 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer64);
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h29 Void = 0x0003, // void member in class:llvm::codeview::SimpleTypeKind
136 static TypeIndex Void() { return TypeIndex(SimpleTypeKind::Void); } function in class:llvm::codeview::SimpleTypeMode::TypeIndex
138 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer32);
141 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer64);
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h29 Void = 0x0003, // void member in class:llvm::codeview::SimpleTypeKind
136 static TypeIndex Void() { return TypeIndex(SimpleTypeKind::Void); } function in class:llvm::codeview::SimpleTypeMode::TypeIndex
138 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer32);
141 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer64);
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h29 Void = 0x0003, // void member in class:llvm::codeview::SimpleTypeKind
136 static TypeIndex Void() { return TypeIndex(SimpleTypeKind::Void); } function in class:llvm::codeview::SimpleTypeMode::TypeIndex
138 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer32);
141 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer64);
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h29 Void = 0x0003, // void member in class:llvm::codeview::SimpleTypeKind
136 static TypeIndex Void() { return TypeIndex(SimpleTypeKind::Void); } function in class:llvm::codeview::SimpleTypeMode::TypeIndex
138 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer32);
141 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer64);
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h29 Void = 0x0003, // void member in class:llvm::codeview::SimpleTypeKind
136 static TypeIndex Void() { return TypeIndex(SimpleTypeKind::Void); } function in class:llvm::codeview::SimpleTypeMode::TypeIndex
138 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer32);
141 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer64);
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h29 Void = 0x0003, // void member in class:llvm::codeview::SimpleTypeKind
136 static TypeIndex Void() { return TypeIndex(SimpleTypeKind::Void); } function in class:llvm::codeview::SimpleTypeMode::TypeIndex
138 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer32);
141 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer64);
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
H A DIntrinsics.h100 Void, VarArg, MMX, Token, Metadata, Half, Float, Double, enumerator in enum:llvm::Intrinsic::IITDescriptor::IITDescriptorKind
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
H A DIntrinsics.h100 Void, VarArg, MMX, Token, Metadata, Half, Float, Double, enumerator in enum:llvm::Intrinsic::IITDescriptor::IITDescriptorKind
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
H A DIntrinsics.h100 Void, VarArg, MMX, Token, Metadata, Half, Float, Double, enumerator in enum:llvm::Intrinsic::IITDescriptor::IITDescriptorKind
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
H A DIntrinsics.h100 Void, VarArg, MMX, Token, Metadata, Half, Float, Double, enumerator in enum:llvm::Intrinsic::IITDescriptor::IITDescriptorKind
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
H A DIntrinsics.h100 Void, VarArg, MMX, Token, Metadata, Half, Float, Double, enumerator in enum:llvm::Intrinsic::IITDescriptor::IITDescriptorKind
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
H A DIntrinsics.h100 Void, VarArg, MMX, Token, Metadata, Half, Float, Double, enumerator in enum:llvm::Intrinsic::IITDescriptor::IITDescriptorKind
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
H A DIntrinsics.h100 Void, VarArg, MMX, Token, Metadata, Half, Float, Double, enumerator in enum:llvm::Intrinsic::IITDescriptor::IITDescriptorKind

Completed in 381 milliseconds

12345