Home
last modified time | relevance | path

Searched refs:arr (Results 1 - 3 of 3) sorted by relevance

/build/tools/component_tools/
H A Dparse_kconf.py82 def handle_config_feature(items: dict, arr: list, line: str):
84 items[SUBSYS] = arr[1]
85 items[COMPONENT] = arr[2].split("=")[0]
93 def handle_config_component(items: dict, arr: list, line: str):
95 items[SUBSYS] = arr[0].split("_", 1)[1]
96 items[COMPONENT] = arr[1].split("=")[0]
100 def handle_config_property(items: dict, arr: list, line: str):
101 items[PROPERTY] = arr[1].split("=")[0]
116 arr = line.split("$$")
117 if arr[
[all...]
/build/rust/tests/test_bindgen_test/test_for_hpp/
H A Dlib.h28 FirstInt arr[10]; member in C
H A Dmain.rs48 "The addr_of!((*ptr).arr) as usize - ptr as usize is {} usize", in bindgen_test_layout_C()
49 unsafe { ::std::ptr::addr_of!((*ptr).arr) as usize - ptr as usize } in bindgen_test_layout_C()

Completed in 1 milliseconds