Searched defs:state (Results 1 - 25 of 2371) sorted by relevance

1234567891011>>

/external/webrtc/talk/app/webrtc/objc/public/
H A DRTCMediaSource.h35 // The current state of the RTCMediaSource.
36 @property(nonatomic, assign, readonly) RTCSourceState state; variable
/external/python/cpython2/Modules/zlib/
H A Dgzclose.c15 gz_statep state; local
19 state = (gz_statep)file;
21 return state->mode == GZ_READ ? gzclose_r(file) : gzclose_w(file);
/external/python/cpython3/Modules/zlib/
H A Dgzclose.c15 gz_statep state; local
19 state = (gz_statep)file;
21 return state->mode == GZ_READ ? gzclose_r(file) : gzclose_w(file);
/external/webrtc/webrtc/api/objc/
H A DRTCMediaSource.h24 /** The current state of the RTCMediaSource. */
25 @property(nonatomic, readonly) RTCSourceState state; variable
/external/zlib/src/
H A Dgzclose.c15 gz_statep state; local
19 state = (gz_statep)file;
21 return state->mode == GZ_READ ? gzclose_r(file) : gzclose_w(file);
/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/
H A DAbstractTLexer.java48 * @param state The shared state object, shared between all lexer comonents
50 public AbstractTLexer(CharStream input, RecognizerSharedState state) { argument
51 super(input,state);
/external/e2fsprogs/lib/e2p/
H A Dps.c2 * ps.c - Print filesystem state
24 void print_fs_state (FILE * f, unsigned short state) argument
26 if (state & EXT2_VALID_FS)
30 if (state & EXT2_ERROR_FS)
/external/elfutils/libdwfl/
H A Ddwfl_frame_pc.c36 dwfl_frame_pc (Dwfl_Frame *state, Dwarf_Addr *pc, bool *isactivation) argument
38 assert (state->pc_state == DWFL_FRAME_STATE_PC_SET);
39 *pc = state->pc;
40 ebl_normalize_pc (state->thread->process->ebl, pc);
44 if (state->initial_frame)
47 state is SIGNAL_FRAME. */
48 else if (state->signal_frame)
54 __libdwfl_frame_unwind (state);
55 if (state->unwound == NULL
56 || state
[all...]
/external/mesa3d/src/mesa/main/tests/
H A Dprogram_state_string.cpp34 const gl_state_index state[STATE_LENGTH] = { local
38 char *str = _mesa_program_state_string(state);
41 EXPECT_STREQ("state.depth.range", str);
/external/perfetto/src/tracing/test/
H A Dhello_world_benchmark.cc3 static void BM_StringCreation(benchmark::State& state) { argument
4 while (state.KeepRunning())
/external/strace/tests/
H A Dadjtimex.c43 int state = adjtimex(NULL); local
44 printf("adjtimex(NULL) = %s\n", sprintrc(state));
49 state = adjtimex(tx);
50 if (state < 0)
88 state);
89 printxval(adjtimex_state, (unsigned int) state, NULL);
/external/strace/tests-m32/
H A Dadjtimex.c43 int state = adjtimex(NULL); local
44 printf("adjtimex(NULL) = %s\n", sprintrc(state));
49 state = adjtimex(tx);
50 if (state < 0)
88 state);
89 printxval(adjtimex_state, (unsigned int) state, NULL);
/external/strace/tests-mx32/
H A Dadjtimex.c43 int state = adjtimex(NULL); local
44 printf("adjtimex(NULL) = %s\n", sprintrc(state));
49 state = adjtimex(tx);
50 if (state < 0)
88 state);
89 printxval(adjtimex_state, (unsigned int) state, NULL);
/external/v8/src/builtins/
H A Dbuiltins-object.h13 explicit ObjectBuiltinsAssembler(compiler::CodeAssemblerState* state) argument
14 : CodeStubAssembler(state) {}
/external/webrtc/webrtc/examples/objc/AppRTCDemo/
H A DARDAppClient.h30 didChangeState:(ARDAppClientState)state;
33 didChangeConnectionState:(RTCICEConnectionState)state;
56 @property(nonatomic, readonly) ARDAppClientState state; variable
/external/jmdns/src/javax/jmdns/impl/tasks/state/
H A Dpackage-info.java1 package javax.jmdns.impl.tasks.state;
/external/skia/infra/bots/recipe_modules/swarming/
H A Dtest_api.py13 import state namespace
51 'state': state.State.COMPLETED,
/external/skia/src/gpu/ops/
H A DGrStencilPathOp.cpp14 void GrStencilPathOp::onExecute(GrOpFlushState* state) { argument
15 GrRenderTarget* rt = state->drawOpArgs().renderTarget();
22 GrPathRendering::StencilPathArgs args(fUseHWAA, state->drawOpArgs().fProxy,
24 state->gpu()->pathRendering()->stencilPath(args, fPath.get());
/external/skqp/infra/bots/recipe_modules/swarming/
H A Dtest_api.py13 import state namespace
51 'state': state.State.COMPLETED,
/external/skqp/src/gpu/ops/
H A DGrStencilPathOp.cpp14 void GrStencilPathOp::onExecute(GrOpFlushState* state) { argument
15 GrRenderTarget* rt = state->drawOpArgs().renderTarget();
22 GrPathRendering::StencilPathArgs args(fUseHWAA, state->drawOpArgs().fProxy,
24 state->gpu()->pathRendering()->stencilPath(args, fPath.get());
/external/swiftshader/src/Shader/
H A DSetupRoutine.hpp28 SetupRoutine(const SetupProcessor::State &state);
41 const SetupProcessor::State &state; member in class:sw::SetupRoutine
/external/syslinux/com32/libutil/include/
H A Dsha1.h7 uint32_t state[5]; member in struct:__anon23731
12 void SHA1Transform(uint32_t state[5], const unsigned char buffer[64]);
/external/toybox/toys/android/
H A Dsetenforce.c23 int state, ret; local
26 else if (!strcmp(new, "1") || !strcasecmp(new, "enforcing")) state = 1;
27 else if (!strcmp(new, "0") || !strcasecmp(new, "permissive")) state = 0;
28 else error_exit("Invalid state: %s", new);
30 ret = security_setenforce(state);
/external/tpm2/
H A DHierarchyControl_fp.h15 TPMI_YES_NO state; member in struct:__anon27089
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dsha1_i.h13 u32 state[5]; member in struct:SHA1Context
21 void SHA1Transform(u32 state[5], const unsigned char buffer[64]);

Completed in 740 milliseconds

1234567891011>>