/foundation/window/window_manager/wmserver/src/ |
H A D | window_manager_service.cpp | 965 accessTokenIdMaps_.insert(std::pair(windowId, IPCSkeleton::GetCallingTokenID())); in CreateWindow()
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
H A D | isp.S | 923 # jump to the corresponding function for each {MODE,REG} pair.
|
/kernel/linux/linux-5.10/arch/sparc/lib/ |
H A D | M7memcpy.S | 406 andcc %o0, 16, %o3 ! pair of long words to move?
|
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/ |
H A D | isp.S | 923 # jump to the corresponding function for each {MODE,REG} pair.
|
/kernel/linux/linux-6.6/arch/sparc/lib/ |
H A D | M7memcpy.S | 406 andcc %o0, 16, %o3 ! pair of long words to move?
|
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
H A D | cbor_test.cc | 119 // This roundtrips the int32_t value 23 through the pair of EncodeInt32 / in TEST() 136 // This roundtrips the int32_t value 42 through the pair of EncodeInt32 / in TEST() 267 // This roundtrips the int32_t value -24 through the pair of EncodeInt32 / in TEST() 313 // This roundtrips the empty utf16 string through the pair of EncodeString16 / in TEST() 478 std::vector<std::pair<std::string, std::string>> examples = { in TEST()
|
/third_party/node/src/ |
H A D | node_buffer.cc | 1307 std::pair<void*, size_t> DecomposeBufferToParts(Local<Value> buffer) { in DecomposeBufferToParts()
|
H A D | node_messaging.cc | 556 std::pair<uint8_t*, size_t> data = serializer.Release(); in Serialize()
|
/third_party/nghttp2/src/ |
H A D | http2.cc | 1047 // quoted-pair 1135 std::pair<LinkHeader, const char *>
|
/third_party/node/deps/v8/src/compiler/ |
H A D | compilation-dependencies.cc | 141 std::pair<Handle<HeapObject>, DependentCode::DependencyGroups>; in InstallAllPredictable()
|
H A D | raw-machine-assembler.h | 966 using CFunctionArg = std::pair<MachineType, Node*>;
|
H A D | scheduler.cc | 734 using Backedge = std::pair<BasicBlock*, size_t>;
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | instruction.h | 1463 // A deoptimization entry is a pair of the reason why we deoptimize and the 1639 ZoneAllocator<std::pair<const int, Constant> > >;
|
H A D | register-allocator.h | 251 ZoneVector<std::pair<TopLevelLiveRange*, int>>;
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-interface.cc | 725 std::pair<int, int> WasmScript::GetFunctionRange(int function_index) const { in GetFunctionRange()
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | gdb-jit.cc | 1918 static base::Optional<std::pair<CodeMap::iterator, CodeMap::iterator>>
|
/third_party/node/deps/v8/src/heap/ |
H A D | heap.h | 2163 std::vector<std::pair<v8::NearHeapLimitCallback, void*>>
|
/third_party/node/deps/v8/src/execution/ |
H A D | isolate.h | 2170 // The cache stores the most recently accessed {locales,obj} pair for each 2241 using InterruptEntry = std::pair<InterruptCallback, void*>;
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | interpreter-assembler.cc | 247 std::pair<TNode<Object>, TNode<Object>>
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineColorWriteEnableTests.cpp | 1857 std::pair<bool, const char*> in createColorWriteEnable2Tests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassMultisampleTests.cpp | 73 using std::pair;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | formatutilsgl.cpp | 129 typedef std::pair<GLenum, InternalFormatInfo> InternalFormatInfoPair;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Buffer11.cpp | 202 std::map<std::pair<unsigned int, unsigned int>, d3d11::UnorderedAccessView> mBufferRawUAVs;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineInstr.cpp | 959 /// readsWritesVirtualRegister - Return a pair of bools (reads, writes) 962 std::pair<bool,bool>
|
H A D | PeepholeOptimizer.cpp | 266 using IndexPair = std::pair<unsigned, unsigned>; 313 assert(Idx < getNumSources() && "Reg pair source out of index"); in setSource() 1105 /// Given a \p Def.Reg and Def.SubReg pair, use \p RewriteMap to find
|