/external/valgrind/main/callgrind/ |
threads.c | 214 CLG_(current_state).cost = es->cost; 218 CLG_(init_exec_state)( &CLG_(current_state) ); 219 CLG_(current_state).sig = sigNum; 232 CLG_ASSERT(CLG_(current_state).sig >0); 235 CLG_(post_signal)( CLG_(current_tid), CLG_(current_state).sig ); 248 CLG_ASSERT(sigNum == CLG_(current_state).sig); 258 if (CLG_(current_state).cxt) { 260 fn_number = CLG_(current_state).cxt->fn[0]->number; 264 CLG_(current_state).cxt->fn[0]->name, *pactive); 281 CLG_ASSERT(CLG_(current_state).cost == es->cost) [all...] |
callstack.c | 142 CLG_(current_state).collect = !CLG_(current_state).collect; 145 CLG_(current_state).collect ? "ON" : "OFF"); 160 CLG_(current_state).collect = !CLG_(current_state).collect; 163 CLG_(current_state).collect ? "ON" : "OFF"); 206 if (CLG_(current_state).nonskipped) { 208 CLG_ASSERT(CLG_(current_state).nonskipped == from); 215 CLG_(current_state).cost ); 245 current_entry->nonskipped = CLG_(current_state).nonskipped [all...] |
bbcc.c | 497 source_bbcc->ecounter_sum = CLG_(current_state).collect ? 1 : 0; 499 else if (CLG_(current_state).collect) 504 CLG_(current_state).cxt = 0; 514 source_bbcc->cxt = CLG_(current_state).cxt; 517 CLG_ASSERT(CLG_(current_state).bbcc); 520 fn_number = CLG_(current_state).bbcc->cxt->fn[0]->number; 528 CLG_(current_state).nonskipped = 0; /* we didn't skip this function */ 530 CLG_(push_cxt)( CLG_(current_state).bbcc->cxt->fn[0] ); 531 CLG_(push_call_stack)(source_bbcc, 0, CLG_(current_state).bbcc, 537 if (CLG_(current_state).sig == 0 [all...] |
context.c | 288 CLG_(current_state).cxt ? 289 CLG_(current_state).cxt->base_number : -1); 294 cs->entry[cs->sp].cxt = CLG_(current_state).cxt; 331 CLG_(current_state).cxt = CLG_(get_cxt)(CLG_(current_fn_stack).top); 335 CLG_(current_state).cxt ? 336 CLG_(current_state).cxt->base_number : -1,
|
main.c | 52 exec_state CLG_(current_state); 111 if (!CLG_(current_state).collect) return; 115 CLG_(current_state).cost[ fullOffset(EG_BUS) ]++; 117 if (CLG_(current_state).nonskipped) 118 cost_Bus = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BUS); 142 if (!CLG_(current_state).collect) return; 146 if (CLG_(current_state).nonskipped) 147 cost_Bc = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BC); 152 CLG_(current_state).cost[ fullOffset_Bc ]++; 155 CLG_(current_state).cost[ fullOffset_Bc+1 ]++ [all...] |
sim.c | 852 CLG_(current_state).collect, loaded->use_base); 854 if (CLG_(current_state).collect && loaded->use_base) { 865 loaded->use_base = (CLG_(current_state).nonskipped) ? 866 CLG_(current_state).nonskipped->skipped : [all...] |
debug.c | 432 bbcc = CLG_(current_state).bbcc; 433 print_mangled_cxt(CLG_(current_state).cxt,
|
command.c | 268 ce->enter_cost, CLG_(current_state).cost );
|
/external/qemu/distrib/sdl-1.2.12/src/events/ |
SDL_events.c | 438 Uint8 current_state; local 442 current_state = SDL_IGNORE; 445 current_state = SDL_ENABLE; 456 return(current_state); 460 current_state = SDL_ProcessEvents[type]; 478 return(current_state);
|
/external/srec/srec/test/SRecTest/src/ |
SRecTest.c | 2943 SENTENCE_CLEANING_STATES current_state; local [all...] |
/external/srec/srec/test/SRecTestAudio/src/ |
SRecTestAudio.c | 2558 SENTENCE_CLEANING_STATES current_state; local [all...] |
/packages/experimental/procstatlog/ |
procstatreport.py | 641 current_state = {} 660 history[time] = dict(current_state) 663 if name in current_state: del current_state[name] 666 current_state[name] = "".join(parts[2:]).strip()
|
/external/pcre/ |
pcre_dfa_exec.c | 607 stateblock *current_state = active_states + i; local 609 int state_offset = current_state->offset; 621 ims = current_state->ims; 629 if (current_state->data > 0) 632 ADD_NEW_DATA(state_offset, current_state->count, 633 current_state->data - 1); 638 current_state->offset = state_offset = -state_offset; 649 active_states[j].count == current_state->count) [all...] |
/external/v8/src/ |
runtime-profiler.cc | 344 void RuntimeProfiler::UpdateStateRatio(SamplerState current_state) { 347 state_window_[state_window_position_] = current_state; 348 state_counts_[current_state]++;
|
runtime-profiler.h | 122 void UpdateStateRatio(SamplerState current_state);
|
isolate.h | 1008 StateTag current_state = thread_local_top_.current_vm_state_; local [all...] |
platform-openbsd.cc | 565 sample.state = VMState::current_state();
|
/external/webkit/Source/WebCore/plugins/gtk/ |
gtk2xtbin.h | 118 struct _XtStateRec *current_state; /* Translation Manager state ptr */ member in struct:_XtTMRec
|
/external/webkit/Tools/android/flex-2.5.4a/ |
FlexLexer.h | 140 yy_state_type yy_try_NUL_trans( yy_state_type current_state );
|
flex.skl | 283 static yy_state_type yy_try_NUL_trans YY_PROTO(( yy_state_type current_state )); 899 * next_state = yy_try_NUL_trans( current_state ); [all...] |
skel.c | 288 "static yy_state_type yy_try_NUL_trans YY_PROTO(( yy_state_type current_state ));", 904 " * next_state = yy_try_NUL_trans( current_state );", [all...] |
/external/chromium/chrome/browser/ui/views/bookmarks/ |
bookmark_bar_view.cc | 441 double current_state = 1 - size_animation_->GetCurrentValue(); local 442 width += 2 * static_cast<int>(kNewtabHorizontalPadding * current_state); 1644 double current_state = 1 - size_animation_->GetCurrentValue(); local [all...] |
/external/chromium/chrome/browser/ui/views/frame/ |
browser_view.cc | 206 // we invert the value - when current_state is at '0', we expect the 208 double current_state = 1 - host_view_->GetAnimationValue(); local 211 current_state; 214 current_state; 218 DetachableToolbarView::CalculateContentArea(current_state, h_padding, [all...] |
/external/bluetooth/bluez/tools/ |
lexer.c | 340 static yy_state_type yy_try_NUL_trans (yy_state_type current_state ); 1122 * next_state = yy_try_NUL_trans( current_state ); [all...] |
/system/core/sh/ |
arith_lex.c | 344 static yy_state_type yy_try_NUL_trans (yy_state_type current_state ); 1210 * next_state = yy_try_NUL_trans( current_state ); [all...] |