HomeSort by relevance Sort by last modified time
    Searched defs:reported (Results 1 - 25 of 128) sorted by null

1 2 3 4 5 6

  /libcore/ojluni/src/main/java/java/util/logging/
ErrorManager.java 40 private boolean reported = false; field in class:ErrorManager
77 * reported to System.err, and subsequent calls are ignored.
84 if (reported) {
89 reported = true;
  /external/skia/tools/bookmaker/
selfCheck.cpp 71 void checkMethod(string topic, const Definition* csChild, vector<string>* reported) {
74 checkMethod(topic, child, reported);
94 auto reportEnd = reported->end();
95 auto reportFind = std::find(reported->begin(), reported->end(), subtopic);
98 reported->push_back(subtopic);
118 vector<string> reported; local
121 checkMethod(topicName, csChild, &reported);
123 for (auto missing : reported) {
bookmaker.cpp 561 string reported; local
564 if (last && *last == nameIter && reported != *last) {
565 reported = *last;
566 SkDebugf("%s\n", reported.c_str());
571 this->reportDuplicates(*topic.second, reported);
    [all...]
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
MediaPerfUtils.java 76 Range<Double> reported = local
79 if (reported != null) {
80 log.addValue("reported_low", reported.getLower(), ResultType.NEUTRAL, ResultUnit.FPS);
81 log.addValue("reported_high", reported.getUpper(), ResultType.NEUTRAL, ResultUnit.FPS);
82 message += " reported=" + reported.getLower() + "-" + reported.getUpper();
146 /** Verifies |measuredFps| against reported achievable rates. Returns null if at least
147 * one measurement falls within the margins of the reported range. Otherwise, returns
151 Range<Double> reported local
    [all...]
  /external/mesa3d/src/mesa/program/
prog_execute.c 1205 static GLboolean reported = GL_FALSE; local
    [all...]
  /external/skqp/tools/bookmaker/
bookmaker.cpp 463 string reported; local
466 if (last && *last == nameIter && reported != *last) {
467 reported = *last;
468 SkDebugf("%s\n", reported.c_str());
473 this->reportDuplicates(*topic.second, reported);
    [all...]
  /external/webrtc/webrtc/p2p/base/
port.h 549 bool reported() const { return reported_; } function in class:cricket::Connection
550 void set_reported(bool reported) { reported_ = reported;}
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng.cpp 686 bool reported = false; local
691 reported = true;
715 reported = true;
719 // if we have reported this fix
720 if (reported &&
736 unsigned char generate_nmea = reported &&
    [all...]
  /frameworks/av/media/libaudioclient/
IAudioPolicyService.cpp 838 bool reported)
848 data.writeBool(reported);
1550 bool reported = data.readBool(); local
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng.cpp 747 bool reported = false; local
752 reported = true;
777 reported = true;
781 // if we have reported this fix
782 if (reported &&
801 unsigned char generate_nmea = reported &&
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng.cpp 748 bool reported = false; local
753 reported = true;
778 reported = true;
782 // if we have reported this fix
783 if (reported &&
802 unsigned char generate_nmea = reported &&
    [all...]
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng.cpp 744 bool reported = false; local
749 reported = true;
774 reported = true;
778 // if we have reported this fix
779 if (reported &&
800 unsigned char generate_nmea = reported &&
    [all...]
  /hardware/qcom/gps/msm8909w_3100/gnss/
GnssAdapter.cpp 1939 bool reported = false; local
    [all...]
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng.cpp 747 bool reported = false; local
752 reported = true;
777 reported = true;
781 // if we have reported this fix
782 if (reported &&
801 unsigned char generate_nmea = reported &&
    [all...]
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng.cpp 744 bool reported = false; local
749 reported = true;
774 reported = true;
778 // if we have reported this fix
779 if (reported &&
800 unsigned char generate_nmea = reported &&
    [all...]
  /hardware/qcom/gps/msm8998/gnss/
GnssAdapter.cpp 1848 bool reported = false; local
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readdwarf3.c 2600 static Bool reported = False; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-xtensa.c 7021 static int reported = 0; local
    [all...]
  /external/valgrind/VEX/priv/
guest_ppc_toIR.c 27837 static Bool reported = False; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/koushikdutta/async/androidasync/2.1.3/
androidasync-2.1.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.8.0/
lint-checks-22.8.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.9.2/
lint-checks-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.0.1/
lint-checks-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.0.2/
lint-checks-23.0.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.1.0/
lint-checks-23.1.0.jar 

Completed in 1302 milliseconds

1 2 3 4 5 6