/system/vold/ |
VolumeManager.cpp | 168 SLOGD("New devmapper instance created at %s", buffer); 200 VolumeManager *VolumeManager::Instance() { [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
token.rb | 343 Including this module provides a +token_class+ attribute. Instance of the 423 3. dynamically populate the new scheme module with a couple instance methods 428 entity for your own purposes. Remember that all of the instance methods of 480 and extend the scheme module. Since token schemes define the private instance
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
DynamicTypePropagation.cpp | 634 // Do this "devirtualization" on instance and class methods only. Trust the 636 if (MessageExpr->getReceiverKind() == ObjCMessageExpr::Instance || 665 // Is the return type declared as instance type? [all...] |
/external/deqp/external/vulkancts/framework/vulkan/ |
vkNullDriverImpl.inl | 7 VK_NULL_RETURN((*pInstance = allocateHandle<Instance, VkInstance>(pCreateInfo, pAllocator))); 130 VKAPI_ATTR VkResult VKAPI_CALL createDisplayPlaneSurfaceKHR (VkInstance instance, const VkDisplaySurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface) 133 VK_NULL_RETURN((*pSurface = allocateNonDispHandle<SurfaceKHR, VkSurfaceKHR>(instance, pCreateInfo, pAllocator))); 136 VKAPI_ATTR VkResult VKAPI_CALL createXlibSurfaceKHR (VkInstance instance, const VkXlibSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface) 139 VK_NULL_RETURN((*pSurface = allocateNonDispHandle<SurfaceKHR, VkSurfaceKHR>(instance, pCreateInfo, pAllocator))); 142 VKAPI_ATTR VkResult VKAPI_CALL createXcbSurfaceKHR (VkInstance instance, const VkXcbSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface) 145 VK_NULL_RETURN((*pSurface = allocateNonDispHandle<SurfaceKHR, VkSurfaceKHR>(instance, pCreateInfo, pAllocator))); 148 VKAPI_ATTR VkResult VKAPI_CALL createWaylandSurfaceKHR (VkInstance instance, const VkWaylandSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface) 151 VK_NULL_RETURN((*pSurface = allocateNonDispHandle<SurfaceKHR, VkSurfaceKHR>(instance, pCreateInfo, pAllocator))); 154 VKAPI_ATTR VkResult VKAPI_CALL createMirSurfaceKHR (VkInstance instance, const VkMirSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceK (…) [all...] |
/external/webrtc/talk/app/webrtc/java/jni/ |
androidmediadecoder_jni.cc | 279 ALOGE << "NULL VideoCodec instance"; 290 // Save VideoCodec instance for later. 424 RTC_CHECK(codec_thread_ == ThreadManager::Instance()->CurrentThread()) [all...] |
peerconnection_jni.cc | 184 // PeerConnection.Observer interface. Wraps an instance of the Java interface 748 // instance. [all...] |
/libcore/ojluni/src/main/java/javax/crypto/ |
Cipher.java | 50 import sun.security.jca.GetInstance.Instance; 940 ("Could not construct CipherSpi instance"); [all...] |
/external/clang/lib/Frontend/Rewrite/ |
RewriteObjC.cpp | [all...] |
RewriteModernObjC.cpp | [all...] |
/external/libjpeg-turbo/doc/html/search/ |
search.js | 87 storing this instance. Is needed to be able to set timeouts. 94 // ---------- Instance variables
|
/external/clang/lib/AST/ |
ASTDumper.cpp | 142 // children of this node. For instance: [all...] |
StmtPrinter.cpp | [all...] |
/external/clang/tools/libclang/ |
CXCursor.cpp | [all...] |
/external/clang/lib/CodeGen/ |
CGObjC.cpp | 45 /// Emits an instance of NSConstantString representing the object. 272 // For a normal instance message, we should extend unless the 274 case ObjCMessageExpr::Instance: { 353 if (method && E->getReceiverKind() == ObjCMessageExpr::Instance && 380 case ObjCMessageExpr::Instance: [all...] |
/external/clang/include/clang/AST/ |
DeclObjC.h | 93 /// ObjCMethodDecl - Represents an instance or class method declaration. 100 /// Setter/getter instance methods: 104 /// Instance method that takes 2 NSView arguments: 122 /// instance (true) or class (false) method. 157 /// the same selector and is of the same kind (class or instance). 436 /// the same selector and is of the same kind (class or instance). 447 /// the same selector and is of the same kind (class or instance). 722 // Iterator access to instance/class methods. 767 // Get the local instance/class method declared in this interface. 833 /// // no instance variables or methods [all...] |
/external/clang/lib/Sema/ |
SemaExprObjC.cpp | 264 /*Instance=*/false); 269 // in the Sema instance. 620 // in the Sema instance. 788 Context.getTranslationUnitDecl(), false /*Instance*/, [all...] |
SemaDeclObjC.cpp | 266 /// AddAnyMethodToGlobalPool - Add any method, instance or factory to global 706 // scope until later (after the instance variable block), but we want the [all...] |
/external/clang/lib/ARCMigrate/ |
ObjCMT.cpp | 235 (Msg->getReceiverKind() != ObjCMessageExpr::Instance && [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
portcls.h | 278 PVOID Instance; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
winbase.h | [all...] |
winldap.h | [all...] |
/external/clang/lib/Serialization/ |
ASTReader.cpp | 713 // Load instance methods 717 Result.Instance.push_back(Method); [all...] |
ASTReaderStmt.cpp | [all...] |
ASTWriterStmt.cpp | [all...] |
/prebuilts/tools/common/m2/repository/io/grpc/grpc-core/0.13.2/ |
grpc-core-0.13.2.jar | |