HomeSort by relevance Sort by last modified time
    Searched refs:state (Results 401 - 425 of 8770) sorted by null

<<11121314151617181920>>

  /external/clang/lib/StaticAnalyzer/Checkers/
PthreadLockChecker.cpp 45 // GDM Entry for tracking lock state.
51 ProgramStateRef state = C.getState(); local
63 AcquireLock(C, CE, state->getSVal(CE->getArg(0), LCtx),
68 AcquireLock(C, CE, state->getSVal(CE->getArg(0), LCtx),
73 AcquireLock(C, CE, state->getSVal(CE->getArg(0), LCtx),
78 AcquireLock(C, CE, state->getSVal(CE->getArg(0), LCtx),
84 ReleaseLock(C, CE, state->getSVal(CE->getArg(0), LCtx));
95 ProgramStateRef state = C.getState();
97 SVal X = state->getSVal(CE, C.getLocationContext());
103 if (state->contains<LockSet>(lockR))
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
iter_fold_if_impl.hpp 15 template< typename Iterator, typename State >
18 typedef State state; typedef in struct:boost::mpl::aux::iter_fold_if_null_step
27 , typename State
33 typedef typename apply2< StateOp,State,Iterator >::type state; typedef in struct:boost::mpl::aux::iter_fold_if_step_impl::result_
43 , typename State
49 typedef State state; typedef in struct:boost::mpl::aux::iter_fold_if_step_impl::result_
56 , typename State
67 typedef typename impl_::state state; typedef in struct:boost::mpl::aux::iter_fold_if_forward_step
84 typedef typename impl_::state state; typedef in struct:boost::mpl::aux::iter_fold_if_backward_step
129 typedef typename backward_step0::state state; typedef in struct:boost::mpl::aux::iter_fold_if_impl
    [all...]
  /system/core/libcorkscrew/arch-arm/
backtrace-arm.c 41 * state and running cleanup functions. Unwinding is performed virtually on
79 /* Unwind state. */
239 static void set_reg(unwind_state_t* state, uint32_t reg, uint32_t value) {
241 state->gregs[reg] = value;
244 static bool try_pop_registers(const memory_t* memory, unwind_state_t* state, uint32_t mask) {
245 uint32_t sp = state->gregs[R_SP];
256 set_reg(state, i, value);
261 set_reg(state, R_SP, sp);
276 * virtual register state (including the stack pointer) such that
280 unwind_state_t* state, byte_stream_t* stream, int pr_index)
560 unwind_state_t state; local
592 unwind_state_t state; local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/system_private/
system_private_api.cc 37 const char kStateKey[] = "state";
76 std::string state; local
89 state = kNotAvailableState;
92 state = kNotAvailableState;
95 state = kNotAvailableState;
98 state = kUpdatingState;
101 state = kUpdatingState;
105 state = kUpdatingState;
109 state = kUpdatingState;
113 state = kNeedRestartState
    [all...]
  /external/jpeg/
jdhuff.h 83 typedef struct { /* Bitreading state saved across MCUs */
88 typedef struct { /* Bitreading working state within an MCU */
126 * but the state struct might not be (jpeg_huff_decode needs this).
127 * CHECK_BIT_BUFFER(state,n,action);
139 #define CHECK_BIT_BUFFER(state,nbits,action) \
141 if (! jpeg_fill_bit_buffer(&(state),get_buffer,bits_left,nbits)) \
143 get_buffer = (state).get_buffer; bits_left = (state).bits_left; } }
156 JPP((bitread_working_state * state, register bit_buf_type get_buffer,
177 #define HUFF_DECODE(result,state,htbl,failaction,slowlabel)
    [all...]
  /external/qemu/distrib/jpeg-6b/
jdhuff.h 83 typedef struct { /* Bitreading state saved across MCUs */
88 typedef struct { /* Bitreading working state within an MCU */
126 * but the state struct might not be (jpeg_huff_decode needs this).
127 * CHECK_BIT_BUFFER(state,n,action);
139 #define CHECK_BIT_BUFFER(state,nbits,action) \
141 if (! jpeg_fill_bit_buffer(&(state),get_buffer,bits_left,nbits)) \
143 get_buffer = (state).get_buffer; bits_left = (state).bits_left; } }
156 JPP((bitread_working_state * state, register bit_buf_type get_buffer,
177 #define HUFF_DECODE(result,state,htbl,failaction,slowlabel)
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
cl_ltp.cpp 127 state = Pointer to a pointer to a clLtpState structure
130 state points to the newly created clLtpState structure.
144 Allocates state memory and initializes state memory
159 int cl_ltp_init (clLtpState **state)
163 if (state == (clLtpState **) NULL){
167 *state = NULL;
171 fprintf(stderr, "cl_ltp_init: can not malloc state structure\n");
175 // init the sub state
183 *state = s
    [all...]
  /frameworks/native/cmds/ip-up-vpn/
ip-up-vpn.c 68 FILE *state = fopen(DIR ".tmp", "wb"); local
69 if (!state) {
70 ALOGE("Cannot create state: %s", strerror(errno));
76 fprintf(state, "%s\n", argv[1]);
77 fprintf(state, "%s/32\n", argv[4]);
78 fprintf(state, "0.0.0.0/0\n");
79 fprintf(state, "%s %s\n", env("DNS1"), env("DNS2"));
80 fprintf(state, "\n");
137 fprintf(state, "%s\n", interface);
138 fprintf(state, "%s/%s\n", address, env("INTERNAL_CIDR4"))
    [all...]
  /frameworks/rs/driver/
rsdFrameBuffer.cpp 36 if (fb->mHal.state.depthTarget != NULL) {
37 depth = (DrvAllocation *)fb->mHal.state.depthTarget->mHal.drv;
40 rsdAllocationSyncAll(rsc, fb->mHal.state.depthTarget,
50 for (uint32_t i = 0; i < fb->mHal.state.colorTargetsCount; i ++) {
52 if (fb->mHal.state.colorTargets[i] != NULL) {
53 color = (DrvAllocation *)fb->mHal.state.colorTargets[i]->mHal.drv;
56 rsdAllocationSyncAll(rsc, fb->mHal.state.colorTargets[i],
82 if (fb->mHal.state.colorTargets[0]) {
83 fbo->setDimensions(fb->mHal.state.colorTargets[0]->getType()->getDimX(),
84 fb->mHal.state.colorTargets[0]->getType()->getDimY())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleBuilderConverter.cpp 37 String StyleBuilderConverter::convertFragmentIdentifier(StyleResolverState& state, CSSValue* value)
41 return SVGURIReference::fragmentIdentifierFromIRIString(primitiveValue->getStringValue(), state.document());
45 Length StyleBuilderConverter::convertLength(StyleResolverState& state, CSSValue* value)
48 Length result = primitiveValue->convertToLength<FixedConversion | PercentConversion>(state.cssToLengthConversionData());
54 Length StyleBuilderConverter::convertLengthOrAuto(StyleResolverState& state, CSSValue* value)
57 Length result = primitiveValue->convertToLength<FixedConversion | PercentConversion | AutoConversion>(state.cssToLengthConversionData());
63 Length StyleBuilderConverter::convertLengthSizing(StyleResolverState& state, CSSValue* value)
68 return convertLength(state, value);
89 Length StyleBuilderConverter::convertLengthMaxSizing(StyleResolverState& state, CSSValue* value)
94 return convertLengthSizing(state, value)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
model.js 32 model.state = {};
33 model.state.failureAnalysisByTest = {};
34 model.state.rebaselineQueue = [];
35 model.state.expectationsUpdateQueue = [];
59 var commitDataList = model.state.recentCommits;
78 model.state.rebaselineQueue.push(failureInfo);
83 var queue = model.state.rebaselineQueue;
84 model.state.rebaselineQueue = [];
90 model.state.expectationsUpdateQueue.push(failureInfo);
95 var queue = model.state.expectationsUpdateQueue
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
builtin_variables.cpp 121 /* Mesa-internal ATI_envmap_bumpmap state. */
507 struct _mesa_glsl_parse_state *state)
509 glsl_symbol_table *const symtab = state->symbols;
512 state->Const.MaxVertexAttribs);
514 state->Const.MaxVertexUniformComponents);
516 state->Const.MaxVaryingFloats / 4);
518 state->Const.MaxVertexTextureImageUnits);
520 state->Const.MaxCombinedTextureImageUnits);
522 state->Const.MaxTextureImageUnits);
524 state->Const.MaxFragmentUniformComponents)
    [all...]
  /external/elfutils/libelf/
elf_begin.c 85 elf->state.ar.offset = offset + SARMAG;
87 elf->state.ar.elf_ar_hdr.ar_rawname = elf->state.ar.raw_name;
295 elf->state.elf.scnincr = 10;
307 elf->state.elf32.scns.cnt = elf->state.elf32.scns.max = scncnt;
319 elf->state.elf32.ehdr = ehdr;
320 elf->state.elf32.shdr
325 elf->state.elf32.phdr
330 elf->state.elf32.scns.data[cnt].index = cnt
    [all...]
elf32_newphdr.c 93 if (unlikely (elf->state.ELFW(elf,LIBELFBITS).ehdr == NULL))
104 if (elf->state.ELFW(elf,LIBELFBITS).phdr != NULL)
106 if (elf->state.ELFW(elf,LIBELFBITS).phdr_flags & ELF_F_MALLOCED)
107 free (elf->state.ELFW(elf,LIBELFBITS).phdr);
110 elf->state.ELFW(elf,LIBELFBITS).phdr = NULL;
112 elf->state.ELFW(elf,LIBELFBITS).ehdr->e_phnum = 0;
114 elf->state.ELFW(elf,LIBELFBITS).ehdr->e_phentsize =
117 elf->state.ELFW(elf,LIBELFBITS).phdr_flags |= ELF_F_DIRTY;
124 else if (elf->state.ELFW(elf,LIBELFBITS).ehdr->e_phnum != count
125 || elf->state.ELFW(elf,LIBELFBITS).phdr == NULL
    [all...]
  /external/mesa3d/src/glsl/
builtin_variables.cpp 121 /* Mesa-internal ATI_envmap_bumpmap state. */
507 struct _mesa_glsl_parse_state *state)
509 glsl_symbol_table *const symtab = state->symbols;
512 state->Const.MaxVertexAttribs);
514 state->Const.MaxVertexUniformComponents);
516 state->Const.MaxVaryingFloats / 4);
518 state->Const.MaxVertexTextureImageUnits);
520 state->Const.MaxCombinedTextureImageUnits);
522 state->Const.MaxTextureImageUnits);
524 state->Const.MaxFragmentUniformComponents)
    [all...]
  /system/core/libpixelflinger/
pixelflinger.cpp 106 ggl_set_surface(c, &c->state.texture[tmu].surface, surface);
112 if (surface->format != c->state.buffers.color.format)
115 if (surface->width > c->state.buffers.coverageBufferSize) {
117 free(c->state.buffers.coverage);
118 c->state.buffers.coverage = (int16_t*)malloc(surface->width * 2);
119 c->state.buffers.coverageBufferSize =
120 c->state.buffers.coverage ? surface->width : 0;
122 ggl_set_surface(c, &(c->state.buffers.color), surface);
123 if (c->state.buffers.read.format == 0) {
124 ggl_set_surface(c, &(c->state.buffers.read), surface)
    [all...]
  /external/chromium_org/v8/src/
sampler.cc 72 #include "vm-state-inl.h"
224 inline void FillRegisters(RegisterState* state) {
225 state->pc = reinterpret_cast<Address>(simulator_->get_pc());
226 state->sp = reinterpret_cast<Address>(simulator_->get_register(
229 state->fp = reinterpret_cast<Address>(simulator_->get_register(
232 state->fp = reinterpret_cast<Address>(simulator_->get_register(
282 // Protects the process wide state below.
318 RegisterState state;
323 helper.FillRegisters(&state);
332 state.pc = reinterpret_cast<Address>(mcontext.gregs[REG_EIP])
665 RegisterState state; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_state.c 35 #include "main/state.h"
97 GLuint dw = i915->state.Ctx[reg]; \
100 dirty |= dw != i915->state.Ctx[reg]; \
101 i915->state.Ctx[reg] = dw; \
104 /* Set front state. */
127 /* Set back state if different from front. */
187 dw = i915->state.Ctx[I915_CTXREG_LIS6];
191 if (dw != i915->state.Ctx[I915_CTXREG_LIS6]) {
192 i915->state.Ctx[I915_CTXREG_LIS6] = dw;
209 dw0 = i915->state.Ctx[I915_CTXREG_LIS5]
    [all...]
i915_vtbl.c 72 GLuint st1 = i915->state.Stipple[I915_STPREG_ST1];
90 if (st1 != i915->state.Stipple[I915_STPREG_ST1]) {
94 i915->state.Stipple[I915_STPREG_ST1] = st1;
106 int lis2 = i915->state.Ctx[I915_CTXREG_LIS2];
107 int lis4 = i915->state.Ctx[I915_CTXREG_LIS4];
218 OUT_BATCH(_3DSTATE_LOAD_INDIRECT | 0); /* disable indirect state */
225 #define emit(intel, state, size ) \
226 intel_batchbuffer_data(intel, state, size, false)
229 get_dirty(struct i915_hw_state *state)
233 /* Workaround the multitex hang - if one texture unit state i
293 struct i915_hw_state *state = &i915->state; local
587 struct i915_hw_state *state = &i915->state; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_state.c 35 #include "main/state.h"
97 GLuint dw = i915->state.Ctx[reg]; \
100 dirty |= dw != i915->state.Ctx[reg]; \
101 i915->state.Ctx[reg] = dw; \
104 /* Set front state. */
127 /* Set back state if different from front. */
187 dw = i915->state.Ctx[I915_CTXREG_LIS6];
191 if (dw != i915->state.Ctx[I915_CTXREG_LIS6]) {
192 i915->state.Ctx[I915_CTXREG_LIS6] = dw;
209 dw0 = i915->state.Ctx[I915_CTXREG_LIS5]
    [all...]
i915_vtbl.c 72 GLuint st1 = i915->state.Stipple[I915_STPREG_ST1];
90 if (st1 != i915->state.Stipple[I915_STPREG_ST1]) {
94 i915->state.Stipple[I915_STPREG_ST1] = st1;
106 int lis2 = i915->state.Ctx[I915_CTXREG_LIS2];
107 int lis4 = i915->state.Ctx[I915_CTXREG_LIS4];
218 OUT_BATCH(_3DSTATE_LOAD_INDIRECT | 0); /* disable indirect state */
225 #define emit(intel, state, size ) \
226 intel_batchbuffer_data(intel, state, size, false)
229 get_dirty(struct i915_hw_state *state)
233 /* Workaround the multitex hang - if one texture unit state i
293 struct i915_hw_state *state = &i915->state; local
587 struct i915_hw_state *state = &i915->state; local
    [all...]
  /dalvik/vm/jdwp/
Jdwp.h 121 void dvmJdwpShutdown(JdwpState* state);
126 bool dvmJdwpIsActive(JdwpState* state);
132 pthread_t dvmJdwpGetDebugThread(JdwpState* state);
137 s8 dvmJdwpLastDebuggerActivity(JdwpState* state);
158 //ObjectId dvmJdwpGetWaitForEventThread(JdwpState* state);
159 void dvmJdwpSetWaitForEventThread(JdwpState* state, ObjectId threadId);
160 void dvmJdwpClearWaitForEventThread(JdwpState* state);
165 bool dvmJdwpCheckConnection(JdwpState* state);
166 bool dvmJdwpAcceptConnection(JdwpState* state);
167 bool dvmJdwpEstablishConnection(JdwpState* state);
    [all...]
  /external/chromium_org/base/memory/
discardable_memory_mac.cc 39 int state = VM_PURGABLE_NONVOLATILE; variable
44 &state);
48 return state & VM_PURGABLE_EMPTY ? DISCARDABLE_MEMORY_PURGED
53 int state = VM_PURGABLE_VOLATILE | VM_VOLATILE_GROUP_DEFAULT; variable
58 &state);
107 int state = 0; local
108 vm_purgable_control(mach_task_self(), 0, VM_PURGABLE_PURGE_ALL, &state); local
  /external/chromium_org/media/video/capture/
video_capture_proxy.h 24 // state from the "main thread" is fundamentally racy. Instead this class keeps
25 // track of the state every time it is called by the VideoCapture (on the VC
42 // Retrieves the state of the VideoCapture. Must be called on main thread.
43 const VideoCaptureState& state() const { return state_; } function in class:media::VideoCaptureHandlerProxy
58 const VideoCaptureState& state);
61 const VideoCaptureState& state);
64 const VideoCaptureState& state);
67 const VideoCaptureState& state,
71 const VideoCaptureState& state);
73 const VideoCaptureState& state,
    [all...]
  /external/chromium_org/sync/engine/
backoff_delay_provider.cc 63 const sessions::ModelNeutralState& state) const {
82 if (state.commit_result == NETWORK_CONNECTION_UNAVAILABLE ||
83 state.last_download_updates_result == NETWORK_CONNECTION_UNAVAILABLE) {
87 if (SyncerErrorIsError(state.last_get_key_result))
95 if (state.last_download_updates_result == SERVER_RETURN_MIGRATION_DONE ||
96 state.commit_result == SERVER_RETURN_MIGRATION_DONE) {
108 if (state.commit_result == SERVER_RETURN_CONFLICT) {

Completed in 3454 milliseconds

<<11121314151617181920>>