/third_party/flatbuffers/tests/ |
D | py_flexbuffers_test.py | 294 self.assertIsNone(flexbuffers.Loads(data)) 322 self.assertEqual(flexbuffers.Loads(data), value) 352 self.assertEqual(flexbuffers.Loads(data), value) 442 self.assertEqual(flexbuffers.Loads(data), [13, 0, -15]) 446 self.assertEqual(flexbuffers.Loads(data), [0, -7, 45]) 453 self.assertEqual(flexbuffers.Loads(data), {'x': -7, 'y': 46}) 456 self.assertEqual(flexbuffers.Loads(data), {'x': 14, 'y': -1}) 471 self.assertAlmostEqual(flexbuffers.Loads(data), value) 520 for a, b in zip(flexbuffers.Loads(data), [0.0, 15.2, -5.1]): 546 self.assertEqual(flexbuffers.Loads(data), value) [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMParallelDSP.cpp | 199 SmallVector<LoadInst*, 4> Loads; member in __anonfa5aa6930111::WidenedLoad 205 Loads.push_back(I); in WidenedLoad() 229 LoadInst* CreateWideLoad(MemInstList &Loads, IntegerType *LoadTy); 351 SmallVector<LoadInst*, 8> Loads; in RecordMemoryOps() local 367 Loads.push_back(Ld); in RecordMemoryOps() 370 if (Loads.empty() || Loads.size() > NumLoadLimit) in RecordMemoryOps() 380 for (auto Read : Loads) { in RecordMemoryOps() 412 for (auto *Base : Loads) { in RecordMemoryOps() 413 for (auto *Offset : Loads) { in RecordMemoryOps() 733 LoadInst* ARMParallelDSP::CreateWideLoad(MemInstList &Loads, in CreateWideLoad() argument [all …]
|
D | ARMSelectionDAGInfo.cpp | 157 SDValue Loads[6]; in EmitTargetCodeForMemcpy() local 212 Loads[i] = DAG.getLoad(VT, dl, Chain, in EmitTargetCodeForMemcpy() 216 TFOps[i] = Loads[i].getValue(1); in EmitTargetCodeForMemcpy() 229 TFOps[i] = DAG.getStore(Chain, dl, Loads[i], in EmitTargetCodeForMemcpy()
|
D | ARMScheduleM4.td | 47 // Loads, MAC's and DIV all get a higher latency of 2 106 // Loads still take 2 cycles.
|
/third_party/openGLES/extensions/AMD/ |
D | AMD_shader_image_load_store_lod.txt | 79 ... "Texture Image Loads and Stores" of the OpenGL specification. 81 Loads and stores could also be done on mipmap texture images with the 102 | gvec4 imageLoadLodAMD(readonly | Loads the texel at the | 113 | | Image Loads and Stores" of | 127 | | Loads and Stores" of the | 140 | int sparseImageLoadLodAMD(gimage2D image, | Loads a texel from |
|
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/ |
D | AMD_shader_image_load_store_lod.txt | 79 ... "Texture Image Loads and Stores" of the OpenGL specification. 81 Loads and stores could also be done on mipmap texture images with the 102 | gvec4 imageLoadLodAMD(readonly | Loads the texel at the | 113 | | Image Loads and Stores" of | 127 | | Loads and Stores" of the | 140 | int sparseImageLoadLodAMD(gimage2D image, | Loads a texel from |
|
/third_party/grpc/bazel/ |
D | grpc_extra_deps.bzl | 1 """Loads the dependencies necessary for the external repositories defined in grpc_deps.bzl.""" 11 """Loads the extra dependencies.
|
/third_party/gstreamer/gstplugins_good/gst/goom/ |
D | ppc_zoom_ultimate.s | 116 lwzx r10,r11,r10 ; Loads coefs 120 lwz r25,0(r2) ; Loads col1 -> r25 121 lwz r26,4(r2) ; Loads col2 -> r26 133 lwz r27,0(r2) ; Loads col3 -> r27 138 lwz r28,4(r2) ; Loads col4 -> r28
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | DemoteRegToStack.cpp | 69 DenseMap<BasicBlock*, Value*> Loads; in DemoteRegToStack() local 72 Value *&V = Loads[PN->getIncomingBlock(i)]; in DemoteRegToStack()
|
/third_party/libpng/scripts/ |
D | libpng.pc.in | 7 Description: Loads and saves PNG files
|
/third_party/skia/third_party/externals/libpng/scripts/ |
D | libpng.pc.in | 7 Description: Loads and saves PNG files
|
/third_party/flutter/skia/third_party/externals/libpng/scripts/ |
D | libpng.pc.in | 7 Description: Loads and saves PNG files
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | libpng.pc.in | 7 Description: Loads and saves PNG files
|
/third_party/libpng/ |
D | libpng.pc.in | 7 Description: Loads and saves PNG files
|
/third_party/skia/third_party/externals/libpng/ |
D | libpng.pc.in | 7 Description: Loads and saves PNG files
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ScheduleDAGInstrs.cpp | 757 Value2SUsMap Stores, Loads(1 /*TrueMemOrderLatency*/); in buildSchedGraph() local 900 addBarrierChain(Loads); in buildSchedGraph() 944 addChainDependencies(SU, Loads); in buildSchedGraph() 958 addChainDependencies(SU, (ThisMayAlias ? Loads : NonAliasLoads), V); in buildSchedGraph() 971 addChainDependencies(SU, Loads, UnknownValue); in buildSchedGraph() 980 Loads.insert(SU, UnknownValue); in buildSchedGraph() 991 (ThisMayAlias ? Loads : NonAliasLoads).insert(SU, V); in buildSchedGraph() 999 if (Stores.size() + Loads.size() >= HugeRegion) { in buildSchedGraph() 1001 reduceHugeMemNodeMaps(Stores, Loads, getReductionSize()); in buildSchedGraph()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGSDNodes.cpp | 266 SmallVector<SDNode*, 4> Loads; in ClusterNeighboringLoads() local 270 Loads.push_back(BaseLoad); in ClusterNeighboringLoads() 276 Loads.push_back(Load); in ClusterNeighboringLoads() 285 SDNode *Lead = Loads[0]; in ClusterNeighboringLoads() 289 for (unsigned I = 1, E = Loads.size(); I != E; ++I) { in ClusterNeighboringLoads() 291 SDNode *Load = Loads[I]; in ClusterNeighboringLoads()
|
/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Demos/ |
D | README | 17 …Loads the classic happy-face bitmap and draws a large number of happy faces bouncing around the sc… 33 …Loads a bitmap font and let's the user type words, numbers, and symbols using the iPhone's virtual…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | AliasAnalysisEvaluator.cpp | 101 SetVector<Value *> Loads; in runInternal() local 112 Loads.insert(&*I); in runInternal() 178 for (Value *Load : Loads) { in runInternal()
|
D | CMakeLists.txt | 52 Loads.cpp
|
/third_party/curl/tests/data/ |
D | CMakeLists.txt | 22 # Loads 'TESTCASES' from for the 'make show' target in runtests.pl
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 665 SmallVector<LoadInst *, 16> Loads; in isSafeToPromoteArgument() local 674 Loads.push_back(LI); in isSafeToPromoteArgument() 708 Loads.push_back(LI); in isSafeToPromoteArgument() 740 if (Loads.empty()) in isSafeToPromoteArgument() 752 for (LoadInst *Load : Loads) { in isSafeToPromoteArgument()
|
/third_party/cef/patch/patches/ |
D | resource_bundle_2512.patch | 43 // Loads a secondary locale data pack using the given file region.
|
/third_party/skia/third_party/externals/oboe/samples/iolib/ |
D | README.md | 27 Loads and holds (in memory) audio sample data and provides read-only access to that data.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_shader_image_load_formatted.txt | 62 Modify Section 8.25 Texture Image Loads and Stores, p. 284 148 + Formatted Image Loads (EXT_shader_image_load_formatted)
|