Searched refs:x (Results 1 – 15 of 15) sorted by relevance
/build/rust/tests/test_bindgen_test/test_for_extern_c/ |
D | test_extern_c.rs | 29 let x: i32 = -123; in main() localVariable 31 println!("The absolute value of {x} is: {}.", unsafe { abs(x) }); in main()
|
/build/templates/common/ |
D | check_deps_handler.py | 85 parts_path = [get_path_from_label(x) for x in parts_module_lists] 126 third_party_info = [x for x in path_parts_info.items() if x[0].find('third_party') != -1]
|
/build/config/mac/ |
D | mac_sdk.gni | 15 # Must be of the form x.x.x for Info.plist files. 23 # Must be of the form x.x.x for Info.plist files.
|
D | BUILD.gn | 113 ldflags = [ "-Wcrl,strip,-x,-S" ]
|
/build/tools/component_tools/static_check/ |
D | csct.py | 73 ret_list = [x[len(check_path)+1:] 74 for x in ret_list if x.startswith(check_path)]
|
/build/hb/util/loader/ |
D | subsystem_scan.py | 69 filter(lambda x: x is False,
|
/build/ |
D | print_python_deps.py | 61 return ' '.join(pipes.quote(x) for x in args)
|
/build/templates/metadata/ |
D | write_meta_data.py | 231 input_strings = [x for x in possible_input_strings if x]
|
/build/scripts/ |
D | download_sdk.py | 148 x = requests.post(url, data=myobj) 149 data = json.loads(x.text)
|
/build/scripts/util/ |
D | md5_check.py | 92 x for x in output_paths if force or not os.path.exists(x)
|
/build/core/gn/ |
D | BUILD.gn | 31 } else if (product_name == "arkui-x") {
|
/build/templates/rust/ |
D | rust_bindgen.gni | 110 args += [ "-x" ]
|
/build/config/compiler/ |
D | compiler.gni | 54 # Enables support for ThinLTO, which links 3x-10x faster than full LTO. See
|
/build/lite/ndk/doc/config/ |
D | Doxyfile_CPP | 1596 # Possible values are: a4 (210 x 297 mm), letter (8.5 x 11 inches), legal (8.5 x 1597 # 14 inches) and executive (7.25 x 10.5 inches). 1953 PREDEFINED = __attribute__(x)= \
|
D | Doxyfile_C | 1596 # Possible values are: a4 (210 x 297 mm), letter (8.5 x 11 inches), legal (8.5 x 1597 # 14 inches) and executive (7.25 x 10.5 inches). 1953 PREDEFINED = __attribute__(x)= \
|