Lines Matching defs:ctx

44 protected native void fstWriterClose(long ctx);  in fstWriterClose()
45 protected native boolean fstWriterGetFseekFailed(long ctx); in fstWriterGetFseekFailed()
46 protected native boolean fstWriterGetDumpSizeLimitReached(long ctx); in fstWriterGetDumpSizeLimitReached()
47 protected native void fstWriterFlushContext(long ctx); in fstWriterFlushContext()
48 protected native void fstWriterSetUpscope(long ctx); in fstWriterSetUpscope()
49 protected native void fstWriterSetAttrEnd(long ctx); in fstWriterSetAttrEnd()
50 protected native void fstWriterSetPackType(long ctx, int typ); in fstWriterSetPackType()
51 protected native void fstWriterSetFileType(long ctx, int typ); in fstWriterSetFileType()
52 protected native void fstWriterSetRepackOnClose(long ctx, boolean enable); in fstWriterSetRepackOnClose()
53 protected native void fstWriterSetParallelMode(long ctx, boolean enable); in fstWriterSetParallelMode()
54 protected native void fstWriterSetTimescale(long ctx, int ts); in fstWriterSetTimescale()
55 protected native void fstWriterSetTimezero(long ctx, long tim); in fstWriterSetTimezero()
56 protected native void fstWriterSetDumpSizeLimit(long ctx, long numbytes); in fstWriterSetDumpSizeLimit()
57 protected native void fstWriterEmitDumpActive(long ctx, boolean enable); in fstWriterEmitDumpActive()
58 protected native void fstWriterEmitTimeChange(long ctx, long tim); in fstWriterEmitTimeChange()
59 protected native void fstWriterSetDate(long ctx, String dat); in fstWriterSetDate()
60 protected native void fstWriterSetVersion(long ctx, String vers); in fstWriterSetVersion()
61 protected native void fstWriterSetComment(long ctx, String comm); in fstWriterSetComment()
62 protected native void fstWriterSetEnvVar(long ctx, String envvar); in fstWriterSetEnvVar()
63 protected native void fstWriterSetTimescaleFromString(long ctx, String s); in fstWriterSetTimescaleFromString()
64 protected native int fstWriterCreateVar(long ctx, int vt, int vd, int len, String nam, int aliasHan… in fstWriterCreateVar()
65 protected native int fstWriterCreateVar2(long ctx, int vt, int vd, int len, String nam, int aliasHa… in fstWriterCreateVar2()
66 protected native void fstWriterSetSourceStem(long ctx, String path, int line, boolean use_realpath); in fstWriterSetSourceStem()
67 protected native void fstWriterSetSourceInstantiationStem(long ctx, String path, int line, boolean … in fstWriterSetSourceInstantiationStem()
68 protected native void fstWriterSetScope(long ctx, int scopetype, String scopename, String scopecomp… in fstWriterSetScope()
69 protected native void fstWriterEmitVariableLengthValueChange(long ctx, int handle, String val, int … in fstWriterEmitVariableLengthValueChange()
70 protected native void fstWriterSetAttrBegin(long ctx, int attrtype, int subtype, String attrname, l… in fstWriterSetAttrBegin()
71 protected native void fstWriterEmitValueChange(long ctx, int handle, String val); in fstWriterEmitValueChange()
72 protected native void fstWriterEmitValueChange(long ctx, int handle, double val); in fstWriterEmitValueChange()
73 protected void fstWriterEmitValueChange(long ctx, int handle, int val) { fstWriterEmitValueC… in fstWriterEmitValueChange()
77 protected native void fstReaderClose(long ctx); in fstReaderClose()
78 protected native boolean fstReaderIterateHierRewind(long ctx); in fstReaderIterateHierRewind()
79 protected native void fstReaderResetScope(long ctx); in fstReaderResetScope()
80 protected native int fstReaderGetCurrentScopeLen(long ctx); in fstReaderGetCurrentScopeLen()
81 protected native int fstReaderGetFileType(long ctx); in fstReaderGetFileType()
82 protected native long fstReaderGetTimezero(long ctx); in fstReaderGetTimezero()
83 protected native long fstReaderGetStartTime(long ctx); in fstReaderGetStartTime()
84 protected native long fstReaderGetEndTime(long ctx); in fstReaderGetEndTime()
85 protected native long fstReaderGetMemoryUsedByWriter(long ctx); in fstReaderGetMemoryUsedByWriter()
86 protected native long fstReaderGetScopeCount(long ctx); in fstReaderGetScopeCount()
87 protected native long fstReaderGetVarCount(long ctx); in fstReaderGetVarCount()
88 protected native int fstReaderGetMaxHandle(long ctx); in fstReaderGetMaxHandle()
89 protected native long fstReaderGetAliasCount(long ctx); in fstReaderGetAliasCount()
90 protected native long fstReaderGetValueChangeSectionCount(long ctx); in fstReaderGetValueChangeSectionCount()
91 protected native boolean fstReaderGetFseekFailed(long ctx); in fstReaderGetFseekFailed()
92 protected native void fstReaderSetUnlimitedTimeRange(long ctx); in fstReaderSetUnlimitedTimeRange()
93 protected native void fstReaderSetLimitTimeRange(long ctx, long start_time, long end_time); in fstReaderSetLimitTimeRange()
94 protected native void fstReaderSetVcdExtensions(long ctx, boolean enable); in fstReaderSetVcdExtensions()
95 protected native int fstReaderGetNumberDumpActivityChanges(long ctx); in fstReaderGetNumberDumpActivityChanges()
96 protected native long fstReaderGetDumpActivityChangeTime(long ctx, int idx); in fstReaderGetDumpActivityChangeTime()
97 protected native boolean fstReaderGetFacProcessMask(long ctx, int facidx); in fstReaderGetFacProcessMask()
98 protected native void fstReaderSetFacProcessMask(long ctx, int facidx); in fstReaderSetFacProcessMask()
99 protected native void fstReaderClrFacProcessMask(long ctx, int facidx); in fstReaderClrFacProcessMask()
100 protected native void fstReaderSetFacProcessMaskAll(long ctx); in fstReaderSetFacProcessMaskAll()
101 protected native void fstReaderClrFacProcessMaskAll(long ctx); in fstReaderClrFacProcessMaskAll()
102 protected native String fstReaderGetVersionString(long ctx); in fstReaderGetVersionString()
103 protected native String fstReaderGetDateString(long ctx); in fstReaderGetDateString()
104 protected native String fstReaderPopScope(long ctx); in fstReaderPopScope()
105 protected native String fstReaderGetCurrentFlatScope(long ctx); in fstReaderGetCurrentFlatScope()
106 protected native String fstReaderGetCurrentScopeUserInfo(long ctx); in fstReaderGetCurrentScopeUserInfo()
107 protected native String fstReaderPushScope(long ctx, String nam, long user_info); in fstReaderPushScope()
108 protected native int fstReaderGetTimescale(long ctx); in fstReaderGetTimescale()
109 protected native boolean fstReaderGetDumpActivityChangeValue(long ctx, int idx); in fstReaderGetDumpActivityChangeValue()
110 protected native String fstReaderGetValueFromHandleAtTime(long ctx, long tim, int facidx); in fstReaderGetValueFromHandleAtTime()
111 protected native void fstReaderIterateHier(long ctx, fstHier fh); in fstReaderIterateHier()
112 protected native int fstReaderIterBlocks(long ctx, Object cbobj); in fstReaderIterBlocks()