/external/tpm2/generator/ |
generator.py | 85 extraction is attempted and if successful, two separate files are created in
|
/frameworks/base/core/java/android/content/ |
SyncStats.java | 58 * attempted to update or delete a version of a resource on the server. This is expected
|
/frameworks/base/core/java/android/database/ |
BulkCursorToCursorAdaptor.java | 63 throw new StaleDataException("Attempted to access a cursor after it has been closed.");
|
CursorToBulkCursorAdaptor.java | 121 throw new StaleDataException("Attempted to access a cursor after it has been closed.");
|
/frameworks/base/core/java/android/net/ |
DhcpResults.java | 29 * Optimized (attempted) for that jni interface
|
/frameworks/base/services/core/java/com/android/server/pm/ |
ShortcutPackageInfo.java | 137 s.wtf("Attempted to refresh package info for shadow package " + pkg.getPackageName()
|
/frameworks/wilhelm/src/android/ |
android_defs.h | 53 ANDROID_READY, // preparation has completed, and will not be attempted again
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
msm_ion.h | 19 * The ids listed are the order in which allocation will be attempted
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
CollationElementIteratorTest.java | 220 // between the 'c' and the 'h', it goes back if that is attempted.
|
/libcore/luni/src/main/java/java/util/concurrent/ |
ExecutorCompletionService.java | 136 * queue is treated as unbounded -- failed attempted
|
TransferQueue.java | 29 * capacity bounded. If so, an attempted transfer operation may
|
/libcore/luni/src/main/java/java/util/concurrent/atomic/ |
AtomicLongFieldUpdater.java | 254 * re-applied when attempted updates fail due to contention among threads. 274 * re-applied when attempted updates fail due to contention among threads. 295 * when attempted updates fail due to contention among threads. The 320 * when attempted updates fail due to contention among threads. The
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.badexp/ |
regex_error.pass.cpp | 87 assert(e.what() == std::string("The complexity of an attempted match against a regular "
|
/packages/apps/Dialer/src/com/android/dialer/util/ |
TelecomUtil.java | 165 * @return {@code true} if we successfully attempted to place the call, {@code false} if it
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ContactsUpgradeReceiver.java | 72 // is attempted to be conservative. If the upgrade fails for some reason and we
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
CallState.java | 91 * Indicates that the call was attempted (mostly in the context of outgoing, at least at the
|
/packages/services/Telephony/src/com/android/services/telephony/ |
TtyManager.java | 61 Log.d(TtyManager.this, "setting TTY mode failed, attempted %d, got: %d",
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/ |
errno.h | 45 #define EMULTIHOP 72 /* Multihop attempted */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/ |
errno.h | 45 #define EMULTIHOP 72 /* Multihop attempted */
|
/prebuilts/go/darwin-x86/src/net/http/cgi/ |
child.go | 192 fmt.Fprintf(os.Stderr, "CGI attempted to write header twice on request for %s", r.req.URL)
|
/prebuilts/go/darwin-x86/src/runtime/ |
os2_nacl.go | 82 _EMULTIHOP = 72 /* Multihop attempted */
|
/prebuilts/go/linux-x86/src/net/http/cgi/ |
child.go | 192 fmt.Fprintf(os.Stderr, "CGI attempted to write header twice on request for %s", r.req.URL)
|
/prebuilts/go/linux-x86/src/runtime/ |
os2_nacl.go | 82 _EMULTIHOP = 72 /* Multihop attempted */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
RuleLoader.java | 57 * Flag set when we've attempted to initialize the {@link #mUserClassLoader}
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
UiDocumentNode.java | 70 * This method throws an exception when attempted to assign a parent, since XML documents
|