/external/lzma/C/ |
Delta.h | 15 void Delta_Init(Byte *state);
16 void Delta_Encode(Byte *state, unsigned delta, Byte *data, SizeT size);
17 void Delta_Decode(Byte *state, unsigned delta, Byte *data, SizeT size);
|
/external/nist-sip/java/javax/sip/ |
DialogState.java | 12 public static DialogState getObject(int state) { 14 return values()[state]; 17 "Invalid dialog state: " + state);
|
/external/zlib/src/ |
gzclose.c | 15 gz_statep state; local 19 state = (gz_statep)file; 21 return state->mode == GZ_READ ? gzclose_r(file) : gzclose_w(file);
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
sid_sync.cpp | 46 Description: Changed type definition of state pointer to 'void' for 107 state = pointer containing a pointer to the state structure used for 114 return_value = status of sid_sync_reset function; -1, if state is pointing 127 the pointer to state struct in *st. This pointer has to be passed to sid_sync 161 [State any special notes, constraints or cautions for users of this function] 166 Word16 sid_sync_init(void **state) 170 if (state == NULL) 172 /* fprintf(stderr, "sid_sync_init:invalid state parameter\n"); */ 176 *state = NULL 260 sid_syncState *state = (sid_syncState *) st; local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
IGLPropertyAccessor.java | 17 package com.android.ide.eclipse.gltrace.state.transforms; 19 import com.android.ide.eclipse.gltrace.state.IGLProperty; 26 /** Obtain a specific property from the given state. */ 27 IGLProperty getProperty(IGLProperty state);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/ |
IStateDetailProvider.java | 19 import com.android.ide.eclipse.gltrace.state.IGLProperty; 22 /** Is this provider applicable for given GL state property? */ 23 boolean isApplicable(IGLProperty state); 25 /** Update the detail view for given GL state property. */ 26 void updateControl(IGLProperty state);
|
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...] |
/system/core/init/ |
parser.h | 31 void (*parse_line)(struct parse_state *state, int nargs, char **args); 38 int next_token(struct parse_state *state); 39 void parse_error(struct parse_state *state, const char *fmt, ...);
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
StyleBuilderCustom.cpp | 91 static Length clipConvertToLength(StyleResolverState& state, CSSPrimitiveValue* value) 93 return value->convertToLength<FixedIntegerConversion | PercentConversion | FractionConversion | AutoConversion>(state.style(), state.rootElementStyle(), state.style()->effectiveZoom()); 96 void StyleBuilderFunctions::applyInitialCSSPropertyClip(StyleResolverState& state) 98 state.style()->setClip(Length(), Length(), Length(), Length()); 99 state.style()->setHasClip(false); 102 void StyleBuilderFunctions::applyInheritCSSPropertyClip(StyleResolverState& state) 104 RenderStyle* parentStyle = state.parentStyle(); 106 return applyInitialCSSPropertyClip(state); [all...] |
/external/speex/libspeex/ |
speex.c | 61 EXPORT void speex_encoder_destroy(void *state) 63 (*((SpeexMode**)state))->enc_destroy(state); 66 EXPORT void speex_decoder_destroy(void *state) 68 (*((SpeexMode**)state))->dec_destroy(state); 73 int speex_encode_native(void *state, spx_word16_t *in, SpeexBits *bits) 75 return (*((SpeexMode**)state))->enc(state, in, bits); 78 int speex_decode_native(void *state, SpeexBits *bits, spx_word16_t *out [all...] |
/bootable/recovery/edify/ |
expr.h | 46 } State; 57 typedef Value* (*Function)(const char* name, State* state, 71 Value* EvaluateValue(State* state, Expr* expr); 78 char* Evaluate(State* state, Expr* expr); 81 Value* Literal(const char* name, State* state, int argc, Expr* argv[]); 86 Value* ConcatFn(const char* name, State* state, int argc, Expr* argv[]) [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/ |
reopenbugafterrollout.py | 38 def run(self, state): 39 commit_comment = bug_comment_from_commit_text(self._tool.scm(), state["commit_text"]) 40 comment_text = "Reverted r%s for reason:\n\n%s\n\n%s" % (state["revision"], state["reason"], commit_comment) 42 bug_id = state["bug_id"]
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
FixASCIIControlsReader.java | 36 /** the state of the automaton */ 37 private int state = STATE_START; field in class:FixASCIIControlsReader 71 if (state == STATE_START) 82 else if (state == STATE_ERROR) 96 state = STATE_ERROR; 114 switch (state) 119 state = STATE_AMP; 126 state = STATE_HASH; 130 state = STATE_ERROR; 139 state = STATE_HEX [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);
|
/external/libppp/src/ |
deflate.c | 42 /* Our state */ 58 struct deflate_state *state = (struct deflate_state *)v; local 60 state->seqno = 0; 61 state->uncomp_rec = 0; 62 deflateReset(&state->cx); 72 struct deflate_state *state = (struct deflate_state *)v; local 98 *wp++ = state->seqno >> 8; 99 *wp++ = state->seqno & 0377; 100 log_Printf(LogDEBUG, "DeflateOutput: Seq %d\n", state->seqno); 101 state->seqno++ 190 struct deflate_state *state = (struct deflate_state *)v; local 201 struct deflate_state *state = (struct deflate_state *)v; local 339 struct deflate_state *state = (struct deflate_state *)v; local 491 struct deflate_state *state; local 514 struct deflate_state *state; local 538 struct deflate_state *state = (struct deflate_state *)v; local 547 struct deflate_state *state = (struct deflate_state *)v; local [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/ |
Fuzzy.m | 49 self = [super initWithCharStream:anInput State:[[ANTLRRecognizerSharedState newANTLRRecognizerSharedStateWithRuleLen:30+1] retain]]; 89 state.token = nil; 90 state.channel = ANTLRTokenChannelDefault; 91 state.tokenStartCharIndex = input.index; 92 state.tokenStartCharPositionInLine = input.charPositionInLine; 93 state.tokenStartLine = input.line; 94 state.text = nil; 97 state.backtracking = 1; /* means we won't throw slow exception */ 98 state.failed = NO; 100 state.backtracking = 0 [all...] |
/frameworks/base/core/java/android/text/method/ |
MetaKeyKeyListener.java | 28 * This base class encapsulates the behavior for tracking the state of 29 * meta keys such as SHIFT, ALT and SYM as well as the pseudo-meta state of selecting text. 31 * Key listeners that care about meta state should inherit from this class; 34 * This class provides two mechanisms for tracking meta state that can be used 39 * {@link #getMetaState(long)} operate on a meta key state bit mask.</li> 41 * {@link #getMetaState(CharSequence, int)} operate on meta key state flags stored 43 * meta key state of the text editor; they do not carry any positional information.</li> 51 * When key modifiers are toggled into a latched or locked state, the state 53 * meta state integer managed by the client. These latched or locked modifier 346 int state = content.getSpanFlags(what); local [all...] |
/bionic/libstdc++/src/ |
one_time_construction.cpp | 43 int volatile state; member in union:__anon761 59 int volatile state; member in union:__anon762 76 if (__bionic_cmpxchg(0, pending, &gv->state) == 0) { 80 __bionic_cmpxchg(pending, waiting, &gv->state); // Indicate there is a waiter 81 __futex_wait(&gv->state, waiting, NULL); 83 if (gv->state != ready) // __cxa_guard_abort was called, let every thread try since there is no return code for this condition 96 if (__bionic_cmpxchg(pending, ready, &gv->state) == 0) { 100 gv->state = ready; 101 __futex_wake(&gv->state, 0x7fffffff); 107 gv->state= 0 [all...] |
/external/chromium_org/chrome/browser/download/ |
download_request_infobar_delegate_unittest.cc | 73 MockTabDownloadState state; local 74 if (state.infobar_delegate()->Accept()) 75 state.delete_infobar_delegate(); 76 EXPECT_TRUE(state.accepted()); 80 MockTabDownloadState state; local 81 if (state.infobar_delegate()->Cancel()) 82 state.delete_infobar_delegate(); 83 EXPECT_FALSE(state.accepted()); 87 MockTabDownloadState state; local 88 state.delete_infobar_delegate() [all...] |
/external/chromium_org/third_party/mesa/src/src/glx/ |
indirect_vertex_array.h | 34 extern void __glXArrayDisableAll(__GLXattribute * state); 36 extern GLboolean __glXSetArrayEnable(__GLXattribute * state, 40 extern GLboolean __glXGetArrayEnable(const __GLXattribute * const state, 43 extern GLboolean __glXGetArraySize(const __GLXattribute * const state, 46 extern GLboolean __glXGetArrayType(const __GLXattribute * const state, 49 extern GLboolean __glXGetArrayStride(const __GLXattribute * const state, 52 extern GLboolean __glXGetArrayPointer(const __GLXattribute * const state, 55 extern GLboolean __glXGetArrayNormalized(const __GLXattribute * const state, 59 extern void __glXPushArrayState(__GLXattribute * state); 60 extern void __glXPopArrayState(__GLXattribute * state); [all...] |
/external/mesa3d/src/glx/ |
indirect_vertex_array.h | 34 extern void __glXArrayDisableAll(__GLXattribute * state); 36 extern GLboolean __glXSetArrayEnable(__GLXattribute * state, 40 extern GLboolean __glXGetArrayEnable(const __GLXattribute * const state, 43 extern GLboolean __glXGetArraySize(const __GLXattribute * const state, 46 extern GLboolean __glXGetArrayType(const __GLXattribute * const state, 49 extern GLboolean __glXGetArrayStride(const __GLXattribute * const state, 52 extern GLboolean __glXGetArrayPointer(const __GLXattribute * const state, 55 extern GLboolean __glXGetArrayNormalized(const __GLXattribute * const state, 59 extern void __glXPushArrayState(__GLXattribute * state); 60 extern void __glXPopArrayState(__GLXattribute * state); [all...] |
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
ElementHasAttribute.java | 51 boolean state; 54 state = element.hasAttribute(""); 55 assertFalse("elementhasattribute01", state); 62 // boolean state; 68 // state = element.hasAttribute("defaultAttr"); 69 // assertTrue("elementhasattribute02", state); 74 boolean state; 80 state = element.hasAttribute("domestic"); 81 assertFalse("elementhasattribute03_False", state); 83 state = element.hasAttribute("domestic") [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
DictionaryListInterfaceState.java | 27 * Helper class to maintain the interface state of word list preferences. 31 * when scrolling, the view is reused so it doesn't keep its state, which means we need to keep 37 private static class State { 42 private HashMap<String, State> mWordlistToState = CollectionUtils.newHashMap(); 46 final State state = mWordlistToState.get(wordlistId); local 47 if (null == state) return false; 48 return state.mOpen; 52 final State state = mWordlistToState.get(wordlistId) local 59 final State state = mWordlistToState.get(wordlistId); local [all...] |
/external/qemu/distrib/sdl-1.2.15/src/events/ |
SDL_active.c | 52 int SDL_PrivateAppActive(Uint8 gain, Uint8 state) 57 /* Modify the current state with the given mask */ 59 new_state = (SDL_appstate | state); 61 new_state = (SDL_appstate & ~state); 64 /* Drop events that don't change state */ 69 /* Update internal active state */ 79 event.active.state = state; 87 if ( (state & SDL_APPINPUTFOCUS) && !gain ) { 91 if ( (state & SDL_APPACTIVE) && !gain ) [all...] |