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

<<11121314151617181920>>

  /external/libxkbcommon/xkbcommon/xkbcommon/
xkbcommon-compose.h 130 * Opaque Compose state object.
132 * The compose state maintains state for compose sequence matching, such
134 * these sequences. It acts as a simple state machine wherein keysyms are
137 * The compose state is usually associated with a keyboard device.
284 /** Flags for compose state creation. */
291 * Create a new compose state object.
294 * The compose table the state will use.
296 * Optional flags for the compose state, or 0.
298 * @returns A new compose state, or NULL on failure
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_viewport.c 70 st->state.viewport[i].scale[0] = scale[0];
71 st->state.viewport[i].scale[1] = scale[1] * yScale;
72 st->state.viewport[i].scale[2] = scale[2];
74 st->state.viewport[i].translate[0] = translate[0];
75 st->state.viewport[i].translate[1] = translate[1] * yScale + yBias;
76 st->state.viewport[i].translate[2] = translate[2];
79 cso_set_viewport(st->cso_context, &st->state.viewport[0]);
81 st->pipe->set_viewport_states(st->pipe, 1, ctx->Const.MaxViewports - 1, &st->state.viewport[1]);
  /external/nist-sip/java/gov/nist/javax/sip/header/
SubscriptionState.java 55 protected String state; field in class:SubscriptionState
140 * Gets the state of SubscriptionStateHeader.
142 * @return the state of this SubscriptionStateHeader.
145 return state;
149 * Sets the state value of the SubscriptionStateHeader.
151 * @param state - the new state string value of the SubscriptionStateHeader.
153 * unexpectedly while parsing the state.
155 public void setState(String state) throws ParseException {
156 if (state == null
    [all...]
  /external/smali/smali/src/main/java/org/jf/smali/
LexerErrorInterface.java 44 public ANTLRLexerWithErrorInterface(CharStream input, RecognizerSharedState state) {
45 super(input, state);
  /external/syslinux/com32/libutil/include/
sha1.h 7 uint32_t state[5]; member in struct:__anon37052
12 void SHA1Transform(uint32_t state[5], const unsigned char buffer[64]);
  /external/v8/src/builtins/
builtins-async.h 15 explicit AsyncBuiltinsAssembler(CodeAssemblerState* state)
16 : PromiseBuiltinsAssembler(state) {}
  /external/wpa_supplicant_8/src/crypto/
sha1_i.h 13 u32 state[5]; member in struct:SHA1Context
21 void SHA1Transform(u32 state[5], const unsigned char buffer[64]);
sha384-internal.c 48 Initialize the hash state
49 @param md The hash state you wish to initialize
56 md->state[0] = CONST64(0xcbbb9d5dc1059ed8);
57 md->state[1] = CONST64(0x629a292a367cd507);
58 md->state[2] = CONST64(0x9159015a3070dd17);
59 md->state[3] = CONST64(0x152fecd8f70e5939);
60 md->state[4] = CONST64(0x67332667ffc00b31);
61 md->state[5] = CONST64(0x8eb44a8768581511);
62 md->state[6] = CONST64(0xdb0c2e0d64f98fa7);
63 md->state[7] = CONST64(0x47b5481dbefa4fa4)
    [all...]
  /frameworks/base/apct-tests/perftests/core/src/android/text/
PrecomputedTextPerfTest.java 68 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); local
74 while (state.keepRunning()) {
75 state.pauseTiming();
77 state.resumeTiming();
85 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); local
91 while (state.keepRunning()) {
92 state.pauseTiming();
94 state.resumeTiming();
102 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); local
108 while (state.keepRunning())
119 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); local
136 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); local
153 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); local
170 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); local
187 final BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); local
    [all...]
  /frameworks/base/libs/androidfw/tests/
BenchmarkHelpers.h 31 uint32_t resid, ::benchmark::State& state);
34 uint32_t resid, benchmark::State& state);
  /frameworks/base/libs/hwui/tests/microbench/
