/external/parameter-framework/asio-1.10.6/include/asio/ |
basic_socket_acceptor.hpp | 56 /// (Deprecated: Use native_handle_type.) The native representation of an 60 /// The native representation of an acceptor. 153 /// Construct a basic_socket_acceptor on an existing native acceptor. 155 * This constructor creates an acceptor object to hold an existing native 164 * @param native_acceptor A native acceptor. 307 /// Assigns an existing native acceptor to the acceptor. 309 * This function opens the acceptor to hold an existing native acceptor. 313 * @param native_acceptor A native acceptor. 326 /// Assigns an existing native acceptor to the acceptor. 328 * This function opens the acceptor to hold an existing native acceptor 497 native_type native() function in class:asio::basic_socket_acceptor [all...] |
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
MessageDescriptor.cs | 130 /// will be the generated message type, not the native type used by reflection for fields of those types. Code 153 /// will be the generated message type, not the native type used by reflection for fields of those types. Code
|
/external/v8/src/compiler/ |
js-heap-broker.h | 387 V(bool, native) \
|
js-inlining.cc | 288 // Disallow cross native-context inlining for now. This means that all parts 294 // have a need for this, and we know how to model different native contexts 607 is_sloppy(shared_info->language_mode()) && !shared_info->native()) {
|
/external/v8/src/objects/ |
shared-function-info.h | 255 // Returns if this function has been compiled to native code yet. 427 // Indicates whether the function is a native function. 431 DECL_BOOLEAN_ACCESSORS(native) 458 // Defines the index in a native context of closure's map instantiated using
|
shared-function-info-inl.h | 161 BIT_FIELD_ACCESSORS(SharedFunctionInfo, flags, native,
|
/art/runtime/ |
debugger.h | 713 static bool DdmHandleHpsgNhsgChunk(HpsgWhen when, HpsgWhat what, bool native); 717 static void DdmSendHeapSegments(bool native) [all...] |
debugger.cc | 156 // TODO: post location events is a suspension point and native method entry stubs aren't. 185 // TODO: post location events is a suspension point and native method entry stubs aren't. 613 VLOG(jdwp) << "Dumping native heap to DDM"; 683 // The performance cost of this is non-negligible during native-debugging due to the 684 // forced JIT, so we keep the AOT code in that case in exchange for limited native debugging. [all...] |
/build/make/core/ |
base_rules.mk | 246 # We only support adding a default suite to native tests, native benchmarks, and instrumentation tests. 598 # If we are building a native test or benchmark and its stem variants are not defined, [all...] |
/build/soong/cc/ |
lto.go | 30 // bitcode rather than native object files. These bitcode files are then passed
|
makevars.go | 161 panic("native helper may not have any system includes")
|
/build/soong/finder/fs/ |
readdir.go | 145 // readInt returns the size-bytes unsigned integer in native byte order at offset off.
|
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ |
AsyncCallServer.cs | 32 /// Manages server side native call lifecycle.
|
/external/grpc-grpc/src/csharp/Grpc.Core/ |
ServerCallContext.cs | 124 // Getting the peer lazily is fine as the native call is guaranteed
|
/external/mesa3d/src/intel/ |
Android.vulkan.mk | 37 frameworks/native/vulkan/include
|
/external/python/dateutil/docs/ |
make.bat | 36 echo. xml to make Docutils-native XML files
|
/external/syzkaller/sys/targets/ |
targets.go | 297 // Don't use cross-compiler for native compilation, there are cases when this does not work:
|
/frameworks/av/media/codec2/sfplugin/ |
CCodecBufferChannel.cpp | 29 #include <android/hardware/cas/native/1.0/IDescrambler.h> 55 using namespace hardware::cas::native::V1_0; 453 // Here we cast CryptoPlugin::SubSample to hardware::cas::native::V1_0::SubSample 458 hardware::cas::native::V1_0::SharedBuffer srcBuffer; [all...] |
/external/clang/lib/Frontend/ |
FrontendAction.cpp | 288 llvm::sys::path::native(PCHDir->getName(), DirNative);
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/ |
CoverageReport.cpp | 184 sys::path::native(FileName);
|
SourceCoverageViewHTML.cpp | 326 sys::path::native(LinkTextStr);
|
/external/tensorflow/tensorflow/contrib/makefile/ |
Makefile | 185 OPTFLAGS += -march=native
|
/external/v8/src/compiler-dispatcher/ |
compiler-dispatcher.cc | 219 // We only handle functions (no eval / top-level code / native) that are 222 function->native()) {
|
/bionic/docs/ |
fdsan.md | 45 The way this is implemented is by providing functions to set a 64-bit closure tag on a file descriptor. The tag consists of an 8-bit type byte that identifies the type of the owner (`enum android_fdan_owner_type` in [`<android/fdsan.h>`](https://android.googlesource.com/platform/bionic/+/master/libc/include/android/fdsan.h)), and a 56-bit value. The value should ideally be something that uniquely identifies the object (object address for native objects and `System.identityHashCode` for Java objects), but in cases where it's hard to derive an identifier for the "owner" that should close a file descriptor, even using the same value for all file descriptors in the module can be useful, since it'll catch other code that closes your file descriptors. 361 * Native APIs not making it clear when they take ownership of a file descriptor. <br/> 363 * [Example one](https://android-review.googlesource.com/c/platform/system/core/+/721985), [two](https://android-review.googlesource.com/c/platform/frameworks/native/+/709451)
|
/build/make/tools/droiddoc/templates-ndk/assets/js/ |
prettify.js | 18 "catch,class,delete,false,import,new,operator,private,protected,public,this,throw,true,try,typeof"],F=[w,"alignof,align_union,asm,axiom,bool,concept,concept_map,const_cast,constexpr,decltype,dynamic_cast,explicit,export,friend,inline,late_check,mutable,namespace,nullptr,reinterpret_cast,static_assert,static_cast,template,typeid,typename,using,virtual,where"],G=[w,"abstract,boolean,byte,extends,final,finally,implements,import,instanceof,null,native,package,strictfp,super,synchronized,throws,transient"],
|