HomeSort by relevance Sort by last modified time
    Searched full:initstate (Results 26 - 50 of 93) sorted by null

12 3 4

  /external/bison/darwin-lib/
stdlib.h 884 _GL_FUNCDECL_SYS (initstate, char *,
888 _GL_CXXALIAS_SYS (initstate, char *,
890 _GL_CXXALIASWARN (initstate);
892 # undef initstate macro
894 _GL_WARN_ON_USE (initstate, "initstate is unportable - "
    [all...]
  /external/bison/linux-lib/
stdlib.h 884 _GL_FUNCDECL_SYS (initstate, char *,
888 _GL_CXXALIAS_SYS (initstate, char *,
890 _GL_CXXALIASWARN (initstate);
892 # undef initstate macro
894 _GL_WARN_ON_USE (initstate, "initstate is unportable - "
    [all...]
  /external/openfst/src/include/fst/
state-reachable.h 65 bool InitState(StateId s, StateId r) {
minimize.h 338 bool InitState(StateId s, StateId root) {
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
connect.h 74 bool InitState(StateId s, StateId root) {
minimize.h 325 bool InitState(StateId s, StateId root) {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 128 ProgramStateRef InitState);
132 ProgramStateRef InitState,
ExprEngine.h 118 ProgramStateRef InitState,
120 return Engine.ExecuteWorkListWithInitialState(L, Steps, InitState, Dst);
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
ConnectivityManagerTestBase.java 271 public void setStateTransitionCriteria(int networkType, State initState,
274 initState, transitionDir, targetState);
  /frameworks/native/include/input/
VelocityTracker.h 223 void initState(State& state, nsecs_t eventTime, float xpos, float ypos) const;
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
ConnectionUtil.java 273 * @param initState
277 public void setStateTransitionCriteria(int networkType, State initState,
280 initState, transitionDir, targetState);
  /frameworks/native/libs/binder/
Parcel.cpp 290 initState();
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdlib.h 323 `initstate' and `setstate' functions are those from BSD Unices.
336 extern char *initstate (unsigned int __seed, char *__statebuf,
340 which should have been previously initialized by `initstate'. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 323 `initstate' and `setstate' functions are those from BSD Unices.
336 extern char *initstate (unsigned int __seed, char *__statebuf,
340 which should have been previously initialized by `initstate'. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 323 `initstate' and `setstate' functions are those from BSD Unices.
336 extern char *initstate (unsigned int __seed, char *__statebuf,
340 which should have been previously initialized by `initstate'. */
  /external/chromium_org/components/nacl/zygote/
nacl_fork_delegate_linux.cc 238 *uma_name = "NaCl.Client.Helper.InitState";
  /external/clang/utils/VtableTest/
gen.cc 331 initstate(seed, state, sizeof(state));
  /external/chromium_org/third_party/lzma_sdk/
LzmaDec.c 685 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState)
697 if (initState)
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaDec.c 686 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState)
698 if (initState)
  /external/lzma/C/
LzmaDec.c 685 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState)
697 if (initState)
  /external/chromium_org/gpu/command_buffer/service/
context_state_impl_autogen.h 98 void ContextState::InitState() const {
  /external/chromium_org/third_party/mesa/src/src/glx/
glxhash.c 93 #define HASH_RANDOM_INIT(seed) ps = initstate(seed, rs, sizeof(rs))
  /external/mesa3d/src/glx/
glxhash.c 93 #define HASH_RANDOM_INIT(seed) ps = initstate(seed, rs, sizeof(rs))
  /frameworks/native/include/binder/
Parcel.h 223 void initState();
  /external/chromium_org/base/third_party/symbolize/
demangle.cc 174 static void InitState(State *state, const char *mangled,
    [all...]

Completed in 2074 milliseconds

12 3 4