/external/nist-sip/java/gov/nist/javax/sip/stack/ |
package.html | 5 <li>SIPServerTransaction -- an implementation of the Server Transaction State Machine (Chapter 17 of RFC 3261). 6 <li>SIPClientTransaction -- an implementation of the Client Transction State Machine (Chapter 17 of RFC 3261).
|
/external/nist-sip/java/javax/sip/header/ |
SubscriptionStateHeader.java | 7 String NAME = "Subscription-State"; 28 void setState(String state) throws ParseException;
|
/external/qemu/distrib/sdl-1.2.12/src/joystick/ |
SDL_joystick.c | 265 * Get the current state of an axis control on a joystick 269 Sint16 state; local 275 state = joystick->axes[axis]; 278 state = 0; 280 return(state); 284 * Get the current state of a hat on a joystick 288 Uint8 state; local 294 state = joystick->hats[hat]; 297 state = 0; 299 return(state); 335 Uint8 state; local [all...] |
/external/srtp/crypto/include/ |
aes_cbc.h | 18 v128_t state; /* cipher chaining state */ member in struct:__anon12708
|
/external/webkit/Source/WebCore/platform/efl/ |
PlatformTouchEventEfl.cpp | 50 PlatformTouchPoint::State state = PlatformTouchPoint::TouchPressed; local 51 switch (p->state) { 53 state = PlatformTouchPoint::TouchPressed; 56 state = PlatformTouchPoint::TouchReleased; 59 state = PlatformTouchPoint::TouchMoved; 62 state = PlatformTouchPoint::TouchCancelled; 66 m_touchPoints.append(PlatformTouchPoint(p->id, pnt, state));
|
/external/webrtc/src/common_audio/signal_processing/ |
filter_ar.c | 24 WebRtc_Word16* state, 45 WebRtc_Word16* state_ptr = &state[state_length - 1]; 69 // Save the filter state 72 WebRtcSpl_CopyFromEndW16(filtered, x_length, a_length - 1, state); 78 state[i] = state[i + x_length]; 83 state[state_length - x_length + i] = filtered[i]; 84 state[state_length - x_length + i] = filtered_low[i];
|
/external/webrtc/src/system_wrappers/source/ |
cpu_mac.cc | 51 for (int state = 0; state < 2; state++) 53 ticks += cpuLoadInfo[cpu].cpu_ticks[state]; 123 for (int state = 0; state < 2; state++) 125 ticks += cpuLoadInfo[cpu].cpu_ticks[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]);
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_folder_hover_state.mm | 9 - (void)setHoverState:(HoverState)state; 82 // Schedule close of hover button. Transition to kHoverStateClosing state. 92 // Cancel pending hover close. Transition to kHoverStateOpen state. 101 // Schedule open of hover button. Transition to kHoverStateOpening state. 112 // Cancel pending hover open. Transition to kHoverStateClosed state. 127 // Hover state accessor. For testing only. 132 // This method encodes the rules of our |hoverButton_| state machine. Only 133 // specific state transitions are allowable (encoded in the DCHECK). 134 // Note that there is no state for simultaneously opening and closing. A 138 - (void)setHoverState:(HoverState)state { [all...] |
/external/guava/guava/src/com/google/common/collect/ |
AbstractIterator.java | 31 * end-of-data status without changing the iterator's state, using the {@link 65 private State state = State.NOT_READY; field in class:AbstractIterator 70 private enum State { 124 state = State.DONE; 130 checkState(state != State.FAILED); 131 switch (state) { [all...] |
/external/llvm/test/CodeGen/CellSPU/ |
struct_1.ll | 50 ; struct hackstate state = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } 51 @state = global %struct.hackstate zeroinitializer, align 16 55 %tmp2 = load i8* getelementptr (%struct.hackstate* @state, i32 0, i32 0), align 16 61 %tmp2 = load i8* getelementptr (%struct.hackstate* @state, i32 0, i32 1), align 16 67 %tmp2 = load i8* getelementptr (%struct.hackstate* @state, i32 0, i32 2), align 16 73 %tmp2 = load i32* getelementptr (%struct.hackstate* @state, i32 0, i32 3), align 16 79 %tmp2 = load i16* getelementptr (%struct.hackstate* @state, i32 0, i32 4), align 16 85 %tmp2 = load i8* getelementptr (%struct.hackstate* @state, i32 0, i32 8), align 16 91 %tmp2 = load i8* getelementptr (%struct.hackstate* @state, i32 0, i32 9), align 16 97 %tmp2 = load i32* getelementptr (%struct.hackstate* @state, i32 0, i32 10), align 1 [all...] |
/external/zxing/qr_scanner/src/com/google/zxing/client/android/ |
CaptureActivityHandler.java | 32 * This class handles all the messaging which comprises the state machine for capture. 42 private State state; field in class:CaptureActivityHandler 45 private enum State { 58 state = State.SUCCESS; 72 if (state == State.PREVIEW) { 80 state = State.SUCCESS [all...] |
/system/core/libpixelflinger/ |
picker.cpp | 39 const uint32_t enables = c->state.enables; 40 needs_t new_needs(c->state.needs); 44 new_needs.n |= GGL_BUILD_NEEDS(c->state.buffers.color.format, CB_FORMAT); 50 uint32_t n = GGL_BUILD_NEEDS(c->state.buffers.color.format, CB_FORMAT); 53 uint32_t src = c->state.blend.src; 54 uint32_t dst = c->state.blend.dst; 55 uint32_t src_alpha = c->state.blend.src_alpha; 56 uint32_t dst_alpha = c->state.blend.dst_alpha; 57 const GGLFormat& cbf = c->formats[ c->state.buffers.color.format ]; 84 if (c->state.blend.alpha_separate) [all...] |
/external/skia/src/pipe/ |
SkGPipeRead.cpp | 125 SkGPipeState* state) { 132 SkGPipeState* state) { 139 SkGPipeState* state) { 146 SkGPipeState* state) { 153 SkGPipeState* state) { 160 SkGPipeState* state) { 166 SkGPipeState* state) { 172 SkGPipeState* state) { 177 SkGPipeState* state) { 185 SkGPipeState* state) { [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
KeyboardState.java | 28 * Keyboard state machine. 30 * This class contains all keyboard state transition logic. 73 // {@link #mPrevSymbolsKeyboardWasShifted} into single state variable. 124 // Reset alphabet shift state. 134 final SavedKeyboardState state = mSavedKeyboardState; local 135 state.mIsAlphabetMode = mIsAlphabetMode; 137 state.mIsAlphabetShiftLocked = mAlphabetShiftState.isShiftLocked(); 138 state.mIsShifted = !state.mIsAlphabetShiftLocked 141 state.mIsAlphabetShiftLocked = mPrevMainKeyboardWasShiftLocked 151 final SavedKeyboardState state = mSavedKeyboardState; local [all...] |
/external/dhcpcd/ |
dhcpcd.c | 228 free(iface->state->old); 229 iface->state->old = iface->state->new; 230 iface->state->new = NULL; 231 iface->state->reason = reason; 233 free(iface->state->old); 234 iface->state->old = NULL; 235 iface->state->lease.addr.s_addr = 0; 255 if (strcmp(iface->state->reason, "RELEASE") != 0) 278 if (iface->state->options->options & DHCPCD_XID_HWADDR & 293 struct if_state *state = iface->state; local 490 struct if_state *state = iface->state; local [all...] |
/dalvik/hit/src/com/android/hit/ |
Queries.java | 66 public static Map<String, Set<ClassObj>> allClasses(State state) { 67 return classes(state, null); 70 public static Map<String, Set<ClassObj>> classes(State state, 78 for (Heap heap: state.mHeaps.values()) { 127 public static ClassObj findClass(State state, String name) { 128 return state.findClass(name); 135 public static Instance[] instancesOf(State state, String baseClassName) [all...] |
Heap.java | 44 // The super-state that this heap is part of 45 State mState; 153 public final void resolveInstanceRefs(State state) { 170 instance.resolveReferences(state); 174 public final void resolveClassStatics(State state) { 176 theClass.resolveReferences(state); 180 public final void resolveRoots(State state) { [all...] |
/external/speex/include/speex/ |
speex_preprocess.h | 52 /** State of the preprocessor (one per channel). Should never be accessed directly. */ 55 /** State of the preprocessor (one per channel). Should never be accessed directly. */ 59 /** Creates a new preprocessing state. You MUST create one state per channel processed. 63 * @return Newly created preprocessor state 67 /** Destroys a preprocessor state 68 * @param st Preprocessor state to destroy 73 * @param st Preprocessor state 82 /** Update preprocessor state, but do not compute the output 83 * @param st Preprocessor state [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
MacOSKeychainAPIChecker.cpp | 36 /// AllocationState is a part of the checker specific state together with the 112 /// Check if RetSym evaluates to an error value in the current state. 114 ProgramStateRef State, 118 /// Check if RetSym evaluates to a NoErr value in the current state. 120 ProgramStateRef State, 122 return definitelyReturnedError(RetSym, State, Builder, true); 227 ProgramStateRef State = C.getState(); 228 SVal ArgV = State->getSVal(Expr, C.getLocationContext()); 232 SymbolRef sym = SM.getBinding(State->getStore(), *X).getAsLocSymbol(); 246 ProgramStateRef State, 604 ProgramStateRef state = C.getState(); local [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
eap_sake.c | 23 enum { IDENTITY, CHALLENGE, CONFIRM, SUCCESS, FAILURE } state; member in struct:eap_sake_data 40 static const char * eap_sake_state_txt(int state) 42 switch (state) { 59 static void eap_sake_state(struct eap_sake_data *data, int state) 62 eap_sake_state_txt(data->state), 63 eap_sake_state_txt(state)); 64 data->state = state; 75 data->state = CHALLENGE; 143 data->state = FAILURE [all...] |
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_sake.c | 18 enum { IDENTITY, CHALLENGE, CONFIRM, SUCCESS, FAILURE } state; member in struct:eap_sake_data 35 static const char * eap_sake_state_txt(int state) 37 switch (state) { 54 static void eap_sake_state(struct eap_sake_data *data, int state) 57 eap_sake_state_txt(data->state), 58 eap_sake_state_txt(state)); 59 data->state = state; 70 data->state = CHALLENGE; 138 data->state = FAILURE [all...] |
/system/core/init/ |
init_parser.c | 48 static void *parse_service(struct parse_state *state, int nargs, char **args); 49 static void parse_line_service(struct parse_state *state, int nargs, char **args); 51 static void *parse_action(struct parse_state *state, int nargs, char **args); 52 static void parse_line_action(struct parse_state *state, int nargs, char **args); 169 void parse_line_no_op(struct parse_state *state, int nargs, char **args) 291 void parse_import(struct parse_state *state, int nargs, char **args) 293 struct listnode *import_list = state->priv; 306 state->line, state->filename); 316 void parse_new_section(struct parse_state *state, int kw 345 struct parse_state state; local [all...] |
/bionic/libstdc++/src/ |
one_time_construction.cpp | 45 int volatile state; member in union:__anon677 61 int volatile state; member in union:__anon678 78 if (__bionic_cmpxchg(0, pending, &gv->state) == 0) { 82 __bionic_cmpxchg(pending, waiting, &gv->state); // Indicate there is a waiter 83 __futex_wait(&gv->state, waiting, NULL); 85 if (gv->state != ready) // __cxa_guard_abort was called, let every thread try since there is no return code for this condition 98 if (__bionic_cmpxchg(pending, ready, &gv->state) == 0) { 102 gv->state = ready; 103 __futex_wake(&gv->state, 0x7fffffff); 109 gv->state= 0 [all...] |
/device/samsung/tuna/recovery/ |
recovery_updater.c | 31 Value* WriteBootloaderFn(const char* name, State* state, int argc, Expr* argv[]) 39 return ErrorAbort(state, "%s() expects 3 args, got %d", name, argc); 42 if (ReadValueArgs(state, argv, 3, &img, &xloader_loc, &sbl_loc) < 0) { 52 return ErrorAbort(state, "%s(): argument types are incorrect", name); 84 Value* FsSizeFixFn(const char* name, State* state, int argc, Expr* argv[]) 90 return ErrorAbort(state, "%s() expects 0 args, got %d", name, argc); 94 return ErrorAbort(state, "%s() Cannot open %s\n", name, HSPA_PRIME_KEY_PARTITION); 99 return ErrorAbort(state, "%s() Cannot read crypto footer %s\n", name, HSPA_PRIME_KEY_PARTITION) [all...] |