HomeSort by relevance Sort by last modified time
    Searched refs:static (Results 126 - 150 of 820) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/linux-x86/src/cmd/nm/
doc.go 15 // t static text segment symbol
17 // r static read-only data segment symbol
19 // d static data segment symbol
21 // b static bss segment symbol
  /prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/
sigpanic.go 15 static int f1(void) {
  /prebuilts/go/linux-x86/test/interface/
convert1.go 7 // Test static interface conversion of interface value nil.
convert2.go 7 // Test static interface conversion of interface value nil.
  /prebuilts/ndk/r16/sources/android/native_app_glue/
Android.mk 9 # The linker will strip this as "unused" since this is a static library, but we
  /prebuilts/tools/common/proguard/proguard4.7/examples/
proguardgui.pro 49 public static void main(java.lang.String[]);
  /build/soong/cc/
coverage.go 58 if ctx.static() && !ctx.staticBinary() {
59 // For static libraries, the only thing that changes our object files
60 // are included whole static libraries, so check to see if any of
71 // our static dependencies.
78 if static, ok := cc.linker.(libraryInterface); !ok || !static.static() {
binary.go 22 // compile executable with -static
117 if binary.static() {
133 if binary.static() {
136 if binary.static() {
146 if binary.static() {
150 // static libraries libcompiler_rt, libc and libc_nomalloc need to be linked with
159 if ctx.Os() == android.LinuxBionic && !binary.static() {
164 if !binary.static() && inList("libc", deps.StaticLibs) {
166 "from static libs or set static_executable: true")
199 // Static executables are not supported on Darwin or Window
205 func (binary *binaryDecorator) static() bool { func
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Empty.cs 14 public static partial class EmptyReflection {
18 public static pbr::FileDescriptor Descriptor {
21 private static pbr::FileDescriptor descriptor;
23 static EmptyReflection() {
54 private static readonly pb::MessageParser<Empty> _parser = new pb::MessageParser<Empty>(() => new Empty());
55 public static pb::MessageParser<Empty> Parser { get { return _parser; } }
57 public static pbr::MessageDescriptor Descriptor {
SourceContext.cs 14 public static partial class SourceContextReflection {
18 public static pbr::FileDescriptor Descriptor {
21 private static pbr::FileDescriptor descriptor;
23 static SourceContextReflection() {
47 private static readonly pb::MessageParser<SourceContext> _parser = new pb::MessageParser<SourceContext>(() => new SourceContext());
48 public static pb::MessageParser<SourceContext> Parser { get { return _parser; } }
50 public static pbr::MessageDescriptor Descriptor {
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestImportProto3.cs 14 public static partial class UnittestImportProto3Reflection {
18 public static pbr::FileDescriptor Descriptor {
21 private static pbr::FileDescriptor descriptor;
23 static UnittestImportProto3Reflection() {
56 private static readonly pb::MessageParser<ImportMessage> _parser = new pb::MessageParser<ImportMessage>(() => new ImportMessage());
57 public static pb::MessageParser<ImportMessage> Parser { get { return _parser; } }
59 public static pbr::MessageDescriptor Descriptor {
UnittestImportPublicProto3.cs 14 public static partial class UnittestImportPublicProto3Reflection {
18 public static pbr::FileDescriptor Descriptor {
21 private static pbr::FileDescriptor descriptor;
23 static UnittestImportPublicProto3Reflection() {
42 private static readonly pb::MessageParser<PublicImportMessage> _parser = new pb::MessageParser<PublicImportMessage>(() => new PublicImportMessage());
43 public static pb::MessageParser<PublicImportMessage> Parser { get { return _parser; } }
45 public static pbr::MessageDescriptor Descriptor {
  /external/capstone/tests/
Makefile 99 rm -rf $(OBJS) $(BINARY) $(TESTDIR)/*.exe $(TESTDIR)/*.static $(OBJDIR)/lib$(LIBNAME).* $(OBJDIR)/$(LIBNAME).*
112 @$(link-static)
119 $(link-static)
138 define link-static
143 staticname = $(subst $(BIN_EXT),,$(1)).static$(BIN_EXT)
  /external/libjpeg-turbo/
CMakeLists.txt 63 option(ENABLE_STATIC "Build static libraries" TRUE)
141 "Link all libjpeg-turbo libraries and executables with the C run-time DLL (msvcr*.dll) instead of the static C run-time library (libcmt*.lib.) The default is to use the C run-time DLL only with the libraries and executables that need it."
144 # Use the static C library for all build types
257 add_library(jpeg-static STATIC ${JPEG_SOURCES} ${SIMD_OBJS})
259 set_target_properties(jpeg-static PROPERTIES OUTPUT_NAME jpeg)
262 add_dependencies(jpeg-static simd)
279 target_link_libraries(turbojpeg jpeg-static)
287 target_link_libraries(tjbench turbojpeg jpeg-static)
293 add_library(turbojpeg-static STATIC ${JPEG_SOURCES} ${SIMD_OBJS
    [all...]
  /art/test/954-invoke-polymorphic-verifier/smali/
Subclass.smali 26 invoke-static {}, LSubclass;->getMethodHandleSubclassInstance()Ljava/lang/invoke/MethodHandleImpl;
41 .method public static getMethodHandleSubclassInstance()Ljava/lang/invoke/MethodHandleImpl;
  /cts/tools/utils/
java-cert-list-generator.sh 52 static final String[] CERTIFICATE_DATA = {
67 static final String[] WFA_CERTIFICATE_DATA = {
  /external/autotest/client/site_tests/security_Minijail0/
security_Minijail0.py 32 def run_test(self, path, static):
86 if static:
118 if self.run_test(p, static=False):
122 if self.run_test(p, static=True):
123 failed.append(name + ' static')
  /external/icu/icu4c/source/samples/ufortune/resources/
Makefile 43 ifeq ($(RESMODE),static)
  /external/libcap/progs/
Makefile 12 LDFLAGS += --static
  /external/rmi4utils/f54test/
Makefile 13 LDFLAGS += -static
  /external/rmi4utils/rmi4update/
Makefile 13 LDFLAGS += -static
  /packages/apps/Gallery2/gallerycommon/
Android.mk 17 # Build the com.android.emailcommon static library. At the moment, this includes
19 # AIDL files are also compiled into the static library
  /prebuilts/go/darwin-x86/misc/cgo/testsanitizers/src/
tsan11.go 28 static void raise_usr2(int signo) {
32 static void register_handler(int signo) {
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprogcgo/
callback.go 14 static void *thr(void *arg) {
19 static void foo() {
dropm.go 19 static void* thread(void* arg __attribute__ ((unused))) {
24 static void CheckM() {

Completed in 385 milliseconds

1 2 3 4 56 7 8 91011>>