Home
last modified time | relevance | path

Searched refs:INT_CONSTANT (Results 1 – 25 of 56) sorted by relevance

123

/dports/www/firefox-esr/firefox-91.8.0/dom/system/
H A DOSFileConstants.cpp357 INT_CONSTANT(F_OK),
358 INT_CONSTANT(R_OK),
359 INT_CONSTANT(W_OK),
360 INT_CONSTANT(X_OK),
434 INT_CONSTANT(EBADF),
437 INT_CONSTANT(EFBIG),
439 INT_CONSTANT(EINTR),
440 INT_CONSTANT(EIO),
443 INT_CONSTANT(ELOOP),
452 INT_CONSTANT(ENXIO),
[all …]
/dports/www/firefox/firefox-99.0/dom/system/
H A DOSFileConstants.cpp358 INT_CONSTANT(F_OK),
359 INT_CONSTANT(R_OK),
360 INT_CONSTANT(W_OK),
361 INT_CONSTANT(X_OK),
435 INT_CONSTANT(EBADF),
438 INT_CONSTANT(EFBIG),
440 INT_CONSTANT(EINTR),
441 INT_CONSTANT(EIO),
444 INT_CONSTANT(ELOOP),
453 INT_CONSTANT(ENXIO),
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/system/
H A DOSFileConstants.cpp357 INT_CONSTANT(F_OK),
358 INT_CONSTANT(R_OK),
359 INT_CONSTANT(W_OK),
360 INT_CONSTANT(X_OK),
434 INT_CONSTANT(EBADF),
437 INT_CONSTANT(EFBIG),
439 INT_CONSTANT(EINTR),
440 INT_CONSTANT(EIO),
443 INT_CONSTANT(ELOOP),
452 INT_CONSTANT(ENXIO),
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/system/
H A DOSFileConstants.cpp355 INT_CONSTANT(F_OK),
356 INT_CONSTANT(R_OK),
357 INT_CONSTANT(W_OK),
358 INT_CONSTANT(X_OK),
432 INT_CONSTANT(EBADF),
435 INT_CONSTANT(EFBIG),
437 INT_CONSTANT(EINTR),
438 INT_CONSTANT(EIO),
441 INT_CONSTANT(ELOOP),
450 INT_CONSTANT(ENXIO),
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/system/
H A DOSFileConstants.cpp390 INT_CONSTANT(F_OK),
391 INT_CONSTANT(R_OK),
392 INT_CONSTANT(W_OK),
393 INT_CONSTANT(X_OK),
467 INT_CONSTANT(EBADF),
470 INT_CONSTANT(EFBIG),
472 INT_CONSTANT(EINTR),
473 INT_CONSTANT(EIO),
476 INT_CONSTANT(ELOOP),
485 INT_CONSTANT(ENXIO),
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/system/
H A DOSFileConstants.cpp473 INT_CONSTANT(F_OK),
474 INT_CONSTANT(R_OK),
475 INT_CONSTANT(W_OK),
476 INT_CONSTANT(X_OK),
550 INT_CONSTANT(EBADF),
553 INT_CONSTANT(EFBIG),
555 INT_CONSTANT(EIO),
558 INT_CONSTANT(ELOOP),
567 INT_CONSTANT(ENXIO),
574 INT_CONSTANT(EPERM),
[all …]
/dports/print/py-pycups/pycups-2.0.1/
H A Dcupsmodule.c869 INT_CONSTANT(newname) in PyInit_cups()
944 INT_CONSTANT (PPD_ORDER_ANY); in PyInit_cups()
953 INT_CONSTANT (IPP_JOB_HELD); in PyInit_cups()
1085 INT_CONSTANT (IPP_TAG_ZERO); in PyInit_cups()
1087 INT_CONSTANT (IPP_TAG_JOB); in PyInit_cups()
1091 INT_CONSTANT (IPP_TAG_ENUM); in PyInit_cups()
1094 INT_CONSTANT (IPP_TAG_TEXT); in PyInit_cups()
1095 INT_CONSTANT (IPP_TAG_NAME); in PyInit_cups()
1097 INT_CONSTANT (IPP_TAG_URI); in PyInit_cups()
1104 INT_CONSTANT(IPP_OP_##name) in PyInit_cups()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/jdk/javadoc/doclet/testSystemPropertyTaglet/mymodule/mypackage/
H A DMyClass.java39 public final static int INT_CONSTANT = 42; field in MyClass
46 public static Object value() { return INT_CONSTANT; } in value()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/jdk/javadoc/doclet/testSystemPropertyTaglet/mymodule/mypackage/
H A DMyClass.java39 public final static int INT_CONSTANT = 42; field in MyClass
46 public static Object value() { return INT_CONSTANT; } in value()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/jdk/javadoc/doclet/testSystemPropertyTaglet/mymodule/mypackage/
H A DMyClass.java39 public final static int INT_CONSTANT = 42; field in MyClass
46 public static Object value() { return INT_CONSTANT; } in value()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/jdk/javadoc/doclet/testSystemPropertyTaglet/mymodule/mypackage/
H A DMyClass.java39 public final static int INT_CONSTANT = 42; field in MyClass
46 public static Object value() { return INT_CONSTANT; } in value()
/dports/math/geogram/geogram-1.7.7/src/bin/fpg/
H A Dlex.l55 "false" { count(); yylval.int_const = 0; return(INT_CONSTANT); }
56 "true" { count(); yylval.int_const = 1; return(INT_CONSTANT); }
75 return(INT_CONSTANT); }
/dports/math/py-pysmt/pysmt-0.9.0/pysmt/
H A Doperators.py33 REAL_CONSTANT, BOOL_CONSTANT, INT_CONSTANT, STR_CONSTANT, # Constants (9-12)
90 CONSTANTS = frozenset([BOOL_CONSTANT, REAL_CONSTANT, INT_CONSTANT,
171 INT_CONSTANT : "INT_CONSTANT",
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/jvmci/common/testcases/
H A DMultipleImplementer2.java35 private static int intStaticField = INT_CONSTANT;
42 public int intField = INT_CONSTANT;
H A DMultipleAbstractImplementer.java36 private static int intStaticField = INT_CONSTANT;
43 public int intField = INT_CONSTANT;
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/jvmci/common/testcases/
H A DMultipleAbstractImplementer.java36 private static int intStaticField = INT_CONSTANT;
43 public int intField = INT_CONSTANT;
H A DMultipleImplementer2.java35 private static int intStaticField = INT_CONSTANT;
42 public int intField = INT_CONSTANT;
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/jvmci/common/testcases/
H A DMultipleAbstractImplementer.java36 private static int intStaticField = INT_CONSTANT;
43 public int intField = INT_CONSTANT;
H A DMultipleImplementer2.java35 private static int intStaticField = INT_CONSTANT;
42 public int intField = INT_CONSTANT;
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/jvmci/common/testcases/
H A DMultipleAbstractImplementer.java36 private static int intStaticField = INT_CONSTANT;
43 public int intField = INT_CONSTANT;
H A DMultipleImplementer2.java35 private static int intStaticField = INT_CONSTANT;
42 public int intField = INT_CONSTANT;
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/jvmci/common/testcases/
H A DMultipleAbstractImplementer.java36 private static int intStaticField = INT_CONSTANT;
43 public int intField = INT_CONSTANT;
H A DMultipleImplementer2.java35 private static int intStaticField = INT_CONSTANT;
42 public int intField = INT_CONSTANT;
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/jvmci/common/testcases/
H A DMultipleImplementer2.java35 private static int intStaticField = INT_CONSTANT;
42 public int intField = INT_CONSTANT;
H A DMultipleAbstractImplementer.java36 private static int intStaticField = INT_CONSTANT;
43 public int intField = INT_CONSTANT;

123