Home
last modified time | relevance | path

Searched refs:JSON_NUMBER (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/utils/
Djson.c418 token->type = JSON_NUMBER; in json_parse()
424 curr_token->type = JSON_NUMBER; in json_parse()
435 curr_token->type = JSON_NUMBER; in json_parse()
531 case JSON_NUMBER: in json_type_str()
Djson.h18 JSON_NUMBER, enumerator
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DCallLogFacade.java48 private static final String JSON_NUMBER = "number"; field in CallLogFacade
83 String number = log.getString(JSON_NUMBER); in callLogsPut()