/external/apache-commons-compress/ |
mvnw.cmd | 28 @REM MAVEN_BATCH_ECHO - set to 'on' to enable the echoing of the batch commands 29 @REM MAVEN_BATCH_PAUSE - set to 'on' to wait for a key stroke before ending 32 @REM set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000 41 @REM set %HOME% to equivalent of $HOME 42 if "%HOME%" == "" (set "HOME=%HOMEDRIVE%%HOMEPATH%") 53 set ERROR_CODE=0 63 echo Please set the JAVA_HOME variable in your environment to match the >&2 72 echo Error: JAVA_HOME is set to an invalid directory. >&2 74 echo Please set the JAVA_HOME variable in your environment to match the >&2 86 set MAVEN_PROJECTBASEDIR=%MAVEN_BASEDIR [all...] |
/external/guice/extensions/dagger-adapter/lib/ |
dagger-2.4.jar | |
/external/scapy/scapy/asn1/ |
asn1.py | 166 SET = 17|0x20 # constructed encoding 445 tag = ASN1_Class_UNIVERSAL.SET
|
ber.py | 444 tag = ASN1_Class_UNIVERSAL.SET
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/ |
QuarkMin.fdf | 70 # Set size of FLASH to 8MB
76 # Set FLASH block size to 4KB
141 BaseAddress = 0xFF800000 #The base address of the Flash Device; set to same value as FLASH_BASE.
142 Size = 0x800000 #The size in bytes of the Flash Device; set to same value as FLASH_SIZE.
147 SET gQuarkPlatformTokenSpaceGuid.PcdFlashAreaBaseAddress = $(FLASH_BASE)
148 SET gQuarkPlatformTokenSpaceGuid.PcdFlashAreaSize = $(FLASH_SIZE)
267 # within the image. The [FV] section consists of define statements, set statements and
342 # within the image. The [FV] section consists of define statements, set statements and
444 # within the image. The [FV] section consists of define statements, set statements and
478 # within the image. The [FV] section consists of define statements, set statements and [all...] |
Quark.fdf | 70 # Set size of FLASH to 8MB
76 # Set FLASH block size to 4KB
141 BaseAddress = 0xFF800000 #The base address of the Flash Device; set to same value as FLASH_BASE.
142 Size = 0x800000 #The size in bytes of the Flash Device; set to same value as FLASH_SIZE.
147 SET gQuarkPlatformTokenSpaceGuid.PcdFlashAreaBaseAddress = $(FLASH_BASE)
148 SET gQuarkPlatformTokenSpaceGuid.PcdFlashAreaSize = $(FLASH_SIZE)
267 # within the image. The [FV] section consists of define statements, set statements and
372 # within the image. The [FV] section consists of define statements, set statements and
412 # within the image. The [FV] section consists of define statements, set statements and
619 # within the image. The [FV] section consists of define statements, set statements and [all...] |
/external/gflags/ |
CMakeLists.txt | 11 ## edited in the CMake GUI. By default, GFLAGS_IS_SUBPROJECT is set to TRUE when 76 cmake_policy (SET CMP0042 NEW) 80 cmake_policy (SET CMP0048 NEW) 89 set (PACKAGE_NAME "gflags") 90 set (PACKAGE_VERSION "2.2.2") 91 set (PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}") 92 set (PACKAGE_TARNAME "${PACKAGE_NAME}-${PACKAGE_VERSION}") 93 set (PACKAGE_BUGREPORT "https://github.com/gflags/gflags/issues") 94 set (PACKAGE_DESCRIPTION "A commandline flags library that allows for distributed flags.") 95 set (PACKAGE_URL "http://gflags.github.io/gflags" [all...] |
/external/minijail/ |
bpf.c | 268 case SET:
|
syscall_filter.c | 50 return SET; 320 * - OP is an operator: ==, !=, & (flags set), or 'in' (inclusion). 331 * make it return -1 and set |errno| to NUM.
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
TransliteratorTest.java | 197 /* Another set of rules: 231 * Test inline set syntax and set variable syntax. 573 // Again, using a smaller rule set 1338 UnicodeSet set = new UnicodeSet(pat); local 3207 UnicodeSet set = new UnicodeSet("[a \\u200E]"); local [all...] |
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
TransliteratorTest.java | 194 /* Another set of rules: 228 * Test inline set syntax and set variable syntax. 570 // Again, using a smaller rule set 1335 UnicodeSet set = new UnicodeSet(pat); local 3204 UnicodeSet set = new UnicodeSet("[a \\u200E]"); local [all...] |
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
Key.java | 32 import java.util.Set; 168 return elements.getTypeElement(Set.class.getCanonicalName()); 262 case SET: 271 checkArgument(MoreTypes.isType(returnType) && MoreTypes.isTypeOf(Set.class, returnType)); 367 * Optionally extract a {@link Key} for a {@code Set<T>} if the given key is for 368 * {@code Set<Produced<T>>}. 371 if (MoreTypes.isTypeOf(Set.class, possibleSetOfProducedKey.type())) {
|
ProducerFactoryGenerator.java | 333 // set binding.dependencies(). 467 if (binding.productionType().equals(Produces.Type.SET)) {
|
BindingGraphValidator.java | 54 import java.util.Set; 244 Set<DependencyRequest> resolvedRequests) { 275 * Validates that the set of bindings resolved is consistent with the type of the binding, and 319 case SET: 343 DependencyRequest request, Set<ContributionBinding> bindings) { 375 Deque<ResolvedRequest> path, Set<ContributionBinding> mapBindings) { 392 Deque<ResolvedRequest> path, Set<ContributionBinding> contributionBindings) { 627 Set<TypeElement> availableDependencies = subject.availableDependencies(); 628 Set<TypeElement> requiredDependencies = 642 Set<TypeElement> extraSetters = Sets.difference(allSetters.keySet(), availableDependencies) [all...] |
/external/mesa3d/src/gallium/drivers/etnaviv/ |
etnaviv_disasm.c | 479 OPC(SET),
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
test_tunnel.sh | 41 # 2) Tnl device's egress BPF program is triggered and set the tunnel metadata, 58 ip link set veth0 netns at_ns0 60 ip netns exec at_ns0 ip link set dev veth0 up 61 ip link set dev veth1 up mtu 1500 71 ip netns exec at_ns0 ip link set dev $DEV_NS up 76 ip link set dev $DEV up 85 ip netns exec at_ns0 ip link set dev veth0 up 87 ip link set dev veth1 up 96 ip netns exec at_ns0 ip link set dev $DEV_NS up 102 ip link set dev $DEV u [all...] |
/external/scapy/scapy/ |
asn1fields.py | 341 ASN1_tag = ASN1_Class_UNIVERSAL.SET 390 ASN1_tag = ASN1_Class_UNIVERSAL.SET
|
/external/python/cpython3/Modules/ |
posixmodule.c | 866 * So if you set allow_fd, you *MUST* initialize path.fd = -1 880 * If path was None and path.nullable was set, 881 * or if path was an integer and path.allow_fd was set, [all...] |
/external/icu/icu4c/source/test/intltest/ |
transtst.cpp | 317 /* Another set of rules: 361 * Test inline set syntax and set variable syntax. 796 // Again, using a smaller rule set [all...] |
/external/mdnsresponder/mDNSWindows/mdnsNSP/ |
mdnsNSP.c | 202 #define dlog_query_set( LEVEL, SET ) DebugDumpQuerySet( LEVEL, SET ) 204 #define dlog_query_set( LEVEL, SET ) 386 // Set the size to exclude NSPIoctl because we don't implement it. 428 // This function is called when our namespace DLL is unloaded. It cleans up anything we set up in NSPStartup. 922 // Set up cancel event 927 // Set up events to signal when A record data is ready 961 // Set up events to signal when AAAA record data is ready [all...] |
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/ |
SafeConstructor.java | 29 import java.util.Set; 60 this.yamlConstructors.put(Tag.SET, new ConstructYamlSet()); 89 * @return list of the merged NodeTuple (to be set as value for the 138 values.set(key2index.get(key), nodeTuple); 151 protected void constructSet2ndStep(MappingNode node, Set<Object> set) { 153 super.constructSet2ndStep(node, set); 324 calendar.set(Calendar.YEAR, Integer.parseInt(year_s)); 326 calendar.set(Calendar.MONTH, Integer.parseInt(month_s) - 1); // x 327 calendar.set(Calendar.DAY_OF_MONTH, Integer.parseInt(day_s)) [all...] |
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/representer/ |
SafeRepresenter.java | 29 import java.util.Set; 68 this.multiRepresenters.put(Set.class, new RepresentSet()); 126 // if no other scalar style is explicitly set, use literal style for 315 Set<Object> set = (Set<Object>) data; local 316 for (Object key : set) { 319 return representMapping(getTag(data.getClass(), Tag.SET), value, null);
|
/external/v8/src/parsing/ |
scanner.h | 165 // - a stream with existing buffer chunks would set buffer_start_ and 191 void Set(); 313 *is_set = CurrentMatchesContextual(Token::SET); 549 // Set c0_ (one character ahead)
|
/external/bcc/src/lua/bpf/ |
elf.lua | 57 static const int SET = 5;
|
/external/pcre/dist2/src/ |
pcre2test.c | 116 set here, to make it easier to fiddle with them, and removed "b" from the input 244 so that the PCRE2_EXP_xxx macros get set appropriately for an application, not 442 /* Control bits. Some apply to compiling, some to matching, but some can be set 498 /* These are the matching controls that may be set either on a pattern or on a 519 (data). Fields containing modifiers that can be set either for a pattern or a [all...] |