HomeSort by relevance Sort by last modified time
    Searched full:statics (Results 76 - 100 of 202) sorted by null

1 2 34 5 6 7 8 9

  /bionic/tools/relocation_packer/test_data/
elf_file_unittest_relocs_arm32.so 
elf_file_unittest_relocs_arm32_packed.so 
elf_file_unittest_relocs_ia32.so 
elf_file_unittest_relocs_ia32_packed.so 
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
ClassDataItem.java 282 // First sort the statics into their final order.
  /dalvik/dx/src/com/android/dx/dex/file/
ClassDataItem.java 278 // First sort the statics into their final order.
  /external/clang/test/CodeGenCXX/
dllexport.cpp 1 // RUN: %clang_cc1 -triple i686-windows-msvc -emit-llvm -std=c++1y -fno-threadsafe-statics -fms-extensions -O1 -mconstructor-aliases -disable-llvm-optzns -o - %s -w | FileCheck --check-prefix=MSC --check-prefix=M32 %s
2 // RUN: %clang_cc1 -triple x86_64-windows-msvc -emit-llvm -std=c++1y -fno-threadsafe-statics -fms-extensions -O0 -o - %s -w | FileCheck --check-prefix=MSC --check-prefix=M64 %s
3 // RUN: %clang_cc1 -triple i686-windows-gnu -emit-llvm -std=c++1y -fno-threadsafe-statics -fms-extensions -O0 -o - %s -w | FileCheck --check-prefix=GNU --check-prefix=G32 %s
4 // RUN: %clang_cc1 -triple x86_64-windows-gnu -emit-llvm -std=c++1y -fno-threadsafe-statics -fms-extensions -O0 -o - %s -w | FileCheck --check-prefix=GNU --check-prefix=G64 %s
    [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp 15 class Statics { static int priv; static NonPOD np; };
173 { int arr[T(__is_pod(Statics))]; }
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
ClassDataItem.java 279 // First sort the statics into their final order.
  /external/jetty/src/java/org/eclipse/jetty/util/log/
Log.java 128 /* Now use the configuration properties to configure the Log statics
  /external/jsoncpp/src/lib_json/
json_internalmap.inl 113 mapAllocator(); // ensure mapAllocator() statics are initialized before
  /external/skia/bench/
Android.mk 21 -fno-threadsafe-statics
  /packages/apps/Email/tests/src/com/android/email/provider/
ProviderTestUtils.java 42 * No constructor - statics only
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
SendersView.java 54 // FIXME(ath): make all of these statics instance variables, and have callers hold onto this
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
resolv.h 183 * Resolver flags (used to be discrete per-module statics ints).
cursesf.h 898 friend class UDF_Init; // Internal helper to set up statics
941 friend class UDF_Init; // Internal helper to set up statics
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
resolv.h 183 * Resolver flags (used to be discrete per-module statics ints).
cursesf.h 898 friend class UDF_Init; // Internal helper to set up statics
941 friend class UDF_Init; // Internal helper to set up statics
  /system/connectivity/shill/net/
ip_address_unittest.cc 122 TEST_F(IPAddressTest, Statics) {
  /art/build/
Android.gtest.mk 47 Statics \
73 ART_GTEST_class_linker_test_DEX_DEPS := Interfaces MultiDex MyClass Nested Statics StaticsFromCode
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]
  /external/google-breakpad/src/build/
common.gypi 574 '-fno-threadsafe-statics',
    [all...]
  /external/libchrome/base/
tracked_objects.h 516 // Initializes all statics if needed (this initialization call should be made
625 // Cleans up data structures, and returns statics to near pristine (mostly
    [all...]
  /art/compiler/
image_writer.h 163 kBinClassInitializedFinalStatics, // Class initializers have been run, no non-final statics
  /art/runtime/entrypoints/quick/
quick_field_entrypoints.cc 37 // Helper function to do a null check after trying to resolve the field. Not for statics since obj

Completed in 725 milliseconds

1 2 34 5 6 7 8 9