/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/ |
wchar_s.h | 156 _CRTIMP errno_t __cdecl mbsrtowcs_s(size_t *_Retval,wchar_t *_Dst,size_t _SizeInWords,const char **_PSrc,size_t _N,mbstate_t *_State); 157 __DEFINE_CPP_OVERLOAD_SECURE_FUNC_1_3(errno_t,mbsrtowcs_s,size_t*,_Retval,wchar_t,_Dst,const char**,_PSrc,size_t,_N,mbstate_t,_State) 159 _CRTIMP errno_t __cdecl wcrtomb_s(size_t *_Retval,char *_Dst,size_t _SizeInBytes,wchar_t _Ch,mbstate_t *_State); 160 __DEFINE_CPP_OVERLOAD_SECURE_FUNC_1_2(errno_t,wcrtomb_s,size_t*,_Retval,char,_Dst,wchar_t,_Ch,mbstate_t,_State) 162 _CRTIMP errno_t __cdecl wcsrtombs_s(size_t *_Retval,char *_Dst,size_t _SizeInBytes,const wchar_t **_Src,size_t _Size,mbstate_t *_State); 163 __DEFINE_CPP_OVERLOAD_SECURE_FUNC_1_3(errno_t,wcsrtombs_s,size_t,_Retval,char,_Dst,const wchar_t**,_Src,size_t,_Size,mbstate_t,_State)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/ |
heap.py | 66 self._state = (self.size, self.name) 70 return self._state 73 self.size, self.name = self._state = state 244 self._state = (block, size) 248 (arena, start, stop), size = self._state 254 return self._state[1]
|
/prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/ |
heap.py | 66 self._state = (self.size, self.name) 70 return self._state 73 self.size, self.name = self._state = state 244 self._state = (block, size) 248 (arena, start, stop), size = self._state 254 return self._state[1]
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/ |
heap.py | 66 self._state = (self.size, self.name) 70 return self._state 73 self.size, self.name = self._state = state 244 self._state = (block, size) 248 (arena, start, stop), size = self._state 254 return self._state[1]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
heap.py | 66 self._state = (self.size, self.name) 70 return self._state 73 self.size, self.name = self._state = state 244 self._state = (block, size) 248 (arena, start, stop), size = self._state 254 return self._state[1]
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
Python.stg | 125 self._state.ruleMemo = {} 169 self._state.token = None 170 self._state.channel = DEFAULT_CHANNEL 171 self._state.tokenStartCharIndex = self.input.index() 172 self._state.tokenStartCharPositionInLine = self.input.charPositionInLine 173 self._state.tokenStartLine = self.input.line 174 self._state._text = None 179 self._state.backtracking = 1 183 self._state.backtracking = 0 193 return self._state.toke [all...] |
/external/autotest/client/cros/cellular/wardmodem/state_machines/ |
call_machine.py | 26 power_level = self._state['power_level']
|
/external/clang/test/CodeGenObjC/ |
2010-03-17-StructRef.m | 12 int _state;
|
/external/lzma/CPP/7zip/Compress/ |
Lzma2Decoder.h | 44 CLzma2Dec _state;
member in class:NCompress::NLzma2::CDecoder
|
LzmaDecoder.h | 30 CLzmaDec _state;
member in class:NCompress::NLzma::CDecoder
|
/external/toolchain-utils/automation/common/ |
job.py | 59 self._state = JobStateMachine(STATUS_NOT_EXECUTED) 74 return self._state 77 self._state.Change(new_state) 83 return self._state.timeline
|
/external/lzma/CS/7zip/Compress/LZMA/ |
LzmaEncoder.cs | 53 Base.State _state = new Base.State();
field in class:SevenZip.Compression.LZMA.Encoder 59 _state.Init();
604 _optimum[0].State = _state;
608 _optimum[1].Price = _isMatch[(_state.Index << Base.kNumPosStatesBitsMax) + posState].GetPrice0() +
609 _literalEncoder.GetSubCoder(position, _previousByte).GetPrice(!_state.IsCharState(), matchByte, currentByte);
612 UInt32 matchPrice = _isMatch[(_state.Index << Base.kNumPosStatesBitsMax) + posState].GetPrice1();
613 UInt32 repMatchPrice = matchPrice + _isRep[_state.Index].GetPrice1();
617 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(_state, posState);
650 UInt32 price = repMatchPrice + GetPureRepPrice(i, _state, posState);
666 UInt32 normalMatchPrice = matchPrice + _isRep[_state.Index].GetPrice0(); [all...] |
/external/autotest/client/bin/ |
job.py | 110 '_state', '_record_indent', 0, namespace='client') 112 '_state', '_max_disk_usage_rate', 0.0, namespace='client') 618 self._state.set('client', 'unexpected_reboot', (subdir, testname)) 639 self._state.discard('client', 'unexpected_reboot') 704 old_mount_info = self._state.get('client', 'mount_info') 717 old_count = self._state.get('client', 'cpu_count') 765 self._state.set('client', 'mount_info', mount_info) 766 self._state.set('client', 'cpu_count', utils.count_cpus()) 801 '_state', '_record_indent.%d' % os.getpid(), 863 self._state.set_backing_file(self._state_file [all...] |
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
future | 947 typedef __future_base::_State_base _State; 950 template<typename, typename> friend class _State::_Setter; 952 shared_ptr<_State> _M_future; 957 : _M_future(std::make_shared<_State>()), 968 : _M_future(std::allocate_shared<_State>(__a)), 1013 auto __setter = _State::__setter(this, __r); 1021 auto __setter = _State::__setter(this, std::move(__r)); 1029 auto __setter = _State::__setter(__p, this); 1048 typedef __future_base::_State_base _State; 1051 template<typename, typename> friend class _State::_Setter [all...] |
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
future | 947 typedef __future_base::_State_base _State; 950 template<typename, typename> friend class _State::_Setter; 952 shared_ptr<_State> _M_future; 957 : _M_future(std::make_shared<_State>()), 968 : _M_future(std::allocate_shared<_State>(__a)), 1013 auto __setter = _State::__setter(this, __r); 1021 auto __setter = _State::__setter(this, std::move(__r)); 1029 auto __setter = _State::__setter(__p, this); 1048 typedef __future_base::_State_base _State; 1051 template<typename, typename> friend class _State::_Setter [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
future | 947 typedef __future_base::_State_base _State; 950 template<typename, typename> friend class _State::_Setter; 952 shared_ptr<_State> _M_future; 957 : _M_future(std::make_shared<_State>()), 968 : _M_future(std::allocate_shared<_State>(__a)), 1013 auto __setter = _State::__setter(this, __r); 1021 auto __setter = _State::__setter(this, std::move(__r)); 1029 auto __setter = _State::__setter(__p, this); 1048 typedef __future_base::_State_base _State; 1051 template<typename, typename> friend class _State::_Setter [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/ |
BuildEngine.py | 365 self._State = ""
383 self._State = self._Section
401 self._State = self._SectionHeader
404 if self._State != self._UnknownSection:
405 self._State = self._SubSectionHeader
408 self._StateHandler[self._State](self, Index)
514 self._State = self._Section
547 self._State = SectionType.upper()
553 if self._State not in self._StateHandler:
563 InputFiles = self._RuleInfo[ToolChainFamily, self._State]
[all...] |
/external/mesa3d/src/gallium/drivers/ddebug/ |
dd_context.c | 183 dd_context_create_##name##_state(struct pipe_context *_pipe, \ 184 const struct pipe_##name##_state *state) \ 191 hstate->cso = pipe->create_##name##_state(pipe, state); \ 198 dd_context_bind_##name##_state(struct pipe_context *_pipe, void *state) \ 205 pipe->bind_##name##_state(pipe, hstate ? hstate->cso : NULL); \ 210 dd_context_delete_##name##_state(struct pipe_context *_pipe, void *state) \ 216 pipe->delete_##name##_state(pipe, hstate->cso); \ 284 dd_context_bind_##name##_state(struct pipe_context *_pipe, void *state) \ 291 pipe->bind_##name##_state(pipe, hstate ? hstate->cso : NULL); \ 295 dd_context_delete_##name##_state(struct pipe_context *_pipe, void *state) [all...] |
/external/autotest/client/common_lib/ |
base_job.py | 193 self._state = {} 240 in_memory_namespace = self._state.setdefault(namespace, {}) 257 self._state = on_disk_state 274 pickle.dump(self._state, outfile, self.PICKLE_PROTOCOL) 339 return copy.deepcopy(self._state[namespace][name]) 354 namespace_dict = self._state.setdefault(namespace, {}) 370 return namespace in self._state and name in self._state[namespace] 381 del self._state[namespace][name] 382 if len(self._state[namespace]) == 0 [all...] |
/external/mesa3d/src/compiler/nir/ |
nir_opt_dce.c | 55 mark_live_cb(nir_src *src, void *_state) 57 struct exec_list *worklist = (struct exec_list *) _state;
|
nir_lower_regs_to_ssa.c | 40 rewrite_src(nir_src *src, void *_state) 42 struct regs_to_ssa_state *state = _state; 84 rewrite_dest(nir_dest *dest, void *_state) 86 struct regs_to_ssa_state *state = _state;
|
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
regex_executor.h | 137 _M_word_boundary(_State<_TraitsT> __state) const; 140 _M_lookahead(_State<_TraitsT> __state);
|
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
regex_executor.h | 137 _M_word_boundary(_State<_TraitsT> __state) const; 140 _M_lookahead(_State<_TraitsT> __state);
|
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
regex_executor.h | 137 _M_word_boundary(_State<_TraitsT> __state) const; 140 _M_lookahead(_State<_TraitsT> __state);
|
/external/xmlrpcpp/src/ |
base64.h | 155 template<class _II, class _OI, class _State, class _Endline> 156 _II put(_II _First, _II _Last, _OI _To, _State& /* _St */, _Endline /* _Endl */) const 215 template<class _II, class _OI, class _State> 216 _II get(_II _First, _II _Last, _OI _To, _State& _St) const
|