HomeSort by relevance Sort by last modified time
    Searched refs:errType (Results 1 - 10 of 10) sorted by null

  /external/icu/icu4c/source/tools/gencfu/
gencfu.cpp 231 int32_t errType;
234 &errType, &parseError, &status);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp 180 OMX_ERRORTYPE errType = OMX_ErrorNone;
181 if (OMX_ErrorNone != (errType = initEncParams())) {
185 return errType;
  /external/icu/icu4c/source/i18n/unicode/
uspoof.h 650 * @param errType In the event of an error in the input, indicates
666 int32_t *errType, UParseError *pe, UErrorCode *status);
    [all...]
  /external/icu/libandroidicu/include/unicode/
uspoof.h 650 * @param errType In the event of an error in the input, indicates
666 int32_t *errType, UParseError *pe, UErrorCode *status);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
spooftest.c 123 int32_t errType;
151 &errType, &pe, &status);
  /external/cldr/tools/java/org/unicode/cldr/test/
CheckDates.java     [all...]
  /external/golang-protobuf/proto/
all_test.go 305 errType reflect.Type
317 errType: reflect.TypeOf(errors.New("some marshal err")),
333 errType: reflect.TypeOf(&RequiredNotSetError{}),
346 if reflect.TypeOf(err) != test.errType {
347 t.Errorf("%s: got err %T(%v) wanted %T", test.name, err, err, test.errType)
    [all...]
  /frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.cpp 595 OMX_ERRORTYPE errType = OMX_ErrorNone;
    [all...]
  /frameworks/av/media/codec2/components/avc/
C2SoftAvcEnc.cpp 917 c2_status_t errType = C2_OK;
    [all...]
  /external/icu/libandroidicu/static_shim/
shim.cpp     [all...]

Completed in 297 milliseconds