Searched refs:is_sensitive (Results 1 – 6 of 6) sorted by relevance
/external/libtextclassifier/native/actions/ |
D | types.h | 109 bool is_sensitive = false; member
|
D | actions-suggestions.cc | 900 response->is_sensitive = (response->sensitivity_score > in ReadModelOutput() 905 if (response->is_sensitive) { in ReadModelOutput() 989 response->is_sensitive = true; in SuggestActionsFromModel() 1382 if (preconditions_.suppress_on_sensitive_topic && response->is_sensitive) { in GatherActionsSuggestions()
|
D | actions_jni.cc | 269 actions.get(), action_response.is_sensitive)); in ActionSuggestionsToJObject()
|
D | actions-suggestions_test.cc | 1824 EXPECT_TRUE(response.is_sensitive); in TEST_F()
|
/external/scapy/scapy/contrib/ |
D | http2.py | 2483 def _convert_a_header_to_a_h2_header(self, hdr_name, hdr_value, is_sensitive, should_index): argument 2505 if is_sensitive( 2541 if is_sensitive( 2602 is_sensitive=lambda n, v: False, # type: Callable[[str, str], bool] argument 2650 hdr_name, hdr_value, is_sensitive, should_index
|
D | http2.uts | 1708 is_sensitive=lambda name, value: name in ['x-generated-by', ':path'] 2245 seq = h.parse_txt_hdrs(hdrs, stream_id=1, body=body, is_sensitive=lambda n,v: n in ['x-generation-d…
|