HomeSort by relevance Sort by last modified time
    Searched defs:state (Results 176 - 200 of 5034) sorted by null

1 2 3 4 5 6 78 91011>>

  /developers/build/prebuilts/gradle/WearComplicationProvidersTestSuite/Wearable/src/main/java/com/example/android/wearable/wear/wearcomplicationproviderstestsuite/
ShortTextProviderService.java 46 int state = local
52 switch (state % 4) {
SmallImageProviderService.java 45 int state = local
51 switch (state % 2) {
  /developers/samples/android/media/PictureInPicture/app/src/androidTest/java/com/example/android/pictureinpicture/
MediaSessionPlaybackActivityTest.java 80 // The media session state should be playing.
95 // The media session state should be paused.
100 // The media session state should be playing.
144 private void assertMediaStateIs(@PlaybackStateCompat.State int expectedState) {
145 PlaybackState state = rule.getActivity().getMediaController().getPlaybackState(); local
146 assertNotNull(state);
148 "MediaSession is not in the correct state",
149 state.getState(),
  /developers/samples/android/wearable/wear/WearComplicationProvidersTestSuite/Wearable/src/main/java/com/example/android/wearable/wear/wearcomplicationproviderstestsuite/
IconProviderService.java 46 int state = local
52 switch (state % 3) {
LargeImageProviderService.java 50 int state = local
56 switch (state % 2) {
LongTextProviderService.java 46 int state = local
52 switch (state % 6) {
ShortTextProviderService.java 46 int state = local
52 switch (state % 4) {
SmallImageProviderService.java 45 int state = local
51 switch (state % 2) {
  /device/google/marlin/power/
metadata-defs.h 41 int state; member in struct:video_encode_metadata_t
46 int state; member in struct:video_decode_metadata_t
51 int state; member in struct:cam_preview_metadata_t
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
DLexer.h 39 #define ZZNEWSTATE (newstate = dfa[state][cl])
68 register int state, newstate; local
83 state = newstate = dfa_base[automaton];
90 state = newstate;
97 if ((state != dfa_base[automaton]) && (newstate == DfaStates)){
102 state = newstate;
105 /* Able to transition out of start state to some non err state?*/
106 if ( state == dfa_base[automaton] ){
116 state = dfa_base[automaton];
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
DLexer.cpp 34 #define ZZNEWSTATE (newstate = dfa[state][cl])
63 register int state, newstate; local
78 state = newstate = dfa_base[automaton];
85 state = newstate;
92 if ((state != dfa_base[automaton]) && (newstate == DfaStates)){
97 state = newstate;
100 /* Able to transition out of start state to some non err state?*/
101 if ( state == dfa_base[automaton] ){
111 state = dfa_base[automaton];
    [all...]
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
base64.c 241 int tarindex, state, ch; local
244 state = 0;
258 switch (state) {
265 state = 1;
276 state = 2;
287 state = 3;
296 state = 0;
310 switch (state) {
350 if (state != 0)
  /external/ImageMagick/MagickCore/
timer.h 47 state; member in struct:_TimerInfo
  /external/ImageMagick/MagickWand/
script-token.c 295 % GetScriptToken() a fairly general, finite state token parser. That returns
365 state;
378 state=IN_WHITE;
389 if ( state == IN_COMMENT ) {
391 state=IN_WHITE;
395 if ( state == IN_WHITE )
398 state=IN_COMMENT;
401 switch (state) {
413 switch (state) {
418 state=IN_QUOTE
361 state; local
    [all...]
  /external/blktrace/
strverscmp.c 94 int state; local
101 /* state x d 0 - */
110 /* state x/x x/d x/0 x/- d/x d/d d/0 d/-
129 state = S_N | ((c1 == '0') + (isdigit (c1) != 0));
133 state = next_state[state];
136 state |= (c1 == '0') + (isdigit (c1) != 0);
139 state = result_type[state << 2 | (((c2 == '0') + (isdigit (c2) != 0)))];
141 switch (state)
    [all...]
  /external/brotli/c/fuzz/
decode_fuzzer.cc 24 BrotliDecoderState* state = BrotliDecoderCreateInstance(0, 0, 0); local
40 state, &avail_in, &next_in, &avail_out, &next_out, &total_out);
50 BrotliDecoderDestroyInstance(state);
  /external/clang/examples/analyzer-plugin/
MainCallChecker.cpp 19 const ProgramStateRef state = C.getState(); local
22 const FunctionDecl *FD = state->getSVal(Callee, LC).getAsFunctionDecl();
  /external/clang/lib/StaticAnalyzer/Checkers/
ReturnPointerRangeChecker.cpp 37 ProgramStateRef state = C.getState(); local
43 SVal V = state->getSVal(RetE, C.getLocationContext());
59 = C.getStoreManager().getSizeInElements(state, ER->getSuperRegion(),
62 ProgramStateRef StInBound = state->assumeInBound(Idx, NumElements, true);
63 ProgramStateRef StOutBound = state->assumeInBound(Idx, NumElements, false);
  /external/clang/test/Sema/
parentheses.cpp 119 static int state; member in struct:PR20735::X
151 if (5 & x.state != 0) {}
173 if (5 & X::state != 0) {}
  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/subcomponent/repeat/
ParentComponent.java 23 Object state(); method in interface:ParentComponent
SubcomponentWithRepeatedModule.java 23 Object state(); method in interface:SubcomponentWithRepeatedModule
  /external/expat/xmlwf/
ct.c 39 int state = init; local
49 if (state == inAtom)
53 if (state == inAtom)
55 if (state != inString)
56 state++;
59 if (state > init)
60 --state;
61 else if (state != inString)
67 if (state == inAtom)
69 if (state == init
    [all...]
xmlmime.c 41 int state = init; local
46 if (state == inAtom)
53 if (state == inAtom)
57 if (state == inAtom)
59 if (state != inString)
60 state++;
63 if (state > init)
64 --state;
65 else if (state != inString)
71 if (state == inAtom
    [all...]
  /external/flac/libFLAC/include/protected/
stream_decoder.h 42 FLAC__StreamDecoderState state; member in struct:FLAC__StreamDecoderProtected
  /external/google-breakpad/src/processor/
microdump_processor_unittest.cc 80 ProcessState* state) {
86 return processor.Process(microdump_contents, state);
89 void AnalyzeDump(const string& microdump_file_name, ProcessState* state,
97 ProcessMicrodump(symbols_file, microdump_contents, state);
100 ASSERT_TRUE(state->crashed());
101 ASSERT_EQ(0, state->requesting_thread());
102 ASSERT_EQ(1U, state->threads()->size());
104 ASSERT_EQ(2, state->system_info()->cpu_count);
105 ASSERT_EQ("android", state->system_info()->os_short);
106 ASSERT_EQ("Android", state->system_info()->os)
113 ProcessState state; local
120 ProcessState state; local
127 ProcessState state; local
148 ProcessState state; local
157 ProcessState state; local
175 ProcessState state; local
    [all...]

Completed in 770 milliseconds

1 2 3 4 5 6 78 91011>>