/external/vogar/test/vogar/testing/ |
InterceptOutputStreamsTest.java | 19 import org.junit.After; 48 @After 50 System.out.println("After Tests OUT"); 51 System.err.println("After Tests ERR"); 135 System.out.println("Outer after OUT"); 136 System.err.println("Outer after ERR"); 142 + "Outer after OUT\n", iosRule.contents(Stream.OUT)); 146 + "Outer after ERR\n", iosRule.contents(Stream.ERR));
|
/frameworks/av/media/utils/include/mediautils/ |
SchedulingPolicyService.h | 25 // after the request is enqueued but not necessarily executed. 26 // The default value 'false' means to return after request has been enqueued and executed.
|
/frameworks/base/core/java/android/content/ |
MutableContextWrapper.java | 21 * be modified after it is initially set. 31 * can be changed even after one is already set.
|
/frameworks/compile/slang/tests/F_root_compute_non_uint32_t_xyzwar/ |
stderr.txt.expect | 6 root_compute_non_uint32_t_xyzwar.rs:6:44: error: In compute kernel root(), parameter 'w' cannot appear after any of the special parameters ('context', 'x', 'y', 'z'). 7 root_compute_non_uint32_t_xyzwar.rs:6:53: error: In compute kernel root(), parameter 'ar' cannot appear after any of the special parameters ('context', 'x', 'y', 'z').
|
/frameworks/opt/net/ims/tests/src/com/android/ims/ |
ImsConfigTest.java | 23 import org.junit.After; 49 @After
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
CallStateExceptionTest.java | 19 import org.junit.After; 26 @After
|
/hardware/interfaces/broadcastradio/1.1/ |
IBroadcastRadioFactory.hal | 22 * To use 1.1 features you must cast specific interfaces after being returned from 1.0 HAL, 23 * for example V1_1::ITuner::castFrom() after retrieving it from IBroadcastRadio::openTuner().
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
mpl.c | 65 * @brief Starts the MPL. Typically called after inv_init_mpl() or after a
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
mpl.c | 65 * @brief Starts the MPL. Typically called after inv_init_mpl() or after a
|
/packages/apps/Camera2/src/com/android/camera/app/ |
LocationProvider.java | 49 * Disconnect the location provider after use. The location provider can no longer acquire 50 * locations after this has been called.
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
SchedulingUtils.java | 27 /** Runs a piece of code after the next layout run */ 40 /** Runs a piece of code just before the next draw, after layout and measurement */
|
/packages/apps/Dialer/java/com/android/dialer/callcomposer/cameraui/res/values/ |
strings.xml | 5 <!-- Content description of button when after swapped to front --> 7 <!-- Content description of button when after swapped to back -->
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/ |
DefaultIndicatorSeekBarTest.java | 22 import org.junit.After; 43 @After
|
/packages/apps/Settings/ |
wrap_alpha.py | 13 after = before.replace(".png", "_alpha.png") variable 14 os.rename(os.path.join(root, before), os.path.join(root, after))
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
MailObservable.java | 38 LogUtils.d(LOG_TAG, "IN register(%s)Observer: %s before=%d after=%d", 46 LogUtils.d(LOG_TAG, "IN unregister(%s)Observer: %s before=%d after=%d",
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/ |
Node.java | 11 /** This method is called after the node has been made the current 15 /** This method is called after all the child nodes have been
|
/packages/inputmethods/LatinIME/native/jni/src/utils/ |
autocorrection_threshold_utils.cpp | 33 const int beforeLength, const int *after, const int afterLength) { 35 before, beforeLength, after, afterLength); 58 // (full match up to min(before.length(), after.length()) 62 // - If before.length() == after.length() 64 // So, maximum original score is powf(2, min(before.length(), after.length())) * 255 * 2 * 1.2 71 const int beforeLength, const int *after, const int afterLength, const int score) { 75 const int distance = editDistance(before, beforeLength, after, afterLength); 78 if (after[i] == KEYCODE_SPACE) {
|
autocorrection_threshold_utils.h | 27 const int *after, const int afterLength, const int score); 28 static int editDistance(const int *before, const int beforeLength, const int *after,
|
/prebuilts/go/darwin-x86/src/go/doc/testdata/ |
a0.go | 12 // A note with some spaces after it, should be ignored (watch out for 37 // NOTE(xxx) The ':' after the marker and uid is optional.
|
/prebuilts/go/darwin-x86/src/math/ |
nextafter.go | 7 // Nextafter32 returns the next representable float32 value after x towards y. 29 // Nextafter returns the next representable float64 value after x towards y.
|
/prebuilts/go/darwin-x86/src/runtime/ |
env_test.go | 39 t.Errorf(`after setenv runtime.GOROOT()=%q, want %q`, got, want) 45 t.Errorf(`after unsetenv runtime.GOROOT()=%q, want %q`, got, want)
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue15277.go | 16 println("after alloc: expected delta at least 9MB, got: ", delta) 21 println("after drop: expected delta below 1MB, got: ", delta)
|
/prebuilts/go/linux-x86/src/go/doc/testdata/ |
a0.go | 12 // A note with some spaces after it, should be ignored (watch out for 37 // NOTE(xxx) The ':' after the marker and uid is optional.
|
/prebuilts/go/linux-x86/src/math/ |
nextafter.go | 7 // Nextafter32 returns the next representable float32 value after x towards y. 29 // Nextafter returns the next representable float64 value after x towards y.
|
/prebuilts/go/linux-x86/src/runtime/ |
env_test.go | 39 t.Errorf(`after setenv runtime.GOROOT()=%q, want %q`, got, want) 45 t.Errorf(`after unsetenv runtime.GOROOT()=%q, want %q`, got, want)
|