/external/chromium/webkit/glue/ |
webthemeengine_impl_mac.h | 17 WebKit::WebThemeEngine::State,
|
/external/clang/test/Parser/ |
objc-foreach-syntax.m | 5 - (unsigned int)countByEnumeratingWithState: (struct __objcFastEnumerationState *)state objects: (id *)items count:(unsigned int)stackcount
|
/external/clang/test/Rewriter/ |
rewrite-foreach-1.m | 9 - (unsigned int)countByEnumeratingWithState: (struct __objcFastEnumerationState *)state objects: (id *)items count:(unsigned int)stackcount
|
rewrite-foreach-2.m | 9 - (unsigned int)countByEnumeratingWithState: (struct __objcFastEnumerationState *)state objects: (id *)items count:(unsigned int)stackcount
|
rewrite-foreach-4.m | 8 - (unsigned int)countByEnumeratingWithState: (struct __objcFastEnumerationState *)state objects: (id *)items count:(unsigned int)stackcount
|
/external/dropbear/libtomcrypt/src/encauth/gcm/ |
gcm_add_iv.c | 14 GCM implementation, add IV data to the state, by Tom St Denis 21 Add IV data to the GCM state 22 @param gcm The GCM state 71 /* start adding IV data to the state */
|
gcm_init.c | 14 GCM implementation, initialize state, by Tom St Denis 21 Initialize a GCM state 22 @param gcm The GCM state to initialize 65 /* setup state */
|
/external/dropbear/libtomcrypt/src/hashes/ |
rmd320.c | 111 /* load state */ 112 aa = md->rmd320.state[0]; 113 bb = md->rmd320.state[1]; 114 cc = md->rmd320.state[2]; 115 dd = md->rmd320.state[3]; 116 ee = md->rmd320.state[4]; 117 aaa = md->rmd320.state[5]; 118 bbb = md->rmd320.state[6]; 119 ccc = md->rmd320.state[7]; 120 ddd = md->rmd320.state[8] [all...] |
/external/elfutils/libelf/ |
elf_newdata.c | 44 || (offsetof (struct Elf, state.elf32.ehdr) 45 == offsetof (struct Elf, state.elf64.ehdr)) 46 ? scn->elf->state.elf32.ehdr == NULL 47 : scn->elf->state.elf64.ehdr == NULL)
|
elf_strptr.c | 50 || (offsetof (struct Elf, state.elf32.scns) 51 == offsetof (struct Elf, state.elf64.scns)) 52 ? &elf->state.elf32.scns : &elf->state.elf64.scns);
|
gelf_getphdr.c | 56 Elf32_Phdr *phdr = elf->state.elf32.phdr; 67 if (ndx >= elf->state.elf32.ehdr->e_phnum) 92 Elf64_Phdr *phdr = elf->state.elf64.phdr; 103 if (ndx >= elf->state.elf64.ehdr->e_phnum)
|
gelf_update_phdr.c | 46 Elf32_Phdr *phdr = elf->state.elf32.phdr; 71 if (unlikely (ndx >= elf->state.elf32.ehdr->e_phnum)) 93 Elf64_Phdr *phdr = elf->state.elf64.phdr; 104 if (unlikely (ndx >= elf->state.elf64.ehdr->e_phnum))
|
/external/grub/stage2/ |
md5.c | 89 static UINT4 state[4]; variable 100 a = state[0]; 101 b = state[1]; 102 c = state[2]; 103 d = state[3]; 138 state[0] += a; 139 state[1] += b; 140 state[2] += c; 141 state[3] += d; 147 memcpy ((char *) state, (char *) initstate, sizeof (initstate)) [all...] |
/external/icu4c/test/testdata/ |
test1.ucm | 15 <icu:state> 0, 5-9, a:0.s, ff
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
package.html | 6 This allows the user to determine the type state of the stack and local variable table
|
/external/kernel-headers/original/asm-arm/ |
sigcontext.h | 5 * Signal context structure - contains all info to do with the state
|
/external/kernel-headers/original/asm-x86/ |
acpi.h | 19 * C2 state.
|
/external/kernel-headers/original/linux/ |
backing-dev.h | 4 * low-level device information and state which is propagated up through 14 * Bits in backing_dev_info.state 27 unsigned long state; /* Always use atomic bitops on this */ member in struct:backing_dev_info 72 return (bdi->state & bdi_bits);
|
ufs_fs_i.h | 7 * Rutgers, The State University of New Jersey
|
/external/llvm/lib/DebugInfo/ |
DWARFDebugLine.h | 84 // Standard .debug_line state machine structure. 130 void appendRow(const DWARFDebugLine::Row &state) { Rows.push_back(state); } 143 struct State : public Row, public LineTable { 150 State() : row(StartParsingLineTable) {} 151 virtual ~State(); 162 struct DumpingState : public State { 174 uint32_t *offset_ptr, State &state);
|
/external/oprofile/events/x86-64/family15h/ |
events | 15 event:0x76 counters:0,1,2 um:zero minimum:50000 name:CPU_CLK_UNHALTED : Cycles outside of halt state
|
/external/ppp/pppd/plugins/radius/etc/ |
dictionary.merit | 6 ATTRIBUTE Proxy-State 33 string
|
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_events.h | 42 /* General keyboard/mouse state definitions */ 115 Uint8 state; /* A mask of the focus states */ member in struct:SDL_ActiveEvent 122 Uint8 state; /* SDL_PRESSED or SDL_RELEASED */ member in struct:SDL_KeyboardEvent 130 Uint8 state; /* The current button state */ member in struct:SDL_MouseMotionEvent 141 Uint8 state; /* SDL_PRESSED or SDL_RELEASED */ member in struct:SDL_MouseButtonEvent 180 Uint8 state; /* SDL_PRESSED or SDL_RELEASED */ member in struct:SDL_JoyButtonEvent 241 This function updates the event queue and internal input device state. 287 change internal state and are posted to the internal event queue. 295 internal state will still be updated. This allows selective filtering o [all...] |
SDL_joystick.h | 87 * with them and their state cannot be polled. 102 * Update the current state of the open joysticks. 111 * yourself and check the state of the joystick when you want joystick 113 * The state can be one of SDL_QUERY, SDL_ENABLE or SDL_IGNORE. 115 extern DECLSPEC int SDLCALL SDL_JoystickEventState(int state); 118 * Get the current state of an axis control on a joystick 119 * The state is a value ranging from -32768 to 32767. 125 * Get the current state of a POV hat on a joystick 150 * Get the current state of a button on a joystick
|
/external/quake/quake/src/QW/server/ |
move.txt | 2 dead state flag for no user input
|