HomeSort by relevance Sort by last modified time
    Searched refs:text_encoding (Results 1 - 25 of 26) sorted by null

1 2

  /external/protobuf/python/google/protobuf/internal/
text_encoding_test.py 33 """Tests for google.protobuf.text_encoding."""
36 from google.protobuf import text_encoding namespace
57 text_encoding.CEscape(unescaped, as_utf8=False))
59 text_encoding.CEscape(unescaped, as_utf8=True))
63 self.assertEquals(unescaped, text_encoding.CUnescape(escaped))
64 self.assertEquals(unescaped, text_encoding.CUnescape(escaped_utf8))
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp     [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp     [all...]
  /hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp     [all...]
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp     [all...]
  /hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp     [all...]
  /hardware/qcom/gps/msmcobalt/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp     [all...]
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_ni.cpp 150 LOC_LOGI(" text: %s text (encoding: %d)", notif->text, notif->text_encoding);
loc_eng.cpp 232 loc_get_ni_encoding_name(mNotify.text_encoding),
    [all...]
  /external/protobuf/python/google/protobuf/
descriptor_pool.py 64 from google.protobuf import text_encoding namespace
559 field_desc.default_value = text_encoding.CUnescape(
text_format.py 44 from google.protobuf import text_encoding namespace
201 out.write(text_encoding.CEscape(out_value, out_as_utf8))
702 result = text_encoding.CUnescape(text[1:-1])
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_ni.cpp 167 LOC_LOGI(" text: %s text (encoding: %d)", notif->text, notif->text_encoding);
loc_eng.cpp 252 loc_get_ni_encoding_name(mNotify.text_encoding),
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng_ni.cpp 167 LOC_LOGI(" text: %s text (encoding: %d)", notif->text, notif->text_encoding);
loc_eng.cpp 249 loc_get_ni_encoding_name(mNotify.text_encoding),
    [all...]
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng_ni.cpp 167 LOC_LOGI(" text: %s text (encoding: %d)", notif->text, notif->text_encoding);
loc_eng.cpp 251 loc_get_ni_encoding_name(mNotify.text_encoding),
    [all...]
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng_ni.cpp 167 LOC_LOGI(" text: %s text (encoding: %d)", notif->text, notif->text_encoding);
loc_eng.cpp 252 loc_get_ni_encoding_name(mNotify.text_encoding),
    [all...]
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng_ni.cpp 167 LOC_LOGI(" text: %s text (encoding: %d)", notif->text, notif->text_encoding);
loc_eng.cpp 249 loc_get_ni_encoding_name(mNotify.text_encoding),
    [all...]
  /hardware/qcom/gps/msmcobalt/loc_api/libloc_api_50001/
loc_eng_ni.cpp 166 LOC_LOGI(" text: %s text (encoding: %d)", notif->text, notif->text_encoding);
  /hardware/libhardware/include/hardware/
gps.h 1076 GpsNiEncodingType text_encoding; member in struct:__anon30835
    [all...]
  /external/protobuf/
Makefile.am 239 python/google/protobuf/text_encoding.py \
  /frameworks/base/services/core/jni/
com_android_server_location_GnssLocationProvider.cpp 429 notification->text_encoding, extras);
    [all...]

Completed in 4377 milliseconds

1 2