Home
last modified time | relevance | path

Searched refs:replace (Results 1 – 25 of 115) sorted by relevance

12345

/hardware/google/gfxstream/guest/mesa/src/vulkan/util/
Dvk_cmd_queue_gen.py434 return to_underscore(name).replace('cmd_', '')
437 return remove_prefix(to_underscore(name).replace('cmd_', ''), 'p_')
441 decl = decl.replace('const*', '*')
443 decl = decl.replace('const ', '')
463 const_cast = remove_suffix(param.decl.replace("const", ""), param.name)
474 const_cast = remove_suffix(member.decl.replace("const", ""), member.name)
531 const_cast = remove_suffix(param.decl.replace("const", ""), param.name)
538 const_cast = remove_suffix(member.decl.replace("const", ""), member.name)
668 guard = os.path.basename(args.out_h).replace('.', '_').upper()
Dvk_icd_gen.py64 lib_path = lib_path.replace('/', '\\')
/hardware/google/camera/common/hal/aidl_service/
Dversion_script.py46 soong_build_number = file.read().replace('\n', '')
100 line = line.replace('{BUILD_ID}', soong_build_number)
101 line = line.replace('{BUILD_NUMBER}', str(branched_build_number))
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/Retired/
DfixupRef.py25 return str.replace("'", "\'")
138 replace = actions[line]['replace']
141 logDiag('ACTION:', action, 'REPLACE:', replace, 'at line', line)
147 if not replace:
150 if not replace:
/hardware/libhardware/modules/usbcamera/
DMetadata.cpp38 replace(NULL); in ~Metadata()
41 void Metadata::replace(camera_metadata_t *m) { in replace() function in usb_camera_hal::Metadata
60 replace(tmp); in init()
155 replace(tmp); in add()
DMetadata.h51 void replace(camera_metadata_t *m);
/hardware/libhardware/modules/camera/3_0/
DMetadata.cpp39 replace(NULL); in ~Metadata()
42 void Metadata::replace(camera_metadata_t *m) in replace() function in default_camera_hal::Metadata
64 replace(tmp); in init()
175 replace(tmp); in add()
DMetadata.h51 void replace(camera_metadata_t *m);
/hardware/google/gfxstream/guest/GoldfishAddressSpace/
Dgoldfish_address_space.cpp22 void GoldfishAddressSpaceBlock::replace(GoldfishAddressSpaceBlock *other) in replace() function in GoldfishAddressSpaceBlock
/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/
DHintManagerTest.cc267 json_doc_.replace(start_pos, from.length(), files_[0 + 2]->path); in SetUp()
270 json_doc_.replace(start_pos, from.length(), files_[1 + 2]->path); in SetUp()
484 json_doc_.replace(start_pos, from.length(), "CPUCluster1MinFreq"); in TEST_F()
493 json_doc_.replace(start_pos, from.length(), "CPUCluster1MinFreq"); in TEST_F()
503 json_doc_.replace(start_pos, from.length(), files_[1 + 2]->path); in TEST_F()
513 json_doc_.replace(start_pos, from.length(), "1134000"); in TEST_F()
523 json_doc_.replace(start_pos, from.length(), "LOW"); in TEST_F()
533 json_doc_.replace(start_pos, from.length(), ""); in TEST_F()
543 json_doc_.replace(start_pos, from.length(), ""); in TEST_F()
645 json_doc_.replace(start_pos, from.length(), R"("Node": "CPUCluster1MinFreq")"); in TEST_F()
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/chunkindex/
Daddscript.jsmarker2 <script>var searchindexurl = 'search.index.js?4' + (document.title.replace(/[^0-9.]/g, ''));</scrip…
Dchunked.js80 searchtext = searchtext.replace(/"/g, '')
133 var chap = window.location.pathname.replace(/.*\//, '');
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dtranslate_math.js26 html = html.replace( regex,
/hardware/google/gfxstream/guest/mesa/bin/
Dgen_calendar_entries.py93 return quarter.replace(day=quarter.day - day + 3 + 14)
95 quarter = quarter.replace(day=quarter.day + 3 - day)
96 return quarter.replace(day=quarter.day + 14)
/hardware/interfaces/automotive/vehicle/aidl/rust_impl/
DREADME.md11 and does not pass VTS/CTS. Vendor must replace the logic in
/hardware/interfaces/automotive/vehicle/tools/
Dgenerate_annotation_enums.py243 … config.change_mode = match.group(1).replace('VehiclePropertyChangeMode.', '')
247 … config.access_modes.append(match.group(1).replace('VehiclePropertyAccess.', ''))
377 config.description.replace('"', '""'),
382 comment.replace('"', '""'))
/hardware/interfaces/broadcastradio/aidl/rust_impl/
DREADME.md12 and does not pass VTS/CTS. Vendor must replace the logic in
/hardware/interfaces/automotive/audiocontrol/aidl/rust_impl/
DREADME.md12 and does not pass VTS/CTS. Vendor must replace the logic in
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/contrib/
Dmhchem.min.js1replace(/\n/g," ")).replace(/[\u2212\u2013\u2014\u2010]/g,"-")).replace(/[\u2026]/g,"...");for(var…
Dmhchem.js260 input = input.replace(/\n/g, " ");
261 input = input.replace(/[\u2212\u2013\u2014\u2010]/g, "-");
262 input = input.replace(/[\u2026]/g, "..."); //
826 n[1] = n[1].replace(/\$/g, "");
834 n[3] = n[3].replace(/\$/g, "");
1676 var a = m.replace(/\s*$/, '');
2522 buffer.d = buffer.d.replace(/\u00B0C|\^oC|\^{o}C/g, "{}^{\\circ}C");
2523 buffer.d = buffer.d.replace(/\u00B0F|\^oF|\^{o}F/g, "{}^{\\circ}F");
2528 buffer.q = buffer.q.replace(/\u00B0C|\^oC|\^{o}C/g, "{}^{\\circ}C");
2529 buffer.q = buffer.q.replace(/\u00B0F|\^oF|\^{o}F/g, "{}^{\\circ}F");
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/
Dmain.py217 search, replace = msg.fix
221 replace,
Dvalidity.py171 … anchor = [(anchor_value.replace('->', '::').replace('.', '::')) for anchor_value in anchor]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_QCOM_render_pass_shader_resolve.adoc22 This extension allows a shader resolve to replace fixed-function resolve.
36 framebuffer-region dependency can: replace a framebuffer-global dependency
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/
DmakeSubmit.py35 outFile = f'{outDir}/html/{submitName}.html'.replace(' ', '_')
/hardware/qcom/sm7250/display/sde-drm/
Ddrm_utils.cpp96 str_temp.replace(pos, 1, 1, ' '); in Tokenize()

12345