HomeSort by relevance Sort by last modified time
    Searched defs:OPTIONAL (Results 1 - 25 of 26) sorted by null

1 2

  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Ip4Config2.h 121 EFI_IP4_ROUTE_TABLE *RouteTable OPTIONAL;
250 IN VOID *Data OPTIONAL
  /external/cldr/tools/java/org/unicode/cldr/util/
Level.java 16 //OPTIONAL(101, "optional", 1);
23 public static final Level OPTIONAL = COMPREHENSIVE;
32 * returns value ranging from 100 (core) to 1 (optional). Most clients want getLevel instead.
59 } else if (name.equalsIgnoreCase("OPTIONAL")) {
60 return OPTIONAL;
106 return Level.OPTIONAL;
PatternPlaceholders.java 16 DISALLOWED("No placeholders allowed."), OPTIONAL("Zero or one placeholder allowed."), MULTIPLE("Zero or more placeholders allowed."), LOCALE_DEPENDENT(
61 throw new IllegalArgumentException("Different optional status");
76 case "optional":
77 result.status = PlaceholderStatus.OPTIONAL;
DtdData.java 65 REQUIRED("#REQUIRED"), OPTIONAL("#IMPLIED"), FIXED("#FIXED"), NULL("null");
    [all...]
  /external/python/apitools/apitools/base/protorpclite/
descriptor.py 69 field.label = FieldDescriptor.Label.OPTIONAL
159 # TODO(rafek): Why are these listed as optional in descriptor.proto.
184 Label: Values for optional, required and repeated fields.
199 OPTIONAL = 1
207 label = messages.EnumField(Label, 4, default=Label.OPTIONAL)
336 field_descriptor.label = FieldDescriptor.Label.OPTIONAL
  /external/conscrypt/openjdk/src/test/java/org/conscrypt/
ConscryptEngineTest.java 102 OPTIONAL {
210 TestKeyStore.getClient(), TestKeyStore.getServer(), ClientAuth.OPTIONAL);
216 TestKeyStore.getClient(), TestKeyStore.getClient(), ClientAuth.OPTIONAL);
  /external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
ConscryptEngineTest.java 109 OPTIONAL {
217 TestKeyStore.getClient(), TestKeyStore.getServer(), ClientAuth.OPTIONAL);
223 TestKeyStore.getClient(), TestKeyStore.getClient(), ClientAuth.OPTIONAL);
  /external/nist-sip/java/gov/nist/javax/sip/header/
ParameterNames.java 115 public static final String OPTIONAL = "optional";
  /external/emma/core/java12/com/vladium/util/args/
OptsParser.java     [all...]
  /external/protobuf/src/google/protobuf/
extension_set.cc 252 OPTIONAL
258 GOOGLE_DCHECK_EQ((EXTENSION).is_repeated ? REPEATED : OPTIONAL, LABEL); \
272 GOOGLE_DCHECK_TYPE(iter->second, OPTIONAL, UPPERCASE); \
286 GOOGLE_DCHECK_TYPE(*extension, OPTIONAL, UPPERCASE); \
428 GOOGLE_DCHECK_TYPE(iter->second, OPTIONAL, ENUM);
441 GOOGLE_DCHECK_TYPE(*extension, OPTIONAL, ENUM);
489 GOOGLE_DCHECK_TYPE(iter->second, OPTIONAL, STRING);
503 GOOGLE_DCHECK_TYPE(*extension, OPTIONAL, STRING);
549 GOOGLE_DCHECK_TYPE(iter->second, OPTIONAL, MESSAGE);
576 GOOGLE_DCHECK_TYPE(*extension, OPTIONAL, MESSAGE)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
argparse.py 7 - handles both optional and positional arguments
30 the parser with actions for optional and positional arguments. Then
77 'OPTIONAL',
101 OPTIONAL = '?'
442 # if the Optional doesn't take a value, format is:
447 # if the Optional takes a value, format is:
454 # make it look optional if it's not required or in a group
542 # if the Optional doesn't take a value, format is:
547 # if the Optional takes a value, format is:
577 elif action.nargs == OPTIONAL:
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
argparse.py 7 - handles both optional and positional arguments
30 the parser with actions for optional and positional arguments. Then
77 'OPTIONAL',
101 OPTIONAL = '?'
440 # if the Optional doesn't take a value, format is:
445 # if the Optional takes a value, format is:
452 # make it look optional if it's not required or in a group
540 # if the Optional doesn't take a value, format is:
545 # if the Optional takes a value, format is:
575 elif action.nargs == OPTIONAL:
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
BaseTypes.h 44 #define OPTIONAL
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiTypes.h 54 #define OPTIONAL
  /external/python/cpython2/Lib/
argparse.py 7 - handles both optional and positional arguments
30 the parser with actions for optional and positional arguments. Then
77 'OPTIONAL',
101 OPTIONAL = '?'
446 # if the Optional doesn't take a value, format is:
451 # if the Optional takes a value, format is:
458 # make it look optional if it's not required or in a group
546 # if the Optional doesn't take a value, format is:
551 # if the Optional takes a value, format is:
581 elif action.nargs == OPTIONAL
    [all...]
  /external/python/cpython3/Lib/
argparse.py 7 - handles both optional and positional arguments
30 the parser with actions for optional and positional arguments. Then
78 'OPTIONAL',
94 OPTIONAL = '?'
450 # if the Optional doesn't take a value, format is:
455 # if the Optional takes a value, format is:
462 # make it look optional if it's not required or in a group
551 # if the Optional doesn't take a value, format is:
556 # if the Optional takes a value, format is:
586 elif action.nargs == OPTIONAL
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/
Base.h 321 /// Passing the datum to the function is optional, and a NULL
324 #define OPTIONAL
    [all...]
  /external/guice/lib/build/
bnd-0.0.384.jar 
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /external/testng/ant/
ivy-2.1.0.jar 
  /external/kotlinc/lib/
kotlin-main-kts.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 
  /external/error_prone/javac/
javac-9+181-r4173-1.jar 
  /external/grpc-grpc-java/netty/shaded/
grpc-netty-shaded-1.14.0.jar 

Completed in 762 milliseconds

1 2