Home
last modified time | relevance | path

Searched refs:functionKey (Results 51 – 75 of 179) sorted by relevance

12345678

/dports/editors/textadept/textadept-textadept_11.1/src/cdk/
H A Dposition.c29 boolean functionKey; in positionCDKObject() local
32 while ((key = (chtype)getchCDKObject (obj, &functionKey)) != KEY_ENTER) in positionCDKObject()
H A Dlabel.c325 boolean functionKey; in waitCDKLabel() local
330 code = getchCDKObject (ObjOf (label), &functionKey); in waitCDKLabel()
337 code = getchCDKObject (ObjOf (label), &functionKey); in waitCDKLabel()
H A Dbutton.c100 boolean functionKey; in activateCDKButton() local
109 input = (chtype)getchCDKObject (ObjOf (button), &functionKey); in activateCDKButton()
324 boolean functionKey; in positionCDKButton() local
329 key = (chtype)getchCDKObject (ObjOf (button), &functionKey); in positionCDKButton()
/dports/devel/cdk/cdk-5.0-20161210/
H A Dposition.c29 boolean functionKey; in positionCDKObject() local
32 while ((key = (chtype)getchCDKObject (obj, &functionKey)) != KEY_ENTER) in positionCDKObject()
H A Dlabel.c325 boolean functionKey; in waitCDKLabel() local
330 code = getchCDKObject (ObjOf (label), &functionKey); in waitCDKLabel()
337 code = getchCDKObject (ObjOf (label), &functionKey); in waitCDKLabel()
H A Dbutton.c100 boolean functionKey; in activateCDKButton() local
109 input = (chtype)getchCDKObject (ObjOf (button), &functionKey); in activateCDKButton()
324 boolean functionKey; in positionCDKButton() local
329 key = (chtype)getchCDKObject (ObjOf (button), &functionKey); in positionCDKButton()
H A Dbinding.c225 int getchCDKObject (CDKOBJS *obj, boolean *functionKey) in getchCDKObject() argument
228 *functionKey = (key >= KEY_MIN && key <= KEY_MAX); in getchCDKObject()
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/github.com/google/pprof/profile/
H A Dmerge.go52 functions: make(map[functionKey]*Function, len(srcs[0].Function)),
143 functions map[functionKey]*Function
391 func (f *Function) key() functionKey {
392 return functionKey{
400 type functionKey struct { struct
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/vendor/github.com/google/pprof/profile/
H A Dmerge.go52 functions: make(map[functionKey]*Function, len(srcs[0].Function)),
143 functions map[functionKey]*Function
391 func (f *Function) key() functionKey {
392 return functionKey{
400 type functionKey struct { struct
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/google/pprof/profile/
H A Dmerge.go55 functions: make(map[functionKey]*Function, len(srcs[0].Function)),
146 functions map[functionKey]*Function
394 func (f *Function) key() functionKey {
395 return functionKey{
403 type functionKey struct { struct
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/vendor/github.com/google/pprof/profile/
H A Dmerge.go52 functions: make(map[functionKey]*Function, len(srcs[0].Function)),
143 functions map[functionKey]*Function
391 func (f *Function) key() functionKey {
392 return functionKey{
400 type functionKey struct { struct
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/google/pprof/profile/
H A Dmerge.go55 functions: make(map[functionKey]*Function, len(srcs[0].Function)),
146 functions map[functionKey]*Function
394 func (f *Function) key() functionKey {
395 return functionKey{
403 type functionKey struct { struct
/dports/devel/pprof/pprof-acf8798/profile/
H A Dmerge.go52 functions: make(map[functionKey]*Function, len(srcs[0].Function)),
143 functions map[functionKey]*Function
391 func (f *Function) key() functionKey {
392 return functionKey{
400 type functionKey struct { struct
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/prometheus/vendor/github.com/google/pprof/profile/
H A Dmerge.go52 functions: make(map[functionKey]*Function, len(srcs[0].Function)),
143 functions map[functionKey]*Function
391 func (f *Function) key() functionKey {
392 return functionKey{
400 type functionKey struct { struct
/dports/x11-toolkits/qt5-virtualkeyboard/kde-qtvirtualkeyboard-5.15.2p4/src/virtualkeyboard/content/layouts/ja_JP/
H A Dmain.qml203 functionKey: true
210 functionKey: true
393 functionKey: true
400 functionKey: true
/dports/editors/textadept/cdk-5.0-20200923/
H A Dlabel.c325 boolean functionKey; in waitCDKLabel() local
330 code = getchCDKObject (ObjOf (label), &functionKey); in waitCDKLabel()
337 code = getchCDKObject (ObjOf (label), &functionKey); in waitCDKLabel()
H A Dbutton.c100 boolean functionKey; in activateCDKButton() local
109 input = (chtype)getchCDKObject (ObjOf (button), &functionKey); in activateCDKButton()
324 boolean functionKey; in positionCDKButton() local
329 key = (chtype)getchCDKObject (ObjOf (button), &functionKey); in positionCDKButton()
/dports/www/firefox/firefox-99.0/js/src/frontend/
H A DCompilationStencil.h1032 FunctionKey functionKey = SourceExtent::NullFunctionKey; member
1103 return functionKey == SourceExtent::NullFunctionKey; in isInitialStencil()
1155 functionKey = lazy->extent().toFunctionKey(); in setFunctionKey()
1203 FunctionKey functionKey = SourceExtent::NullFunctionKey; member
1246 functionKey(other.functionKey), in ExtensibleCompilationStencil()
1270 functionKey = other.functionKey;
1292 functionKey = extent.toFunctionKey(); in setFunctionKey()
1296 return functionKey == SourceExtent::NullFunctionKey; in isInitialStencil()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/
H A DCodeInstaller.java101 public StoredScript loadScript(Source source, String functionKey); in loadScript() argument
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/
H A DCodeInstaller.java101 public StoredScript loadScript(Source source, String functionKey); in loadScript() argument
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DCodeInstaller.java101 public StoredScript loadScript(Source source, String functionKey); in loadScript() argument
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DCodeInstaller.java101 public StoredScript loadScript(Source source, String functionKey); in loadScript() argument
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DCodeInstaller.java101 public StoredScript loadScript(Source source, String functionKey); in loadScript() argument
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DCodeInstaller.java101 public StoredScript loadScript(Source source, String functionKey); in loadScript() argument
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DCodeInstaller.java101 public StoredScript loadScript(Source source, String functionKey); in loadScript() argument

12345678