Searched defs:state (Results 226 - 250 of 3052) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/tests/
H A DPathOpsOpLoopThreadedTest.cpp15 PathOpsThreadState& state = *data; local
17 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
27 SkPoint midA = { SkIntToScalar(a * state.fA + c * (6 - state.fA)) / 6,
28 SkIntToScalar(b * state.fA + d * (6 - state.fA)) / 6 };
29 SkPoint midB = { SkIntToScalar(a * state.fB + c * (6 - state.fB)) / 6,
30 SkIntToScalar(b * state.fB + d * (6 - state
91 PathOpsThreadState state; local
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dstacktrace_android-inl.h70 stack_crawl_state_t* state = static_cast<stack_crawl_state_t*>(arg); local
83 if (ip != 0 && !state->have_skipped_self) {
84 state->have_skipped_self = true;
88 if (state->skip_count) {
89 --state->skip_count;
93 state->frames[state->frame_count++] = ip;
94 if (state->frame_count >= state->max_depth)
117 stack_crawl_state_t state(
[all...]
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_peeloff.c59 uint32_t state; local
80 state = SCTP_GET_STATE((&stcb->asoc));
81 if ((state == SCTP_STATE_EMPTY) ||
82 (state == SCTP_STATE_INUSE)) {
97 uint32_t state; local
110 state = SCTP_GET_STATE((&stcb->asoc));
111 if ((state == SCTP_STATE_EMPTY) ||
112 (state == SCTP_STATE_INUSE)) {
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Dresample_48khz.c28 WebRtcSpl_State48khzTo16khz* state, int32_t* tmpmem)
34 WebRtcSpl_LPBy2ShortToInt(in, 480, tmpmem + 16, state->S_48_48);
40 // copy state to and from input array
41 memcpy(tmpmem + 8, state->S_48_32, 8 * sizeof(int32_t));
42 memcpy(state->S_48_32, tmpmem + 488, 8 * sizeof(int32_t));
49 WebRtcSpl_DownBy2IntToShort(tmpmem, 320, out, state->S_32_16);
52 // initialize state of 48 -> 16 resampler
53 void WebRtcSpl_ResetResample48khzTo16khz(WebRtcSpl_State48khzTo16khz* state) argument
55 memset(state->S_48_48, 0, 16 * sizeof(int32_t));
56 memset(state
27 WebRtcSpl_Resample48khzTo16khz(const int16_t* in, int16_t* out, WebRtcSpl_State48khzTo16khz* state, int32_t* tmpmem) argument
65 WebRtcSpl_Resample16khzTo48khz(const int16_t* in, int16_t* out, WebRtcSpl_State16khzTo48khz* state, int32_t* tmpmem) argument
91 WebRtcSpl_ResetResample16khzTo48khz(WebRtcSpl_State16khzTo48khz* state) argument
103 WebRtcSpl_Resample48khzTo8khz(const int16_t* in, int16_t* out, WebRtcSpl_State48khzTo8khz* state, int32_t* tmpmem) argument
135 WebRtcSpl_ResetResample48khzTo8khz(WebRtcSpl_State48khzTo8khz* state) argument
148 WebRtcSpl_Resample8khzTo48khz(const int16_t* in, int16_t* out, WebRtcSpl_State8khzTo48khz* state, int32_t* tmpmem) argument
180 WebRtcSpl_ResetResample8khzTo48khz(WebRtcSpl_State8khzTo48khz* state) argument
[all...]
H A Dresample_by_2_internal.c29 // state: filter state array; length = 8
32 int32_t *state)
43 diff = tmp0 - state[1];
46 tmp1 = state[0] + diff * kResampleAllpass[1][0];
47 state[0] = tmp0;
48 diff = tmp1 - state[2];
53 tmp0 = state[1] + diff * kResampleAllpass[1][1];
54 state[1] = tmp1;
55 diff = tmp0 - state[
31 WebRtcSpl_DownBy2IntToShort(int32_t *in, int32_t len, int16_t *out, int32_t *state) argument
124 WebRtcSpl_DownBy2ShortToInt(const int16_t *in, int32_t len, int32_t *out, int32_t *state) argument
200 WebRtcSpl_UpBy2ShortToInt(const int16_t *in, int32_t len, int32_t *out, int32_t *state) argument
270 WebRtcSpl_UpBy2IntToInt(const int32_t *in, int32_t len, int32_t *out, int32_t *state) argument
340 WebRtcSpl_UpBy2IntToShort(const int32_t *in, int32_t len, int16_t *out, int32_t *state) argument
419 WebRtcSpl_LPBy2ShortToInt(const int16_t* in, int32_t len, int32_t* out, int32_t* state) argument
552 WebRtcSpl_LPBy2IntToInt(const int32_t* in, int32_t len, int32_t* out, int32_t* state) argument
[all...]
/external/chromium_org/ui/accessibility/
H A Dax_node_data.h48 uint32 state; member in struct:ui::AXNodeData
H A Dax_view_state.h30 void AddStateFlag(ui::AXState state);
31 bool HasStateFlag(ui::AXState state) const;
33 // The view's state, a bitmask containing fields such as checked
34 // (for a checkbox) and protected (for a password text box). This "state"
36 uint32 state() { return state_; } function in struct:ui::AXViewState
/external/chromium_org/ui/app_list/views/
H A Dfolder_background_view.cc33 void FolderBackgroundView::UpdateFolderContainerBubble(ShowState state) { argument
34 if (show_state_ == state ||
35 (state == HIDE_BUBBLE && show_state_ == NO_BUBBLE)) {
39 show_state_ = state;
41 // Set the initial state before the animation starts.
/external/chromium_org/ui/native_theme/
H A Dnative_theme_aurawin.cc59 State state,
64 NativeThemeWin::instance()->Paint(canvas, part, state, rect, extra);
68 NativeThemeAura::Paint(canvas, part, state, rect, extra);
72 State state,
74 gfx::Size part_size = CommonThemeGetPartSize(part, state, extra);
81 return NativeThemeWin::instance()->GetPartSize(part, state, extra);
83 return NativeThemeAura::GetPartSize(part, state, extra);
57 Paint(SkCanvas* canvas, Part part, State state, const gfx::Rect& rect, const ExtraParams& extra) const argument
71 GetPartSize(Part part, State state, const ExtraParams& extra) const argument
/external/chromium_org/ui/ozone/platform/dri/
H A Dcrtc_state.h16 // Represents the state of a CRTC.
30 void set_is_disabled(bool state) { is_disabled_ = state; } argument
40 // Store the state of the CRTC before we took over. Used to restore the CRTC
44 // Keeps track of the CRTC state. If a surface has been bound, then the value
/external/chromium_org/ui/views/controls/
H A Dseparator.cc37 void Separator::GetAccessibleState(ui::AXViewState* state) { argument
38 state->role = ui::AX_ROLE_SPLITTER;
/external/chromium_org/v8/src/
H A Dhydrogen-escape-analysis.h36 HCapturedObject* NewStateCopy(HInstruction* prev, HCapturedObject* state);
40 HValue* NewMapCheckAndInsert(HCapturedObject* state, HCheckMaps* mapcheck);
48 void SetStateAt(HBasicBlock* block, HCapturedObject* state) { argument
49 block_states_.Set(block->block_id(), state);
62 // Map of block IDs to the data-flow state at block entry during the
H A Dvm-state-inl.h8 #include "src/vm-state.h"
20 inline const char* StateToString(StateTag state) { argument
21 switch (state) {
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-stepin-function-call.js33 var state = 0; variable
41 if (state == 0) {
44 state = 2;
45 } else if (state == 2) {
49 state = 3;
160 state = 0;
163 assertEquals(3, state);
167 state = 0;
172 assertEquals(3, state);
/external/clang/examples/analyzer-plugin/
H A DMainCallChecker.cpp19 const ProgramStateRef state = C.getState(); local
22 const FunctionDecl *FD = state->getSVal(Callee, LC).getAsFunctionDecl();
/external/clang/lib/StaticAnalyzer/Checkers/
H A DObjCAtSyncChecker.cpp41 ProgramStateRef state = C.getState(); local
42 SVal V = state->getSVal(Ex, C.getLocationContext());
63 std::tie(notNullState, nullState) = state->assume(V.castAs<DefinedSVal>());
H A DReturnPointerRangeChecker.cpp37 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);
H A DUndefResultChecker.cpp40 ProgramStateRef state = C.getState(); local
42 if (state->getSVal(B, LCtx).isUndef()) {
66 if (state->getSVal(B->getLHS(), LCtx).isUndef()) {
70 else if (state->getSVal(B->getRHS(), LCtx).isUndef()) {
H A DUndefinedAssignmentChecker.cpp65 ProgramStateRef state = C.getState(); local
66 if (state->getSVal(B->getLHS(), C.getLocationContext()).isUndef()) {
/external/cmockery/cmockery_0_1_2/src/example/
H A Dcustomer_database_test.c40 void test_connect_to_customer_database(void **state) { argument
47 void fail_connect_to_customer_database(void **state) { argument
52 void test_get_customer_id_by_name(void **state) { argument
H A Dproduct_database_test.c34 void test_connect_to_product_database(void **state) { argument
43 void test_connect_to_product_database_bad_url(void **state) { argument
53 void test_connect_to_product_database_missing_parameter(void **state) { argument
/external/deqp/framework/randomshaders/
H A DrsgExpressionGenerator.cpp29 ExpressionGenerator::ExpressionGenerator (GeneratorState& state) argument
30 : m_state(state)
H A DrsgFunctionGenerator.cpp32 FunctionGenerator::FunctionGenerator (GeneratorState& state, Function& function) argument
33 : m_state (state)
/external/dhcpcd/
H A Dbind.c124 struct if_state *state = iface->state; local
125 struct if_options *ifo = state->options;
126 struct dhcp_lease *lease = &state->lease;
131 state->reason = NULL;
135 state->xid = 0;
136 free(state->old);
137 state->old = state->new;
138 state
[all...]
/external/guava/guava/src/com/google/common/util/concurrent/
H A DForwardingService.java41 @Override public State state() { method in class:ForwardingService
42 return delegate().state();

Completed in 5349 milliseconds

1234567891011>>