Home
last modified time | relevance | path

Searched refs:ignore (Results 1 – 25 of 43) sorted by relevance

12

/system/sepolicy/
DAndroid.bp53 name: "26.0.board.ignore.map",
55 "compat/26.0/26.0.ignore.cil",
60 name: "27.0.board.ignore.map",
62 "compat/27.0/27.0.ignore.cil",
67 name: "28.0.board.ignore.map",
69 "compat/28.0/28.0.ignore.cil",
74 name: "29.0.board.ignore.map",
76 "compat/29.0/29.0.ignore.cil",
81 name: "30.0.board.ignore.map",
83 "compat/30.0/30.0.ignore.cil",
[all …]
Dtreble_sepolicy_tests_for_release.mk58 $(version)_mapping.ignore.cil := \
59 $(call intermediates-dir-for,ETC,$(version).ignore.cil)/$(version).ignore.cil
82 $($(version)_mapping.combined.cil): $($(version)_mapping.cil) $($(version)_mapping.ignore.cil)
115 $(version)_mapping.ignore.cil :=
/system/core/logd/
Dlogd_test.cpp514 struct sigaction ignore, old_sigaction; in timeout_negative() local
515 memset(&ignore, 0, sizeof(ignore)); in timeout_negative()
516 ignore.sa_handler = caught_signal; in timeout_negative()
517 sigemptyset(&ignore.sa_mask); in timeout_negative()
518 sigaction(SIGALRM, &ignore, &old_sigaction); in timeout_negative()
629 struct sigaction ignore, old_sigaction; in TEST() local
630 memset(&ignore, 0, sizeof(ignore)); in TEST()
631 ignore.sa_handler = caught_signal; in TEST()
632 sigemptyset(&ignore.sa_mask); in TEST()
633 sigaction(SIGALRM, &ignore, &old_sigaction); in TEST()
[all …]
/system/core/liblog/tests/
Dlog_wrap_test.cpp70 struct sigaction ignore = {.sa_handler = [](int) { _exit(0); }}; in TEST() local
72 sigaction(SIGALRM, &ignore, &old_sigaction); in TEST()
/system/bpfprogs/test/
Dbpf_load_tp_prog.c26 unsigned long long ignore; member
/system/tools/hidl/c2hal/
Dc2hal_l.ll118 "__attribute__((__packed__))" { /* ignore */ }
119 "__attribute__((packed))" { /* ignore */ }
120 "__attribute__((__deprecated__))" { /* ignore */ }
134 <INCLUDE_STATE>. { /* ignore other characters */ }
163 <DEFINE_STATE>. { /* ignore other characters */ }
242 . { /* ignore other characters */ }
Dc2hal_y.yy228 // ignore that it is a typedef, for our purposes it doesn't matter
233 // ignore that it is a typedef, for our purposes it doesn't matter
/system/bt/stack/gap/
Dgap_ble.cc194 bool ignore = false; in server_attr_request_cback() local
209 if (!p_data->write_req.need_rsp) ignore = true; in server_attr_request_cback()
215 ignore = true; in server_attr_request_cback()
221 ignore = true; in server_attr_request_cback()
230 if (!ignore) GATTS_SendRsp(conn_id, trans_id, status, &rsp_msg); in server_attr_request_cback()
/system/bpfprogs/
Dtime_in_state.c36 unsigned long long ignore; member
133 unsigned long long ignore; member
/system/bt/gd/l2cap/
Dl2cap_packets.pdl333 token_rate : 32, // 0 = ignore, 0xffffffff = max available
334 token_bucket_size : 32, // 0 = ignore, 0xffffffff = max available
335 peak_bandwidth : 32, // Octets/second 0 = ignore
336 latency : 32, // microseconds 0xffffffff = ignore
337 delay_variation : 32, // microseconds 0xffffffff = ignore
/system/tools/mkbootimg/
Dpylintrc15 ignore=CVS
105 ignore-comments=yes
108 ignore-docstrings=yes
111 ignore-imports=no
118 ignore-mixin-members=yes
239 spelling-ignore-words=
255 ignore-long-lines=^\s*(# )?<?https?://\S+>?$
/system/update_engine/
Dpylintrc29 ignore=CVS,.svn,.git,update_metadata_pb2.py
133 ignore-comments=yes
136 ignore-docstrings=yes
139 ignore-imports=no
146 ignore-mixin-members=yes
176 spelling-ignore-words=
220 # This "ignore" regex is today composed of 4 independent parts:
228 ignore-long-lines=(?x)
/system/extras/libjsonpb/parse/
DAndroid.bp23 // how to ignore unknown fields yet. Use it only for testing purposes.
/system/extras/power_profile/gps_on/
Dgradlew137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/system/extras/power_profile/camera_avg/
Dgradlew137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/system/extras/power_profile/camera_flashlight/
Dgradlew137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/
Dgradlew133 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/
Dgradlew133 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/system/extras/simpleperf/demo/CppApi/
Dgradlew137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/
Dgradlew133 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/system/extras/simpleperf/demo/JavaApi/
Dgradlew137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/system/tools/hidl/hidl2aidl/
DAidlInterface.cpp139 for (const std::string& ignore : kUppercaseIgnoreStatusTypes) { in shouldWarnStatusType() local
140 if (uppercase.find(ignore) != std::string::npos) return true; in shouldWarnStatusType()
/system/tools/aidl/tests/lazy_test/
DREADME84 private/compat/<number>/<number>.ignore.cil
/system/bpf/bpfloader/
Dbpfloader.rc53 # would simply ignore it's memlock rlimit... but it turns that this
/system/sepolicy/prebuilts/api/27.0/public/
Dkernel.te42 # so we could ignore this. For now, we allow it.

12