HomeSort by relevance Sort by last modified time
    Searched refs:UNSPECIFIED (Results 26 - 50 of 64) sorted by null

12 3

  /external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/
Phonenumber.java 51 UNSPECIFIED
55 countryCodeSource_ = CountryCodeSource.UNSPECIFIED;
182 countryCodeSource_ = CountryCodeSource.UNSPECIFIED;
  /external/tcpdump/
print-ntp.c 153 #define MODE_UNSPEC 0 /* unspecified */
165 #define UNSPECIFIED 0
175 { MODE_UNSPEC, "unspecified" },
195 { UNSPECIFIED, "unspecified" },
259 case UNSPECIFIED:
  /cts/hostsidetests/statsd/src/android/cts/statsd/metric/
CountMetricsTests.java 103 doAppBreadcrumbReported(0, AppBreadcrumbReported.State.UNSPECIFIED.ordinal());
107 doAppBreadcrumbReported(0, AppBreadcrumbReported.State.UNSPECIFIED.ordinal());
111 doAppBreadcrumbReported(0, AppBreadcrumbReported.State.UNSPECIFIED.ordinal());
MetricsUtils.java 83 .setEqInt(AppBreadcrumbReported.State.UNSPECIFIED.ordinal())))
  /external/protobuf/conformance/
ConformanceJava.java 83 case UNSPECIFIED:
84 throw new RuntimeException("Unspecified output format.");
conformance_python.py 77 if request.requested_output_format == conformance_pb2.UNSPECIFIED:
78 raise ProtocolError("Unspecified output format")
conformance_cpp.cc 125 case conformance::UNSPECIFIED:
126 GOOGLE_LOG(FATAL) << "Unspecified output format";
  /cts/tests/tests/text/src/android/text/cts/
MyanmarTest.java 199 measure(MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED),
200 MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED));
  /external/tensorflow/tensorflow/contrib/learn/python/learn/utils/
saved_model_export_utils_test.py 375 "head-3": (constants.ProblemType.UNSPECIFIED, "bogus output dict 3"),
392 "head-3": (constants.ProblemType.UNSPECIFIED, "bogus output dict 3"),
432 "head-3": (constants.ProblemType.UNSPECIFIED, "bogus output dict 3"),
457 "default_output_alternative": (constants.ProblemType.UNSPECIFIED, {
486 "default_output_alternative": (constants.ProblemType.UNSPECIFIED, {
501 "default_output_alternative": (constants.ProblemType.UNSPECIFIED, {
526 "head-3": (constants.ProblemType.UNSPECIFIED, {
591 "head-3": (constants.ProblemType.UNSPECIFIED, {
    [all...]
saved_model_export_utils.py 225 default_problem_type = constants.ProblemType.UNSPECIFIED
    [all...]
  /device/google/contexthub/contexthubhal/
NanohubHidlAdapter.cpp 377 static_cast<uint16_t>(HostEndPoint::UNSPECIFIED)) != 0) {
425 static_cast<uint16_t>(HostEndPoint::UNSPECIFIED)) != 0) {
456 static_cast<uint16_t>(HostEndPoint::UNSPECIFIED)) != 0) {
487 static_cast<uint16_t>(HostEndPoint::UNSPECIFIED)) != 0) {
512 static_cast<uint16_t>(HostEndPoint::UNSPECIFIED)) != 0) {
  /cts/tests/tests/widget/src/android/widget/cts/
HorizontalScrollViewTest.java 364 eq(MeasureSpec.makeMeasureSpec(100, MeasureSpec.UNSPECIFIED)),
379 eq(MeasureSpec.makeMeasureSpec(90, MeasureSpec.UNSPECIFIED)),
393 eq(MeasureSpec.makeMeasureSpec(85, MeasureSpec.UNSPECIFIED)),
408 eq(MeasureSpec.makeMeasureSpec(75, MeasureSpec.UNSPECIFIED)),
419 MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED), 15,
422 eq(MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED)),
    [all...]
ScrollViewTest.java 379 eq(MeasureSpec.makeMeasureSpec(100, MeasureSpec.UNSPECIFIED)));
394 eq(MeasureSpec.makeMeasureSpec(84, MeasureSpec.UNSPECIFIED)));
408 eq(MeasureSpec.makeMeasureSpec(85, MeasureSpec.UNSPECIFIED)));
423 eq(MeasureSpec.makeMeasureSpec(69, MeasureSpec.UNSPECIFIED)));
434 MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED), 15);
437 eq(MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED)));
    [all...]
AbsSpinnerTest.java 197 absSpinner.measure(View.MeasureSpec.UNSPECIFIED, View.MeasureSpec.UNSPECIFIED);
GridLayoutTest.java 263 p.measure(View.MeasureSpec.UNSPECIFIED, View.MeasureSpec.UNSPECIFIED);
VideoViewTest.java 255 int resolvedSize = mVideoView.resolveAdjustedSize(desiredSize, MeasureSpec.UNSPECIFIED);
TableLayoutTest.java 249 column0.measure(MeasureSpec.UNSPECIFIED, MeasureSpec.EXACTLY);
251 column1.measure(MeasureSpec.UNSPECIFIED, MeasureSpec.EXACTLY);
253 column2.measure(MeasureSpec.UNSPECIFIED, MeasureSpec.EXACTLY);
  /external/tensorflow/tensorflow/contrib/predictor/
testing_common.py 67 output_alternatives = {k: (constants.ProblemType.UNSPECIFIED, {k: v})
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
model_fn.py 111 given, the resulting SavedModel will support only one head of unspecified
261 if problem_type == constants.ProblemType.UNSPECIFIED:
model_fn_test.py 255 constants.ProblemType.UNSPECIFIED, predictions)}
  /external/perfetto/include/perfetto/tracing/core/
trace_config.h 78 UNSPECIFIED = 0,
321 UNSPECIFIED = 0,
  /dalvik/dx/src/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 73 UNSPECIFIED {
421 Alignment alignment = Alignment.UNSPECIFIED;
    [all...]
  /frameworks/av/media/libstagefright/foundation/
ColorUtils.cpp 462 { CU::kColorStandardUnspecified, GET_HAL_BITFIELD(STANDARD, UNSPECIFIED) },
486 { CU::kColorTransferUnspecified, GET_HAL_BITFIELD(TRANSFER, UNSPECIFIED) },
508 { CU::kColorRangeUnspecified, GET_HAL_BITFIELD(RANGE, UNSPECIFIED) },
530 // remove changed aspects (change them to Unspecified)
631 // 0 values are unspecified
655 // Invalid values were converted to unspecified !params!, but otherwise were not changed
  /external/libtextclassifier/utils/calendar/
calendar-common.h 151 case DateParseData::Relation::UNSPECIFIED:
152 TC3_LOG(ERROR) << "UNSPECIFIED RelationType.";
  /external/tensorflow/tensorflow/contrib/layers/python/layers/
target_column.py 129 UNSPECIFIED = 0

Completed in 1133 milliseconds

12 3