Constant Field Values
Contents
com.facebook.*
-
com.facebook.buck.android.AaptPackageResources Modifier and Type Constant Field Value public static final String
RESOURCE_APK_PATH_FORMAT
"%s.unsigned.ap_"
-
com.facebook.buck.android.AaptStep Modifier and Type Constant Field Value public static final String
IGNORE_ASSETS_PATTERN
"!.gitkeep:!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~:*.orig"
-
com.facebook.buck.android.AndroidAar Modifier and Type Constant Field Value public static final String
AAR_FORMAT
"%s.aar"
-
com.facebook.buck.android.AndroidBuckConfig Modifier and Type Constant Field Value public static final String
PATH_ENTRY_IN_ADB_PATH_SEARCH_ORDER
"<PATH>"
public static final String
SDK_ENTRY_IN_ADB_PATH_SEARCH_ORDER
"<SDK>"
-
com.facebook.buck.android.BuildConfigs Modifier and Type Constant Field Value public static final String
DEBUG_CONSTANT
"DEBUG"
public static final String
EXOPACKAGE_FLAGS
"EXOPACKAGE_FLAGS"
public static final String
IS_EXO_CONSTANT
"IS_EXOPACKAGE"
-
com.facebook.buck.android.ConcatStep Modifier and Type Constant Field Value public static final String
SHORT_NAME
"cat"
-
com.facebook.buck.android.DxStep Modifier and Type Constant Field Value public static final String
D8
"d8"
public static final int
DEX_REFERENCE_OVERFLOW_EXIT_CODE
2
public static final String
DX
"dx"
public static final int
FAILURE_EXIT_CODE
1
public static final int
SUCCESS_EXIT_CODE
0
-
com.facebook.buck.android.NativeLibraryProguardGenerator Modifier and Type Constant Field Value public static final String
OUTPUT_FORMAT
"%s/native-libs.pro"
-
com.facebook.buck.android.PackageStringAssets Modifier and Type Constant Field Value public static final String
STRING_ASSETS_DIR_FORMAT
"__strings_%s__"
-
com.facebook.buck.android.ProGuardObfuscateStep Modifier and Type Constant Field Value public static final int
DEFAULT_OPTIMIZATION_PASSES
1
-
com.facebook.buck.android.SmartDexingStep Modifier and Type Constant Field Value public static final String
SHORT_NAME
"smart_dex"
-
com.facebook.buck.android.SplitZipStep Modifier and Type Constant Field Value public static final String
SECONDARY_DEX_ID
"dex"
-
com.facebook.buck.android.WriteAppModuleMetadataStep Modifier and Type Constant Field Value public static final String
CLASS_SECTION_HEADER
"CLASSES"
public static final String
DEPS_SECTION_HEADER
"DEPS"
public static final String
ITEM_INDENTATION
" "
public static final String
LIBRARIES_SECTION_HEADER
"LIBRARIES"
public static final String
MODULE_INDENTATION
" "
public static final String
TARGETS_SECTION_HEADER
"TARGETS"
-
com.facebook.buck.android.aapt.RDotTxtEntry Modifier and Type Constant Field Value public static final String
INT_ARRAY_SEPARATOR
","
-
com.facebook.buck.android.agent.AgentMain Modifier and Type Constant Field Value public static final int
CONNECT_TIMEOUT_MS
5000
public static final int
LINE_LENGTH_LIMIT
4096
public static final int
RECEIVE_TIMEOUT_MS
20000
public static final int
TOTAL_RECEIVE_TIMEOUT_MS_PER_MB
2000
-
com.facebook.buck.android.agent.util.AgentUtil Modifier and Type Constant Field Value public static final String
AGENT_PACKAGE_NAME
"com.facebook.buck.android.agent"
public static final String
AGENT_VERSION_CODE
"9"
public static final int
BINARY_SECRET_KEY_SIZE
16
public static final String
TEMP_PREFIX
"exopackage_temp-"
public static final int
TEXT_SECRET_KEY_SIZE
32
-
com.facebook.buck.android.apkmodule.APKModuleGraph Modifier and Type Constant Field Value public static final String
ROOT_APKMODULE_NAME
"dex"
-
com.facebook.buck.android.exopackage.ExopackageInstaller Modifier and Type Constant Field Value public static final String
NATIVE_LIBRARY_TYPE
"native_library"
public static final String
RESOURCES_TYPE
"resources"
public static final String
SECONDARY_DEX_TYPE
"secondary_dex"
-
com.facebook.buck.android.resources.ResChunk Modifier and Type Constant Field Value public static final short
CHUNK_RES_TABLE_PACKAGE
512
public static final short
CHUNK_RES_TABLE_TYPE
513
public static final short
CHUNK_RES_TABLE_TYPE_SPEC
514
public static final short
CHUNK_RESOURCE_TABLE
2
public static final short
CHUNK_STRING_POOL
1
public static final short
CHUNK_XML_REF_MAP
384
public static final short
CHUNK_XML_TREE
3
-
com.facebook.buck.android.resources.ResourcesXml Modifier and Type Constant Field Value public static final int
ATTRIBUTE_SIZE
20
public static final int
HEADER_SIZE
8
-
com.facebook.buck.android.resources.ResourcesZipBuilder Modifier and Type Constant Field Value public static final String
ANDROID_MANIFEST_XML
"AndroidManifest.xml"
-
com.facebook.buck.android.resources.ResourceTable Modifier and Type Constant Field Value public static final int
HEADER_SIZE
12
-
com.facebook.buck.android.resources.ResTablePackage Modifier and Type Constant Field Value public static final int
APP_PACKAGE_ID
127
public static final int
HEADER_SIZE
288
public static final int
NAME_DATA_LENGTH
256
-
com.facebook.buck.android.resources.ResTableType Modifier and Type Constant Field Value public static final int
ATTRIBUTE_DATA_OFFSET
8
public static final int
ATTRIBUTE_NAME_REF_OFFSET
0
public static final int
ATTRIBUTE_SIZE_OFFSET
4
public static final int
ATTRIBUTE_TYPE_OFFSET
7
-
com.facebook.buck.android.toolchain.AdbToolchain Modifier and Type Constant Field Value public static final String
DEFAULT_NAME
"adb-toolchain"
-
com.facebook.buck.android.toolchain.AndroidBuildToolsLocation Modifier and Type Constant Field Value public static final String
DEFAULT_NAME
"android-build-tools"
-
com.facebook.buck.android.toolchain.AndroidPlatformTarget Modifier and Type Constant Field Value public static final String
DEFAULT_ANDROID_PLATFORM_TARGET
"android-23"
public static final String
DEFAULT_NAME
"android-platform-target"
-
com.facebook.buck.android.toolchain.AndroidSdkLocation Modifier and Type Constant Field Value public static final String
DEFAULT_NAME
"android-sdk-location"
-
com.facebook.buck.android.toolchain.DxToolchain Modifier and Type Constant Field Value public static final String
DEFAULT_NAME
"dx-toolchain"
-
com.facebook.buck.android.toolchain.common.BaseAndroidToolchainResolver Modifier and Type Constant Field Value public static final String
INVALID_DIRECTORY_MESSAGE_TEMPLATE
"Configuration \'%s\' points to an invalid directory \'%s\'."
-
com.facebook.buck.android.toolchain.ndk.AndroidNdk Modifier and Type Constant Field Value public static final String
DEFAULT_NAME
"android-ndk-location"
-
com.facebook.buck.android.toolchain.ndk.AndroidNdkConstants Modifier and Type Constant Field Value public static final String
ANDROID_NDK_ROOT
"@ANDROID_NDK_ROOT@"
-
com.facebook.buck.android.toolchain.ndk.NdkCxxPlatformsProvider Modifier and Type Constant Field Value public static final String
DEFAULT_NAME
"ndk-cxx-platforms"
-
com.facebook.buck.android.toolchain.ndk.impl.NdkCxxPlatforms Modifier and Type Constant Field Value public static final String
BUILD_HOST_SUBST
"@BUILD_HOST@"
public static final String
DEFAULT_TARGET_APP_PLATFORM
"android-16"
-
com.facebook.buck.apple.AppleBundle Modifier and Type Constant Field Value public static final String
CODE_SIGN_ENTITLEMENTS
"CODE_SIGN_ENTITLEMENTS"
-
com.facebook.buck.apple.AppleConfig Modifier and Type Constant Field Value public static final String
APPLE_SECTION
"apple"
public static final String
BUILD_SCRIPT
"xcode_build_script"
public static final String
LINK_SCRUB_CONCURRENTLY
"link_scrub_concurrently"
-
com.facebook.buck.apple.AppleDsym Modifier and Type Constant Field Value public static final String
DSYM_DWARF_FILE_FOLDER
"Contents/Resources/DWARF/"
-
com.facebook.buck.apple.toolchain.AppleCxxPlatformsProvider Modifier and Type Constant Field Value public static final String
DEFAULT_NAME
"apple-cxx-platforms"
-
com.facebook.buck.apple.toolchain.AppleDeveloperDirectoryForTestsProvider Modifier and Type Constant Field Value public static final String
DEFAULT_NAME
"apple-developer-directory-for-tests"
-
com.facebook.buck.apple.toolchain.AppleDeveloperDirectoryProvider Modifier and Type Constant Field Value public static final String
DEFAULT_NAME
"apple-developer-directory"
-
com.facebook.buck.apple.toolchain.AppleSdkLocation Modifier and Type Constant Field Value public static final String
DEFAULT_NAME
"apple-sdk-location"
-
com.facebook.buck.apple.toolchain.AppleToolchainProvider Modifier and Type Constant Field Value public static final String
DEFAULT_NAME
"apple-toolchain-provider"
-
com.facebook.buck.apple.toolchain.CodeSignIdentityStore Modifier and Type Constant Field Value public static final String
DEFAULT_NAME
"apple-code-sign-identities"
-
com.facebook.buck.apple.toolchain.ProvisioningProfileStore Modifier and Type Constant Field Value public static final String
DEFAULT_NAME
"apple-provisioning-profiles"
-
com.facebook.buck.artifact_cache.ThriftArtifactCache Modifier and Type Constant Field Value public static final String
PROTOCOL_HEADER
"X-Thrift-Protocol"
-
com.facebook.buck.artifact_cache.config.ArtifactCacheBuckConfig Modifier and Type Constant Field Value public static final String
MULTI_CHECK
"multi_check"
public static final String
MULTI_FETCH
"multi_fetch"
-
com.facebook.buck.cli.PublishCommand Modifier and Type Constant Field Value public static final String
DRY_RUN_LONG_ARG
"--dry-run"
public static final String
INCLUDE_DOCS_LONG_ARG
"--include-docs"
public static final String
INCLUDE_DOCS_SHORT_ARG
"-w"
public static final String
INCLUDE_SOURCE_LONG_ARG
"--include-source"
public static final String
INCLUDE_SOURCE_SHORT_ARG
"-s"
public static final String
REMOTE_REPO_LONG_ARG
"--remote-repo"
public static final String
REMOTE_REPO_SHORT_ARG
"-r"
public static final String
TO_MAVEN_CENTRAL_LONG_ARG
"--to-maven-central"
-
com.facebook.buck.cli.TargetDeviceCommandLineOptions Modifier and Type Constant Field Value public static final String
EMULATOR_MODE_SHORT_ARG
"-e"
-
com.facebook.buck.core.build.engine.buildinfo.BuildInfo Modifier and Type Constant Field Value public static final String
MANIFEST
"MANIFEST"
-
com.facebook.buck.core.build.engine.buildinfo.BuildInfo.MetadataKey Modifier and Type Constant Field Value public static final String
ADDITIONAL_INFO
"ADDITIONAL_INFO"
public static final String
ARTIFACT_METADATA
"ARTIFACT_METADATA"
public static final String
BUILD_ID
"BUILD_ID"
public static final String
CONFIGURATION
"CONFIGURATION"
public static final String
DEP_FILE
"DEP_FILE"
public static final String
DEP_FILE_RULE_KEY
"DEP_FILE_RULE_KEY"
public static final String
INPUT_BASED_RULE_KEY
"INPUT_BASED_RULE_KEY"
public static final String
MANIFEST_KEY
"MANIFEST_KEY"
public static final String
ORIGIN_BUILD_ID
"ORIGIN_BUILD_ID"
public static final String
OUTPUT_HASH
"OUTPUT_HASH"
public static final String
OUTPUT_SIZE
"OUTPUT_SIZE"
public static final String
RECORDED_PATH_HASHES
"RECORDED_PATH_HASHES"
public static final String
RECORDED_PATHS
"RECORDED_PATHS"
public static final String
RULE_KEY
"RULE_KEY"
public static final String
TARGET
"TARGET"
-
com.facebook.buck.core.cell.CellName Modifier and Type Constant Field Value public static final String
ALL_CELLS_SPECIAL_STRING
"*"
-
com.facebook.buck.core.cell.impl.DefaultCellPathResolver Modifier and Type Constant Field Value public static final String
REPOSITORIES_SECTION
"repositories"
-
com.facebook.buck.core.description.arg.BuildRuleArg Modifier and Type Constant Field Value public static final String
DEFAULT_TARGET_PLATFORM_PARAM_NAME
"defaultTargetPlatform"
-
com.facebook.buck.core.description.arg.Hint Modifier and Type Constant Field Value public static final boolean
DEFAULT_EXEC_CONFIGURATION
false
public static final boolean
DEFAULT_IS_CONFIGURABLE
true
public static final boolean
DEFAULT_IS_DEP
true
public static final boolean
DEFAULT_IS_INPUT
true
public static final boolean
DEFAULT_IS_TARGET_GRAPH_ONLY_DEP
false
public static final boolean
DEFAULT_SPLIT_CONFIGURATION
false
-
com.facebook.buck.core.module.annotationprocessor.BuckModuleAnnotationProcessorConstants Modifier and Type Constant Field Value public static final String
BUCK_MODULE_ANNOTATION
"com.facebook.buck.core.module.BuckModule"
-
com.facebook.buck.core.parser.buildtargetpattern.BuildTargetLanguageConstants Modifier and Type Constant Field Value public static final char
FLAVOR_DELIMITER
44
public static final char
FLAVOR_SYMBOL
35
public static final char
PATH_SYMBOL
47
public static final String
RECURSIVE_SYMBOL
"..."
public static final String
ROOT_SYMBOL
"//"
public static final char
TARGET_SYMBOL
58
-
com.facebook.buck.core.resources.ResourcesConfig Modifier and Type Constant Field Value public static final String
RESOURCES_PER_RULE_SECTION_HEADER
"resources_per_rule"
public static final String
RESOURCES_SECTION_HEADER
"resources"
-
com.facebook.buck.core.rules.actions.lib.args.CommandLineArgs Modifier and Type Constant Field Value public static final String
DEFAULT_FORMAT_STRING
"%s"
-
com.facebook.buck.core.select.SelectorKey Modifier and Type Constant Field Value public static final String
DEFAULT_KEYWORD
"DEFAULT"
-
com.facebook.buck.core.test.rule.TestXRule Modifier and Type Constant Field Value public static final String
TEST_BINARY_OUTPUT
"testbin"
-
com.facebook.buck.cxx.config.CxxBuckConfig Modifier and Type Constant Field Value public static final String
DEFAULT_FLAVOR_LIBRARY_TYPE
"type"
public static final String
DEFAULT_FLAVOR_PLATFORM
"platform"
-
com.facebook.buck.cxx.toolchain.CxxPlatformsProvider Modifier and Type Constant Field Value public static final String
DEFAULT_NAME
"cxx-platforms"
-
com.facebook.buck.cxx.toolchain.WindowsPreprocessor Modifier and Type Constant Field Value public static final String
WIN_SYSTEM_INCLUDE_FLAG
"/external:I"
-
com.facebook.buck.cxx.toolchain.elf.ElfHeader Modifier and Type Constant Field Value public static final int
EI_CLASS
4
public static final int
EI_DATA
5
public static final int
EI_MAG0
0
public static final int
EI_MAG1
1
public static final int
EI_MAG2
2
public static final int
EI_MAG3
3
public static final int
EI_NIDENT
16
public static final int
EI_PAD
7
public static final int
EI_VERSION
6
public static final byte
ELFMAG0
127
public static final byte
ELFMAG1
69
public static final byte
ELFMAG2
76
public static final byte
ELFMAG3
70
-
com.facebook.buck.cxx.toolchain.objectfile.Machos Modifier and Type Constant Field Value public static final int
LC_DYLD_INFO_ONLY
-2147483614
public static final int
LC_SYMTAB
2
-
com.facebook.buck.doctor.config.DoctorConfig Modifier and Type Constant Field Value public static final long
DEFAULT_ENDPOINT_TIMEOUT_MS
15000L
public static final int
DEFAULT_REPORT_MAX_UPLOAD_RETRIES
2
public static final long
DEFAULT_REPORT_TIMEOUT_MS
30000L
public static final String
DEFAULT_REPORT_UPLOAD_PATH
"/rage/upload"
public static final String
DOCTOR_SECTION
"doctor"
public static final String
ENDPOINT_EXTRA_HEADERS_FIELD
"endpoint_extra_request_headers"
public static final String
ENDPOINT_URL_FIELD
"endpoint_url"
public static final String
PROTOCOL_VERSION_FIELD
"protocol_version"
public static final String
REPORT_EXTRA_INFO_COMMAND_FIELD
"report_extra_info_command"
public static final String
REPORT_UPLOAD_PATH_FIELD
"report_upload_path"
-
com.facebook.buck.event.DefaultBuckEventBus Modifier and Type Constant Field Value public static final int
DEFAULT_SHUTDOWN_TIMEOUT_MS
15000
-
com.facebook.buck.event.InstallEvent.Finished Modifier and Type Constant Field Value public static final String
DEVICE_INFO_LOCALES
"locales"
-
com.facebook.buck.event.external.events.BuckEventExternalInterface Modifier and Type Constant Field Value public static final String
BUILD_FINISHED
"BuildFinished"
public static final String
BUILD_REPORT
"BuildReport"
public static final String
BUILD_STARTED
"BuildStarted"
public static final String
BUILD_STATUS_EVENT
"BuildStatus"
public static final String
CACHE_RATE_STATS_UPDATE_EVENT
"CacheRateStatsUpdateEvent"
public static final String
INDIVIDUAL_TEST_AWAITING_RESULTS
"AwaitingResults"
public static final String
INSTALL_STARTED
"InstallStarted"
public static final String
PARSE_FINISHED
"ParseFinished"
public static final String
PARSE_STARTED
"ParseStarted"
public static final String
PROJECT_GENERATION_FINISHED
"ProjectGenerationFinished"
public static final String
PROJECT_GENERATION_STARTED
"ProjectGenerationStarted"
public static final String
TEST_RUN_STARTED
"RunStarted"
-
com.facebook.buck.event.external.events.CacheRateStatsUpdateExternalEventInterface Modifier and Type Constant Field Value public static final String
EVENT_NAME
"CacheRateStatsUpdateEvent"
-
com.facebook.buck.event.external.events.CompilerErrorEventExternalInterface Modifier and Type Constant Field Value public static final String
COMPILER_ERROR_EVENT
"CompilerErrorEvent"
-
com.facebook.buck.event.external.events.ConsoleEventExternalInterface Modifier and Type Constant Field Value public static final String
CONSOLE_EVENT
"ConsoleEvent"
-
com.facebook.buck.event.external.events.IndividualTestEventFinishedExternalInterface<T> Modifier and Type Constant Field Value public static final String
RESULTS_AVAILABLE
"ResultsAvailable"
-
com.facebook.buck.event.external.events.InstallFinishedEventExternalInterface Modifier and Type Constant Field Value public static final String
INSTALL_FINISHED
"InstallFinished"
-
com.facebook.buck.event.external.events.ProgressEventInterface Modifier and Type Constant Field Value public static final String
BUILD_PROGRESS_UPDATED
"BuildProgressUpdated"
public static final String
PARSING_PROGRESS_UPDATED
"ParsingProgressUpdated"
public static final String
PROJECT_GENERATION_PROGRESS_UPDATED
"ProjectGenerationProgressUpdated"
-
com.facebook.buck.event.external.events.StepEventExternalInterface Modifier and Type Constant Field Value public static final String
STEP_FINISHED
"StepFinished"
public static final String
STEP_STARTED
"StepStarted"
-
com.facebook.buck.event.external.events.TestRunFinishedEventInterface<T> Modifier and Type Constant Field Value public static final String
RUN_COMPLETE
"RunComplete"
-
com.facebook.buck.event.listener.AbstractConsoleEventBusListener Modifier and Type Constant Field Value protected static final long
UNFINISHED_EVENT_PAIR
-1L
-
com.facebook.buck.event.listener.LoadBalancerEventsListener Modifier and Type Constant Field Value public static final String
COUNTER_CATEGORY
"buck_slb_counters"
-
com.facebook.buck.event.listener.LoadBalancerEventsListener.ServerCounters Modifier and Type Constant Field Value public static final String
PER_SERVER_CATEGORY
"buck_slb_counters_per_server"
public static final String
SERVER_TAG
"server"
-
com.facebook.buck.event.listener.ScribeEventListenerConfig Modifier and Type Constant Field Value public static final String
BUILDFILE_SECTION_NAME
"scribe_event_listener"
-
com.facebook.buck.event.listener.util.ProgressEstimator Modifier and Type Constant Field Value public static final String
EXPECTED_NUMBER_OF_GENERATED_PROJECT_FILES
"expectedNumberOfGeneratedProjectFiles"
public static final String
EXPECTED_NUMBER_OF_PARSED_BUCK_FILES
"expectedNumberOfParsedBUCKFiles"
public static final String
EXPECTED_NUMBER_OF_PARSED_RULES
"expectedNumberOfParsedRules"
public static final String
PROGRESS_ESTIMATIONS_JSON
".progressestimations.json"
-
com.facebook.buck.features.apple.projectV2.BuildConfiguration Modifier and Type Constant Field Value public static final String
DEBUG_BUILD_CONFIGURATION_NAME
"Debug"
public static final String
PROFILE_BUILD_CONFIGURATION_NAME
"Profile"
public static final String
RELEASE_BUILD_CONFIGURATION_NAME
"Release"
-
com.facebook.buck.features.go.GoToolchain Modifier and Type Constant Field Value public static final String
DEFAULT_NAME
"go-toolchain"
-
com.facebook.buck.features.halide.HalideBuckConfig Modifier and Type Constant Field Value public static final String
HALIDE_SECTION_NAME
"halide"
public static final String
HALIDE_XCODE_COMPILE_SCRIPT_KEY
"xcode_compile_script"
-
com.facebook.buck.features.haskell.HaskellPlatformsProvider Modifier and Type Constant Field Value public static final String
DEFAULT_NAME
"haskell-platforms"
-
com.facebook.buck.features.js.JsBundleOutputs Modifier and Type Constant Field Value public static final String
JS_DIR_NAME
"js"
-
com.facebook.buck.features.lua.LuaPlatform Modifier and Type Constant Field Value public static final String
FLAVOR_DOMAIN_NAME
"Lua Platform"
-
com.facebook.buck.features.lua.LuaPlatformsProvider Modifier and Type Constant Field Value public static final String
DEFAULT_NAME
"lua-platforms"
-
com.facebook.buck.features.project.intellij.aggregation.AggregationKeys Modifier and Type Constant Field Value public static final String
JAVA_LANGUAGE_LEVEL
"language_level"
public static final String
MODULE_TYPE
"type"
-
com.facebook.buck.features.project.intellij.model.folders.ExcludeFolder Modifier and Type Constant Field Value public static final String
FOLDER_IJ_NAME
"excludeFolder"
-
com.facebook.buck.features.python.PythonBuckConfig Modifier and Type Constant Field Value public static final String
SECTION
"python"
-
com.facebook.buck.features.python.PythonRunTestsStep Modifier and Type Constant Field Value public static final int
TEST_FAILURES_EXIT_CODE
70
-
com.facebook.buck.features.python.toolchain.PexToolProvider Modifier and Type Constant Field Value public static final String
DEFAULT_NAME
"pex-tool"
-
com.facebook.buck.features.python.toolchain.PythonInterpreter Modifier and Type Constant Field Value public static final String
DEFAULT_NAME
"python-interpreter"
-
com.facebook.buck.features.python.toolchain.PythonPlatformsProvider Modifier and Type Constant Field Value public static final String
DEFAULT_NAME
"python-platforms"
-
com.facebook.buck.features.rust.RustToolchain Modifier and Type Constant Field Value public static final String
DEFAULT_NAME
"rust-platforms"
-
com.facebook.buck.file.downloader.Downloader Modifier and Type Constant Field Value public static final String
DEFAULT_NAME
"downloader"
-
com.facebook.buck.infer.toolchain.InferToolchain Modifier and Type Constant Field Value public static final String
DEFAULT_NAME
"infer-toolchain"
-
com.facebook.buck.io.file.MostFiles Modifier and Type Constant Field Value public static final long
S_IFDIR
16384L
public static final long
S_IFLNK
40960L
public static final long
S_IFREG
32768L
-
com.facebook.buck.io.filesystem.BuckPaths Modifier and Type Constant Field Value public static final boolean
DEFAULT_BUCK_OUT_INCLUDE_TARGET_CONFIG_HASH
false
-
com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystemFactory Modifier and Type Constant Field Value public static final String
BUCK_BUCKD_DIR_KEY
"buck.buckd_dir"
-
com.facebook.buck.io.watchman.WatchmanFactory Modifier and Type Constant Field Value public static final String
NULL_CLOCK
"c:0:0"
-
com.facebook.buck.io.windowsfs.WindowsFSLibrary Modifier and Type Constant Field Value public static final int
ERROR_ALREADY_EXISTS
183
public static final int
ERROR_PRIVILEGE_NOT_HELD
1314
public static final int
INVALID_PARAMETER_ERROR
87
public static final int
SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE
2
public static final int
SYMBOLIC_LINK_FLAG_DIRECTORY
1
-
com.facebook.buck.jvm.java.DefaultClassUsageFileWriter Modifier and Type Constant Field Value public static final String
ROOT_CELL_IDENTIFIER
"_"
-
com.facebook.buck.jvm.java.ExternalJavacProvider Modifier and Type Constant Field Value public static final String
COM_SUN_TOOLS_JAVAC_API_JAVAC_TOOL
"com.sun.tools.javac.api.JavacTool"
-
com.facebook.buck.jvm.java.FatJar Modifier and Type Constant Field Value public static final String
FAT_JAR_INFO_RESOURCE
"fat_jar_info.dat"
-
com.facebook.buck.jvm.java.JacocoConstants Modifier and Type Constant Field Value public static final String
JACOCO_EXEC_COVERAGE_FILE
"jacoco.exec"
-
com.facebook.buck.jvm.java.JarFattener Modifier and Type Constant Field Value public static final String
FAT_JAR_MAIN_SRC_RESOURCE
"com/facebook/buck/jvm/java/FatJarMain.java"
-
com.facebook.buck.jvm.java.JavaBuckConfig Modifier and Type Constant Field Value public static final String
PROPERTY_COMPILE_AGAINST_ABIS
"compile_against_abis"
public static final String
SECTION
"java"
-
com.facebook.buck.jvm.java.JavacLanguageLevelOptions Modifier and Type Constant Field Value public static final String
TARGETED_JAVA_VERSION
"7"
-
com.facebook.buck.jvm.java.JavaPaths Modifier and Type Constant Field Value public static final String
SRC_JAR
"-sources.jar"
public static final String
SRC_ZIP
".src.zip"
-
com.facebook.buck.jvm.java.runner.FileClassPathRunner Modifier and Type Constant Field Value public static final String
CLASSPATH_FILE_PROPERTY
"buck.classpath_file"
public static final String
TESTRUNNER_CLASSES_PROPERTY
"buck.testrunner_classes"
-
com.facebook.buck.jvm.java.toolchain.JavacOptionsProvider Modifier and Type Constant Field Value public static final String
DEFAULT_NAME
"javac-options"
-
com.facebook.buck.jvm.java.toolchain.JavaCxxPlatformProvider Modifier and Type Constant Field Value public static final String
DEFAULT_NAME
"java-cxx-platform"
-
com.facebook.buck.jvm.java.toolchain.JavaOptionsProvider Modifier and Type Constant Field Value public static final String
DEFAULT_NAME
"java-options"
-
com.facebook.buck.jvm.java.toolchain.JavaToolchain Modifier and Type Constant Field Value public static final String
DEFAULT_NAME
"java-toolchain"
-
com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Constants Modifier and Type Constant Field Value public static final String
ANALYZE
"analyze"
public static final String
ANNOTATION_PROCESSING
"annotation processing"
public static final String
ANNOTATION_PROCESSING_ROUND
"annotation processing round"
public static final String
ENTER
"enter"
public static final String
GENERATE
"generate"
public static final String
PARSE
"parse"
public static final String
RUN_ANNOTATION_PROCESSORS
"run annotation processors"
-
com.facebook.buck.jvm.kotlin.KotlinBuckConfig Modifier and Type Constant Field Value public static final String
PROPERTY_ABI_GENERATION_MODE
"abi_generation_mode"
public static final String
PROPERTY_COMPILE_AGAINST_ABIS
"compile_against_abis"
-
com.facebook.buck.log.LogConfigPaths Modifier and Type Constant Field Value public static final String
BUCK_CONFIG_STRING_TEMPLATE_FILE_PROPERTY
"buck.logging_config_file"
-
com.facebook.buck.log.LogConfigSetup Modifier and Type Constant Field Value public static final int
DEFAULT_MAX_COUNT
25
public static final long
DEFAULT_MAX_LOG_SIZE_BYTES
1073741824L
public static final int
DEFAULT_MIN_COUNT
3
-
com.facebook.buck.log.MachineReadableLogConfig Modifier and Type Constant Field Value public static final String
PREFIX_BUILD_FINISHED
"BuildFinished"
public static final String
PREFIX_BUILD_RULE_FINISHED
"BuildRuleEvent.Finished"
public static final String
PREFIX_CACHE_STATS
"Cache.Stats"
public static final String
PREFIX_EXIT_CODE
"ExitCode"
public static final String
PREFIX_INVOCATION_INFO
"InvocationInfo"
public static final String
PREFIX_PERFTIMES
"PerfTimesStats"
-
com.facebook.buck.maven.Publisher Modifier and Type Constant Field Value public static final String
MAVEN_CENTRAL_URL
"https://repo1.maven.org/maven2"
-
com.facebook.buck.maven.Resolver Modifier and Type Constant Field Value public static final String
ARTIFACT_FILE_NAME_FORMAT
"%s-%s.%s"
public static final String
VERSION_REGEX_GROUP
"([^-]+)"
-
com.facebook.buck.maven.aether.AetherUtil Modifier and Type Constant Field Value public static final String
CLASSIFIER_SOURCES
"sources"
-
com.facebook.buck.parser.InternalTargetAttributeNames Modifier and Type Constant Field Value public static final String
BASE_PATH
"buck.base_path"
public static final String
DIRECT_DEPENDENCIES
"buck.direct_dependencies"
public static final String
TARGET_CONFIGURATIONS
"buck.target_configurations"
-
com.facebook.buck.parser.MetaRules Modifier and Type Constant Field Value public static final String
CONFIGS
"__configs"
public static final String
ENV
"__env"
public static final String
INCLUDES
"__includes"
-
com.facebook.buck.parser.config.ParserConfig Modifier and Type Constant Field Value public static final String
BUILDFILE_SECTION_NAME
"buildfile"
public static final boolean
DEFAULT_ALLOW_EMPTY_GLOBS
true
public static final String
DEFAULT_BUILD_FILE_NAME
"BUCK"
public static final String
INCLUDES_PROPERTY_NAME
"includes"
public static final String
PACKAGE_INCLUDES_PROPERTY_NAME
"package_includes"
-
com.facebook.buck.parser.function.BuckPyFunction Modifier and Type Constant Field Value public static final String
BUCK_PY_FUNCTION_TEMPLATE
"BuckPyFunction.stg"
public static final String
INTERNAL_PROPERTY_NAME_PREFIX
"buck."
public static final String
TYPE_PROPERTY_NAME
"buck.type"
-
com.facebook.buck.query.QueryNormalizer Modifier and Type Constant Field Value public static final String
SET_SEPARATOR
"--"
public static final String
SET_SUBSTITUTOR
"%Ss"
-
com.facebook.buck.remoteexecution.config.RemoteExecutionConfig Modifier and Type Constant Field Value public static final String
AUTO_RE_BUILD_PROJECTS_WHITELIST_KEY
"auto_re_build_projects_whitelist"
public static final String
AUTO_RE_BUILD_USERS_BLACKLIST_KEY
"auto_re_build_users_blacklist"
public static final String
AUTO_RE_EXPERIMENT_PROPERTY_KEY
"auto_re_experiment_property"
public static final String
AUTO_RE_STRATEGY_KEY
"auto_re_strategy"
public static final String
BUILD_TAGS_KEY
"build_tags"
public static final String
CONCURRENT_ACTION_COMPUTATIONS_KEY
"concurrent_action_computations"
public static final String
CONCURRENT_EXECUTIONS_KEY
"concurrent_executions"
public static final String
CONCURRENT_PENDING_UPLOADS_KEY
"concurrent_pending_uploads"
public static final String
CONCURRENT_RESULT_HANDLING_KEY
"concurrent_result_handling"
public static final String
DEBUG_FORMAT_STRING_URL_KEY
"debug_format_string_url"
public static final String
DEFAULT_AUTO_RE_EXPERIMENT_PROPERTY
"remote_execution_beta_test"
public static final int
DEFAULT_CAS_DEADLINE_S
300
public static final int
DEFAULT_CAS_PORT
19031
public static final boolean
DEFAULT_IS_LOCAL_FALLBACK_DISABLED_ON_CORRUPT_ARTIFACTS
false
public static final boolean
DEFAULT_IS_LOCAL_FALLBACK_ENABLED
false
public static final boolean
DEFAULT_IS_LOCAL_FALLBACK_ENABLED_FOR_COMPLETED_ACTION
true
public static final int
DEFAULT_REMOTE_CONCURRENT_ACTION_COMPUTATIONS
4
public static final int
DEFAULT_REMOTE_CONCURRENT_EXECUTIONS
80
public static final int
DEFAULT_REMOTE_CONCURRENT_PENDING_UPLOADS
100
public static final int
DEFAULT_REMOTE_CONCURRENT_RESULT_HANDLING
6
public static final int
DEFAULT_REMOTE_OUTPUT_MATERIALIZATION_THREADS
4
public static final int
DEFAULT_REMOTE_PORT
19030
public static final int
DEFAULT_REMOTE_STRATEGY_THREADS
12
public static final String
FORMAT_SESSION_ID_VARIABLE_STRING
"{id}"
public static final String
INPUT_IGNORE_KEY
"inputs_ignore"
public static final String
IS_LOCAL_FALLBACK_DISABLED_ON_CORRUPT_ARTIFACTS_KEY
"is_local_fallback_disabled_on_corrupt_artifacts"
public static final String
IS_LOCAL_FALLBACK_ENABLED_FOR_COMPLETED_ACTION_KEY
"is_local_fallback_enabled_for_completed_actions"
public static final String
IS_LOCAL_FALLBACK_ENABLED_KEY
"is_local_fallback_enabled"
public static final String
LARGE_BLOB_SIZE_BYTES
"large_blob_size_bytes"
public static final String
MAX_INPUT_SIZE_BYTES
"max_input_size_bytes"
public static final String
MAX_WORKER_SIZE_TO_STEAL_FROM
"max_worker_size_to_steal_from"
public static final String
OUTPUT_MATERIALIZATION_THREADS_KEY
"output_materialization_threads"
public static final String
RE_SESSION_LABEL_KEY
"re_session_label"
public static final String
SECTION
"remoteexecution"
public static final String
STRATEGY_WORKER_THREADS_KEY
"worker_threads"
public static final String
TENANT_ID_KEY
"tenant_id"
public static final String
TRY_LARGER_WORKER_ON_OOM
"try_larger_worker_on_oom"
public static final String
USE_REMOTE_EXECUTION_FOR_GENRULE_IF_REQUESTED_FORMAT
"use_remote_execution_for_%s_if_requested"
public static final String
WORKER_REQUIREMENTS_FILENAME
"worker_requirements_filename"
-
com.facebook.buck.remoteexecution.grpc.GrpcExecutionFactory Modifier and Type Constant Field Value public static final int
MAX_INBOUND_MESSAGE_SIZE
524288000
-
com.facebook.buck.rules.keys.hasher.RuleKeyHasherTypes Modifier and Type Constant Field Value public static final byte
ARCHIVE_MEMBER_PATH
65
public static final byte
BYTE
98
public static final byte
BYTE_ARRAY
97
public static final byte
CONTAINER
67
public static final byte
DOUBLE
100
public static final byte
FALSE
110
public static final byte
FLOAT
102
public static final byte
INTEGER
105
public static final byte
KEY
107
public static final byte
LONG
108
public static final byte
NON_HASHING_PATH
78
public static final byte
NULL
48
public static final byte
PATH
80
public static final byte
PATTERN
112
public static final byte
RULE_KEY
75
public static final byte
RULE_TYPE
89
public static final byte
SHA1
72
public static final byte
SHORT
104
public static final byte
SOURCE_ROOT
82
public static final byte
STRING
115
public static final byte
TARGET
84
public static final byte
TARGET_SOURCE_PATH
83
public static final byte
TRUE
121
public static final byte
WRAPPER
87
-
com.facebook.buck.rules.modern.Serializer Modifier and Type Constant Field Value public static final int
TARGET_CONFIGURATION_TYPE_CONFIGURATION
3
public static final int
TARGET_CONFIGURATION_TYPE_DEFAULT
2
public static final int
TARGET_CONFIGURATION_TYPE_EMPTY
0
-
com.facebook.buck.rules.modern.config.ModernBuildRuleConfig Modifier and Type Constant Field Value public static final String
SECTION
"modern_build_rule"
-
com.facebook.buck.rules.visibility.VisibilityAttributes Modifier and Type Constant Field Value public static final String
VISIBILITY
"visibility"
public static final String
WITHIN_VIEW
"within_view"
-
com.facebook.buck.rules.visibility.parser.VisibilityPatternParser Modifier and Type Constant Field Value public static final String
VISIBILITY_PUBLIC
"PUBLIC"
-
com.facebook.buck.shell.GenruleBuildable Modifier and Type Constant Field Value protected static final String
SRC_DIRECTORY_PATTERN
"%s__srcs"
-
com.facebook.buck.slb.HybridThriftOverHttpServiceImpl<ThriftRequest extends org.apache.thrift.TBase<?,?>,ThriftResponse extends org.apache.thrift.TBase<?,?>> Modifier and Type Constant Field Value public static final String
PROTOCOL_HEADER
"X-Thrift-Protocol"
-
com.facebook.buck.slb.HybridThriftOverHttpServiceImplArgs Modifier and Type Constant Field Value public static final String
DEFAULT_HYBRID_THRIFT_PATH
"/hybrid_thrift"
-
com.facebook.buck.slb.ServerHealthManager Modifier and Type Constant Field Value public static final int
CACHE_TIME_MS
1000
-
com.facebook.buck.slb.ThriftOverHttpServiceConfig Modifier and Type Constant Field Value public static final String
DEFAULT_THRIFT_PATH
"/thrift"
-
com.facebook.buck.slb.ThriftOverHttpServiceImpl<ThriftRequest extends org.apache.thrift.TBase<?,?>,ThriftResponse extends org.apache.thrift.TBase<?,?>> Modifier and Type Constant Field Value public static final String
THRIFT_PROTOCOL_HEADER
"X-Thrift-Protocol"
-
com.facebook.buck.step.AdbOptions Modifier and Type Constant Field Value public static final String
MULTI_INSTALL_MODE_SHORT_ARG
"-x"
-
com.facebook.buck.step.StepExecutionResults Modifier and Type Constant Field Value public static final int
ERROR_EXIT_CODE
1
public static final int
SUCCESS_EXIT_CODE
0
-
com.facebook.buck.step.StepFailedException Modifier and Type Constant Field Value protected static final int
KEEP_FIRST_CHARS
320
-
com.facebook.buck.step.fs.XzStep Modifier and Type Constant Field Value public static final int
DEFAULT_COMPRESSION_LEVEL
4
-
com.facebook.buck.step.fs.ZstdStep Modifier and Type Constant Field Value public static final int
DEFAULT_COMPRESSION_LEVEL
19
-
com.facebook.buck.support.cli.args.GlobalCliOptions Modifier and Type Constant Field Value public static final String
COMMAND_ARGS_FILE_HELP
"Serialize any commands that need to be run by the python wrapper to this file."
public static final String
COMMAND_ARGS_FILE_LONG_ARG
"--command-args-file"
public static final String
CONFIG_FILE_LONG_ARG
"--config-file"
public static final String
CONFIG_LONG_ARG
"--config"
public static final String
EXCLUDE_INCOMPATIBLE_TARGETS_LONG_ARG
"--exclude-incompatible-targets"
public static final String
HELP_LONG_ARG
"--help"
public static final String
HOST_PLATFORM_LONG_ARG
"--host-platform"
public static final String
NO_CACHE_LONG_ARG
"--no-cache"
public static final String
NUM_THREADS_LONG_ARG
"--num-threads"
public static final String
OUTPUT_TEST_EVENTS_TO_FILE_LONG_ARG
"--output-test-events-to-file"
public static final String
PROFILE_PARSER_LONG_ARG
"--profile-buck-parser"
public static final String
REUSE_CURRENT_CONFIG_ARG
"--reuse-current-config"
public static final String
SKYLARK_PROFILE_LONG_ARG
"--skylark-profile-output"
public static final String
TARGET_PLATFORMS_LONG_ARG
"--target-platforms"
public static final String
VERBOSE_LONG_ARG
"--verbose"
public static final String
VERBOSE_SHORT_ARG
"-v"
-
com.facebook.buck.support.cli.config.CliConfig Modifier and Type Constant Field Value public static final String
TRUNCATE_FAILING_COMMAND_CONFIG
"truncate_failing_command"
-
com.facebook.buck.swift.SwiftBuckConfig Modifier and Type Constant Field Value public static final String
COMPILE_FORCE_CACHE
"compile_force_cache"
public static final String
COMPILER_FLAGS_NAME
"compiler_flags"
public static final String
COPY_STDLIB_TO_FRAMEWORKS
"copy_stdlib_to_frameworks"
public static final String
EMIT_SWIFTDOCS
"emit_swiftdocs"
public static final String
PROJECT_ADD_AST_PATHS
"project_add_ast_paths"
public static final String
PROJECT_EMBED_RUNTIME
"project_embed_runtime"
public static final String
PROJECT_WMO
"project_wmo"
public static final String
USE_FILELIST
"use_filelist"
public static final String
USE_LIPO_THIN
"use_lipo_thin"
public static final String
USE_MODULEWRAP
"use_modulewrap"
public static final String
VERSION_NAME
"version"
-
com.facebook.buck.swift.SwiftDescriptions Modifier and Type Constant Field Value public static final String
SWIFT_EXTENSION
"swift"
-
com.facebook.buck.swift.toolchain.SwiftPlatformsProvider Modifier and Type Constant Field Value public static final String
DEFAULT_NAME
"swift-platforms"
-
com.facebook.buck.testrunner.BaseRunner Modifier and Type Constant Field Value protected static final String
ENCODING
"UTF-8"
-
com.facebook.buck.testrunner.BuckXmlTestRunListener Modifier and Type Constant Field Value protected static final String
TEST_RESULT_FILE
"test_result.xml"
-
com.facebook.buck.util.AnsiEnvironmentChecking Modifier and Type Constant Field Value public static final String
NAILGUN_STDERR_ISTTY_ENV
"NAILGUN_TTY_2"
public static final String
NAILGUN_STDOUT_ISTTY_ENV
"NAILGUN_TTY_1"
-
com.facebook.buck.util.BuckConstant Modifier and Type Constant Field Value public static final String
BUCK_FIX_SPEC_FILE_NAME
"buck_fix_spec.json"
public static final String
BUCK_LOG_FILE_NAME
"buck.log"
public static final String
BUCK_MACHINE_LOG_FILE_NAME
"buck-machine-log"
public static final String
BUCK_SIMPLE_CONSOLE_LOG_FILE_NAME
"simple_console.log"
public static final String
CONFIG_JSON_FILE_NAME
"buckconfig.json"
public static final String
DEFAULT_BUCK_OUT_DIR_NAME
"buck-out"
public static final String
RULE_KEY_DIAG_GRAPH_FILE_NAME
"rule_key_diag_graph.txt"
public static final String
RULE_KEY_DIAG_KEYS_FILE_NAME
"rule_key_diag_keys.txt"
public static final String
RULE_KEY_LOGGER_FILE_NAME
"rule_key_logger.tsv"
-
com.facebook.buck.util.Libc.Constants Modifier and Type Constant Field Value public static final int
DARWIN_F_GETFD
1
public static final int
DARWIN_F_SETFD
2
public static final int
DARWIN_FD_CLOEXEC
1
public static final int
DARWIN_TIOCSCTTY
536900705
public static final int
LINUX_F_GETFD
1
public static final int
LINUX_F_SETFD
2
public static final int
LINUX_FD_CLOEXEC
1
public static final int
LINUX_TIOCSCTTY
21518
public static final int
SIGHUP
1
public static final int
SIGINT
2
-
com.facebook.buck.util.ListeningProcessExecutor.LaunchedProcess Modifier and Type Constant Field Value public static final int
BUFFER_CAPACITY
65536
-
com.facebook.buck.util.ObjectFileCommonModificationDate Modifier and Type Constant Field Value public static final int
COMMON_MODIFICATION_TIME_STAMP
476064000
-
com.facebook.buck.util.bser.BserConstants Modifier and Type Constant Field Value public static final byte
BSER_ARRAY
0
public static final byte
BSER_FALSE
9
public static final byte
BSER_INT16
4
public static final byte
BSER_INT32
5
public static final byte
BSER_INT64
6
public static final byte
BSER_INT8
3
public static final byte
BSER_NULL
10
public static final byte
BSER_OBJECT
1
public static final byte
BSER_REAL
7
public static final byte
BSER_SKIP
12
public static final byte
BSER_STRING
2
public static final byte
BSER_TEMPLATE
11
public static final byte
BSER_TRUE
8
-
com.facebook.buck.util.cache.HashCodeAndFileType Modifier and Type Constant Field Value public static final byte
TYPE_ARCHIVE
2
public static final byte
TYPE_DIRECTORY
0
public static final byte
TYPE_FILE
1
-
com.facebook.buck.util.charset.NulTerminatedCharsetDecoder Modifier and Type Constant Field Value public static final int
DEFAULT_INITIAL_CHAR_BUFFER_CAPACITY
512
-
com.facebook.buck.util.concurrent.ResourceAmounts Modifier and Type Constant Field Value public static final int
RESOURCE_TYPE_COUNT
4
-
com.facebook.buck.util.concurrent.ResourceAmountsEstimator Modifier and Type Constant Field Value public static final int
DEFAULT_CPU_AMOUNT
1
public static final int
DEFAULT_DISK_IO_AMOUNT
0
public static final int
DEFAULT_DISK_IO_CAP
50
public static final int
DEFAULT_MEMORY_AMOUNT
1
public static final int
DEFAULT_NETWORK_IO_AMOUNT
0
public static final int
DEFAULT_NETWORK_IO_CAP
30
-
com.facebook.buck.util.config.Config Modifier and Type Constant Field Value public static final String
DEFAULT_KEY_VALUE_SEPARATOR
"=>"
public static final char
DEFAULT_PAIR_SEPARATOR
44
-
com.facebook.buck.util.config.Configs Modifier and Type Constant Field Value public static final String
DEFAULT_BUCK_CONFIG_OVERRIDE_FILE_NAME
".buckconfig.local"
-
com.facebook.buck.util.env.BuckClasspath Modifier and Type Constant Field Value public static final String
BOOTSTRAP_ENV_VAR_NAME
"CLASSPATH"
public static final String
ENV_VAR_NAME
"BUCK_CLASSPATH"
public static final String
TEST_ENV_VAR_NAME
"BUCK_TEST_CLASSPATH_FILE"
-
com.facebook.buck.util.environment.BuildEnvironmentDescription Modifier and Type Constant Field Value public static final int
PROTOCOL_VERSION
1
-
com.facebook.buck.util.network.AbstractBatchingLogger Modifier and Type Constant Field Value public static final int
DEFAULT_MIN_BATCH_SIZE
131072
-
com.facebook.buck.util.network.hostname.HostnameFetchingWin32Library Modifier and Type Constant Field Value public static final int
COMPUTER_NAME_FORMAT__ComputerNameDnsDomain
2
public static final int
COMPUTER_NAME_FORMAT__ComputerNameDnsFullyQualified
3
public static final int
COMPUTER_NAME_FORMAT__ComputerNameDnsHostname
1
public static final int
COMPUTER_NAME_FORMAT__ComputerNameNetBIOS
0
public static final int
COMPUTER_NAME_FORMAT__ComputerNamePhysicalDnsDomain
6
public static final int
COMPUTER_NAME_FORMAT__ComputerNamePhysicalDnsFullyQualified
7
public static final int
COMPUTER_NAME_FORMAT__ComputerNamePhysicalDnsHostname
5
public static final int
COMPUTER_NAME_FORMAT__ComputerNamePhysicalNetBIOS
4
-
com.facebook.buck.util.network.offline.OfflineScribeLogger Modifier and Type Constant Field Value protected static final String
LOGFILE_PATTERN
"scribe-stored-*.log"
protected static final String
LOGFILE_PREFIX
"scribe-stored-"
protected static final String
LOGFILE_SUFFIX
".log"
-
com.facebook.buck.util.xml.PositionalXmlHandler Modifier and Type Constant Field Value public static final String
LOCATION_USER_DATA_KEY
"lineLocation"
-
com.facebook.buck.util.zip.CustomJarOutputStream Modifier and Type Constant Field Value public static final String
DIGEST_ATTRIBUTE_NAME
"Murmur3-128-Digest"
-
com.facebook.buck.util.zip.CustomZipEntry Modifier and Type Constant Field Value public static final int
CENATT
36
public static final int
CENATX
38
public static final int
CENCOM
32
public static final int
CENCRC
16
public static final int
CENDSK
34
public static final int
CENEXT
30
public static final int
CENFLG
8
public static final int
CENHDR
46
public static final int
CENHOW
10
public static final int
CENLEN
24
public static final int
CENNAM
28
public static final int
CENOFF
42
public static final long
CENSIG
33639248L
public static final int
CENSIZ
20
public static final int
CENTIM
12
public static final int
CENVEM
4
public static final int
CENVER
6
public static final int
ENDCOM
20
public static final int
ENDHDR
22
public static final int
ENDOFF
16
public static final long
ENDSIG
101010256L
public static final int
ENDSIZ
12
public static final int
ENDSUB
8
public static final int
ENDTOT
10
public static final int
EXTCRC
4
public static final int
EXTHDR
16
public static final int
EXTLEN
12
public static final long
EXTSIG
134695760L
public static final int
EXTSIZ
8
public static final int
LOCCRC
14
public static final int
LOCEXT
28
public static final int
LOCFLG
6
public static final int
LOCHDR
30
public static final int
LOCHOW
8
public static final int
LOCLEN
22
public static final int
LOCNAM
26
public static final long
LOCSIG
67324752L
public static final int
LOCSIZ
18
public static final int
LOCTIM
10
public static final int
LOCVER
4
-
com.facebook.buck.util.zip.ZipConstants Modifier and Type Constant Field Value public static final int
DOS_FAKE_TIME
172032000