HomeSort by relevance Sort by last modified time
    Searched refs:state (Results 476 - 500 of 11024) sorted by null

<<11121314151617181920>>

  /system/update_engine/update_manager/
fake_update_manager.h 39 FakeState* state() { function in class:chromeos_update_manager::FakeUpdateManager
40 return reinterpret_cast<FakeState*>(UpdateManager::state());
official_build_check_policy_impl.cc 24 State* state,
28 ec->GetValue(state->system_provider()->var_is_official_build());
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
blx-local-thumb.l 2 [^;]*:6: Warning: blx to Thumb func 'foo' from Thumb ISA state changed to b
blx-local.l 2 [^;]*:9: Warning: blx to 'foo2' an ARM ISA state function changed to bl
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_state.c 35 #include "main/state.h"
64 i830->state.Ctx[I830_CTXREG_STATE4] &= ~MODE4_ENABLE_STENCIL_TEST_MASK;
65 i830->state.Ctx[I830_CTXREG_STATE4] |= (ENABLE_STENCIL_TEST_MASK |
67 i830->state.Ctx[I830_CTXREG_STENCILTST] &= ~(STENCIL_REF_VALUE_MASK |
69 i830->state.Ctx[I830_CTXREG_STENCILTST] |= (ENABLE_STENCIL_REF_VALUE |
85 i830->state.Ctx[I830_CTXREG_STATE4] &= ~MODE4_ENABLE_STENCIL_WRITE_MASK;
86 i830->state.Ctx[I830_CTXREG_STATE4] |= (ENABLE_STENCIL_WRITE_MASK |
193 i830->state.Ctx[I830_CTXREG_STENCILTST] &= ~(STENCIL_OPS_MASK);
194 i830->state.Ctx[I830_CTXREG_STENCILTST] |= (ENABLE_STENCIL_PARMS |
214 i830->state.Ctx[I830_CTXREG_STATE2] &= ~ALPHA_TEST_REF_MASK
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
NewHdfParser.java 95 * State information that we pass through the parse methods. Allows parser to be reentrant as all
96 * the state is passed through method calls.
198 private void parse(ParseState state) throws IOException {
199 while ((state.line = state.lineReader.readLine()) != null) {
200 String seq = stripWhitespace(state.line);
202 parseCommand(seq, state);
204 reportError(state, "End of line was prematurely reached. Parse error.");
211 private void parseCommand(String seq, ParseState state) throws IOException, OutOfCharsException {
221 parseInclude(seq, start, state);
247 handleInclude(seq.substring(start, end), state); local
    [all...]
  /device/generic/goldfish/lights/
lights_qemu.c 54 /* Get brightness(0~255) from state. */
56 rgb_to_brightness( struct light_state_t const* state )
58 int color = state->color & 0x00ffffff;
65 set_light_backlight( struct light_device_t* dev, struct light_state_t const* state )
77 state->flashOnMS,
78 state->flashOffMS,
79 state->flashMode,
80 state->brightnessMode,
81 state->color );
83 int brightness = rgb_to_brightness( state );
    [all...]
  /external/apache-http/src/org/apache/http/impl/auth/
NTLMScheme.java 53 enum State {
64 private State state; field in class:NTLMScheme
73 this.state = State.UNINITIATED;
100 if (this.state == State.UNINITIATED) {
101 this.state = State.CHALLENGE_RECEIVED;
103 this.state = State.FAILED
    [all...]
  /external/boringssl/src/crypto/poly1305/
poly1305_test.cc 32 poly1305_state state; local
33 CRYPTO_poly1305_init(&state, key.data());
43 CRYPTO_poly1305_update(&state, in.data(), todo);
51 CRYPTO_poly1305_update(&state, in.data() + done, 128 + excess);
58 CRYPTO_poly1305_update(&state, in.data() + done, excess);
63 CRYPTO_poly1305_update(&state, in.data() + done, in.size() - done);
67 CRYPTO_poly1305_finish(&state, out);
81 poly1305_state state;
82 CRYPTO_poly1305_init(&state, key.data());
83 CRYPTO_poly1305_update(&state, in.data(), in.size())
    [all...]
  /external/libxkbcommon/xkbcommon/xkbcommon/
xkbcommon-compat.h 61 #define xkb_key_mod_index_is_consumed(state, key, mod) \
62 xkb_state_mod_index_is_consumed(state, key, mod)
63 #define xkb_key_mod_mask_remove_consumed(state, key, modmask) \
64 xkb_state_mod_mask_remove_consumed(state, key, modmask)
81 #define xkb_key_get_syms(state, key, syms_out) \
82 xkb_state_key_get_syms(state, key, syms_out)
84 #define xkb_state_group_name_is_active(state, name, type) \
85 xkb_state_layout_name_is_active(state, name, type)
86 #define xkb_state_group_index_is_active(state, idx, type) \
87 xkb_state_layout_index_is_active(state, idx, type
    [all...]
  /external/webrtc/webrtc/api/objc/
RTCMediaSource.mm 19 - (RTCSourceState)state {
20 return [[self class] sourceStateForNativeState:_nativeMediaSource->state()];
25 [[self class] stringForState:self.state]];
44 (RTCSourceState)state {
45 switch (state) {
71 + (NSString *)stringForState:(RTCSourceState)state {
72 switch (state) {
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
ec_gains.cpp 126 state = pointer to a pointer to a structure containing code state data of
144 This function resets the state data for the ec_gain module.
159 int ec_gain_code_reset (ec_gain_codeState *state)
163 if (state == (ec_gain_codeState *) NULL){
169 state->gbuf[i] = 1;
170 state->past_gain_code = 0;
171 state->prev_gc = 1;
194 [State any special notes, constraints or cautions for users of this function]
199 Word16 ec_gain_code_reset(ec_gain_codeState *state)
    [all...]
ec_gains.h 120 * Purpose : Resets state memory
124 ec_gain_codeState *state
135 ec_gain_codeState *st, /* i/o : State struct */
136 gc_predState *pred_state, /* i/o : MA predictor state */
137 Word16 state, /* i : state of the state machine */
144 * Purpose : update the codebook gain concealment state;
150 ec_gain_codeState *st, /* i/o : State struct */
160 * Purpose: Resets state memor
    [all...]
  /frameworks/base/apct-tests/perftests/core/src/android/text/
PaintMeasureDrawPerfTest.java 76 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); local
78 state.pauseTiming();
82 state.resumeTiming();
84 while (state.keepRunning()) {
85 state.pauseTiming();
87 state.resumeTiming();
98 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); local
100 state.pauseTiming();
105 state.resumeTiming();
107 while (state.keepRunning())
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
ColorInversionTile.java 92 protected void handleUpdateState(BooleanState state, Object arg) {
95 if (state.slash == null) {
96 state.slash = new SlashState();
98 state.value = enabled;
99 state.slash.isSlashed = !state.value;
100 state.state = state.value ? Tile.STATE_ACTIVE : Tile.STATE_INACTIVE;
101 state.label = mContext.getString(R.string.quick_settings_inversion_label)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
FCDIterCollationIterator.java 28 state = State.ITER_CHECK_FWD;
37 state = State.ITER_CHECK_FWD;
42 if(state.compareTo(State.ITER_CHECK_BWD) <= 0) {
44 } else if(state == State.ITER_IN_FCD_SEGMENT) {
57 if(state == State.ITER_CHECK_FWD)
444 private State state; local
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
FCDIterCollationIterator.java 26 state = State.ITER_CHECK_FWD;
35 state = State.ITER_CHECK_FWD;
40 if(state.compareTo(State.ITER_CHECK_BWD) <= 0) {
42 } else if(state == State.ITER_IN_FCD_SEGMENT) {
55 if(state == State.ITER_CHECK_FWD)
442 private State state; local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
StateManager.java 38 private static final String KEY_MAIN = "activity-state";
54 ActivityState state = null; local
56 state = klass.newInstance();
70 state.initialize(mActivity, data);
72 mStack.push(new StateEntry(data, state));
73 state.onCreate(data, null);
74 if (mIsResumed) state.resume();
80 ActivityState state = null; local
82 state = klass.newInstance();
86 state.initialize(mActivity, data)
244 ActivityState state = null; local
277 Bundle state = bundle.getBundle(KEY_STATE); local
306 Bundle state = new Bundle(); local
    [all...]
  /system/netd/tests/benchmarks/
connect_benchmark.cpp 121 static void ipv4_loopback(benchmark::State& state, const bool waitBetweenRuns) {
125 state.SkipWithError("Unable to bind server socket");
130 std::vector<uint64_t> latencies(state.max_iterations);
133 while (state.KeepRunning()) {
136 state.SkipWithError(StringPrintf("socket() failed with errno=%d", errno).c_str());
144 state.SkipWithError(StringPrintf("connect() failed with errno=%d", errno).c_str());
151 state.SetIterationTime(latencies[iterations] / 1e9L);
160 state.SkipWithError(StringPrintf("accept() failed with errno=%d", errno).c_str());
174 state.SetLabel(StringPrintf("%lld", (long long) latencies[iterations * 9 / 10]))
236 ::benchmark::State& state, const int reportingLevel, variable
    [all...]
  /bionic/libc/bionic/
c32rtomb.cpp 37 mbstate_t* state = (ps == NULL) ? &__private_state : ps; local
41 return mbstate_reset_and_return(1, state);
46 // shift state. Since shift states are not supported, only the null byte is
50 return mbstate_reset_and_return(1, state);
53 if (!mbsinit(state)) {
54 return mbstate_reset_and_return_illegal(EILSEQ, state);
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/psci/
psci_compat.h 36 * or standby state. The onus is on the platform port to do the right thing
37 * including the state coordination in case multiple power down states are
67 unsigned int state);
68 void (*affinst_off)(unsigned int afflvl, unsigned int state);
71 unsigned int state);
72 void (*affinst_on_finish)(unsigned int afflvl, unsigned int state);
74 unsigned int state);
  /external/curl/lib/
speedcheck.c 33 memset(&data->state.keeps_speed, 0, sizeof(struct curltime));
44 if(!data->state.keeps_speed.tv_sec)
46 data->state.keeps_speed = now;
49 timediff_t howlong = Curl_timediff(now, data->state.keeps_speed);
64 data->state.keeps_speed.tv_sec = 0;
  /external/elfutils/libelf/
elf_begin.c 65 elf->state.ar.offset = offset + SARMAG;
67 elf->state.ar.elf_ar_hdr.ar_rawname = elf->state.ar.raw_name;
289 assert (offsetof (struct Elf, state.elf32.scns)
290 == offsetof (struct Elf, state.elf64.scns));
291 elf->state.elf32.scns.cnt = scncnt;
292 elf->state.elf32.scns.max = scnmax;
295 elf->state.elf.scnincr = 10;
312 elf->state.elf32.ehdr = ehdr;
317 elf->state.elf32.ehdr = memcpy (&elf->state.elf32.ehdr_mem, e_ident
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
GlideBitmapDrawable.java 25 private BitmapState state; field in class:GlideBitmapDrawable
31 GlideBitmapDrawable(Resources res, BitmapState state) {
32 if (state == null) {
36 this.state = state;
41 state.targetDensity = targetDensity;
43 targetDensity = state.targetDensity;
45 width = state.bitmap.getScaledWidth(targetDensity);
46 height = state.bitmap.getScaledHeight(targetDensity);
92 return state;
    [all...]
  /external/webrtc/webrtc/p2p/base/
transportchannel.cc 47 void TransportChannel::set_dtls_state(DtlsTransportState state) {
48 if (dtls_state_ == state) {
52 << state; local
53 dtls_state_ = state;
54 SignalDtlsState(this, state);

Completed in 1849 milliseconds

<<11121314151617181920>>