/libcore/luni/src/main/java/libcore/net/http/ |
HttpEngine.java | 164 * conditional get succeeds, these will be used for the response headers and
|
/libcore/luni/src/test/java/libcore/xml/ |
NormalizeTest.java | 204 * This fails under the RI because setParameter() succeeds even though
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_tree.c | 365 ( __on_left != 0 || // If __on_left != 0, the remainder succeeds to true
|
/ndk/sources/host-tools/make-3.81/ |
misc.c | 877 stdout and make sure that it succeeds before exiting. Otherwise,
|
/packages/apps/Contacts/src/com/android/contacts/calllog/ |
CallLogAdapter.java | 412 // Process the request. If the lookup succeeds, schedule a [all...] |
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountSetupBasics.java | 69 * using AccountCheckSettingsFragment. If this succeeds we proceed directly to AccountSetupOptions.
|
/packages/apps/Phone/src/com/android/phone/ |
EmergencyCallHelper.java | 376 * If the call succeeds, we're done.
|
OtaUtils.java | [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_tree.c | 365 ( __on_left != 0 || // If __on_left != 0, the remainder succeeds to true
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_tree.c | 365 ( __on_left != 0 || // If __on_left != 0, the remainder succeeds to true
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_tree.c | 365 ( __on_left != 0 || // If __on_left != 0, the remainder succeeds to true
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_tree.c | 365 ( __on_left != 0 || // If __on_left != 0, the remainder succeeds to true
|
/sdk/docs/ |
howto_build_SDK.txt | 328 When the build succeeds, you'll see something like this at the end of the
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
ExtractStringInputPage.java | 320 * If validation succeeds, this updates the text id & value in the refactoring object.
|
/sdk/sdkstats/src/com/android/sdkstats/ |
SdkStatsService.java | 211 // Record the time of the attempt, whether or not it succeeds.
|
/external/chromium/testing/gtest/test/ |
gtest_unittest.cc | [all...] |
/external/gtest/test/ |
gtest_unittest.cc | [all...] |
/external/chromium/testing/gmock/test/ |
gmock-spec-builders_test.cc | [all...] |
/external/chromium/third_party/libjingle/ |
mods-since-v0_4_0.diff | 40 < succeeds, run 'make' to build the components and examples.
80 > succeeds, run 'make' to build the components and examples.
[all...] |
/external/flac/libFLAC/ |
metadata_object.c | 78 /* like copy_bytes_(), but free()s the original '*to' if the copy succeeds and the original '*to' is non-NULL */ 110 * succeeds and the original '*to' was not NULL [all...] |
/external/icu4c/i18n/ |
nfrule.cpp | 806 // succeeds, it then calls it again, this time to look for the [all...] |
/external/icu4c/i18n/unicode/ |
uregex.h | 491 * <p>If the match succeeds then more information can be obtained via the 520 * <p>If the match succeeds then more information can be obtained via the [all...] |
/external/webkit/Source/JavaScriptCore/yarr/ |
YarrInterpreter.cpp | 850 // Try to do a match, and it it succeeds, add it to the list. [all...] |
/frameworks/base/docs/html/guide/google/gcm/ |
gcm.jd | 464 <p>When a registration succeeds, <code>registration_id</code> contains the registration ID and the other extras are not set. 471 <p>When an unregistration succeeds, only the <code>unregistered</code> extra is set, and similar to the registration workflow, [all...] |
/frameworks/base/docs/html/guide/topics/connectivity/ |
bluetooth.jd | 260 <p>If enabling Bluetooth succeeds, your activity receives the {@link [all...] |