RenderNodeBench.cpp 24 void BM_RenderNode_create(benchmark::State& state) {
25 while (state.KeepRunning()) {
  /frameworks/base/media/java/android/media/
IRemoteDisplayCallback.aidl 25 void onStateChanged(in RemoteDisplayState state);
  /frameworks/base/services/backup/java/com/android/server/backup/internal/
Operation.java 23 public int state; field in class:Operation
28 state = initialState;
  /frameworks/base/telephony/java/android/telephony/
INetworkServiceCallback.aidl 27 void onGetNetworkRegistrationStateComplete(int result, in NetworkRegistrationState state);
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneConstantConversions.java 29 * Convert the {@link PhoneConstants.State} enum into the TelephonyManager.CALL_STATE_*
32 public static int convertCallState(PhoneConstants.State state) {
33 switch (state) {
45 * {@link PhoneConstants.State} enum for the public API.
47 public static PhoneConstants.State convertCallState(int state) {
48 switch (state) {
50 return PhoneConstants.State.RINGING;
52 return PhoneConstants.State.OFFHOOK
    [all...]
  /frameworks/minikin/tests/perftests/
WordBreaker.cpp 25 static void BM_WordBreaker_English(benchmark::State& state) {
33 while (state.KeepRunning()) {
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalEvent.java 29 ThermalEvent(int id, int type, int state, int temp, String zoneName, String profName) {
32 mThermalLevel = state;
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MyGuard.java 29 public MyGuard(boolean state) {
30 enabled = state;
  /packages/apps/DocumentsUI/src/com/android/documentsui/
ActivityConfig.java 20 import com.android.documentsui.base.State;
31 public boolean canSelectType(String docMimeType, int docFlags, State state) {
35 public boolean isDocumentEnabled(String docMimeType, int docFlags, State state) {
  /packages/apps/DocumentsUI/src/com/android/documentsui/picker/
Config.java 19 import static com.android.documentsui.base.State.ACTION_CREATE;
20 import static com.android.documentsui.base.State.ACTION_GET_CONTENT;
21 import static com.android.documentsui.base.State.ACTION_OPEN;
22 import static com.android.documentsui.base.State.ACTION_OPEN_TREE;
23 import static com.android.documentsui.base.State.ACTION_PICK_COPY_DESTINATION;
29 import com.android.documentsui.base.State;
37 public boolean canSelectType(String docMimeType, int docFlags, State state) {
38 if (!isDocumentEnabled(docMimeType, docFlags, state)) {
46 if (state.action == ACTION_OPEN_TREE || state.action == ACTION_PICK_COPY_DESTINATION)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
BufferSubDataTransform.java 17 package com.android.ide.eclipse.gltrace.state.transforms;
20 import com.android.ide.eclipse.gltrace.state.IGLProperty;
43 public void apply(IGLProperty state) {
44 IGLProperty property = mAccessor.getProperty(state);
64 public void revert(IGLProperty state) {
66 IGLProperty property = mAccessor.getProperty(state);
73 public IGLProperty getChangedProperty(IGLProperty state) {
74 return mAccessor.getProperty(state);
IStateTransform.java 17 package com.android.ide.eclipse.gltrace.state.transforms;
19 import com.android.ide.eclipse.gltrace.state.IGLProperty;
22 * This interface encapsulates a single change to the GL state. GL Calls that affect
23 * multiple state variables would use a list of these state transformations.
26 /** Apply this transformation on the given state. */
29 /** Revert this transformation from the given state. */
PropertyChangeTransform.java 17 package com.android.ide.eclipse.gltrace.state.transforms;
19 import com.android.ide.eclipse.gltrace.state.IGLProperty;
23 * single GL State variable. An optional predicate provides the ability to perform
33 * Construct a state transform that will extract the property using the accessor,
41 * Construct a state transform that will extract the property using the accessor,
53 /** Apply the state transformation on the given OpenGL state. */
55 public void apply(IGLProperty state) {
56 IGLProperty property = mAccessor.getProperty(state);
76 * Reverses the effect of this state transform. It restores the property's value to the sam
    [all...]
  /system/core/logwrapper/
android_fork_execvp_ext_benchmark.cpp 22 static void BM_android_fork_execvp_ext(benchmark::State& state) {
25 while (state.KeepRunning()) {
  /system/update_engine/update_manager/
enough_slots_ab_updates_policy_impl.cc 25 State* state,
29 ec->GetValue(state->system_provider()->var_num_slots());

Completed in 722 milliseconds

<<11121314151617181920>>