HomeSort by relevance Sort by last modified time
    Searched full:problems (Results 226 - 250 of 4026) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/vboot_reference/tests/futility/
test_dump_fmap.sh 39 # This FMAP has problems, and should fail.
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
comp_corr.c 44 problems for coming divisions */
  /frameworks/base/docs/html/guide/topics/sensors/
index.jd 19 issues that we?ve noticed causing problems in some apps.</p>
  /frameworks/base/keystore/java/android/security/
KeyChainException.java 20 * Thrown on problems accessing the {@link KeyChain}.
  /frameworks/base/media/java/android/media/tv/
ITvInputSession.aidl 37 // is to introduce some new concepts that will solve a number of problems in audio policy today.
  /hardware/bsp/intel/peripheral/libmraa/examples/java/
AioA0.java 38 "Native code library failed to load. See the chapter on Dynamic Linking Problems in the SWIG Java documentation for help.\n" +
CyclePwm3.java 35 "Native code library failed to load. See the chapter on Dynamic Linking Problems in the SWIG Java documentation for help.\n" +
Example.java 36 "Native code library failed to load. See the chapter on Dynamic Linking Problems in the SWIG Java documentation for help.\n" +
GpioMmapped.java 36 "Native code library failed to load. See the chapter on Dynamic Linking Problems in the SWIG Java documentation for help.\n" +
GpioRead6.java 37 "Native code library failed to load. See the chapter on Dynamic Linking Problems in the SWIG Java documentation for help.\n" +
Isr.java 35 "Native code library failed to load. See the chapter on Dynamic Linking Problems in the SWIG Java documentation for help.\n" +
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/
NamedMailbox.java 62 * Same features (or problems) as Mailbox.getAddressString(boolean),
  /packages/services/Telephony/src/org/apache/james/mime4j/field/address/
NamedMailbox.java 62 * Same features (or problems) as Mailbox.getAddressString(boolean),
  /prebuilts/tools/common/proguard/proguard4.7/examples/dictionaries/
windows.txt 4 # be used without problems in jar archives, which just begs to apply them as
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderLogger.java 33 * A {@link LayoutLog} which records the problems it encounters and offers them as a
58 * @return true if there were problems during the render
76 * Returns a (possibly multi-line) description of all the problems
80 * @return a string describing the rendering problems
  /system/sepolicy/
perfprofd.te 11 # perfevents problems in cases where CPU goes on/off during measurement;
  /toolchain/binutils/binutils-2.25/
README 47 on where and how to report problems.
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/
ReportPage.java 88 * in case of IO problems with the report writer
127 * in case of IO problems with the report writer
171 * in case of IO problems with the report writer
  /external/srtp/crypto/include/
crypto_kernel.h 194 * err_status_ok no problems
211 * err_status_ok no problems
248 * - err_status_ok if no problems occured.
  /toolchain/binutils/binutils-2.25/include/
leb128.h 51 read to avoid const-vs-non-const problems. */
84 read to avoid const-vs-non-const problems. */
117 read to avoid const-vs-non-const problems. */
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
LaguerreSolver.java 116 * or the solver detects convergence problems otherwise
139 * or the solver detects convergence problems otherwise
185 * or the solver detects convergence problems otherwise
211 * or the solver detects convergence problems otherwise
280 * or the solver detects convergence problems otherwise
305 * or the solver detects convergence problems otherwise
355 * or the solver detects convergence problems otherwise
  /external/ceres-solver/include/ceres/
types.h 78 // Specialized solvers, specific to problems with a generalized
91 // problems.
107 // from Motion problems.
138 // results. For problems with large number of cameras though, this
214 // for problems with a large number of parameters, where storage of an N-by-N
368 // The format in which linear least squares problems should be logged
374 // for small problems.
  /frameworks/base/docs/html/guide/practices/
verifying-apps-art.jd 42 <a href="#Reporting_Problems">Reporting Problems</a>
105 to use CheckJNI mode to catch common problems. If your app makes use of C/C++
131 in use, this can lead to memory corruption or other problems. For example:</p>
280 href="#Reporting_Problems">Reporting Problems</a>) so we can fix them as quickly
291 problems.</li>
293 <li>Some typical problems that are flagged by the ART verifier include:
310 <h2 id="Reporting_Problems">Reporting Problems</h2>
  /build/tools/releasetools/
check_target_files_signatures 26 Look for compatibility problems between the two sets of target
72 PROBLEMS = []
76 PROBLEMS.append(" ".join(PROBLEM_PREFIX) + " " + msg)
424 if PROBLEMS:
425 print "%d problem(s) found:\n" % (len(PROBLEMS),)
426 for p in PROBLEMS:
check_target_files_signatures.py 26 Look for compatibility problems between the two sets of target
72 PROBLEMS = []
76 PROBLEMS.append(" ".join(PROBLEM_PREFIX) + " " + msg)
424 if PROBLEMS:
425 print "%d problem(s) found:\n" % (len(PROBLEMS),)
426 for p in PROBLEMS:

Completed in 2578 milliseconds

1 2 3 4 5 6 7 8 91011>>