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

1 2 3 4 5 6 7 891011>>

  /packages/apps/Car/Radio/src/com/android/car/radio/audio/
IPlaybackStateListener.aidl 20 void onPlaybackStateChanged(int state);
  /packages/services/Car/car-lib/src/android/car/hardware/power/
ICarPowerStateListener.aidl 25 * Called when a power state change occurs
27 void onStateChanged(int state, int token) = 0;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/test/
reporter_output_test.cc 24 void BM_basic(benchmark::State& state) {
25 while (state.KeepRunning()) {
43 void BM_bytes_per_second(benchmark::State& state) {
44 while (state.KeepRunning()) {
46 state.SetBytesProcessed(1);
65 void BM_items_per_second(benchmark::State& state) {
66 while (state.KeepRunning())
    [all...]
  /system/bt/service/common/bluetooth/
adapter_state.cc 21 std::string AdapterStateToString(AdapterState state) {
22 switch (state) {
40 return "unknown state";
  /system/bt/service/
logging_helpers.h 26 const char* BtAvConnectionStateText(const btav_connection_state_t state);
28 const char* BtAvAudioStateText(const btav_audio_state_t state);
32 const char* BtStateText(const bt_state_t state);
44 const char* BtAclText(const bt_acl_state_t state);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_rasterizer.c 40 /* State which might be handled in either the draw module or locally.
41 * This function is used to turn that state off in one of the two
63 /* Partition rasterizer state into what we want the draw module to
66 struct lp_rast_state *state = MALLOC_STRUCT(lp_rast_state); local
67 if (!state)
70 memcpy(&state->draw_state, rast, sizeof *rast);
71 memcpy(&state->lp_state, rast, sizeof *rast);
89 * the state.
92 clear_flags(&state->lp_state);
94 clear_flags(&state->draw_state)
105 const struct lp_rast_state *state = local
    [all...]
  /external/sqlite/android/
OldPhoneNumberUtils.cpp 55 int state = 0; local
59 switch (state) {
61 if (c == '+') state = 1;
62 else if (c == '0') state = 2;
67 if (c == '0') state = 3;
68 else if (c == '1') state = 4;
73 if (c == '1') state = 5;
84 return state == 1 || state == 3 || state == 5
114 int state = 0; local
    [all...]
  /frameworks/base/apct-tests/perftests/core/src/android/app/
PendingIntentPerfTest.java 59 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); local
60 while (state.keepRunning()) {
61 state.pauseTiming();
62 state.resumeTiming();
67 state.pauseTiming();
69 state.resumeTiming();
79 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); local
80 while (state.keepRunning()) {
81 state.pauseTiming();
84 state.resumeTiming()
101 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); local
123 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); local
    [all...]
  /external/mesa3d/src/compiler/nir/
nir_lower_returns.c 43 struct lower_returns_state *state);
46 predicate_following(nir_cf_node *node, struct lower_returns_state *state)
48 nir_builder *b = &state->builder;
51 if (nir_cursors_equal(b->cursor, nir_after_cf_list(state->cf_list)))
54 assert(state->return_flag);
57 if_stmt->condition = nir_src_for_ssa(nir_load_var(b, state->return_flag));
60 if (state->loop) {
65 nir_jump_instr_create(state->builder.shader, nir_jump_break);
73 nir_after_cf_list(state->cf_list));
80 lower_returns_in_loop(nir_loop *loop, struct lower_returns_state *state)
253 struct lower_returns_state state; local
    [all...]
  /device/google/contexthub/firmware/os/cpu/x86/
cpu.c 39 void cpuIntsRestore(uint64_t state)
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/check/
CRC32.java 13 private final java.util.zip.CRC32 state = new java.util.zip.CRC32(); field in class:CRC32
21 state.update(buf, off, len);
25 long value = state.getValue();
30 state.reset();
  /external/mesa3d/src/compiler/glsl/
ir_reader.h 31 void _mesa_glsl_read_ir(_mesa_glsl_parse_state *state, exec_list *instructions,
  /external/mesa3d/src/mesa/state_tracker/
st_nir_lower_tex_src_plane.c 26 * that mesa/st uses to insert additional sampler view/state (since both
46 assign_extra_samplers(lower_tex_src_state *state, unsigned free_slots)
48 unsigned mask = state->lower_2plane | state->lower_3plane;
54 state->sampler_map[y_samp][0] = extra;
56 if (state->lower_3plane & (1 << y_samp)) {
58 state->sampler_map[y_samp][1] = extra;
64 lower_tex_src_plane_block(lower_tex_src_state *state, nir_block *block)
83 assume(((state->lower_3plane & (1 << y_samp)) && plane->i32[0] < 3) ||
87 state->sampler_map[y_samp][plane->i32[0] - 1]
109 lower_tex_src_state state = {0}; local
    [all...]
  /external/skia/src/gpu/ops/
GrStencilPathOp.cpp 14 void GrStencilPathOp::onExecute(GrOpFlushState* state) {
15 GrRenderTarget* rt = state->drawOpArgs().renderTarget();
22 GrPathRendering::StencilPathArgs args(fUseHWAA, state->drawOpArgs().fProxy,
24 state->gpu()->pathRendering()->stencilPath(args, fPath.get());
  /external/skia/tools/sk_app/android/
main_android.cpp 23 void android_main(struct android_app* state) {
38 state)); local
53 source->process(state, source);
57 if (state->destroyRequested != 0) {
  /external/skqp/src/gpu/ops/
GrStencilPathOp.cpp 14 void GrStencilPathOp::onExecute(GrOpFlushState* state) {
15 GrRenderTarget* rt = state->drawOpArgs().renderTarget();
22 GrPathRendering::StencilPathArgs args(fUseHWAA, state->drawOpArgs().fProxy,
24 state->gpu()->pathRendering()->stencilPath(args, fPath.get());
  /external/skqp/tools/sk_app/android/
main_android.cpp 23 void android_main(struct android_app* state) {
38 state)); local
53 source->process(state, source);
57 if (state->destroyRequested != 0) {
  /frameworks/base/apct-tests/perftests/core/src/android/perftests/
SystemPerfTest.java 45 BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); local
46 while (state.keepRunning()) {
53 BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); local
54 while (state.keepRunning()) {}
64 BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); local
65 while (state.keepRunning()) {
66 state.pauseTiming();
68 state.resumeTiming();
74 BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); local
76 while (state.keepRunning())
83 BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); local
92 BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); local
101 BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
DisplayRadix.java 17 package com.android.ide.eclipse.gltrace.state;
  /external/mesa3d/src/amd/vulkan/
radv_meta.c 34 radv_meta_save(struct radv_meta_saved_state *state,
38 state->old_pipeline = cmd_buffer->state.pipeline;
39 state->old_descriptor_set0 = cmd_buffer->state.descriptors[0];
40 memcpy(state->old_vertex_bindings, cmd_buffer->state.vertex_bindings,
41 sizeof(state->old_vertex_bindings));
43 state->dynamic_mask = dynamic_mask;
44 radv_dynamic_state_copy(&state->dynamic, &cmd_buffer->state.dynamic
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
gzclose.c 15 gz_statep state; local
19 state = (gz_statep)file;
21 return state->mode == GZ_READ ? gzclose_r(file) : gzclose_w(file);
  /external/boringssl/src/crypto/poly1305/
internal.h 28 void CRYPTO_poly1305_init_neon(poly1305_state *state, const uint8_t key[32]);
30 void CRYPTO_poly1305_update_neon(poly1305_state *state, const uint8_t *in,
33 void CRYPTO_poly1305_finish_neon(poly1305_state *state, uint8_t mac[16]);
  /external/boringssl/src/include/openssl/
poly1305.h 27 // CRYPTO_poly1305_init sets up |state| so that it can be used to calculate an
31 OPENSSL_EXPORT void CRYPTO_poly1305_init(poly1305_state* state,
36 OPENSSL_EXPORT void CRYPTO_poly1305_update(poly1305_state* state,
43 OPENSSL_EXPORT void CRYPTO_poly1305_finish(poly1305_state* state,
  /external/google-benchmark/test/
map_test.cc 19 static void BM_MapLookup(benchmark::State& state) {
20 const int size = state.range(0);
22 for (auto _ : state) {
23 state.PauseTiming();
25 state.ResumeTiming();
30 state.SetItemsProcessed(state.iterations() * size);
37 void SetUp(const ::benchmark::State& st) {
41 void TearDown(const ::benchmark::State&) { m.clear();
    [all...]
  /external/libcxx/utils/google-benchmark/test/
map_test.cc 19 static void BM_MapLookup(benchmark::State& state) {
20 const int size = state.range(0);
22 for (auto _ : state) {
23 state.PauseTiming();
25 state.ResumeTiming();
30 state.SetItemsProcessed(state.iterations() * size);
37 void SetUp(const ::benchmark::State& st) {
41 void TearDown(const ::benchmark::State&) { m.clear();
    [all...]

Completed in 981 milliseconds

1 2 3 4 5 6 7 891011>>