HomeSort by relevance Sort by last modified time
    Searched full:cases (Results 626 - 650 of 5535) sorted by null

<<21222324252627282930>>

  /external/proguard/src/proguard/classfile/instruction/
ConstantInstruction.java 169 // Some special cases.
202 // Some special cases.
  /external/protobuf/gtest/samples/
sample1_unittest.cc 61 // In Google Test, tests are grouped into test cases. This is how we
127 // Tests some trivial cases.
  /external/srtp/crypto/test/
sha1_driver.c 144 * these test cases are taken from the "SHA-1 Sample Vectors"
496 printf("error adding SHA1 test cases (error code %d)\n", err);
  /external/valgrind/main/include/
pub_tool_execontext.h 65 // unwinding. This is useful in some rare cases when we suspect the
104 // cases, but does not guarantee that the ECU is really valid, that
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Array/
15.4.2.2-1.js 46 This file tests cases where len is a number.
48 The cases in this test need to be updated since the
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/TypeConversion/
9.2.js 48 // special cases here
61 // normal test cases here
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/RegExp/
properties-002.js 40 * Brendan: "need to test cases Math.pow(2,32) and greater to see
46 * all the way up to Number.MAX_VALUE. So that's why we need cases
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/
jsref.js 157 var sizeTag = "<#TEST CASES SIZE>";
158 var doneTag = "<#TEST CASES DONE>";
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/
jsref.js 146 var sizeTag = "<#TEST CASES SIZE>";
147 var doneTag = "<#TEST CASES DONE>";
  /external/webkit/Source/JavaScriptCore/wtf/
StdLibExtras.h 47 // NULL can cause compiler problems, especially in cases of multiple inheritance.
128 // Optimized for cases where the array contains the key, checked by assertions.
  /external/webkit/Source/WebCore/dom/
CanvasSurface.cpp 55 * based on the user's choice). In all of these cases, we do not re-record
142 // The convertLogicalToDevice MaxCanvasArea check should prevent common cases
  /external/webkit/Source/WebCore/loader/
WorkerThreadableLoader.h 82 // Regarding the bridge and lifetimes of items used in callbacks, there are a few cases:
84 // all cases. All tasks posted from the worker context's thread are ok because
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseDiffHeader.pl 50 # SVN test cases
79 # Git test cases
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
test_files.py 45 # When collecting test cases, we include any file with these extensions.
48 # When collecting test cases, skip these directories
  /external/wpa_supplicant_8/wpa_supplicant/
todo.txt 53 really needed for all cases, reading IMSI and generating Identity string
59 in some cases; extra delay before setting the key seems to help)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_TransformDequantLumaDCFromPair_s.s 174 ;// Both the cases i.e., Shift>=0 and Shift<0 cases are covered together
  /frameworks/base/core/java/android/speech/tts/
PlaybackSynthesisCallback.java 59 // track whether stop() has been called before start(). In all other cases,
112 // In all other cases, mAudioTrackHandler.stop() will
  /frameworks/base/core/java/android/util/
StateSet.java 69 // We've reached the end of the cases to match against.
125 // We've reached the end of the cases to match against.
  /frameworks/base/docs/html/design/patterns/
confirming-acknowledging.jd 9 <p><strong>Confirming</strong> is asking the user to verify that they truly want to proceed with an action they just invoked. In some cases, the confirmation is presented along with a warning or critical information related to the action that they need to consider.</p>
13 <p><strong>Acknowledging</strong> is displaying text to let the user know that the action they just invoked has been completed. This removes uncertainty about implicit operations that the system is taking. In some cases, the acknowledgment is presented along with an option to undo the action.</p>
  /frameworks/base/docs/html/training/backward-compatible-ui/
older-implementation.jd 38 <p>The most challenging task in using newer UI features in a backward-compatible way is deciding on and implementing an older (fallback) solution for older platform versions. In many cases, it's possible to fulfill the purpose of these newer UI components using older UI framework features. For example:</p>
60 <p>There generally isn't a one-size-fits-all solution for backporting newer UI components to older devices. Be mindful of the user experience: on older devices, users may not be familiar with newer design patterns and UI components. Give some thought as to how the same functionality can be delivered using familiar elements. In many cases this is less of a concern&mdash;if newer UI components are prominent in the application ecosystem (such as the action bar), or where the interaction model is extremely simple and intuitive (such as swipe views using a {@link android.support.v4.view.ViewPager}).</p>
  /frameworks/base/docs/html/training/implementing-navigation/
descendant.jd 41 <p>Descendant navigation is usually implemented using {@link android.content.Intent} objects and {@link android.content.Context#startActivity startActivity()}, or by adding fragments to an activity using {@link android.app.FragmentTransaction} objects. This lesson covers other interesting cases that arise when implementing descendant navigation.</p>
53 <p>There are cases where descending into your application's information hierarchy leads to activities from other applications. For example, when viewing the contact details screen for an entry in the phone address book, a child screen detailing recent posts by the contact on a social network may belong to a social networking application.</p>
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsHelper.java 50 * some cases the data will be written by the call to the appropriate API,
51 * and in some cases the property value needs to be modified before setting.
  /frameworks/base/telephony/java/android/telephony/
CellSignalStrengthGsm.java 111 // signal, its better to show 0 bars to the user in such cases.
149 // signal, its better to show 0 bars to the user in such cases.
  /frameworks/base/tools/aidl/
AST.h 291 vector<string> cases; member in struct:Case
303 vector<Case*> cases; member in struct:SwitchStatement
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
jni_stochastic_linear_ranker.h 63 the kernel function. In most use cases, gain should be set to 1.0. */
67 the kernel function. In most use cases, bias should be set to 0.0. */

Completed in 703 milliseconds

<<21222324252627282930>>