HomeSort by relevance Sort by last modified time
    Searched refs:static (Results 1 - 25 of 527) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/
libgomp.spec 3 *link_gomp: -lgomp %{static: }
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/x86_64/
libgomp.spec 3 *link_gomp: -lgomp %{static: }
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/
libgomp.spec 3 *link_gomp: -lgomp %{static: }
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/x86_64/
libgomp.spec 3 *link_gomp: -lgomp %{static: }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
libitm.spec 3 *link_itm: -litm %{static: }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib64/
libitm.spec 3 *link_itm: -litm %{static: }
  /external/chromium_org/third_party/opus/src/
version.mk 0 # static version string; update manually every release.
  /external/chromium_org/tools/deep_memory_profiler/visualizer/
run.sh 7 mkdir static/third_party/flot
8 cp ../../../third_party/flot/jquery.min.js static/third_party/flot
9 cp ../../../third_party/flot/jquery.flot.min.js static/third_party/flot
10 cp ../../../third_party/flot/jquery.flot.stack.min.js static/third_party/flot
template.py 16 <link rel="stylesheet" href="../visualizer/static/index.css">
18 href="../visualizer/static/third_party/jqTree/jqtree.css">
23 <script src="../visualizer/static/third_party/jqTree/tree.jquery.js"></script>
24 <script src="../visualizer/static/utility.js"></script>
25 <script src="../visualizer/static/profiler.js"></script>
26 <script src="../visualizer/static/graph-view.js"></script>
27 <script src="../visualizer/static/dropdown-view.js"></script>
28 <script src="../visualizer/static/menu-view.js"></script>
  /external/libopus/
version.mk 0 # static version string; update manually every release.
  /external/lldb/test/lang/cpp/overloaded-functions/
Makefile 3 CXX_SOURCES := main.cpp static-a.cpp static-b.cpp
  /ndk/tests/build/stlport-static-assert/jni/
Android.mk 4 LOCAL_MODULE := stlport-static-assert
5 LOCAL_SRC_FILES := stlport-static-assert.cpp
  /external/lldb/test/lang/objc/objc-static-method/
Makefile 3 OBJC_SOURCES := static.m
  /ndk/tests/device/clone/jni/
Android.mk 9 LOCAL_MODULE := clone-static
11 LOCAL_LDFLAGS += -static -Wl,--eh-frame-hdr
  /ndk/tests/device/test-wait/jni/
Android.mk 9 LOCAL_MODULE := test_wait-static
11 LOCAL_LDFLAGS += -static -Wl,--eh-frame-hdr
  /external/e2fsprogs/debian/
e2fsck-static.preinst 6 PKG=e2fsck-static
  /external/libpcap/
pcap-config.in 14 static=0
21 --static)
22 static=1
49 if [ "$static" = 1 ]
  /external/proguard/examples/
applications.pro 38 public static void main(java.lang.String[]);
47 # Preserve the special static methods that are required in all enumeration
51 public static **[] values();
52 public static ** valueOf(java.lang.String);
62 static final long serialVersionUID;
63 static final java.io.ObjectStreamField[] serialPersistentFields;
applets.pro 41 # Preserve the special static methods that are required in all enumeration
45 public static **[] values();
46 public static ** valueOf(java.lang.String);
56 static final long serialVersionUID;
57 static final java.io.ObjectStreamField[] serialPersistentFields;
  /prebuilts/tools/common/proguard/proguard4.7/examples/
applications.pro 38 public static void main(java.lang.String[]);
47 # Preserve the special static methods that are required in all enumeration
51 public static **[] values();
52 public static ** valueOf(java.lang.String);
62 static final long serialVersionUID;
63 static final java.io.ObjectStreamField[] serialPersistentFields;
  /ndk/tests/device/static-executable/jni/
Android.mk 4 LOCAL_MODULE := static-executable
8 # Note that by default ndk-build system doesn't support static executable,
9 # but option "-static" can instruct gcc to link with proper crt*o files to
10 # generate static executable.
11 LOCAL_LDFLAGS += -static
13 # Be aware that -Wl,--eh-frame-hdr is also needed for "-static" (at least for
  /external/iproute2/etc/iproute2/
rt_protos 8 4 static
27 249 gated/static
  /external/iproute2/genl/
Makefile 32 genl: static-syms.o
33 static-syms.o: static-syms.h
34 static-syms.h: $(wildcard *.c)
  /external/proguard/examples/annotations/
examples.pro 39 # Preserve the special static methods that are required in all enumeration
43 public static **[] values();
44 public static ** valueOf(java.lang.String);
54 static final long serialVersionUID;
55 static final java.io.ObjectStreamField[] serialPersistentFields;
  /prebuilts/tools/common/proguard/proguard4.7/examples/annotations/
examples.pro 39 # Preserve the special static methods that are required in all enumeration
43 public static **[] values();
44 public static ** valueOf(java.lang.String);
54 static final long serialVersionUID;
55 static final java.io.ObjectStreamField[] serialPersistentFields;

Completed in 833 milliseconds

1 2 3 4 5 6 7 8 91011>>