/hardware/qcom/sm8150/media/libarbitrarybytes/src/ |
D | frameparser.cpp | 105 int frame_parse::parse_sc_frame ( OMX_BUFFERHEADERTYPE *source, in parse_sc_frame() argument 114 if (source == NULL || dest == NULL || partialframe == NULL) { in parse_sc_frame() 120 psource = source->pBuffer + source->nOffset; in parse_sc_frame() 122 source_len = source->nFilledLen; in parse_sc_frame() 128 if (source_len == 0 && (source->nFlags & 0x01)) { in parse_sc_frame() 141 dest->nFlags = source->nFlags; in parse_sc_frame() 142 dest->nTimeStamp = source->nTimeStamp; in parse_sc_frame() 158 while ( source->nFilledLen > 0 && parse_state != A0 in parse_sc_frame() 167 source->nFilledLen--; in parse_sc_frame() 168 source->nOffset++; in parse_sc_frame() [all …]
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | frameparser.cpp | 144 int frame_parse::parse_sc_frame ( OMX_BUFFERHEADERTYPE *source, in parse_sc_frame() argument 153 if (source == NULL || dest == NULL || partialframe == NULL) { in parse_sc_frame() 159 psource = source->pBuffer + source->nOffset; in parse_sc_frame() 161 source_len = source->nFilledLen; in parse_sc_frame() 168 if (source_len == 0 && (source->nFlags & 0x01)) { in parse_sc_frame() 181 dest->nFlags = source->nFlags; in parse_sc_frame() 182 dest->nTimeStamp = source->nTimeStamp; in parse_sc_frame() 207 while ( source->nFilledLen > 0 && parse_state != A0 in parse_sc_frame() 216 source->nFilledLen--; in parse_sc_frame() 217 source->nOffset++; in parse_sc_frame() [all …]
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | frameparser.cpp | 144 int frame_parse::parse_sc_frame ( OMX_BUFFERHEADERTYPE *source, in parse_sc_frame() argument 153 if (source == NULL || dest == NULL || partialframe == NULL) { in parse_sc_frame() 159 psource = source->pBuffer + source->nOffset; in parse_sc_frame() 161 source_len = source->nFilledLen; in parse_sc_frame() 168 if (source_len == 0 && (source->nFlags & 0x01)) { in parse_sc_frame() 181 dest->nFlags = source->nFlags; in parse_sc_frame() 182 dest->nTimeStamp = source->nTimeStamp; in parse_sc_frame() 207 while ( source->nFilledLen > 0 && parse_state != A0 in parse_sc_frame() 216 source->nFilledLen--; in parse_sc_frame() 217 source->nOffset++; in parse_sc_frame() [all …]
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | frameparser.cpp | 144 int frame_parse::parse_sc_frame ( OMX_BUFFERHEADERTYPE *source, in parse_sc_frame() argument 153 if (source == NULL || dest == NULL || partialframe == NULL) { in parse_sc_frame() 159 psource = source->pBuffer + source->nOffset; in parse_sc_frame() 161 source_len = source->nFilledLen; in parse_sc_frame() 168 if (source_len == 0 && (source->nFlags & 0x01)) { in parse_sc_frame() 181 dest->nFlags = source->nFlags; in parse_sc_frame() 182 dest->nTimeStamp = source->nTimeStamp; in parse_sc_frame() 207 while ( source->nFilledLen > 0 && parse_state != A0 in parse_sc_frame() 216 source->nFilledLen--; in parse_sc_frame() 217 source->nOffset++; in parse_sc_frame() [all …]
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
D | frameparser.cpp | 144 int frame_parse::parse_sc_frame ( OMX_BUFFERHEADERTYPE *source, in parse_sc_frame() argument 153 if (source == NULL || dest == NULL || partialframe == NULL) in parse_sc_frame() 160 psource = source->pBuffer + source->nOffset; in parse_sc_frame() 162 source_len = source->nFilledLen; in parse_sc_frame() 169 if (source_len == 0 && (source->nFlags & 0x01)) in parse_sc_frame() 183 dest->nFlags = source->nFlags; in parse_sc_frame() 184 dest->nTimeStamp = source->nTimeStamp; in parse_sc_frame() 210 while ( source->nFilledLen > 0 && parse_state != A0 in parse_sc_frame() 220 source->nFilledLen--; in parse_sc_frame() 221 source->nOffset++; in parse_sc_frame() [all …]
|
/hardware/interfaces/security/authgraph/aidl/vts/functional/ |
D | role_test.rs | 57 vts::source::test_mainline(&mut sink, require_nonsecure!()); in test_nonsecure_source_mainline() 62 vts::source::test_corrupt_sig(&mut sink, require_nonsecure!()); in test_nonsecure_source_corrupt_sig() 67 vts::source::test_corrupt_key(&mut sink, require_nonsecure!()); in test_nonsecure_source_corrupt_keys() 71 let mut source = vts::test_ag_participant().expect("failed to create a local source"); in test_nonsecure_sink_mainline() localVariable 72 vts::sink::test_mainline(&mut source, require_nonsecure!()); in test_nonsecure_sink_mainline() 76 let mut source = vts::test_ag_participant().expect("failed to create a local source"); in test_nonsecure_sink_corrupt_sig() localVariable 77 vts::sink::test_corrupt_sig(&mut source, require_nonsecure!()); in test_nonsecure_sink_corrupt_sig() 81 let mut source = vts::test_ag_participant().expect("failed to create a local source"); in test_nonsecure_sink_corrupt_keys() localVariable 82 vts::sink::test_corrupt_keys(&mut source, require_nonsecure!()); in test_nonsecure_sink_corrupt_keys()
|
D | source.rs | 24 source: binder::Strong<dyn IAuthGraphKeyExchange>, in test() 26 test_mainline(local_sink, source.clone()); in test() 27 test_corrupt_sig(local_sink, source.clone()); in test() 28 test_corrupt_key(local_sink, source); in test() 35 source: binder::Strong<dyn IAuthGraphKeyExchange>, in test_mainline() 38 let source_init_info = source 78 let source_info = source 130 source: binder::Strong<dyn IAuthGraphKeyExchange>, in test_corrupt_sig() 133 let source_init_info = source in test_corrupt_sig() 164 let result = source.finish( in test_corrupt_sig() [all …]
|
/hardware/google/gfxstream/host/tests/ |
D | CompositorVk_unittest.cpp | 97 auto source = in createImageWithColor() local 100 if (source == nullptr) { in createImageWithColor() 105 if (!source->write(sourcePixels)) { in createImageWithColor() 109 return source; in createImageWithColor() 120 auto source = in createSourceImageFromPng() local 123 if (source == nullptr) { in createSourceImageFromPng() 127 if (!source->write(sourcePixels)) { in createSourceImageFromPng() 131 return source; in createSourceImageFromPng() 406 auto source = createSourceImageFromPng(GetTestDataPath("256x256_android.png")); in TEST_F() local 407 ASSERT_NE(source, nullptr); in TEST_F() [all …]
|
/hardware/interfaces/gnss/aidl/default/ |
D | GnssConfiguration.cpp | 29 for (const auto& source : sourceList) { in setBlocklist() local 30 if (source.svid == 0) { in setBlocklist() 32 mBlocklistedConstellationSet.insert(source.constellation); in setBlocklist() 34 mBlocklistedSourceSet.insert(source); in setBlocklist() 46 BlocklistedSource source = { in isBlocklistedV2_1() local 49 return (mBlocklistedSourceSet.find(source) != mBlocklistedSourceSet.end()); in isBlocklistedV2_1() 58 BlocklistedSource source = {.constellation = gnssSvInfo.constellation, .svid = gnssSvInfo.svid}; in isBlocklisted() local 59 return (mBlocklistedSourceSet.find(source) != mBlocklistedSourceSet.end()); in isBlocklisted()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles32_only_dispatch_logging_wrappers.impl | 4 void glDebugMessageControl_dispatchLoggingWrapper(GLenum source, GLenum type, GLenum severity, GLsi… 5 …ATCH_DEBUG_LOG("glDebugMessageControl(source:0x%X, type:0x%X, severity:0x%X, count:%d, ids:%p, ena… 6 GLDispatch::glDebugMessageControl_underlying(source, type, severity, count, ids, enabled); 9 void glDebugMessageInsert_dispatchLoggingWrapper(GLenum source, GLenum type, GLuint id, GLenum seve… 10 …ISPATCH_DEBUG_LOG("glDebugMessageInsert(source:0x%X, type:0x%X, id:%d, severity:0x%X, length:%d, b… 11 GLDispatch::glDebugMessageInsert_underlying(source, type, id, severity, length, buf); 24 void glPushDebugGroup_dispatchLoggingWrapper(GLenum source, GLuint id, GLsizei length, const GLchar… 25 …DISPATCH_DEBUG_LOG("glPushDebugGroup(source:0x%X, id:%d, length:%d, message:%p)", source, id, leng… 26 GLDispatch::glPushDebugGroup_underlying(source, id, length, message);
|
D | gles2_extensions_dispatch_logging_wrappers.impl | 54 void glDebugMessageControlKHR_dispatchLoggingWrapper(GLenum source, GLenum type, GLenum severity, G… 55 …H_DEBUG_LOG("glDebugMessageControlKHR(source:0x%X, type:0x%X, severity:0x%X, count:%d, ids:%p, ena… 56 GLDispatch::glDebugMessageControlKHR_underlying(source, type, severity, count, ids, enabled); 59 void glDebugMessageInsertKHR_dispatchLoggingWrapper(GLenum source, GLenum type, GLuint id, GLenum s… 60 …ATCH_DEBUG_LOG("glDebugMessageInsertKHR(source:0x%X, type:0x%X, id:%d, severity:0x%X, length:%d, b… 61 GLDispatch::glDebugMessageInsertKHR_underlying(source, type, id, severity, length, buf); 74 void glPushDebugGroupKHR_dispatchLoggingWrapper(GLenum source, GLuint id, GLsizei length, const GLc… 75 …DISPATCH_DEBUG_LOG("glPushDebugGroupKHR(source:0x%X, id:%d, length:%d, message:%p)", source, id, l… 76 GLDispatch::glPushDebugGroupKHR_underlying(source, id, length, message);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles32_only_functions.h | 11 …ugMessageControl, (GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint * ids,… 12 …glDebugMessageInsert, (GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, con… 15 …X(void, glPushDebugGroup, (GLenum source, GLuint id, GLsizei length, const GLchar* message), (sour…
|
/hardware/interfaces/gnss/1.1/default/ |
D | GnssConfiguration.cpp | 53 for (auto source : sourceList) { in setBlacklist() local 54 if (source.svid == 0) { in setBlacklist() 56 mBlacklistedConstellationSet.insert(source.constellation); in setBlacklist() 58 mBlacklistedSourceSet.insert(source); in setBlacklist() 70 BlacklistedSource source = {.constellation = gnssSvInfo.constellation, .svid = gnssSvInfo.svid}; in isBlacklisted() local 71 return (mBlacklistedSourceSet.find(source) != mBlacklistedSourceSet.end()); in isBlacklisted()
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/ |
D | loc_api_cb.xdr | 23 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/htorpc.pl#20 24 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/lib/Htorpc/Start.pm#3 25 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/lib/Htorpc/Htoxdr.pm#1 26 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/lib/Htorpc/XDR.pm#7 27 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/lib/Htorpc/Output.pm#29 28 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/lib/Htorpc/Parser.pm#2 29 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/lib/Htorpc/Metacomments.pm#6 30 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/lib/Htorpc/SymbolTable.pm#3 33 Id: //source/qcom/qct/modem/api/gps/main/latest/loc_api.h#16
|
D | loc_api.xdr | 22 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/htorpc.pl#20 23 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/lib/Htorpc/Start.pm#3 24 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/lib/Htorpc/Htoxdr.pm#1 25 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/lib/Htorpc/XDR.pm#7 26 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/lib/Htorpc/Output.pm#29 27 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/lib/Htorpc/Parser.pm#2 28 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/lib/Htorpc/Metacomments.pm#6 29 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/lib/Htorpc/SymbolTable.pm#3 32 Id: //source/qcom/qct/modem/api/gps/main/latest/loc_api.h#16
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/ |
D | loc_api_cb.xdr | 23 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/htorpc.pl#20 24 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/lib/Htorpc/Start.pm#3 25 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/lib/Htorpc/Htoxdr.pm#1 26 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/lib/Htorpc/XDR.pm#7 27 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/lib/Htorpc/Output.pm#29 28 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/lib/Htorpc/Parser.pm#2 29 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/lib/Htorpc/Metacomments.pm#6 30 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/lib/Htorpc/SymbolTable.pm#3 33 Id: //source/qcom/qct/modem/api/gps/main/latest/loc_api.h#16
|
D | loc_api.xdr | 22 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/htorpc.pl#20 23 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/lib/Htorpc/Start.pm#3 24 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/lib/Htorpc/Htoxdr.pm#1 25 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/lib/Htorpc/XDR.pm#7 26 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/lib/Htorpc/Output.pm#29 27 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/lib/Htorpc/Parser.pm#2 28 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/lib/Htorpc/Metacomments.pm#6 29 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/lib/Htorpc/SymbolTable.pm#3 32 Id: //source/qcom/qct/modem/api/gps/main/latest/loc_api.h#16
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-1240/ |
D | loc_api_cb.xdr | 23 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/htorpc.pl#20 24 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/lib/Htorpc/Start.pm#3 25 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/lib/Htorpc/Htoxdr.pm#1 26 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/lib/Htorpc/XDR.pm#7 27 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/lib/Htorpc/Output.pm#29 28 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/lib/Htorpc/Parser.pm#2 29 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/lib/Htorpc/Metacomments.pm#6 30 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/lib/Htorpc/SymbolTable.pm#3 33 Id: //source/qcom/qct/modem/api/gps/main/latest/loc_api.h#16
|
D | loc_api.xdr | 22 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/htorpc.pl#20 23 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/lib/Htorpc/Start.pm#3 24 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/lib/Htorpc/Htoxdr.pm#1 25 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/lib/Htorpc/XDR.pm#7 26 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/lib/Htorpc/Output.pm#29 27 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/lib/Htorpc/Parser.pm#2 28 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/lib/Htorpc/Metacomments.pm#6 29 Id: //source/qcom/qct/core/mproc/tools/rel/04.01/htorpc/lib/Htorpc/SymbolTable.pm#3 32 Id: //source/qcom/qct/modem/api/gps/main/latest/loc_api.h#16
|
/hardware/interfaces/gnss/common/utils/default/v2_1/ |
D | GnssConfiguration.cpp | 79 for (auto source : sourceList) { in setBlacklist_2_1() local 80 if (source.svid == 0) { in setBlacklist_2_1() 82 mBlacklistedConstellationSet.insert(source.constellation); in setBlacklist_2_1() 84 mBlacklistedSourceSet.insert(source); in setBlacklist_2_1() 96 BlacklistedSourceV2_1 source = {.constellation = gnssSvInfo.v2_0.constellation, in isBlacklistedV2_1() local 98 return (mBlacklistedSourceSet.find(source) != mBlacklistedSourceSet.end()); in isBlacklistedV2_1()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv32Imp.cpp | 5 GL_APICALL void GL_APIENTRY glDebugMessageControl(GLenum source, GLenum type, GLenum severity, GLsi… in glDebugMessageControl() argument 8 ctx->dispatcher().glDebugMessageControl(source, type, severity, count, ids, enabled); in glDebugMessageControl() 11 GL_APICALL void GL_APIENTRY glDebugMessageInsert(GLenum source, GLenum type, GLuint id, GLenum seve… in glDebugMessageInsert() argument 14 ctx->dispatcher().glDebugMessageInsert(source, type, id, severity, length, buf); in glDebugMessageInsert() 30 GL_APICALL void GL_APIENTRY glPushDebugGroup(GLenum source, GLuint id, GLsizei length, const GLchar… in glPushDebugGroup() argument 33 ctx->dispatcher().glPushDebugGroup(source, id, length, message); in glPushDebugGroup()
|
/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
D | hwc_layers.cpp | 319 void HWCLayer::SetRect(const hwc_rect_t &source, LayerRect *target) { in SetRect() argument 320 target->left = FLOAT(source.left); in SetRect() 321 target->top = FLOAT(source.top); in SetRect() 322 target->right = FLOAT(source.right); in SetRect() 323 target->bottom = FLOAT(source.bottom); in SetRect() 326 void HWCLayer::SetRect(const hwc_frect_t &source, LayerRect *target) { in SetRect() argument 328 target->left = std::ceil(source.left); in SetRect() 329 target->top = std::ceil(source.top); in SetRect() 330 target->right = std::floor(source.right); in SetRect() 331 target->bottom = std::floor(source.bottom); in SetRect() [all …]
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-3200/ |
D | loc_api_cb.xdr | 15 Redistribution and use in source and binary forms, with or without modification, are permitted prov… 17 � Redistributions of source code must retain the above copyright notice, this list of condi… 34 Id: //source/qcom/qct/core/mproc/tools/rel/03.01/htorpc/htorpc.pl#9 35 Id: //source/qcom/qct/core/mproc/tools/rel/03.01/htorpc/lib/Htorpc/Start.pm#4 36 Id: //source/qcom/qct/core/mproc/tools/rel/03.01/htorpc/lib/Htorpc/Htoxdr.pm#1 37 Id: //source/qcom/qct/core/mproc/tools/rel/03.01/htorpc/lib/Htorpc/XDR.pm#7 38 Id: //source/qcom/qct/core/mproc/tools/rel/03.01/htorpc/lib/Htorpc/Output.pm#26 39 Id: //source/qcom/qct/core/mproc/tools/rel/03.01/htorpc/lib/Htorpc/Parser.pm#3 40 Id: //source/qcom/qct/core/mproc/tools/rel/03.01/htorpc/lib/Htorpc/Metacomments.pm#2 41 Id: //source/qcom/qct/core/mproc/tools/rel/03.01/htorpc/lib/Htorpc/SymbolTable.pm#4
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/ |
D | loc_api_cb.xdr | 15 Redistribution and use in source and binary forms, with or without modification, are permitted prov… 17 � Redistributions of source code must retain the above copyright notice, this list of condi… 34 Id: //source/qcom/qct/core/mproc/tools/rel/03.01/htorpc/htorpc.pl#9 35 Id: //source/qcom/qct/core/mproc/tools/rel/03.01/htorpc/lib/Htorpc/Start.pm#4 36 Id: //source/qcom/qct/core/mproc/tools/rel/03.01/htorpc/lib/Htorpc/Htoxdr.pm#1 37 Id: //source/qcom/qct/core/mproc/tools/rel/03.01/htorpc/lib/Htorpc/XDR.pm#7 38 Id: //source/qcom/qct/core/mproc/tools/rel/03.01/htorpc/lib/Htorpc/Output.pm#26 39 Id: //source/qcom/qct/core/mproc/tools/rel/03.01/htorpc/lib/Htorpc/Parser.pm#3 40 Id: //source/qcom/qct/core/mproc/tools/rel/03.01/htorpc/lib/Htorpc/Metacomments.pm#2 41 Id: //source/qcom/qct/core/mproc/tools/rel/03.01/htorpc/lib/Htorpc/SymbolTable.pm#4
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-3200/ |
D | loc_api_cb.xdr | 15 Redistribution and use in source and binary forms, with or without modification, are permitted prov… 17 � Redistributions of source code must retain the above copyright notice, this list of condi… 34 Id: //source/qcom/qct/core/mproc/tools/rel/03.01/htorpc/htorpc.pl#9 35 Id: //source/qcom/qct/core/mproc/tools/rel/03.01/htorpc/lib/Htorpc/Start.pm#4 36 Id: //source/qcom/qct/core/mproc/tools/rel/03.01/htorpc/lib/Htorpc/Htoxdr.pm#1 37 Id: //source/qcom/qct/core/mproc/tools/rel/03.01/htorpc/lib/Htorpc/XDR.pm#7 38 Id: //source/qcom/qct/core/mproc/tools/rel/03.01/htorpc/lib/Htorpc/Output.pm#26 39 Id: //source/qcom/qct/core/mproc/tools/rel/03.01/htorpc/lib/Htorpc/Parser.pm#3 40 Id: //source/qcom/qct/core/mproc/tools/rel/03.01/htorpc/lib/Htorpc/Metacomments.pm#2 41 Id: //source/qcom/qct/core/mproc/tools/rel/03.01/htorpc/lib/Htorpc/SymbolTable.pm#4
|