/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/Examples/HelloTFLite/Scenes/ |
D | HelloTFLite.unity | 12 m_OcclusionCullingData: {fileID: 0} 29 m_SkyboxMaterial: {fileID: 0} 33 m_HaloTexture: {fileID: 0} 34 m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0} 39 m_CustomReflection: {fileID: 0} 40 m_Sun: {fileID: 0} 67 m_LightmapParameters: {fileID: 0} 92 m_LightingDataAsset: {fileID: 0} 115 m_NavMeshData: {fileID: 0} 119 m_PrefabParentObject: {fileID: 0} [all …]
|
/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/ProjectSettings/ |
D | ProjectSettings.asset | 16 defaultCursor: {fileID: 0} 42 m_VirtualRealitySplashScreen: {fileID: 0} 43 m_HolographicTrackingLossScreen: {fileID: 0} 190 iPhoneSplashScreen: {fileID: 0} 191 iPhoneHighResSplashScreen: {fileID: 0} 192 iPhoneTallHighResSplashScreen: {fileID: 0} 193 iPhone47inSplashScreen: {fileID: 0} 194 iPhone55inPortraitSplashScreen: {fileID: 0} 195 iPhone55inLandscapeSplashScreen: {fileID: 0} 196 iPhone58inPortraitSplashScreen: {fileID: 0} [all …]
|
D | GraphicsSettings.asset | 9 m_Shader: {fileID: 69, guid: 0000000000000000f000000000000000, type: 0} 12 m_Shader: {fileID: 74, guid: 0000000000000000f000000000000000, type: 0} 15 m_Shader: {fileID: 64, guid: 0000000000000000f000000000000000, type: 0} 18 m_Shader: {fileID: 63, guid: 0000000000000000f000000000000000, type: 0} 21 m_Shader: {fileID: 62, guid: 0000000000000000f000000000000000, type: 0} 24 m_Shader: {fileID: 75, guid: 0000000000000000f000000000000000, type: 0} 27 m_Shader: {fileID: 105, guid: 0000000000000000f000000000000000, type: 0} 30 m_Shader: {fileID: 102, guid: 0000000000000000f000000000000000, type: 0} 32 - {fileID: 7, guid: 0000000000000000f000000000000000, type: 0} 33 - {fileID: 15104, guid: 0000000000000000f000000000000000, type: 0} [all …]
|
D | DynamicsManager.asset | 8 m_DefaultMaterial: {fileID: 0}
|
D | Physics2DSettings.asset | 8 m_DefaultMaterial: {fileID: 0}
|
/external/lz4/examples/ |
D | HCStreaming_ringBuffer.c | 171 unsigned fileID = 1; in main() local 180 if (!strcmp(argv[1], "-p")) { pause = 1; fileID = 2; } in main() 182 snprintf(inpFilename, 256, "%s", argv[fileID]); in main() 183 snprintf(lz4Filename, 256, "%s.lz4s-%d", argv[fileID], 9); in main() 184 snprintf(decFilename, 256, "%s.lz4s-%d.dec", argv[fileID], 9); in main()
|
/external/webrtc/tools_webrtc/matlab/ |
D | rtpAnalyze.m | 214 fileID = fopen(filename,'r'); variable 220 dataArray = textscan(fileID, formatSpec, endRow(1)-startRow(1)+1, ... 224 frewind(fileID); 225 dataArrayBlock = textscan(fileID, formatSpec, ... 234 fclose(fileID);
|
/external/clang/tools/libclang/ |
D | CXSourceLocation.cpp | 254 FileID fileID = SM.getFileID(ExpansionLoc); in clang_getExpansionLocation() local 256 const SrcMgr::SLocEntry &sloc = SM.getSLocEntry(fileID, &Invalid); in clang_getExpansionLocation()
|
/external/llvm-project/clang/tools/libclang/ |
D | CXSourceLocation.cpp | 245 FileID fileID = SM.getFileID(ExpansionLoc); in clang_getExpansionLocation() local 247 const SrcMgr::SLocEntry &sloc = SM.getSLocEntry(fileID, &Invalid); in clang_getExpansionLocation()
|
/external/clang/tools/scan-view/share/ |
D | ScanView.py | 286 for fileID in self.fields.get('files',[]): 288 i = int(fileID)
|
/external/llvm-project/clang/tools/scan-view/share/ |
D | ScanView.py | 303 for fileID in self.fields.get('files',[]): 305 i = int(fileID)
|
/external/llvm-project/mlir/lib/Dialect/SPIRV/Serialization/ |
D | Serializer.cpp | 412 uint32_t fileID = 0; member in __anon4460d32f0111::Serializer 623 fileID = getNextID(); in processDebugInfo() 625 operands.push_back(fileID); in processDebugInfo() 2138 {fileID, fileLoc.getLine(), fileLoc.getColumn()}); in emitDebugLine()
|
D | Deserializer.cpp | 79 uint32_t fileID; member 84 : fileID(fileIDNum), line(lineNum), col(colNum) {} in DebugLine() 2285 auto fileName = debugInfoMap.lookup(debugLine->fileID).str(); in createFileLineColLoc()
|
/external/llvm-project/lld/COFF/ |
D | PDB.cpp | 724 const DebugChecksumsSubsectionRef &checksums, uint32_t fileID) { in getFileName() argument 725 auto iter = checksums.getArray().at(fileID); in getFileName()
|