/libcore/ojluni/src/main/java/sun/net/www/protocol/http/ |
AuthenticationHeader.java | 196 // will still tried to use Negotiate at first.
|
NegotiateAuthentication.java | 85 * is tried. The generated object will be cached under the name of ths
|
/libcore/ojluni/src/main/java/sun/security/jca/ |
ProviderConfig.java | 70 // number of times we have already tried to load this provider
|
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
PKIX.java | 226 // reorder CertStores so that local CertStores are tried first
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastReceiver.java | 87 // means someone has tried to spoof the message by delivering it outside the normal
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
GoogleSource.java | 241 // the group was created after the query but before we tried to create it
|
/packages/services/Car/libvehiclenetwork/native/ |
IVehicleNetworkHalMock.cpp | 164 ALOGE("non-system user tried access, uid %d", uid);
|
/system/core/logd/ |
libaudit.c | 235 * EAGAIN should be re-tried until success or another error manifests.
|
/art/runtime/ |
dex_instruction-inl.h | 84 LOG(FATAL) << "Tried to access vA of instruction " << Name() << " which has no A operand."; 265 LOG(FATAL) << "Tried to access vB of instruction " << Name() << " which has no B operand."; 404 LOG(FATAL) << "Tried to access vC of instruction " << Name() << " which has no C operand.";
|
/build/soong/common/ |
paths.go | 109 reportPathError(ctx, "Tried to create generated file from unsupported path: %s(%s)", reflect.TypeOf(p).Name(), p) 119 reportPathError(ctx, "Tried to create object file from unsupported path: %s (%s)", reflect.TypeOf(p).Name(), p) 130 reportPathError(ctx, "Tried to create object file from unsupported path: %s (%s)", reflect.TypeOf(p).Name(), p)
|
/external/libedit/src/ |
read.c | 316 int tried = 0; local 335 if (!tried && read__fixio(el->el_infd, e) == 0) 336 tried = 1;
|
/external/mockito/src/org/mockito/exceptions/ |
Reporter.java | 608 "You haven't provided the instance for spying at field declaration so I tried to construct the instance.", 619 "You haven't provided the instance at field declaration so I tried to construct the instance.", 643 "You haven't provided the instance at field declaration so I tried to construct the instance.", [all...] |
/prebuilts/go/darwin-x86/src/os/exec/ |
lp_windows_test.go | 300 fails: true, // tried all extensions in PATHEXT, but none matches 417 // like above, but make sure .exe is tried even for commands with slash 492 // like above, but make sure .exe is tried even for commands with slash
|
/prebuilts/go/linux-x86/src/os/exec/ |
lp_windows_test.go | 300 fails: true, // tried all extensions in PATHEXT, but none matches 417 // like above, but make sure .exe is tried even for commands with slash 492 // like above, but make sure .exe is tried even for commands with slash
|
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ |
pipeline.py | 422 current_attempt: The current attempt being tried for this pipeline. 582 logging.warning('Tried to find Pipeline %s#%s, but class could ' [all...] |
/external/icu/icu4c/source/common/ |
unisetspan.cpp | 565 * with a partial overlap because the recursive algorithm would have tried 613 * with a partial overlap because the standard algorithm would have tried 744 // Otherwise, an unlimited code point span is only tried again when no [all...] |
/frameworks/base/services/core/java/com/android/server/connectivity/ |
Tethering.java | 466 Log.w(TAG, "Tried to enable bluetooth tethering with null or disabled adapter. null: " + 592 Log.e(TAG, "Tried to Tether an unknown iface: " + iface + ", ignoring"); 598 Log.e(TAG, "Tried to Tether an unavailable iface: " + iface + ", ignoring"); 611 Log.e(TAG, "Tried to Untether an unknown iface :" + iface + ", ignoring"); 615 Log.e(TAG, "Tried to untether an untethered iface :" + iface + ", ignoring"); 637 Log.e(TAG, "Tried to getLastTetherError on an unknown iface :" + iface + [all...] |
/external/valgrind/docs/xml/ |
FAQ.xml | 187 <para>I tried running a Java program (or another program that uses a 501 <para>I tried writing a suppression but it didn't work. Can you 646 <para>If you have tried all of these things and are still
|
/cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/ |
MyDocumentsProvider.java | 292 throw new IllegalArgumentException("Tried to open a virtual file.");
|
/cts/tests/app/src/android/app/cts/ |
AlarmManagerTest.java | 287 // after tried many permission.
|
/developers/build/prebuilts/gradle/BasicMediaDecoder/Application/src/main/java/com/example/android/common/media/ |
MediaCodecWrapper.java | 202 + "tried to write %d, buffer capacity is %d.",
|
/developers/build/prebuilts/gradle/BasicRenderScript/Application/src/main/java/com/example/android/common/media/ |
MediaCodecWrapper.java | 202 + "tried to write %d, buffer capacity is %d.",
|
/developers/build/prebuilts/gradle/MediaRecorder/Application/src/main/java/com/example/android/common/media/ |
MediaCodecWrapper.java | 202 + "tried to write %d, buffer capacity is %d.",
|
/developers/samples/android/common/src/java/com/example/android/common/media/ |
MediaCodecWrapper.java | 202 + "tried to write %d, buffer capacity is %d.",
|
/development/python-packages/gdbrunner/ |
__init__.py | 61 msg = "ERROR: Unable to run adb executable (tried '{}')."
|