/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/chrome/browser/download/ |
download_request_infobar_delegate_unittest.cc | 73 MockTabDownloadState state; local 74 state.infobar()->Accept(); 75 EXPECT_TRUE(state.accepted()); 79 MockTabDownloadState state; local 80 state.infobar()->Cancel(); 81 EXPECT_FALSE(state.accepted()); 85 MockTabDownloadState state; local 86 state.close_infobar(); 87 EXPECT_FALSE(state.accepted());
|
/external/chromium/chrome/browser/sync/notifier/ |
invalidation_notifier.h | 48 virtual void SetState(const std::string& state) OVERRIDE; 65 virtual void WriteState(const std::string& state) OVERRIDE; 70 // We start off in the STOPPED state. When we get our initial 71 // credentials, we connect and move to the CONNECTING state. When 73 // STARTED state. We never go back to a previous state. 74 enum State { 79 State state_; 90 // The state to pass to |chrome_invalidation_client_|.
|
/external/webkit/Source/WebKit/win/WebKit.vcproj/ |
FixMIDLHeaders.pl | 56 my $state = 0; 59 $state = 1; 61 die "#include \"oaidl.h\" did not come second" if $state != 1; 62 $state = 2; 64 die "#include \"ocidl.h\" did not come third" if $state != 2; 65 $state = 3; 66 } elsif ($line =~ /^#include "IGEN_DOM/ && $state == 3) { 67 $state = 4; 68 } elsif ($line =~ /^#include "(IGEN_DOM.*)\.h"/ && $state == 4) {
|
/hardware/ti/wlan/wl1271/utils/ |
GenSM.h | 35 * \brief Generic state machine declarations 50 /* State/Event cell */ 53 TI_UINT32 uNextState; /**< next state in transition */ 61 * Although the state-machine matrix is actually a two-dimensional array, it is treated as a single 67 /* generic state machine object structure */ 72 TGenSM_matrix tMatrix; /**< next state/action matrix */ 75 TI_UINT32 uCurrentState; /**< Current state */ 81 TI_INT8 *pGenSMName; /**< state machine name */ 82 TI_INT8 **pStateDesc; /**< State description strings */
|
/external/webkit/Source/JavaScriptCore/yarr/ |
YarrJIT.cpp | [all...] |
/external/bluetooth/bluez/sap/ |
server.c | 72 uint32_t state; member in struct:sap_connection 286 DBG("data %p state %d disc_type 0x%02x", conn, conn->state, disc_type); 288 if (conn->state != SAP_STATE_GRACEFUL_DISCONNECT && 289 conn->state != SAP_STATE_IMMEDIATE_DISCONNECT) { 290 error("Processing error (state %d pr 0x%02x)", conn->state, 313 DBG("conn %p state %d", conn, conn->state); 318 if (conn->state != SAP_STATE_DISCONNECTED [all...] |
/device/samsung/toro/recovery/ |
recovery_updater.c | 26 Value* UpdateCdmaModemFn(const char* name, State* state, int argc, Expr* argv[]) 32 return ErrorAbort(state, "%s() expects 1 arg, got %d", name, argc); 35 if (ReadValueArgs(state, argv, 1, &img) < 0) { 41 return ErrorAbort(state, "%s(): argument types are incorrect", name);
|
/external/chromium/chrome/browser/policy/ |
policy_notifier.h | 14 // Keeps track of the state of the policy subsystem components as far as it's 16 // changes (failures and successes), determines the overall state and 34 // state and triggers observer notifications as necessary. 35 void Inform(PolicySubsystemState state, 39 CloudPolicySubsystem::PolicySubsystemState state() const { function in class:policy::PolicyNotifier
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/ |
PluginFlyoutPreferences.java | 35 m_stateKey = prefix + ".flyout.state"; 47 public void initializeDefaults(int location, int state, int width) { 49 m_store.setDefault(m_stateKey, state); 74 public void setState(int state) { 75 m_store.setValue(m_stateKey, state);
|
/external/jsr305/ri/src/main/java/javax/annotation/concurrent/ |
Immutable.java | 20 * its state cannot be seen to change by callers. Of necessity this means that 23 * internal state which is mutable by implementation even if not by design. 24 * Immutable objects may still have internal mutable state for purposes of 25 * performance optimization; some state variables may be lazily computed, so 26 * long as they are computed from immutable state and that callers cannot tell
|
/external/kernel-headers/original/asm-arm/arch/ |
gpio-switch.h | 40 * inactive state to active state. */ 42 /* Same for transition from active to inactive state. */ 45 /* notify board-specific code about state changes */ 46 void (* notify)(void *data, int state);
|
/external/skia/bench/ |
SkBenchmark.h | 27 enum State { 54 void setDither(SkTriState::State state) { 55 fDither = state; 88 SkTriState::State fDither;
|
/frameworks/av/services/audioflinger/ |
StateQueue.h | 34 unsigned mStateChanges; // incremented each time poll() detects a state change 41 unsigned mPushDirty; // incremented each time push() is called with a dirty state 59 // Poll for a state change. Returns a pointer to a read-only state, 60 // or NULL if the state has not been initialized yet. 61 // If a new state has not pushed by mutator since the previous poll, 63 // The previous state pointer is guaranteed to still be valid; 69 // Begin a mutation. Returns a pointer to a read/write state, except the 70 // first time it is called the state is write-only and _must_ be initialized. 72 // If the state is dirty and has not been pushed onto the state queue yet, the [all...] |
/frameworks/base/core/java/android/os/storage/ |
MountServiceListener.java | 26 * USB Mass storage connection state has changed. 34 * Storage state has changed. 37 * @param oldState The old state of the volume. 38 * @param newState The new state of the volume. 40 * @Note: State is one of the values returned by Environment.getExternalStorageState()
|
/frameworks/base/core/java/android/provider/ |
SyncStateContract.java | 64 * Get the sync state that is associated with the account or null. 66 * with the {@link android.content.ContentProvider} that contains the sync state. 67 * @param uri the uri of the sync state 68 * @param account the {@link Account} whose sync state should be returned 69 * @return the sync state or null if there is no sync state associated with the account 94 * Assigns the data array as the sync state for the given account. 96 * with the {@link android.content.ContentProvider} that contains the sync state. 97 * @param uri the uri of the sync state 98 * @param account the {@link Account} whose sync state should be se [all...] |
/frameworks/native/services/surfaceflinger/ |
Barrier.h | 29 inline Barrier() : state(CLOSED) { } 33 state = OPENED; 38 state = CLOSED; 42 while (state == CLOSED) { 50 volatile int state; member in class:android::Barrier
|
/libcore/luni/src/test/java/libcore/java/util/ |
RandomTest.java | 28 public String state; field in class:RandomTest.MyRandom 31 @Override protected synchronized int next(int bits) { return state.length(); } 32 @Override public synchronized void setSeed(long seed) { state = Long.toString(seed); } 37 assertNotNull(r1.state); 41 assertNotNull(r2.state);
|
/sdk/ide_common/src/com/android/ide/common/resources/configuration/ |
NavigationStateQualifier.java | 23 * Resource Qualifier for navigation state. 27 public static final String NAME = "Navigation State"; 65 NavigationState state = NavigationState.getEnum(value); local 66 if (state != null) { 68 qualifier.mValue = state;
|
/dalvik/vm/ |
Profile.cpp | 364 MethodTraceState* state = &gDvm.methodTrace; local 368 dvmLockMutex(&state->startStopLock); 369 while (state->traceEnabled != 0) { 371 dvmUnlockMutex(&state->startStopLock); 373 dvmLockMutex(&state->startStopLock); 383 state->buf = (u1*) malloc(bufferSize); 384 if (state->buf == NULL) { 390 state->traceFile = fopen(traceFileName, "w"); 392 state->traceFile = fdopen(traceFd, "w"); 394 if (state->traceFile == NULL) 543 const MethodTraceState* state = &gDvm.methodTrace; local 553 MethodTraceState* state = &gDvm.methodTrace; local 735 MethodTraceState* state = &gDvm.methodTrace; local [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
FASerializer.java | 39 /** To prevent infinite recursion when walking state machines, record 46 /** Each state we walk will get a new state number for serialization 47 * purposes. This is the variable that tracks state numbers. 52 * serializing machines, map old state numbers to new state numbers 53 * by a State object -> Integer new state number HashMap. 64 public String serialize(State s) { 71 /** Return a string representation of a state machine. Two identica [all...] |
/external/markdown/ |
regression-tests.py | 59 """ Tests of the State class for BlockParser. """ 62 self.state = markdown.blockparser.State() 65 """ Test State when empty. """ 66 self.assertEqual(self.state, []) 69 """ Test State.set(). """ 70 self.state.set('a_state') 71 self.assertEqual(self.state, ['a_state']) 72 self.state.set('state2') 73 self.assertEqual(self.state, ['a_state', 'state2'] [all...] |
/external/mesa3d/src/glsl/ |
glsl_compiler.cpp | 152 struct _mesa_glsl_parse_state *state = local 156 state->error = preprocess(state, &source, &state->info_log, 157 state->extensions, ctx->API); 159 if (!state->error) { 160 _mesa_glsl_lexer_ctor(state, source); 161 _mesa_glsl_parse(state); 162 _mesa_glsl_lexer_dtor(state); 166 foreach_list_const(n, &state->translation_unit) [all...] |
/frameworks/av/media/libeffects/testlibs/ |
AudioBiquadFilter.h | 34 // from its current state to the desired state. 52 // Resets the internal state of the filter. 53 // Coefficients are reset to identity, state becomes disabled. This change 82 // immediate If true, transitions to new state smoothly, without 88 // immediate If true, transitions to new state smoothly, without 107 // Filter state. 111 // In the process of smooth transition to bypass state. 113 // In the process of smooth transition to normal (enabled) state. 115 // In normal (enabled) state [all...] |
/frameworks/base/services/java/com/android/server/input/ |
PersistentDataStore.java | 48 * Manages persistent state recorded by the input manager service as an XML file. 53 * <input-mananger-state> 57 * >/input-manager-state> 63 // Input device state by descriptor. 75 mAtomicFile = new AtomicFile(new File("/data/system/input-manager-state.xml")); 86 InputDeviceState state = getInputDeviceState(inputDeviceDescriptor, false); local 87 return state != null ? state.getCurrentKeyboardLayout() : null; 92 InputDeviceState state = getInputDeviceState(inputDeviceDescriptor, true); local 93 if (state.setCurrentKeyboardLayout(keyboardLayoutDescriptor)) 101 InputDeviceState state = getInputDeviceState(inputDeviceDescriptor, false); local 110 InputDeviceState state = getInputDeviceState(inputDeviceDescriptor, true); local 120 InputDeviceState state = getInputDeviceState(inputDeviceDescriptor, true); local 129 InputDeviceState state = getInputDeviceState(inputDeviceDescriptor, false); local 154 InputDeviceState state = mInputDevices.get(inputDeviceDescriptor); local 252 InputDeviceState state = new InputDeviceState(); local 266 final InputDeviceState state = entry.getValue(); local [all...] |