/aosp_15_r20/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
H A D | UiSelector.java | 365 public UiSelector enabled(boolean val) { in enabled() 384 public UiSelector focused(boolean val) { in focused() 403 public UiSelector focusable(boolean val) { in focusable() 422 public UiSelector scrollable(boolean val) { in scrollable() 442 public UiSelector selected(boolean val) { in selected() 462 public UiSelector checked(boolean val) { in checked() 481 public UiSelector clickable(boolean val) { in clickable() 500 public UiSelector checkable(boolean val) { in checkable() 519 public UiSelector longClickable(boolean val) { in longClickable() 657 boolean isMatchFor(AccessibilityNodeInfo node, int index) { in isMatchFor()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/ |
H A D | functionalize_cond.cc | 134 Status GetSwitchValue(const Node& switch_node, OutputTensor* val) { in GetSwitchValue() 219 [](string* output, const CondArgNode& node) { in DebugString() 236 void StateMap::ResetCondId(const Node* node, StateMap::CondId id) { in ResetCondId() 256 void StateMap::ResetAncestorId(const Node* node, StateMap::AncestorId id) { in ResetAncestorId() 264 void StateMap::MarkDead(const Node* node) { ResetCondId(node, dead_id_); } in MarkDead() 1207 Status FunctionalizeCond::RemoveRedundantMerge(Node* node) { in RemoveRedundantMerge() 1245 Status FunctionalizeCond::RemoveRedundantSwitch(Node* node) { in RemoveRedundantSwitch() 1265 OutputTensor val; in RemoveRedundantSwitch() local 1518 for (auto node : nodes) { in FunctionalizeInternal() local
|
H A D | functionalize_cond_test.cc | 79 Node* val = test::graph::Constant(graph_.get(), val_tensor, "val"); in TEST_F() local 113 Node* val = test::graph::Constant(graph_.get(), val_tensor, "val"); in TEST_F() local 152 for (const auto& node : fdef.node_def()) { in TEST() local
|
/aosp_15_r20/external/curl/src/ |
H A D | tool_paramhlp.c | 44 struct getout *node = calloc(1, sizeof(struct getout)); in new_getout() local 165 static ParameterError getnum(long *val, const char *str, int base) in getnum() 184 ParameterError str2num(long *val, const char *str) in str2num() 189 ParameterError oct2nummax(long *val, const char *str, long max) in oct2nummax() 211 ParameterError str2unum(long *val, const char *str) in str2unum() 232 ParameterError str2unummax(long *val, const char *str, long max) in str2unummax() 256 static ParameterError str2double(double *val, const char *str, double max) in str2double() 364 const char * const *val, char **ostr, const char *str) in proto2num() 503 ParameterError str2offset(curl_off_t *val, const char *str) in str2offset() 720 ParameterError str2tls_max(long *val, const char *str) in str2tls_max()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/ |
H A D | graph_properties.cc | 120 int64_t val = InferenceContext::Value(d); in ExtractValue() local 256 Rep* node = new Rep; in Find() local 265 Rep* node = it->second; in Find() local 319 for (const NodeDef& node : graph.node()) { in VerboseLogUnknownDimensionSources() local 759 NodeContext* GetNodeContext(const NodeDef* node) { in GetNodeContext() 767 InferenceContext* GetContext(const NodeDef* node) { in GetContext() 989 Status UpdateNode(const NodeDef* node, bool* refined) { in UpdateNode() 1132 Status SetUnknownShape(const NodeDef* node, int output_port) { in SetUnknownShape() 1149 const NodeDef* node; member 1162 const NodeDef* node; member [all …]
|
/aosp_15_r20/external/zopfli/src/zopfli/ |
H A D | katajainen.c | 52 static void InitNode(size_t weight, int count, Node* tail, Node* node) { in InitNode() 148 Node* node; in ExtractBitLengths() local 149 int val; in ExtractBitLengths() local
|
/aosp_15_r20/out/soong/.intermediates/external/google-java-format/google_java_format/linux_glibc_common/local-javac-header/ |
D | google_java_format.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/external/google-java-format/google_java_format/linux_glibc_common/javac/ |
D | google_java_format.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp_15_r20/external/ltp/metadata/ |
H A D | metaparse.c | 289 static int parse_array(FILE *f, struct data_node *node) in parse_array() 475 static int parse_test_struct(FILE *f, struct data_node *doc, struct data_node *node) in parse_test_struct() 617 char val[256]; in parse_macro() local 738 long val; in convert_str2int() local
|
/aosp_15_r20/external/coreboot/src/soc/intel/braswell/ |
H A D | smihandler.c | 29 unsigned int val; in busmaster_disable_on_bus() local 60 static void tristate_gpios(uint32_t val) in tristate_gpios() 174 int node; in smi_apmc_find_state_save() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/icu/ |
H A D | LDMLComparator.java | 159 String node; field in LDMLComparator.CompareElement 173 String node; field in LDMLComparator.AccumulatedResults 544 String val = element.platformData.get(m_PlatformVect.elementAt(i)); in printDifferentValues() local 627 String val = element.platformData.get(m_PlatformVect.elementAt(i)); in printDifferentValuesWithRef() local 1044 private boolean childrenAreElements(Node node) { in childrenAreElements() 1084 private boolean extractMergeData(Node node, String key, boolean parentDraft) { in extractMergeData()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/ |
H A D | tracer.cpp | 125 [&](const IValue& val) { return getValue(val); }))) in getValue() 131 [&](const IValue& val) { return getValue(val); }))) in getValue() 335 void TracingState::insertNode(Node* node) { in insertNode() 884 void addOutput(Node* node, const at::Tensor& output) { in addOutput() 895 void addOutput(Node* node, const std::vector<at::Tensor>& outputs) { in addOutput() 907 void addOutput(Node* node, const c10::List<at::Tensor>& outputs) { in addOutput() 912 Node* node, in addOutput() 945 auto* node = graph->insertNode(graph->create(aten::size, {value, dim_val})); in getSizeOf() local 966 auto* node = graph->insertNode(graph->create(Symbol::aten("numel"), {value})); in getNumelOf() local
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | ast_opt.c | 10 make_const(expr_ty node, PyObject *val, PyArena *arena) in make_const() 57 fold_unaryop(expr_ty node, PyArena *arena, _PyASTOptimizeState *state) in fold_unaryop() 393 optimize_format(expr_ty node, PyObject *fmt, asdl_expr_seq *elts, PyArena *arena) in optimize_format() 445 fold_binop(expr_ty node, PyArena *arena, _PyASTOptimizeState *state) in fold_binop() 542 fold_tuple(expr_ty node, PyArena *arena, _PyASTOptimizeState *state) in fold_tuple() 554 fold_subscr(expr_ty node, PyArena *arena, _PyASTOptimizeState *state) in fold_subscr() 608 fold_compare(expr_ty node, PyArena *arena, _PyASTOptimizeState *state) in fold_compare()
|
/aosp_15_r20/external/crosvm/cros_fdt/src/ |
H A D | overlay.rs | 190 let mut val: u32 = node.get_prop(propname).ok_or_else(|| { in offset_phandle_prop() localVariable 262 let node = fdt in update_local_phandle_propvals() localVariable 583 let node = fdt.get_node("/a").unwrap(); in fdt_offset_phandles() localVariable 585 let node = fdt.get_node("/b").unwrap(); in fdt_offset_phandles() localVariable 830 let mut node = fdt in make_fdt_with_local_refs() localVariable 999 let node = fdt.get_node("/fragment@0/__overlay__/node1").unwrap(); in fdt_offset_local_references() localVariable 1002 let node = fdt.get_node("/fragment@0/__overlay__/node1/node2").unwrap(); in fdt_offset_local_references() localVariable 1006 let node = fdt.get_node("/fragment@0/__overlay__/node1/node3").unwrap(); in fdt_offset_local_references() localVariable 1010 let node = fdt.get_node("/fragment@0/__overlay__/node1").unwrap(); in fdt_offset_local_references() localVariable 1013 let node = fdt.get_node("/fragment@0/__overlay__/node1/node2").unwrap(); in fdt_offset_local_references() localVariable [all …]
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | odictobject.c | 512 #define _odictnode_KEY(node) \ argument 514 #define _odictnode_HASH(node) \ argument 517 #define _odictnode_VALUE(node, od) \ argument 519 #define _odictnode_PREV(node) (node->prev) argument 520 #define _odictnode_NEXT(node) (node->next) argument 525 #define _odict_FOREACH(od, node) \ argument 553 _ODictNode **fast_nodes, *node; in _odict_resize() local 638 _odict_add_head(PyODictObject *od, _ODictNode *node) in _odict_add_head() 651 _odict_add_tail(PyODictObject *od, _ODictNode *node) in _odict_add_tail() 668 _ODictNode *node; in _odict_add_new_node() local [all …]
|
/aosp_15_r20/prebuilts/sdk/tools/jetifier/jetifier-standalone/lib/ |
HD | gson-2.8.0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/ |
H A D | memory_optimizer_test.cc | 247 AttrValue& val = in TEST_F() local 328 for (const auto& node : output.node()) { in TEST_F() local 379 for (const auto& node : output.node()) { in TEST_F() local 418 for (const auto& node : output.node()) { in TEST_F() local 470 auto node = output.node(2); in TEST_F() local 502 auto node = output.node(2); in TEST_F() local 534 auto node = output.node(2); in TEST_F() local 561 auto node = output.node(2); in TEST_F() local 609 auto node = output.node(3); in TEST_F() local
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/st/clk/ |
D | clk-stm32-core.c | 230 unsigned int val) in _get_table_div() 244 unsigned int val, unsigned long flags, in _get_div() 722 uint32_t val = 0; in clk_stm32_div_get_value() local 735 uint32_t val = clk_stm32_div_get_value(priv, div_id); in _clk_stm32_divider_recalc() local 985 int node = 0; in clk_stm32_get_dt_oscillator_frequency() local 1044 int stm32_clk_parse_fdt_by_name(void *fdt, int node, const char *name, uint32_t *tab, uint32_t *nb) in stm32_clk_parse_fdt_by_name() 1057 uint32_t val = fdt32_to_cpu(cell[i]); in stm32_clk_parse_fdt_by_name() local
|
/aosp_15_r20/external/coreboot/src/soc/intel/common/block/smm/ |
H A D | smihandler.c | 69 int node; in find_save_state() local 107 unsigned int val; in busmaster_disable_on_bus() local 584 uint64_t val) in em64t100_smm_save_state_set_reg() 636 uint64_t val) in em64t101_smm_save_state_set_reg()
|
/aosp_15_r20/external/wpa_supplicant_8/hs20/client/ |
H A D | oma_dm_client.c | 70 static const char * int2str(int val) in int2str() 79 xml_node_t *node) in oma_dm_get_target_locuri() 99 xml_node_t *node; in oma_dm_add_locuri() local 146 xml_node_t *node; in add_alert() local 162 xml_node_t *node; in add_status() local 187 xml_node_t *node; in add_results() local 229 xml_node_t *item, *node; in add_item() local 282 xml_node_t *node, *item; in oma_dm_add_hs20_generic_alert() local 392 xml_node_t *node; in oma_dm_exec_browser() local 426 xml_node_t *node, *getcert; in oma_dm_exec_get_cert() local [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/apache-xml/apache-xml/android_common_apex31/withres/ |
D | apache-xml.jar | ... Object {
public abstract org.w3c.dom.Node getContextNode ()
public abstract org.w3c.dom ... |
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/apache-xml.com.android.art.debug_intermediates/ |
D | classes.jar | ... Object {
public abstract org.w3c.dom.Node getContextNode ()
public abstract org.w3c.dom ... |
/aosp_15_r20/out/soong/.intermediates/external/apache-xml/apache-xml/android_common_apex31/javac/ |
D | apache-xml.jar | ... Object {
public abstract org.w3c.dom.Node getContextNode ()
public abstract org.w3c.dom ... |
/aosp_15_r20/prebuilts/module_sdk/art/1/java/ |
D | apache-xml.jar | ... Object {
public abstract org.w3c.dom.Node getContextNode ()
public abstract org.w3c.dom ... |
/aosp_15_r20/external/libxml2/ |
H A D | xpointer.c | 69 xmlNodePtr node = NULL; in xmlXPtrErr() local 175 #define SKIP(val) ctxt->cur += (val) argument 176 #define NXT(val) ctxt->cur[(val)] argument
|