/external/icu/icu4c/source/i18n/ |
collation.cpp | 33 // plus the offset, modulo the number of usable byte values, plus the minimum. 52 // plus the offset, modulo the number of usable byte values, plus the minimum. 74 // minus the step, modulo the number of usable byte values, plus the minimum. 96 // minus the step, modulo the number of usable byte values, plus the minimum.
|
/external/libcap-ng/libcap-ng-0.7/m4/ |
cap-ng.m4 | 24 # Check results are usable
|
/external/skia/include/core/ |
SkFontLCDConfig.h | 42 separated in any usable fashion.
|
/external/v8/src/base/ |
adapters.h | 34 // Reversed returns a container adapter usable in a range-based "for" statement
|
/external/v8/test/mjsunit/es6/ |
block-let-contextual-sloppy.js | 8 // let is usable as a variable with var or legacy const, not let or ES6 const
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
main.cpp | 53 /* printf("Could not find a usable WinSock.dll\n"); */
|
/frameworks/base/core/java/android/annotation/ |
Widget.java | 25 * Indicates a class is a widget usable by application developers to create UI.
|
/frameworks/opt/net/ims/src/java/com/android/ims/internal/ |
ICall.java | 26 * Closes this object. This object is not usable after being closed.
|
/prebuilts/go/darwin-x86/src/runtime/ |
debug.go | 34 // NumCPU returns the number of logical CPUs usable by the current process.
|
/prebuilts/go/linux-x86/src/runtime/ |
debug.go | 34 // NumCPU returns the number of logical CPUs usable by the current process.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
SeekBarRule.java | 38 // almost no usable width -- so just make it grow in all layouts
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
MCJITCAPITest.cpp | 362 int32_t *usable = (int32_t *) raw; local 364 EXPECT_EQ(42, *usable); 376 int (*usable)() = (int (*)()) raw; 378 EXPECT_EQ(42, usable()); 506 int (*usable)() = (int (*)()) raw; 508 EXPECT_EQ(42, usable());
|
/external/webp/src/dsp/ |
yuv.h | 109 const int r = VP8YUVToR(y, v); // 5 usable bits 110 const int g = VP8YUVToG(y, u, v); // 6 usable bits 111 const int b = VP8YUVToB(y, u); // 5 usable bits 125 const int r = VP8YUVToR(y, v); // 4 usable bits 126 const int g = VP8YUVToG(y, u, v); // 4 usable bits 127 const int b = VP8YUVToB(y, u); // 4 usable bits
|
/external/llvm/test/CodeGen/SPARC/ |
spill.ll | 17 ; The clobber list has all registers except g0/o0. (Only o0 is usable.) 31 ; The clobber list has all registers except g0,g1,o0,o1. (Only o0/o1 are a usable pair)
|
/external/skia/site/dev/contrib/ |
c++11.md | 13 - C++11 the language as supported by GCC 4.7 or later is pretty usable. 15 - If you break a bot, that feature is not usable.
|
/external/curl/docs/libcurl/opts/ |
CURLOPT_HTTPGET.3 | 32 using GET. Usable if a POST, HEAD, PUT, etc has been used previously using the
|
CURLOPT_TRANSFERTEXT.3 | 33 stdout to binary mode. This option can be usable when transferring text data
|
/external/elfutils/libelf/ |
elf_cntl.c | 68 /* Mark the file descriptor as not usable. */
|
/external/elfutils/tests/ |
dwarf-getstring.c | 50 printf ("%s not usable: %s\n", argv[cnt], dwarf_errmsg (-1));
|
/external/kernel-headers/original/uapi/linux/ |
route.h | 50 #define RTF_UP 0x0001 /* route usable */
|
/external/libchrome/base/containers/ |
adapters.h | 57 // Reversed returns a container adapter usable in a range-based "for" statement
|
/external/libchrome/base/memory/ |
singleton_objc.h | 36 // Singleton traits usable to manage traditional Objective-C objects, which
|
/external/llvm/test/CodeGen/SystemZ/Large/ |
spill-01.py | 4 # There are 8 usable call-saved GPRs, two of which are needed for the base
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
Program.h | 42 /* whether this object is usable */
|
/libcore/ojluni/src/main/java/javax/net/ssl/ |
SSLHandshakeException.java | 32 * desired level of security. The connection is no longer usable.
|