HomeSort by relevance Sort by last modified time
    Searched full:state (Results 426 - 450 of 14455) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/glsl/
glsl_parser_extras.cpp 99 _mesa_glsl_error(YYLTYPE *locp, _mesa_glsl_parse_state *state,
104 state->error = true;
106 assert(state->info_log != NULL);
107 state->info_log = hieralloc_asprintf_append(state->info_log,
113 state->info_log = hieralloc_vasprintf_append(state->info_log, fmt, ap);
115 state->info_log = hieralloc_strdup_append(state->info_log, "\n");
120 _mesa_glsl_warning(const YYLTYPE *locp, _mesa_glsl_parse_state *state,
    [all...]
  /bionic/libc/bionic/
stubs.c 112 /** Thread-specific state for the stubs functions
309 app_id_to_passwd(uid_t uid, stubs_state_t* state)
311 struct passwd* pw = &state->passwd;
318 print_app_uid_name(uid, state->app_name_buffer, sizeof state->app_name_buffer);
320 pw->pw_name = state->app_name_buffer;
333 app_id_to_group(gid_t gid, stubs_state_t* state)
335 struct group* gr = &state->group;
344 print_app_uid_name(gid, state->group_name_buffer, sizeof state->group_name_buffer)
358 stubs_state_t* state = __stubs_state(); local
375 stubs_state_t* state = __stubs_state(); local
413 stubs_state_t* state = __stubs_state(); local
429 stubs_state_t* state = __stubs_state(); local
    [all...]
  /external/elfutils/libelf/
elf_begin.c 85 elf->state.ar.offset = offset + SARMAG;
87 elf->state.ar.elf_ar_hdr.ar_rawname = elf->state.ar.raw_name;
295 elf->state.elf.scnincr = 10;
307 elf->state.elf32.scns.cnt = elf->state.elf32.scns.max = scncnt;
319 elf->state.elf32.ehdr = ehdr;
320 elf->state.elf32.shdr
325 elf->state.elf32.phdr
330 elf->state.elf32.scns.data[cnt].index = cnt
    [all...]
elf_getshstrndx.c 86 assert (offsetof (struct Elf, state.elf.ehdr)
87 == offsetof (struct Elf, state.elf32.ehdr));
88 assert (sizeof (elf->state.elf.ehdr)
89 == sizeof (elf->state.elf32.ehdr));
90 assert (offsetof (struct Elf, state.elf.ehdr)
91 == offsetof (struct Elf, state.elf64.ehdr));
92 assert (sizeof (elf->state.elf.ehdr)
93 == sizeof (elf->state.elf64.ehdr));
95 if (unlikely (elf->state.elf.ehdr == NULL))
105 ? elf->state.elf32.ehdr->e_shstrnd
    [all...]
  /frameworks/base/docs/html/training/basics/activity-lifecycle/
recreating.jd 16 <li><a href="#SaveState">Save Your Activity State</a></li>
17 <li><a href="#RestoreState">Restore Your Activity State</a></li>
45 saved data that describes the state of the activity when it was destroyed. The saved data that the
46 system uses to restore the previous state is called the "instance state" and is a collection of
54 <p>By default, the system uses the {@link android.os.Bundle} instance state to saves information
57 recreated, the state of the layout is automatically restored to its previous state. However, your
58 activity might have more state information that you'd like to restore, such as member variables that
61 <p>In order for you to add additional data to the saved instance state for your activity, there's a
    [all...]
  /external/webkit/Source/WebCore/platform/win/
ScrollbarThemeSafari.cpp 83 (ThemePart part, CGContextRef context, const CGRect& rect, NSControlSize size, ThemeControlState state),
84 (part, context, rect, size, state))
86 static ScrollbarControlState scrollbarControlStateFromThemeState(ThemeControlState state)
89 if (state & ActiveState)
91 if (state & EnabledState)
93 if (state & PressedState)
211 ThemeControlState state = 0; local
213 state |= ActiveState;
215 state |= EnabledState;
216 paintThemePart(scrollbar->orientation() == VerticalScrollbar ? VScrollTrackPart : HScrollTrackPart, graphicsContext->platformContext(), trackRect, size, state);
224 ThemeControlState state = 0; local
244 ThemeControlState state = 0; local
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaMmiCode.java 65 State state = State.PENDING; field in class:CdmaMmiCode
146 public State
148 return state;
160 if (state == State.COMPLETE || state == State.FAILED) {
164 state = State.CANCELLED
    [all...]
  /external/skia/src/animator/
SkAnimateActive.cpp 144 SkState& state = fState[index]; local
145 switch (state.fMode) {
148 duration = state.fSteps ? state.fSteps * SK_MSec1 : 1;
161 state.fDuration = duration;
162 SkMSec maxTime = state.fBegin + duration;
202 SkState& state = fState[index]; local
203 if (state.fMode != SkApply::kMode_immediate)
205 if (state.fBegin > time)
207 if (time > state.fBegin + state.fDuration
272 SkState& state = fState[index]; local
342 SkState& state = fState[index]; local
400 SkState& state = fState[index]; local
411 SkState& state = fState[index]; local
    [all...]
  /dalvik/libdex/
sha1.h 8 unsigned long state[5]; member in struct:SHA1_CTX
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_RESTORE_STATE.S 2 * This handler restores state following a selfVerification memory access.
  /device/moto/stingray/ril/
wrigley-fetch-mpr.sh 7 for cmd in "state" "-d logs" "files" "-d panic" "atvc"; do
  /external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/
AbstractTLexer.java 48 * @param state The shared state object, shared between all lexer comonents
50 public AbstractTLexer(CharStream input, RecognizerSharedState state) {
51 super(input,state);
  /external/chromium/chrome/browser/search_engines/
search_provider_install_state_message_filter.h 15 // Handles messages regarding search provider install state on the I/O thread.
28 // Figures out the install state for the search provider.
33 // Starts handling the message requesting the search provider install state.
38 // Sends the reply message about the search provider install state.
  /external/chromium/chrome/browser/sync/
backend_migrator.h 25 enum State {
50 State state() const;
55 State state_;
  /external/chromium/chrome/browser/sync/glue/
frontend_data_type_controller_unittest.cc 152 EXPECT_EQ(DataTypeController::NOT_RUNNING, frontend_dtc_->state());
154 EXPECT_EQ(DataTypeController::RUNNING, frontend_dtc_->state());
167 EXPECT_EQ(DataTypeController::NOT_RUNNING, frontend_dtc_->state());
169 EXPECT_EQ(DataTypeController::RUNNING, frontend_dtc_->state());
183 EXPECT_EQ(DataTypeController::NOT_RUNNING, frontend_dtc_->state());
185 EXPECT_EQ(DataTypeController::NOT_RUNNING, frontend_dtc_->state());
197 EXPECT_EQ(DataTypeController::NOT_RUNNING, frontend_dtc_->state());
199 EXPECT_EQ(DataTypeController::NOT_RUNNING, frontend_dtc_->state());
208 EXPECT_EQ(DataTypeController::NOT_RUNNING, frontend_dtc_->state());
210 EXPECT_EQ(DataTypeController::NOT_RUNNING, frontend_dtc_->state());
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/api/extension/isAllowedAccess/
popup.html 29 chrome.extension.isAllowedFileSchemeAccess(function(state) {
31 el.textContent = el.className = state ? 'true': 'false';
33 chrome.extension.isAllowedIncognitoAccess(function(state) {
35 el.textContent = el.className = state ? 'true': 'false';
  /external/chromium/chrome/common/extensions/docs/examples/api/tabs/pin/
manifest.json 4 "description": "Creates a keyboard shortcut (C + Shift + P) to toggle the pinned state of the currently selected tab",
  /external/chromium/webkit/glue/
p2p_transport.h 19 enum State {
32 // Called when readable of writable state of the stream changes.
33 virtual void OnStateChange(State state) = 0;
  /external/clang/lib/StaticAnalyzer/Checkers/
VLASizeChecker.cpp 36 ProgramStateRef State,
45 ProgramStateRef State,
48 ExplodedNode *N = C.generateSink(State);
93 ProgramStateRef state = C.getState(); local
94 SVal sizeV = state->getSVal(SE, C.getLocationContext());
97 reportBug(VLA_Garbage, SE, state, C);
107 if (state->isTainted(sizeV)) {
116 llvm::tie(stateNotZero, stateZero) = state->assume(sizeD);
124 state = stateNotZero;
141 SVal ArraySizeVal = svalBuilder.evalBinOpNN(state, BO_Mul, ArrayLength
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
IFlyoutPreferences.java 31 // State constants
50 * @return the state of flyout - {@link #STATE_OPEN} or {@link #STATE_COLLAPSED}.
70 * Sets the state of flyout - {@link #STATE_OPEN} or {@link #STATE_COLLAPSED}.
72 void setState(int state);
MemoryFlyoutPreferences.java 29 public MemoryFlyoutPreferences(int dockLocation, int state, int width) {
31 m_state = state;
56 public void setState(int state) {
57 m_state = state;
  /external/expat/lib/
xmlrole.h 88 int (PTRCALL *handler) (struct prolog_state *state,
107 #define XmlTokenRole(state, tok, ptr, end, enc) \
108 (((state)->handler)(state, tok, ptr, end, enc))
  /external/icu4c/data/mappings/
noop-cns-11643.ucm 23 # (state 0) lead byte, selects the CNS plane (0x80 + plane number)
24 <icu:state> 81-90:1
27 <icu:state> 21-7e:2
28 <icu:state> 21-7e.u
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
HtmlStripFunction.java 35 // The state the strip function can be, normal, in an amp escaped entity or
37 private enum State {
100 State state = State.DEFAULT; local
105 switch (state) {
110 state = State.IN_AMP;
113 state = State.IN_TAG
    [all...]
  /external/kernel-headers/original/asm-arm/
hw_irq.h 14 if (system_timer->dyn_tick->state & DYN_TICK_ENABLED) \

Completed in 2657 milliseconds

<<11121314151617181920>>