Home
last modified time | relevance | path

Searched refs:defined (Results 26 - 50 of 116) sorted by relevance

12345

/third_party/skia/third_party/externals/opengl-registry/xml/
H A Dreadme.tex211 \item \attr{name} - name of this type (if not defined in the tag body).
226 \item \tag{name} - contains the name of this type (if not defined in the
302 \attr{group} attribute defined, and that attribute matches a \tag{group}
304 constrained to values defined by the corresponding \tag{group}. C
486 described below. Many GL commands don't have GLX protocol defined,
502 If the group name is defined, it may be interpreted as described in
514 type must be previously defined for the definition of the command
533 string expression with poorly defined syntax, usually representing
538 If the group name is defined, it may be interpreted as described in
550 type must be previously defined fo
[all...]
/third_party/lzma/CPP/7zip/
H A DLzFindOpt.mak1 !IF defined(USE_C_LZFINDOPT) || "$(PLATFORM)" != "x64"
H A DAes.mak4 !IF defined(USE_C_AES) || "$(PLATFORM)" == "arm" || "$(PLATFORM)" == "arm64"
H A DSha256.mak7 !IF defined(USE_C_SHA) || "$(PLATFORM)" == "arm" || "$(PLATFORM)" == "arm64"
/third_party/curl/projects/
H A Dbuild-wolfssl.bat39 if defined PROGRAMFILES (
43 if defined PROGRAMFILES(x86) (
136 if not defined START_DIR (
147 if not defined VC_VER goto syntax
150 if not defined START_DIR set "START_DIR=%DEFAULT_START_DIR%"
153 if not defined PF goto nopf
192 if defined START_DIR cd /d %START_DIR%
417 if defined SUCCESSFUL_BUILDS (
H A Dbuild-openssl.bat44 if defined PROGRAMFILES (
48 if defined PROGRAMFILES(x86) (
148 if not defined START_DIR (
160 if not defined VC_VER goto syntax
163 if not defined START_DIR set START_DIR=..\..\openssl
165 if not defined ABS_VC_PATH (
167 if not defined PF goto nopf
174 if not defined PERL_PATH (
/third_party/ltp/include/mk/
H A Dman.mk24 $(error $$(MANPREFIX) not defined)
/third_party/openGLES/xml/
H A Dreadme.tex55 Other APIs defined by Khronos, such as Vulkan and OpenXR, use a similar XML
218 \item \attr{name} - name of this type (if not defined in the tag body).
233 \item \tag{name} - contains the name of this type (if not defined in the
304 \attr{kind} attribute defined, and and the comma separated elemenst
307 further defined by the description provided by the \tag{kind} tags
366 \attr{group} attribute defined, and that attribute matches a \tag{group}
368 constrained to values defined by the corresponding \tag{group}. C
556 described below. Many GL commands don't have GLX protocol defined,
571 previously defined \tag{kind} tags.
574 If the group name is defined, i
[all...]
/third_party/protobuf/php/src/Google/Protobuf/
H A DSyntax.php10 * The syntax in which a protocol buffer element is defined.
38 'Enum %s has no name defined for value %s', __CLASS__, $value));
46 if (!defined($const)) {
48 'Enum %s has no value defined for name %s', __CLASS__, $name));
H A DNullValue.php33 'Enum %s has no name defined for value %s', __CLASS__, $value));
42 if (!defined($const)) {
44 'Enum %s has no value defined for name %s', __CLASS__, $name));
/foundation/arkui/napi/jsvm/
H A Dbuild_jsvm_inter.sh90 ${NM} -D ${binary} --format=posix --defined-only \
92 ${NM} ${binary} --format=posix --defined-only \
/foundation/communication/bluetooth_service/test/example/BluetoothSocketTest/
H A Dhvigorw.bat44 if not defined NODE_OPTS set NODE_OPTS="--"
47 if defined NODE_HOME (
/third_party/lzma/Asm/x86/
H A D7zAsm.asm11 ; @wordsize is defined only in JWASM and ASMC and is not defined in MASM
38 ; if ABI_CDECL is not defined, we use fastcall abi
/third_party/protobuf/php/src/Google/Protobuf/Field/
H A DCardinality.php52 'Enum %s has no name defined for value %s', __CLASS__, $value));
60 if (!defined($const)) {
62 'Enum %s has no value defined for name %s', __CLASS__, $name));
H A DKind.php157 'Enum %s has no name defined for value %s', __CLASS__, $value));
165 if (!defined($const)) {
167 'Enum %s has no value defined for name %s', __CLASS__, $name));
/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldDescriptorProto/
H A DLabel.php39 'Enum %s has no name defined for value %s', __CLASS__, $value));
48 if (!defined($const)) {
50 'Enum %s has no value defined for name %s', __CLASS__, $name));
H A DType.php134 'Enum %s has no name defined for value %s', __CLASS__, $value));
143 if (!defined($const)) {
145 'Enum %s has no value defined for name %s', __CLASS__, $name));
/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldOptions/
H A DJSType.php43 'Enum %s has no name defined for value %s', __CLASS__, $value));
52 if (!defined($const)) {
54 'Enum %s has no value defined for name %s', __CLASS__, $name));
H A DCType.php39 'Enum %s has no name defined for value %s', __CLASS__, $value));
48 if (!defined($const)) {
50 'Enum %s has no value defined for name %s', __CLASS__, $name));
/third_party/protobuf/php/src/Google/Protobuf/Internal/MethodOptions/
H A DIdempotencyLevel.php45 'Enum %s has no name defined for value %s', __CLASS__, $value));
54 if (!defined($const)) {
56 'Enum %s has no value defined for name %s', __CLASS__, $name));
/third_party/protobuf/php/src/Google/Protobuf/Internal/FileOptions/
H A DOptimizeMode.php45 'Enum %s has no name defined for value %s', __CLASS__, $value));
54 if (!defined($const)) {
56 'Enum %s has no value defined for name %s', __CLASS__, $name));
/third_party/curl/scripts/
H A Dcd2nroff79 if (defined($ENV{SOURCE_DATE_EPOCH})) {
114 if(defined($f)) {
347 if(defined($extension)) {
/third_party/openssl/test/recipes/
H A D20-test_kdf.t96 if (defined($expect)) {
102 if (defined($expect)) {
/third_party/python/PCbuild/
H A Drt.bat49 if not defined prefix set prefix=%pcbuild%amd64
52 if defined qmode goto Qmode
/third_party/libuv/tools/
H A Dvswhere_usability_wrapper.cmd7 @if not defined DEBUG_HELPER @ECHO OFF

Completed in 10 milliseconds

12345