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

<<11121314151617181920>>

  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
GeneratedClrTypeInfo.cs 43 private static readonly string[] EmptyNames = new string[0];
44 private static readonly GeneratedClrTypeInfo[] EmptyCodeInfo = new GeneratedClrTypeInfo[0];
  /external/swiftshader/third_party/LLVM/tools/llvm-shlib/
Makefile 24 # It is needed to force static-stdc++.a linked.
109 $(Echo) Linking all libs together for static libstdc++.a
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
sym.go 58 // The resulting symbol will be static iff s is.
60 if s.Static() {
66 // LookupStatic looks up the static symbol with name name.
  /prebuilts/go/darwin-x86/src/plugin/
plugin_dlopen.go 18 static uintptr_t pluginOpen(const char* path, char** err) {
26 static void* pluginLookup(uintptr_t h, const char* name, char** err) {
  /prebuilts/go/darwin-x86/src/runtime/race/
output_test.go 231 static inline void *threadFunc(void *p) {
235 static inline void startThread(cb* c) {
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
sym.go 58 // The resulting symbol will be static iff s is.
60 if s.Static() {
66 // LookupStatic looks up the static symbol with name name.
  /prebuilts/go/linux-x86/src/plugin/
plugin_dlopen.go 18 static uintptr_t pluginOpen(const char* path, char** err) {
26 static void* pluginLookup(uintptr_t h, const char* name, char** err) {
  /prebuilts/go/linux-x86/src/runtime/race/
output_test.go 231 static inline void *threadFunc(void *p) {
235 static inline void startThread(cb* c) {
  /build/make/core/
aux_executable.mk 88 $(transform-o-to-aux-static-executable)
  /device/generic/goldfish-opengl/
common.mk 18 # $(call emugl-begin-static-library,<name>)
23 emugl-begin-static-library = $(call emugl-begin-module,$1,STATIC_LIBRARY)
71 # $(call emugl-begin-static-library,foo)
82 # Here, we define a static library named 'foo' which exports an include
  /device/google/contexthub/firmware/app/
app.mk 177 ifeq ($(BIN_MODE),static)
219 ifeq ($(BIN_MODE),static)
  /external/emma/
test.sh 51 public static void main(String[] args) {
  /external/toolchain-utils/automation/server/monitor/
dashboard.py 18 from django.views import static
217 return static.serve(request,
  /hardware/interfaces/wifi/1.2/default/
Android.mk 17 ### android.hardware.wifi static library
  /hardware/invensense/65xx/libsensors_iio/software/build/android/
common.mk 25 STATIC_APP_SUFFIX = -static
  /packages/apps/Email/
Android.mk 18 # static library. All tests can be run via runtest email
  /prebuilts/go/darwin-x86/src/cmd/internal/objabi/
symkind.go 45 // Read only static data
47 // Static data that does not contain any pointers
49 // Static data
  /prebuilts/go/linux-x86/src/cmd/internal/objabi/
symkind.go 45 // Read only static data
47 // Static data that does not contain any pointers
49 // Static data
  /system/media/camera/docs/
camera_metadata_tag_info.mako 48 static tag_info_t ${path_name(sec) | csyml}[${path_name(sec) | csym}_END -
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DFA.as 30 public static const debug:Boolean = false;
180 * static short[] which generates so much init code that the class won't
183 public static function unpackEncodedString(encodedString:String, unsigned:Boolean = false):Array {
  /external/e2fsprogs/resize/
Makefile.in 49 resize2fs.static: $(RESIZE_OBJS) $(DEPSTATIC_LIBS)
51 $(Q) $(LD) $(LDFLAGS_STATIC) -o resize2fs.static \
108 resize2fs.static test_extent.out
  /external/fio/
configure 162 --build-static) build_static="yes"
206 echo "--build-static Build a static fio"
486 # See if we need to build a static build
489 LDFLAGS="$LDFLAGS -static -Wl,--gc-sections"
493 echo "Static build $build_static"
672 static int sfaa(uint64_t *ptr)
1109 static char *string = "This is a string";
1145 static char dst[64];
1146 static char *string = "This is a string"
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
llvm_executionengine.mli 86 invoking a static compiler and generating a native executable. *)
135 (** [run_static_ctors ee] executes the static constructors of each module in
139 (** [run_static_dtors ee] executes the static destructors of each module in
  /prebuilts/go/darwin-x86/test/
index.go 160 // 1 - static checks of invalid constants (cannot assign to types)
161 // 2 - static checks of array bounds
209 // Pass: dynamic=0, static=1, 2.
  /prebuilts/go/linux-x86/test/
index.go 160 // 1 - static checks of invalid constants (cannot assign to types)
161 // 2 - static checks of array bounds
209 // Pass: dynamic=0, static=1, 2.

Completed in 1443 milliseconds

<<11121314151617181920>>