HomeSort by relevance Sort by last modified time
    Searched full:guards (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /external/webkit/WebKitTools/Scripts/
clean-header-guards 8 opts.banner = "Usage: clean-header-guards [options]"
10 opts.on("--prefix [PREFIX]", "Append a header prefix to all guards") do |prefix|
45 puts "Ignoring #{filename}, failed to find existing header guards."
  /external/stlport/stlport/stl/
_cprolog.h 1 /* NOTE : this header has no guards and is MEANT for multiple inclusion!
_prolog.h 1 /* NOTE : this header has no guards and is MEANT for multiple inclusion!
_epilog.h 1 /* NOTE : this header has no guards and is MEANT for multiple inclusion!
  /external/dbus/dbus/
dbus-memory.c 105 static dbus_bool_t guards = FALSE; variable
146 guards = TRUE;
147 _dbus_verbose ("Will use malloc guards\n");
457 else if (guards)
511 else if (guards)
566 else if (guards)
580 /* old guards shouldn't have moved */
620 if (guards)
820 old_guards = guards;
821 guards = TRUE
    [all...]
  /bionic/libstdc++/include/
cassert 33 * absence of include guards.
  /ndk/build/platforms/android-5/arch-x86/usr/include/
cassert 33 * absence of include guards.
  /ndk/build/platforms/android-8/arch-x86/usr/include/
cassert 33 * absence of include guards.
  /external/jsr305/ri/src/main/java/javax/annotation/concurrent/
GuardedBy.java 22 * The argument determines which lock guards the annotated field or method: this :
  /external/bluetooth/glib/docs/reference/gio/
Makefile.am 11 SCAN_OPTIONS=--deprecated-guards="G_DISABLE_DEPRECATED"
  /external/bluetooth/glib/docs/reference/glib/
Makefile.am 16 SCAN_OPTIONS=--deprecated-guards="G_DISABLE_DEPRECATED" --ignore-decorators="GLIB_VAR"
  /external/bluetooth/glib/docs/reference/gobject/
Makefile.am 16 SCAN_OPTIONS=--deprecated-guards="G_DISABLE_DEPRECATED" \
  /external/webkit/WebCore/platform/graphics/
FontFallbackList.h 24 // This file has no guards on purpose in order to detect redundant includes. This is a private header
  /external/webkit/WebKit/gtk/docs/
GNUmakefile.am 27 # e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED"
28 SCAN_OPTIONS=--deprecated-guards="WEBKIT_DISABLE_DEPRECATED" --ignore-decorators="WEBKIT_API"
  /dalvik/vm/jdwp/
JdwpPriv.h 108 pthread_mutex_t eventLock; /* guards numEvents/eventList */
  /external/bison/tests/
headers.at 52 [AT_SETUP([Invalid CPP guards: $1])
  /external/webkit/WebCore/WebCore.gyp/scripts/
rule_bison.py 94 # Rewrite the generated header with #include guards.
  /external/bluetooth/glib/glib/
gbsearcharray.h 26 G_BEGIN_DECLS /* c++ guards */
301 G_END_DECLS /* c++ guards */
gtestutils.h 131 /* test traps are guards used around forked tests */
  /bionic/libc/docs/
CHANGES.TXT 42 - <time64.h>: Add missing C++ header inclusion guards.
51 - <sys/epoll.h>: <sys/system_properties.h>: Add missing C++ inclusion guards
  /ndk/docs/system/libc/
CHANGES.TXT 42 - <time64.h>: Add missing C++ header inclusion guards.
51 - <sys/epoll.h>: <sys/system_properties.h>: Add missing C++ inclusion guards
  /external/elfutils/src/
ylwrap 124 # We want the include guards to be adjusted too.
  /external/qemu/android/tools/
gen-hw-config.py 109 # write guards to prevent bad compiles
  /ndk/docs/
CHANGES.TXT 175 - <sys/epoll.h>: add missing C++ inclusion guards.
177 - <sys/system_properties.h>: add missing C++ inclusion guards.
178 - <time64.h>: add missing C++ inclusion guards.
179 - <netdb.h>: move h_errno declaration inside C++ inclusion guards.
  /external/bison/build-aux/
ylwrap 172 # We want the include guards to be adjusted too.

Completed in 204 milliseconds

1 2 3 4 5