HomeSort by relevance Sort by last modified time
    Searched full:statics (Results 26 - 50 of 192) sorted by null

12 3 4 5 6 7 8

  /external/v8/src/
allocation.h 48 // Superclass for classes only using statics.
  /external/webrtc/webrtc/base/
trace_event.h 162 // - category and name strings must have application lifetime (statics or
204 // - category and name strings must have application lifetime (statics or
232 // - category and name strings must have application lifetime (statics or
259 // - category and name strings must have application lifetime (statics or
286 // - category and name strings must have application lifetime (statics or
300 // - category and name strings must have application lifetime (statics or
317 // - category and name strings must have application lifetime (statics or
335 // - category and name strings must have application lifetime (statics or
358 // - category and name strings must have application lifetime (statics or
448 // - category and name strings must have application lifetime (statics o
    [all...]
unittest_main.cc 113 // Unhook crt function so that we don't ever log after statics have been
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
ParameterMetaDataTest.java 29 * Public statics test
ResultSetTest.java 29 * Public statics test
StatementTest.java 29 * Public statics test
  /external/clang/test/CodeGenCXX/
static-data-member.cpp 55 // Test that we don't use threadsafe statics when initializing
  /external/llvm/include/llvm/Support/
ManagedStatic.h 55 /// ManagedStatic - This transparently changes the behavior of global statics to
  /external/skia/site/dev/contrib/
c++11.md 16 - Local statics are not thread safe.
  /external/skia/src/gpu/batches/
GrTInstanceBatch.h 17 * To use this template, The 'Impl' must define the following statics:
  /external/webrtc/webrtc/system_wrappers/include/
static_instance.h 47 // reachable from statics leaked so no noise is added by doing this.
  /external/libchrome/base/trace_event/common/
trace_event_common.h 203 // - category and name strings must have application lifetime (statics or
272 // - category and name strings must have application lifetime (statics or
317 // - category and name strings must have application lifetime (statics or
373 // - category and name strings must have application lifetime (statics or
444 // - category and name strings must have application lifetime (statics or
458 // - category and name strings must have application lifetime (statics or
489 // - category and name strings must have application lifetime (statics or
507 // - category and name strings must have application lifetime (statics or
553 // - category and name strings must have application lifetime (statics or
    [all...]
  /external/skia/src/core/
SkTraceEventCommon.h 203 // - category and name strings must have application lifetime (statics or
286 // - category and name strings must have application lifetime (statics or
325 // - category and name strings must have application lifetime (statics or
381 // - category and name strings must have application lifetime (statics or
455 // - category and name strings must have application lifetime (statics or
469 // - category and name strings must have application lifetime (statics or
486 // - category and name strings must have application lifetime (statics or
504 // - category and name strings must have application lifetime (statics or
550 // - category and name strings must have application lifetime (statics or
    [all...]
  /external/v8/base/trace_event/common/
trace_event_common.h 203 // - category and name strings must have application lifetime (statics or
272 // - category and name strings must have application lifetime (statics or
317 // - category and name strings must have application lifetime (statics or
373 // - category and name strings must have application lifetime (statics or
444 // - category and name strings must have application lifetime (statics or
458 // - category and name strings must have application lifetime (statics or
489 // - category and name strings must have application lifetime (statics or
507 // - category and name strings must have application lifetime (statics or
553 // - category and name strings must have application lifetime (statics or
    [all...]
  /external/sfntly/
Android.mk 142 -fno-threadsafe-statics \
222 -fno-threadsafe-statics \
  /external/guice/core/src/com/google/inject/spi/
InjectionPoint.java 653 * @param statics true is this method should return static members, false for instance members
657 boolean statics, Errors errors) {
676 if (Modifier.isStatic(field.getModifiers()) == statics) {
689 if (isEligibleForInjection(method, statics)) {
708 if (statics) {
777 private static boolean isEligibleForInjection(Method method, boolean statics) {
778 return Modifier.isStatic(method.getModifiers()) == statics
  /external/skia/gyp/
common_conditions.gypi 236 '-fno-threadsafe-statics',
539 'GCC_THREADSAFE_STATICS': 'NO', # -fno-threadsafe-statics
596 'GCC_THREADSAFE_STATICS': 'NO', # -fno-threadsafe-statics
  /bionic/libc/upstream-openbsd/lib/libc/net/
inet_ntop.c 66 * (1) uses no statics
  /device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoder.h 102 // statics
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
apiviewer.js     [all...]
  /external/clang/test/Parser/
cxx-decl.cpp 97 Statics:return;
  /external/curl/lib/
inet_ntop.c 48 * - uses no statics
  /external/eigen/unsupported/test/
bdcsvd.cpp 188 // Statics matrix don't work with BDSVD yet
  /external/libvncserver/libvncserver/
ultra.c 106 /* Update statics */
  /frameworks/data-binding/compiler/src/test/java/android/databinding/tool/reflection/java/
JavaAnalyzer.java 102 // expr visitor may call this to resolve statics. Sometimes, it is OK not to find a class.

Completed in 2542 milliseconds

12 3 4 5 6 7 8