/external/apache-xml/src/main/java/org/apache/xalan/xslt/ |
EnvironmentCheck.java | 284 // which is safer for maintenance 458 // which is safer for maintenance [all...] |
/external/bison/ |
aclocal.m4 | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_vector.h | 661 * This function provides for safer data access. The parameter 679 * This function provides for safer data access. The parameter [all...] |
stl_deque.h | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
stl_vector.h | 791 * This function provides for safer data access. The parameter 809 * This function provides for safer data access. The parameter [all...] |
stl_deque.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
stl_vector.h | 791 * This function provides for safer data access. The parameter 809 * This function provides for safer data access. The parameter [all...] |
stl_deque.h | [all...] |
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_vector.h | 661 * This function provides for safer data access. The parameter 679 * This function provides for safer data access. The parameter [all...] |
stl_deque.h | [all...] |
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_vector.h | 661 * This function provides for safer data access. The parameter 679 * This function provides for safer data access. The parameter [all...] |
stl_deque.h | [all...] |
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_vector.h | 661 * This function provides for safer data access. The parameter 679 * This function provides for safer data access. The parameter [all...] |
stl_deque.h | [all...] |
/external/antlr/antlr-3.4/runtime/C/ |
INSTALL | 122 With a non-GNU `make', it is safer to compile the package for one
|
/external/chromium/chrome/common/extensions/docs/static/ |
content_scripts.html | 371 <p>Instead, prefer safer APIs that do not run scripts:</p>
|
/external/chromium/chrome/common/extensions/docs/ |
xhr.html | 440 Instead, prefer safer APIs that do not run scripts:
|
/external/clang/docs/ |
ObjectiveCLiterals.html | 220 Using array and dictionary literals is safer than the variadic creation forms commonly in use today. Array literal expressions expand to calls to <code>+[NSArray arrayWithObjects:count:]</code>, which validates that all objects are non-<code>nil</code>. The variadic form, <code>+[NSArray arrayWithObjects:]</code> uses <code>nil</code> as an argument list terminator, which can lead to malformed array objects. Dictionary literals are similarly created with <code>+[NSDictionary dictionaryWithObjects:forKeys:count:]</code> which validates all objects and keys, unlike <code>+[NSDictionary dictionaryWithObjectsAndKeys:]</code> which also uses a <code>nil</code> parameter as an argument list terminator.<p>
|
/external/dropbear/ |
configure.in | 623 AS_MKDIR_P(libtomcrypt/src/ciphers/safer)
|
/external/dropbear/libtomcrypt/demos/ |
tv_gen.c | 28 #ifdef SAFER
|
/external/skia/src/core/ |
SkScan_Antihair.cpp | 412 clipper. To make the numerics safer, we outset by a whole pixel,
|
/external/webkit/Source/WebCore/loader/cache/ |
MemoryCache.cpp | 78 // Data urls must be unmodified and it is also safer to keep them for custom protocols.
|
/external/webkit/Source/WebKit/mac/Plugins/ |
WebBaseNetscapePluginView.mm | 765 // much safer than walking up the view hierarchy and observing frame/bounds changed notifications, since you don't
|
/frameworks/wilhelm/src/itf/ |
IObject.c | 631 // was ifdef USE_DEBUG but safer to do this unconditionally
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
threads.sgml | 586 #GStaticMutex provides a simpler and safer way of doing this. 705 safer version of our <function>give_me_next_number()</function> example: [all...] |