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

1 2 3 4 5 6 7 8 91011>>

  /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
  /external/lldb/test/lang/objc/objc-static-method/
Makefile 3 OBJC_SOURCES := static.m
  /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/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/bison/etc/
bench.pl.in 41 static int yylex (void);
42 static void yyerror (const char *msg);
82 static int
85 static int inner = 1;
86 static int outer = 0;
98 static void
147 static semantic_value global_result = 0;
148 static int global_count = 0;
160 static int power (int base, int exponent);
164 static void yyerror (const char *s)
    [all...]
  /development/ndk/tests/dlclose-destruction/jni/
Android.mk 1 # A small sample used to demonstrate static C++ destructors
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
TreeConstants.as 6 public static const INVALID_NODE:CommonTree = CommonTree.createFromToken(TokenConstants.INVALID_TOKEN);
  /external/chromium_org/chrome/common/extensions/docs/server2/
template_renderer.py 39 'static': self._server_instance.base_path + 'static',
  /external/libcxx/test/input.output/iostreams.base/ios.base/ios.members.static/
Android.mk 17 test_makefile := external/libcxx/test/input.output/iostreams.base/ios.base/ios.members.static/Android.mk
19 test_name := input.output/iostreams.base/ios.base/ios.members.static/sync_with_stdio
  /external/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.static/
Android.mk 17 test_makefile := external/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.static/Android.mk
19 test_name := thread/thread.threads/thread.thread.class/thread.thread.static/hardware_concurrency
  /external/lzma/CS/7zip/Common/
CRC.cs 7 public static readonly uint[] Table;
9 static CRC()
42 static uint CalculateDigest(byte[] data, uint offset, uint size)
50 static bool VerifyDigest(uint digest, byte[] data, uint offset, uint size)
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
CodeGeneratorInspectorStrings.py 146 static PassRefPtrWillBeRawPtr<InspectorBackendDispatcher> create(InspectorFrontendChannel* inspectorFrontendChannel);
189 static bool getCommandName(const String& message, String* result);
197 static const char* commandName(MethodNames);
200 static const char commandNames[];
201 static const size_t commandNamesIndex[];
260 static R getPropertyValueImpl(JSONObject* object, const char* name, bool* valueFound, JSONArray* protocolErrors, V0 initial_value, bool (*as_method)(JSONValue*, V*), const char* type_name);
262 static int getInt(JSONObject* object, const char* name, bool* valueFound, JSONArray* protocolErrors);
263 static double getDouble(JSONObject* object, const char* name, bool* valueFound, JSONArray* protocolErrors);
264 static String getString(JSONObject* object, const char* name, bool* valueFound, JSONArray* protocolErrors);
265 static bool getBoolean(JSONObject* object, const char* name, bool* valueFound, JSONArray* protocolErrors)
    [all...]
  /external/chromium_org/tools/stats_viewer/
program.cs 10 static class Program
16 static void Main()
  /external/oauth/core/src/main/java/
Android.mk 4 # This will build the client static library for the Google Services Framework
13 # Build the actual static library
  /external/chromium_org/third_party/icu/source/samples/ufortune/
fortunedefs.mk 10 # static - will statically link data into ufortune
18 RESMODE=static
28 # DLL and static modes are identical here
35 ifeq ($(RESMODE),static)
  /external/chromium_org/third_party/libyuv/util/
Makefile 5 $(CXX) -msse2 -O3 -fopenmp -static -o psnr psnr.cc ssim.cc psnr_main.cc -Wl,--strip-all
  /external/chromium_org/tools/gyp/test/mac/type_envvars/
test_nonbundle_static_library.sh 9 test $PRODUCT_TYPE = com.apple.product-type.library.static
  /external/icu/icu4c/source/samples/ufortune/
fortunedefs.mk 10 # static - will statically link data into ufortune
18 RESMODE=static
28 # DLL and static modes are identical here
35 ifeq ($(RESMODE),static)
  /build/core/
host_static_library_internal.mk 2 ## Standard rules for building a static library for the host.
27 $(transform-host-o-to-static-lib)

Completed in 1305 milliseconds

1 2 3 4 5 6 7 8 91011>>