/external/u-boot/net/ |
Kconfig | 5 menuconfig NET 9 if NET 25 endif # if NET
|
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/ |
PInvokeTest.cs | 38 /// (~1.26us .NET Windows) 59 /// (~110ns .NET Windows) 82 /// (~1.1us on .NET Windows) 101 /// (~46ns .NET Windows)
|
/external/libpcap/ |
grammar.h | 52 NET = 262, 174 #define NET 262
|
grammar.y | 79 #include <net/if.h> 80 #include <net/pfvar.h> 81 #include <net/if_pflog.h> 318 %token NET NETMASK PORT PORTRANGE LESS GREATER PROTO PROTOCHAIN CBYTE 495 | NET { $$ = Q_NET; }
|
grammar.c | 125 #include <net/if.h> 126 #include <net/pfvar.h> 127 #include <net/if_pflog.h> 370 NET = 262, 492 #define NET 262 985 "$end", "error", "$undefined", "DST", "SRC", "HOST", "GATEWAY", "NET", [all...] |
scanner.l | 309 net return NET;
|
scanner.c | [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/ |
DlgDDK.mak | 4 # LIB="C:/Program Files/Microsoft Visual Studio .NET 2003/Vc7/lib;c:/Microsoft Visual Studio .NET 2003/Vc7/PlatformSDK/Lib"
|
DlgMS.mak | 4 # LIB="C:/Program Files/Microsoft Visual Studio .NET 2003/Vc7/lib;c:/Microsoft Visual Studio .NET 2003/Vc7/PlatformSDK/Lib"
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
AntlrDDK.mak | 4 # LIB="C:/Program Files/Microsoft Visual Studio .NET 2003/Vc7/lib;c:/Microsoft Visual Studio .NET 2003/Vc7/PlatformSDK/Lib"
|
AntlrMS.mak | 4 # LIB="C:/Program Files/Microsoft Visual Studio .NET 2003/Vc7/lib;c:/Microsoft Visual Studio .NET 2003/Vc7/PlatformSDK/Lib"
|
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ |
PlatformApis.cs | 56 isNetCore = RuntimeInformation.FrameworkDescription.StartsWith(".NET Core"); 153 /// true if running on .NET Core (CoreCLR), false otherwise.
|
/external/grpc-grpc/src/csharp/Grpc.Core/ |
GrpcEnvironment.cs | 233 /// By default, gRPC's internal event handlers get offloaded to .NET default thread pool thread (<c>inlineHandlers=false</c>). 413 // and the other half for .NET thread pool. This heuristic definitely needs 452 // No action required at shutdown on .NET Core 454 // to prevent a .NET core application from terminating, so no special handling 456 // - .NET core doesn't run finalizers on shutdown, so there's no risk of getting 462 // On desktop .NET framework and Mono, we need to register for a shutdown 464 // - On Desktop .NET framework, we need to do a proper shutdown to prevent a crash
|
Channel.cs | 333 // TODO(jtattermusch): it would be useful to also provide .NET/mono version.
|
/external/curl/projects/ |
build-openssl.bat | 56 set "VC_PATH=Microsoft Visual Studio .NET\Vc7" 60 set "VC_PATH=Microsoft Visual Studio .NET 2003\Vc7" 384 echo vc7 - Use Visual Studio .NET 385 echo vc7.1 - Use Visual Studio .NET 2003
|
generate.bat | 409 echo vc7 - Use Visual Studio .NET 410 echo vc7.1 - Use Visual Studio .NET 2003
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
DescriptorUtil.cs | 44 /// Equivalent to Func[TInput, int, TOutput] but usable in .NET 2.0. Only used to convert
|
FileDescriptor.cs | 135 /// be equivalent to the .NET namespace of the generated classes.
|
/external/cldr/tools/java/org/unicode/cldr/icu/ |
timezone_aliases.txt | 108 NET; Asia/Yerevan
|
/external/u-boot/ |
Kconfig | 76 select CMD_PXE if NET 82 imply CMD_MII if NET 471 source "net/Kconfig"
|
/external/icu/icu4c/source/data/ |
makedata.mak | 38 !MESSAGE Information: See ICU-10923 for more information: https://unicode-org.atlassian.net/browse/ICU-10923 41 !MESSAGE Information: For more info on Python 3 requirement, see: https://unicode-org.atlassian.net/browse/ICU-10923 52 # need to nuke \\ for .NET... 64 # In case the first one didn't do it, try this one. .NET would do the second one. [all...] |
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.Tools.pas | 119 /// Win32 version of .NET's ICloneable
|
Antlr.Runtime.Tree.pas | 194 /// Both have issues especially on .NET 1.x and Mono. [all...] |
Antlr.Runtime.pas | [all...] |