Searched refs:unknown (Results 1 – 25 of 31) sorted by relevance
12
/system/core/libcutils/ |
D | fs_config_test.cpp | 181 const std::string unknown("?"); in check_unique() local 186 : unknown) in check_unique() 189 : unknown) in check_unique() 192 : unknown) in check_unique() 195 : unknown) in check_unique() 199 : unknown) in check_unique() 205 : unknown) in check_unique()
|
/system/tools/hidl/test/error_test/bad_character/1.0/ |
D | required_error | 1 syntax error, unexpected unknown character
|
/system/extras/libjsonpb/parse/ |
D | Android.bp | 23 // how to ignore unknown fields yet. Use it only for testing purposes. 24 // TODO(b/123664216): Make it understand unknown fields when libprotobuf is
|
/system/extras/libjsonpb/ |
D | README.md | 7 unknown fields in a JSON file cannot be ignored. Do **NOT** use this library in 45 `libjsonpbparse` is updated to ignore unknown fields in JSON files, all parsing 56 - Whether there are fields unknown to the schema. All fields in the JSON file 89 enumeration value name is unknown, as enumeration definitions may be
|
/system/bt/bta/ag/ |
D | bta_ag_at.h | 63 typedef void(tBTA_AG_AT_ERR_CBACK)(tBTA_AG_SCB* p_user, bool unknown,
|
D | bta_ag_int.h | 352 extern void bta_ag_at_err_cback(tBTA_AG_SCB* p_scb, bool unknown,
|
D | bta_ag_cmd.cc | 1311 void bta_ag_at_err_cback(tBTA_AG_SCB* p_scb, bool unknown, const char* p_arg) { in bta_ag_at_err_cback() argument 1312 if (unknown && (!strlen(p_arg))) { in bta_ag_at_err_cback() 1320 if (unknown && (p_scb->features & BTA_AG_FEAT_UNAT)) { in bta_ag_at_err_cback()
|
/system/tools/hidl/test/hidl_test/ |
D | hidl_test_helper | 98 echo "Error: unknown config value \"$OPTARG\"" 111 echo "Error: unknown param \"$opt\""
|
/system/extras/tests/workloads/ |
D | capture.sh | 72 (--) echo unknown code=$code;;
|
D | defs.sh | 46 DEVICE=unknown 100 if [ "$DEVICE" = "" -o "$DEVICE" = unknown ]; then
|
/system/libsysprop/srcs/android/sysprop/ |
D | ContactsProperties.sysprop | 48 # the contact card/editor may get confused to see unknown custom mimetypes.
|
/system/core/bootstat/ |
D | boot_reason_test.sh | 184 echo unknown 1359 eval set properties ota cold factory_reset hard battery unknown \
|
/system/core/base/ |
D | file.cpp | 425 #error unknown OS in GetExecutablePath()
|
/system/bt/proto/bluetooth/metrics/ |
D | bluetooth.proto | 66 // Type is unknown.
|
/system/update_engine/ |
D | pylintrc | 181 # Tells whether to store unknown words to indicated private dictionary in 183 spelling-store-unknown-words=no
|
/system/core/fastboot/ |
D | README.md | 114 OKAY response. If the variable is unknown, the bootloader 119 should return an empty OKAY response for unknown
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | property_contexts | 41 dalvik.vm.isa.unknown.features u:object_r:exported_dalvik_prop:s0 exact string 42 dalvik.vm.isa.unknown.variant u:object_r:exported_dalvik_prop:s0 exact string
|
D | domain.te | 335 # This helps guarantee that unknown or dangerous contents will not ever 530 # Require that domains explicitly label unknown properties, and do not allow 531 # anyone but init to modify unknown properties.
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | property_contexts | 47 dalvik.vm.isa.unknown.features u:object_r:exported_dalvik_prop:s0 exact string 48 dalvik.vm.isa.unknown.variant u:object_r:exported_dalvik_prop:s0 exact string
|
D | domain.te | 365 # This helps guarantee that unknown or dangerous contents will not ever 522 # Require that domains explicitly label unknown properties, and do not allow 523 # anyone but init to modify unknown properties.
|
/system/sepolicy/public/ |
D | property_contexts | 47 dalvik.vm.isa.unknown.features u:object_r:exported_dalvik_prop:s0 exact string 48 dalvik.vm.isa.unknown.variant u:object_r:exported_dalvik_prop:s0 exact string
|
D | domain.te | 365 # This helps guarantee that unknown or dangerous contents will not ever 522 # Require that domains explicitly label unknown properties, and do not allow 523 # anyone but init to modify unknown properties.
|
/system/core/adb/ |
D | protocol.txt | 74 If a CONNECT message is received with an unknown version or insufficiently
|
/system/core/fs_mgr/tests/ |
D | adb-remount-test.sh | 185 echo unknown
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | domain.te | 442 # Require that domains explicitly label unknown properties, and do not allow 443 # anyone but init to modify unknown properties.
|
12