/sdk/device_validator/dvlib/tests/src/com/android/dvlib/ |
devices_no_hardware.xml | 68 <d:state name="Portrait" default="true"> 71 <d:keyboard-state>keyssoft</d:keyboard-state> 72 <d:nav-state>nonav</d:nav-state> 73 </d:state> 74 <d:state name="Landscape"> 77 <d:keyboard-state>keyssoft</d:keyboard-state> 78 <d:nav-state>nonav</d:nav-state [all...] |
/external/bluetooth/bluedroid/bta/av/ |
bta_av_ssm.c | 21 * This is the stream state machine for the BTA advanced audio/video. 36 /* state machine states */ 48 /* state machine action enumeration list */ 105 /* state table information */ 108 #define BTA_AV_SNEXT_STATE 2 /* position of next state */ 109 #define BTA_AV_NUM_COLS 3 /* number of columns in state tables */ 111 /* state table for init state */ 114 /* Event Action 1 Action 2 Next state */ 151 /* state table for incoming state * [all...] |
/external/chromium/chrome/browser/ui/find_bar/ |
find_bar_state.cc | 10 FindBarState* state = p->GetFindBarState(); local 11 string16 text = state->last_prepopulate_text(); 15 state = p->GetOriginalProfile()->GetFindBarState(); 16 text = state->last_prepopulate_text();
|
/external/e2fsprogs/lib/e2p/ |
ps.c | 2 * ps.c - Print filesystem state 23 void print_fs_state (FILE * f, unsigned short state) 25 if (state & EXT2_VALID_FS) 29 if (state & EXT2_ERROR_FS)
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/.manager/ |
.fileTable.8 | 4 .state=2
|
.fileTable.9 | 4 .state=3
|
/external/oprofile/events/x86-64/family12h/ |
unit_masks | 18 0x01 (I)nvalid cache state 19 0x02 (S)hared cache state 20 0x04 (E)xclusive cache state 21 0x08 (O)wner cache state 22 0x10 (M)odified cache state 26 0x02 Shared-state line from L2 27 0x04 Exclusive-state line from L2 28 0x08 Owner-state line from L2 29 0x10 Modified-state line from L2
|
/external/oprofile/events/x86-64/family14h/ |
unit_masks | 18 0x01 (I)nvalid cache state 19 0x02 (S)hared cache state 20 0x04 (E)xclusive cache state 21 0x08 (O)wner cache state 22 0x10 (M)odified cache state 26 0x02 Shared-state line from L2 27 0x04 Exclusive-state line from L2 28 0x08 Owner-state line from L2 29 0x10 Modified-state line from L2
|
/external/qemu/hw/ |
pcmcia.h | 20 void *state; member in struct:PCMCIACardState 22 int (*attach)(void *state); 23 int (*detach)(void *state); 28 uint8_t (*attr_read)(void *state, uint32_t address); 29 void (*attr_write)(void *state, uint32_t address, uint8_t value); 30 uint16_t (*common_read)(void *state, uint32_t address); 31 void (*common_write)(void *state, uint32_t address, uint16_t value); 32 uint16_t (*io_read)(void *state, uint32_t address); 33 void (*io_write)(void *state, uint32_t address, uint16_t value);
|
/external/webkit/LayoutTests/fast/events/touch/ |
touch-active-state-expected.txt | 1 Test touches set the active state.
|
/frameworks/base/telephony/java/android/telephony/ |
package.html | 4 the network type and connection state, plus utilities
|
/frameworks/compile/libbcc/lib/Renderscript/runtime/ |
rs_element.c | 14 return element->mHal.state.fieldsCount; 20 if (element == NULL || index >= element->mHal.state.fieldsCount) { 24 rs_element returnElem = {element->mHal.state.fields[index]}; 31 if (element == NULL || index >= element->mHal.state.fieldsCount) { 34 return element->mHal.state.fieldNameLengths[index]; 40 if (element == NULL || index >= element->mHal.state.fieldsCount || 45 uint32_t numToCopy = element->mHal.state.fieldNameLengths[index]; 52 const char *nameSource = element->mHal.state.fieldNames[index]; 62 if (element == NULL || index >= element->mHal.state.fieldsCount) { 65 return element->mHal.state.fieldArraySizes[index] [all...] |
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
subwrite.inp | 1 Not some church, and not the state,
|
subwrt1.good | 1 Not some church, and not the state,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/ |
TextureImageDetailsProvider.java | 19 import com.android.ide.eclipse.gltrace.state.GLCompositeProperty; 20 import com.android.ide.eclipse.gltrace.state.GLSparseArrayProperty; 21 import com.android.ide.eclipse.gltrace.state.GLStateType; 22 import com.android.ide.eclipse.gltrace.state.GLStringProperty; 23 import com.android.ide.eclipse.gltrace.state.IGLProperty; 45 public boolean isApplicable(IGLProperty state) { 46 return getTextureImageProperty(state) != null; 74 public void updateControl(IGLProperty state) { 75 IGLProperty imageProperty = getTextureImageProperty(state); 90 * the state hierarchy [all...] |
/bootable/recovery/edify/ |
expr.c | 35 char* Evaluate(State* state, Expr* expr) { 36 Value* v = expr->fn(expr->name, state, expr->argc, expr->argv); 39 ErrorAbort(state, "expecting string, got value type %d", v->type); 48 Value* EvaluateValue(State* state, Expr* expr) { 49 return expr->fn(expr->name, state, expr->argc, expr->argv); 67 Value* ConcatFn(const char* name, State* state, int argc, Expr* argv[]) { 79 strings[i] = Evaluate(state, argv[i]) [all...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
TextEditorHighlighter.js | 56 var state = this._textModel.getAttribute(endLine - 1, "highlight"); 57 if (state && state.postConditionStringified) { 72 var state = this._textModel.getAttribute(startLine - 1, "highlight"); 73 if (state && state.postConditionStringified) 88 var state = this._textModel.getAttribute(startLine - 1, "highlight"); 89 if (!state || !state.postConditionStringified) { 98 var state = this._textModel.getAttribute(i, "highlight") [all...] |
/system/core/libpixelflinger/ |
clear.cpp | 42 c->state.clear.dirty = GGL_STENCIL_BUFFER_BIT | 45 c->state.clear.depth = FIXED_ONE; 99 const uint32_t l = c->state.scissor.left; 100 const uint32_t t = c->state.scissor.top; 101 uint32_t w = c->state.scissor.right - l; 102 uint32_t h = c->state.scissor.bottom - t; 108 if (c->state.buffers.color.format == 0) 111 if (c->state.buffers.depth.format == 0) 114 if (c->state.buffers.stencil.format == 0) 118 if (c->state.clear.dirty & GGL_COLOR_BUFFER_BIT) [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/ |
filter.rb | 23 @state.token = nil 24 @state.channel = ANTLR3::DEFAULT_CHANNEL 25 @state.token_start_position = @input.index 26 @state.token_start_column = @input.column 27 @state.token_start_line = @input.line 28 @state.text = nil 29 @state.backtracking = 1 35 return @state.token 47 @state.backtracking = 0 51 super( rule, start_index, success ) if @state.backtracking > [all...] |
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_state.h | 24 // bookmark bar's state. 34 // Returns YES if the bookmark bar is in the given state and not in an 36 - (BOOL)isInState:(bookmarks::VisualState)state; 38 // Returns YES if the bookmark bar is animating from the given state (to any 39 // other state), NO otherwise. 40 - (BOOL)isAnimatingToState:(bookmarks::VisualState)state; 42 // Returns YES if the bookmark bar is animating to the given state (from any 43 // other state), NO otherwise. 44 - (BOOL)isAnimatingFromState:(bookmarks::VisualState)state; 46 // Returns YES if the bookmark bar is animating from the first given state t [all...] |
/frameworks/rs/ |
rsMesh.cpp | 26 mHal.state.primitives = NULL; 27 mHal.state.primitivesCount = 0; 28 mHal.state.indexBuffers = NULL; 29 mHal.state.indexBuffersCount = 0; 30 mHal.state.vertexBuffers = NULL; 31 mHal.state.vertexBuffersCount = 0; 42 mHal.state.primitivesCount = primitivesCount; 43 mHal.state.indexBuffersCount = primitivesCount; 44 mHal.state.primitives = new RsPrimitive[mHal.state.primitivesCount] [all...] |
/external/webkit/Source/WebCore/dom/ |
TreeWalker.cpp | 57 Node* TreeWalker::parentNode(ScriptState* state) 64 short acceptNodeResult = acceptNode(state, node.get()); 65 if (state && state->hadException()) 73 Node* TreeWalker::firstChild(ScriptState* state) 76 short acceptNodeResult = acceptNode(state, node.get()); 77 if (state && state->hadException()) 106 Node* TreeWalker::lastChild(ScriptState* state) 109 short acceptNodeResult = acceptNode(state, node.get()) [all...] |
/frameworks/base/wifi/java/android/net/wifi/ |
SupplicantState.java | 26 * state. This is more fine-grained than most users will be interested in. 28 * {@link android.net.NetworkInfo.State NetworkInfo.State}. 31 * state constants in <code>defs.h</code> in <code>wpa_supplicant</code>. 35 * This state indicates that client is not associated, but is likely to 36 * start looking for an access point. This state is entered when a 44 * This state is entered if the network interface is disabled. 51 * Inactive state (wpa_supplicant disabled). 53 * This state is entered if there are no enabled networks in the 63 * This state is entered when wpa_supplicant starts scanning for [all...] |
SupplicantStateTracker.java | 19 import com.android.internal.util.State; 32 * Tracks the state changes in supplicant and provides functionality 33 * that is based on these state changes: 58 private State mUninitializedState = new UninitializedState(); 59 private State mDefaultState = new DefaultState(); 60 private State mInactiveState = new InactiveState(); 61 private State mDisconnectState = new DisconnectedState(); 62 private State mScanState = new ScanState(); 63 private State mHandshakeState = new HandshakeState(); 64 private State mCompletedState = new CompletedState() 171 SupplicantState state = stateChangeResult.state; local 259 SupplicantState state = stateChangeResult.state; local 301 SupplicantState state = stateChangeResult.state; local [all...] |
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
AbstractIdleServiceTest.java | 19 import com.google.common.util.concurrent.Service.State; 57 assertEquals(Service.State.RUNNING, service.state()); 61 assertEquals(Service.State.TERMINATED, service.state()); 68 assertEquals("NullService [" + Service.State.NEW + "]", service.toString()); 70 assertEquals("NullService [" + Service.State.RUNNING + "]", service.toString()); 72 assertEquals("NullService [" + Service.State.TERMINATED + "]", service.toString()); 78 @Override protected Executor executor(Service.State state) { [all...] |