/external/clang/include/clang/ASTMatchers/ |
ASTMatchers.h | 144 /// Usable as: Any Matcher 184 /// Usable as: Matcher<Decl>, Matcher<Stmt>, Matcher<TypeLoc> 205 /// Usable as: Matcher<Decl>, Matcher<Stmt>, Matcher<TypeLoc> 230 /// Usable as: Matcher<Decl>, Matcher<Stmt>, Matcher<TypeLoc> [all...] |
/external/clang/docs/ |
LibASTMatchersReference.html | [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
tempfile.py | 180 We determine whether or not a candidate temp dir is usable by 212 ("No usable temporary directory found in %s" % dirlist)) 247 raise IOError, (_errno.EEXIST, "No usable temporary file name found") 336 raise IOError, (_errno.EEXIST, "No usable temporary directory name found") 365 raise IOError, (_errno.EEXIST, "No usable temporary filename found")
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
tempfile.py | 180 We determine whether or not a candidate temp dir is usable by 212 ("No usable temporary directory found in %s" % dirlist)) 247 raise IOError, (_errno.EEXIST, "No usable temporary file name found") 336 raise IOError, (_errno.EEXIST, "No usable temporary directory name found") 365 raise IOError, (_errno.EEXIST, "No usable temporary filename found")
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
tempfile.py | 180 We determine whether or not a candidate temp dir is usable by 212 ("No usable temporary directory found in %s" % dirlist)) 247 raise IOError, (_errno.EEXIST, "No usable temporary file name found") 336 raise IOError, (_errno.EEXIST, "No usable temporary directory name found") 365 raise IOError, (_errno.EEXIST, "No usable temporary filename found")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
tempfile.py | 180 We determine whether or not a candidate temp dir is usable by 212 ("No usable temporary directory found in %s" % dirlist)) 247 raise IOError, (_errno.EEXIST, "No usable temporary file name found") 336 raise IOError, (_errno.EEXIST, "No usable temporary directory name found") 365 raise IOError, (_errno.EEXIST, "No usable temporary filename found")
|
/external/icu/icu4c/source/i18n/ |
collation.h | 40 * Otherwise usable. 49 * Otherwise usable in all CE weight bytes. 55 * Otherwise usable in all CE weight bytes.
|
/system/core/logwrapper/ |
logwrap.c | 62 /* buf_size is the usable space, which is one less than the allocated size */ 75 /* buf_size is the usable space, which is one less than the allocated size */ 185 * than buf_size (the usable size of the buffer) to make sure there is
|
/system/extras/tests/net_test/ |
srcaddr_selection_test.py | 196 # Optimistic addresses are usable but are not selected. 283 # The address should have failed DAD, and therefore no longer be usable. 307 # In this setup, the only usable address is the link-local address.
|
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/ |
options.h | 480 DRI_CONF_DESC(en,"Morphological anti-aliasing based on Jimenez\' MLAA. 0 to disable, 8 for default quality. Color version, usable with 2d GL apps") \ 481 DRI_CONF_DESC(de,"Morphological anti-aliasing based on Jimenez\' MLAA. 0 to disable, 8 for default quality. Color version, usable with 2d GL apps") \ 482 DRI_CONF_DESC(es,"Morphological anti-aliasing based on Jimenez\' MLAA. 0 to disable, 8 for default quality. Color version, usable with 2d GL apps") \ 483 DRI_CONF_DESC(nl,"Morphological anti-aliasing based on Jimenez\' MLAA. 0 to disable, 8 for default quality. Color version, usable with 2d GL apps") \ 484 DRI_CONF_DESC(fr,"Morphological anti-aliasing based on Jimenez\' MLAA. 0 to disable, 8 for default quality. Color version, usable with 2d GL apps") \ 485 DRI_CONF_DESC(sv,"Morphological anti-aliasing based on Jimenez\' MLAA. 0 to disable, 8 for default quality. Color version, usable with 2d GL apps") \ [all...] |
/external/autotest/server/cros/dynamic_suite/ |
tools.py | 116 @param require_usable_hosts: only return hosts currently in a usable 158 Given a host, determine if the host is usable right now.
|
/external/conscrypt/src/main/java/org/conscrypt/ |
OpenSSLKey.java | 126 * usable only by this provider's TLS/SSL stack. 149 * is usable only by this provider's TLS/SSL stack.
|
/external/sfntly/cpp/src/sfntly/ |
font.h | 128 // once the Font object has been created it is no longer usable. To create a 148 // Build the Font. After this call this builder will no longer be usable.
|
/external/skia/site/dev/testing/ |
testing.md | 63 DM has found 3 usable ways to draw those 492 sources. This is controlled by 65 DM has skipped nonrendering, angle, and nvprmssa4, leaving three usable configs:
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
ContactsFacade.java | 137 // Convert selected attributes list into usable string list. 210 // Convert selected attributes list into usable string list.
|
/external/webrtc/talk/app/webrtc/java/jni/ |
jni_helpers.cc | 51 // Return a |JNIEnv*| usable on this thread or NULL if this thread is detached. 116 // Return a |JNIEnv*| usable on this thread. Attaches to |g_jvm| if necessary.
|
/external/webrtc/talk/media/devices/ |
linuxdevicemanager.cc | 313 // not a critical component of a Linux system so it may not be present/usable, 317 << "libudev not present/usable; LinuxDeviceWatcher disabled";
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
BootSector.java | 212 * @return the number of clusters usable for user data 222 * @return the number of bytes usable for storing user data
|
SuperFloppyFormatter.java | 288 * Determines a usable FAT type from the {@link #device} by looking at the 299 * Determines a usable FAT type from the {@link #device} by looking at the
|
/art/runtime/gc/space/ |
memory_tool_malloc_space-inl.h | 205 // Use the obj-size-for-usable flag to determine whether usable_size is the more important one,
|
/art/runtime/mirror/ |
array.h | 37 // least component_count size, however, if there's usable space at the end of the allocation the
|
/bionic/libc/include/arpa/ |
nameser.h | 399 #define NS_KEY_TYPE_AUTH_CONF 0x0000 /* Key usable for both */ 400 #define NS_KEY_TYPE_CONF_ONLY 0x8000 /* Key usable for confidentiality */ 401 #define NS_KEY_TYPE_AUTH_ONLY 0x4000 /* Key usable for authentication */ 402 #define NS_KEY_TYPE_NO_KEY 0xC000 /* No key usable for either; no key */
|
/cts/tests/tests/icu/tools/android/icu/cts/tools/ |
GenerateTestCaseXML.java | 29 * it usable in this case but that would have taken quite a lot of time and given that CTS version 1
|
/development/ndk/platforms/android-21/include/arpa/ |
nameser.h | 399 #define NS_KEY_TYPE_AUTH_CONF 0x0000 /* Key usable for both */ 400 #define NS_KEY_TYPE_CONF_ONLY 0x8000 /* Key usable for confidentiality */ 401 #define NS_KEY_TYPE_AUTH_ONLY 0x4000 /* Key usable for authentication */ 402 #define NS_KEY_TYPE_NO_KEY 0xC000 /* No key usable for either; no key */
|
/docs/source.android.com/src/security/keystore/ |
index.jd | 36 lifetime of the key. Keys can be restricted to be usable only after the user has
|