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

1 2 3 4 5

  /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;
  /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/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...]
  /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/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...]
  /hardware/qcom/gps/sdm845/gnss/
GnssAdapter.cpp 1873 bool reported = false; local
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readdwarf3.c 2600 static Bool reported = False; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-xtensa.c 6953 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 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.1.3/
lint-checks-23.1.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.1.4/
lint-checks-23.1.4.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.2.0/
lint-checks-23.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.2.1/
lint-checks-23.2.1.jar 

Completed in 2332 milliseconds

1 2 3 4 5