/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
MediaPlayerStopStateUnitTest.java | 24 * Unit test class to test the set of valid and invalid states that 31 * 1. It is valid to call stop() in the following states: 33 * 2. It is invalid to call stop() in the following states: 39 // Valid states. 48 // Invalid states.
|
MediaRecorderPrepareStateUnitTest.java | 26 * Unit test class to test the set of valid and invalid states that 33 * 1. It is valid to call prepare() in the following states: 35 * 2. It is invalid to call prepare() in the following states: 41 // Valid states. 44 // Invalid states.
|
MediaRecorderResetStateUnitTest.java | 25 * Unit test class to test the set of valid and invalid states that 32 * 1. It is valid to call reset() in the following states: 34 * 2. It is invalid to call reset() in the following states: 40 // Valid states. 50 // Invalid states.
|
MediaRecorderSetAudioEncoderStateUnitTest.java | 25 * Unit test class to test the set of valid and invalid states that 32 * 1. It is valid to call setAudioEncoder() in the following states: 34 * 2. It is invalid to call setAudioEncoder() in the following states: 40 // Valid states. 43 // Invalid states.
|
MediaRecorderSetAudioSourceStateUnitTest.java | 25 * Unit test class to test the set of valid and invalid states that 32 * 1. It is valid to call setAudioSource() in the following states: 34 * 2. It is invalid to call setAudioSource() in the following states: 40 // Valid states. 46 // Invalid states.
|
MediaRecorderSetOutputFormatStateUnitTest.java | 25 * Unit test class to test the set of valid and invalid states that 32 * 1. It is valid to call setOutputFormat() in the following states: 34 * 2. It is invalid to call setOutputFormat() in the following states: 40 // Valid states. 43 // Invalid states.
|
MediaRecorderStartStateUnitTest.java | 25 * Unit test class to test the set of valid and invalid states that 32 * 1. It is valid to call start() in the following states: 34 * 2. It is invalid to call start() in the following states: 40 // Valid states. 43 // Invalid states.
|
MediaRecorderSetOutputFileStateUnitTest.java | 25 * Unit test class to test the set of valid and invalid states that 31 * 1. It is valid to call setOutputFile() in the following states: 33 * 2. It is invalid to call setOutputFile() in the following states: 39 // Valid states.
|
MediaRecorderStopStateUnitTest.java | 26 * Unit test class to test the set of valid and invalid states that 35 * 1. It is valid to call stop() in the following states: 37 * 2. It is invalid to call stop() in the following states: 43 // Valid states. 46 // Invalid states.
|
/external/icu4c/common/ |
unorm_it.c | 38 * chars and states either use the static buffers 41 * They are parallel arrays with states[] holding the getState() values 45 uint32_t *states; member in struct:UNormIterator 50 * api.limit: one past the last valid character in chars[], but states[limit] is valid 94 uint32_t *states; local 98 states=(uint32_t *)uprv_malloc((capacity+1)*4+capacity*2); 99 if(states==NULL) { 103 chars=(UChar *)(states+(capacity+1)); 114 uprv_memcpy(states+delta+start, uni->states+start, (limit-start+1)*4) [all...] |
/external/chromium/chrome/browser/ui/cocoa/ |
status_bubble_mac_unittest.mm | 56 - (std::vector<StatusBubbleMac::StatusBubbleState>*)states { 130 std::vector<StatusBubbleMac::StatusBubbleState>* States() { 131 return [delegate_ states]; 134 return (*States())[index]; 212 // Test that the status bubble goes through the correct delay and fade states. 221 States()->clear(); 222 EXPECT_TRUE(States()->empty()); 227 EXPECT_TRUE(States()->empty()); // no change from initial kBubbleHidden state 234 // Check GetState before checking States to make sure that all state 235 // transitions have been flushed to States [all...] |
profile_menu_button.h | 20 // Cache the various button states when creating |cachedTabImage_|. If 21 // any of these states change then the cached image is invalidated.
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/dot/ |
dot.stg | 33 dfa(decisionRanks,states,edges,rankdir,startState,useBox) ::= << 37 <states; separator="\n"> 42 nfa(decisionRanks,states,edges,rankdir,startState) ::= << 46 <states; separator="\n"> 51 decision_rank(states) ::= << 52 {rank=same; rankdir=TB; <states; separator="; ">}
|
/external/bison/src/ |
state.h | 33 A core represents one state. States are numbered in the NUMBER 35 state 0 and NSTATES is the number of states. (FIXME: This sentence 51 lookahead token alone). When the states are generated, these 56 contains a vector of numbers of the states that transitions can go 57 to. The accessing_symbol fields of those states' cores say what 68 states should explicitly be errors (for implementing %nonassoc). 91 | Numbering states. | 114 state *states[1]; member in struct:__anon2352 119 TRANSITIONS->states[Num]? Can be a token (amongst which the error 123 (Transitions->states[Num]->accessing_symbol [all...] |
/external/chromium/chrome/browser/autofill/ |
autofill_country_unittest.cc | 16 EXPECT_EQ(ASCIIToUTF16("United States"), united_states_en.name()); 49 EXPECT_EQ("US", AutofillCountry::GetCountryCode(ASCIIToUTF16("United States"), 55 EXPECT_EQ("US", AutofillCountry::GetCountryCode(ASCIIToUTF16("united states"), 67 ASCIIToUTF16("United States of America"), "en_US")); 81 EXPECT_EQ("US", AutofillCountry::GetCountryCode(ASCIIToUTF16("United States"), 83 EXPECT_EQ("US", AutofillCountry::GetCountryCode(ASCIIToUTF16("united states"),
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_SetModState.3 | 11 The inverse of \fI\fBSDL_GetModState\fP\fR, \fBSDL_SetModState\fP allows you to impose modifier key states on your application\&. 13 Simply pass your desired modifier states into \fBmodstate\fR\&. This value my be a logical OR\&'d combination of the following:
|
/external/bison/lib/ |
memchr.valgrind | 2 # POSIX states that when the character is found, memchr must not read extra
|
/external/chromium/chrome/browser/chromeos/login/ |
auth_attempt_state_resolver.h | 16 // set of discrete states.
|
/external/chromium/chrome/browser/extensions/ |
extension_idle_api_constants.h | 18 // States
|
/external/jmonkeyengine/engine/src/core/com/jme3/app/state/ |
package.html | 11 {@link com.jme3.app.state.AppState app states},
|
/external/oprofile/events/i386/ppro/ |
unit_masks | 10 0x0f All cache states
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
memchr.valgrind | 2 # POSIX states that when the character is found, memchr must not read extra
|
/packages/apps/Launcher2/res/drawable/ |
tab_widget_indicator_selector.xml | 18 <!-- Non focused states --> 21 <!-- Focused states --> 26 <!-- Non focused states --> 30 <!-- Focused states -->
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
StateListDrawableTest.java | 24 int[] states = {R.attr.state_pressed}; local 25 stateListDrawable.addState(states, drawable); 28 Drawable drawableForState = shadow.getDrawableForState(states);
|
/external/webkit/Source/WebCore/platform/chromium/ |
ThemeChromiumMac.mm | 250 static void updateStates(NSCell* cell, ControlStates states) 256 bool pressed = states & PressedState; 262 bool enabled = states & EnabledState; 268 bool focused = states & FocusState; 274 bool indeterminate = (states & IndeterminateState); 275 bool checked = states & CheckedState; 282 bool windowInactive = (states & WindowInactiveState); 289 static ThemeDrawState convertControlStatesToThemeDrawState(ThemeButtonKind kind, ControlStates states) 291 if (states & ReadOnlyState) 293 if (!(states & EnabledState) [all...] |