/packages/inputmethods/LatinIME/java/res/xml/ |
rowkeys_nepali_traditional3_right5.xml | 26 set of Key definitions are needed based on the API version. --> 33 set of Key definitions are needed based on the API version. --> 48 set of Key definitions are needed based on the API version. --> 56 set of Key definitions are needed based on the API version. --> 69 set of Key definitions are needed based on the API version. -->
|
rowkeys_nepali_romanized1.xml | 30 set of Key definitions are needed based on the API version. --> 35 set of Key definitions are needed based on the API version. --> 44 set of Key definitions are needed based on the API version. --> 49 set of Key definitions are needed based on the API version. --> 62 set of Key definitions are needed based on the API version. --> 73 set of Key definitions are needed based on the API version. --> 82 set of Key definitions are needed based on the API version. --> 109 set of Key definitions are needed based on the API version. --> 118 set of Key definitions are needed based on the API version. --> 127 set of Key definitions are needed based on the API version. -- [all...] |
rowkeys_nepali_traditional2.xml | 36 set of Key definitions are needed based on the API version. --> 47 set of Key definitions are needed based on the API version. --> 54 set of Key definitions are needed based on the API version. --> 63 set of Key definitions are needed based on the API version. --> 76 set of Key definitions are needed based on the API version. --> 89 set of Key definitions are needed based on the API version. --> 96 set of Key definitions are needed based on the API version. -->
|
rowkeys_nepali_traditional3_right3.xml | 26 set of Key definitions are needed based on the API version. --> 33 set of Key definitions are needed based on the API version. --> 40 set of Key definitions are needed based on the API version. -->
|
/external/chromium_org/third_party/libvpx/source/libvpx/ |
tools_common.c | 112 size_t needed = w * bytespp; local 116 const size_t more = (left < needed) ? left : needed; 119 needed -= more; 122 if (needed > 0) { 123 shortread |= (fread(ptr + buf_position, 1, needed, f) < needed);
|
/external/libvpx/libvpx/ |
tools_common.c | 111 size_t needed = w; local 115 const size_t more = (left < needed) ? left : needed; 118 needed -= more; 121 if (needed > 0) { 122 shortread |= (fread(ptr + buf_position, 1, needed, f) < needed);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
tools_common.c | 111 size_t needed = w; local 115 const size_t more = (left < needed) ? left : needed; 118 needed -= more; 121 if (needed > 0) { 122 shortread |= (fread(ptr + buf_position, 1, needed, f) < needed);
|
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
CharEscaper.java | 52 // Inlineable fast-path loop which hands off to escapeSlow() only if needed 129 // Loop through the rest of the string, replacing when needed into the 130 // destination buffer, which gets grown as needed as well. 136 // If no replacement is needed, just continue. 142 // This is the size needed to add the replacement, not the full size needed by the string. We 156 // Copy the replacement string into the dest buffer as needed. 192 * @return the replacement characters, or {@code null} if no escaping was needed 197 * Helper method to grow the character buffer as needed, this only happens once in a while so it's
|
/external/bison/lib/ |
mbswidth.h | 1 /* Determine the number of screen columns needed for a string. 49 /* Returns the number of screen columns needed for STRING. */ 53 /* Returns the number of screen columns needed for the NBYTES bytes
|
/external/bison/m4/ |
fpieee.m4 | 10 dnl No autoconf test needed. 39 # For full IEEE compliance (rarely needed), use option -mieee-with-inexact. 43 # For full IEEE compliance (rarely needed), use option -ieee_with_inexact.
|
/external/chromium_org/chrome/browser/ui/cocoa/infobars/ |
infobar_container_controller.h | 28 // Protocol for basic container methods, as needed by an InfoBarController. 40 // adding/removing infobars when needed. 44 // Needed to send resize messages when infobars are added or removed.
|
/external/chromium_org/chrome/common/importer/ |
importer_data_types.h | 19 // Types needed for importing data from other browsers and the Google Toolbar. 35 // Information about a profile needed by an importer to do import work. 50 // Contains information needed for importing bookmarks/search engine urls, etc.
|
/external/chromium_org/content/shell/renderer/ |
gc_controller.cc | 54 // In order to collect a DOM wrapper, two GC cycles are needed. 58 // Given that two GC cycles are needed to collect one DOM wrapper, 59 // more than two GC cycles are needed to collect all DOM wrappers
|
/external/chromium_org/ppapi/api/dev/ |
ppp_video_decoder_dev.idl | 15 * plugin MUST implement to provide services needed by the video decoder 32 * |req_num_of_bufs| tells how many buffers are needed by the decoder. 52 * |picture_buffer| points to the picture buffer that is no longer needed.
|
/external/chromium_org/ppapi/c/dev/ |
ppp_video_decoder_dev.h | 33 * plugin MUST implement to provide services needed by the video decoder 50 * |req_num_of_bufs| tells how many buffers are needed by the decoder. 67 * |picture_buffer| points to the picture buffer that is no longer needed.
|
/external/llvm/lib/Transforms/IPO/ |
GlobalDCE.cpp | 12 // known to be alive. After it finds all of the globals which are needed, it 50 /// GlobalIsNeeded - mark the specific global value as needed, and 51 /// recursively mark anything that it uses as also needed. 86 // Functions with external linkage are needed if they have a body 98 // Externally visible & appending globals are needed, if they have an 111 // Externally visible aliases are needed. 134 // Now that all globals which are needed are in the AliveGlobals set, we loop 202 /// GlobalIsNeeded - the specific global value as needed, and 203 /// recursively mark anything that it uses as also needed. 215 // The target of a global alias is needed [all...] |
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_AudioCVT.3 | 8 int needed; 52 Pointers to functions needed for this conversion
|
/frameworks/base/core/jni/ |
android_opengl_GLES10Ext.cpp | 160 int needed = 1; local 166 needed = 2; 174 needed = 4; 178 glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS, &needed); 182 glGetIntegerv(GL_NUM_SHADER_BINARY_FORMATS, &needed); 195 needed = 2; 200 needed = 3; 211 needed = 4; 217 needed = 16; 221 glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS, &needed); [all...] |
/bionic/libc/upstream-freebsd/android/include/ |
libc_private.h | 23 #define ORIENT(fp, o) /* Only needed for wide-character stream support. */
|
/cts/hostsidetests/appsecurity/test-apps/SharedUidInstall/src/com/android/cts/shareduidinstall/ |
SharedUidActivity.java | 21 * Empty activity, not needed for this test
|
/cts/hostsidetests/appsecurity/test-apps/SharedUidInstallDiffCert/src/com/android/cts/shareduidinstalldiffcert/ |
SharedUidActivity.java | 21 * Empty activity, not needed for this test
|
/cts/hostsidetests/appsecurity/test-apps/SimpleAppInstall/src/com/android/cts/simpleappinstall/ |
SimpleAppActivity.java | 21 * Empty activity, not needed for this test
|
/cts/hostsidetests/appsecurity/test-apps/SimpleAppInstallDiffCert/src/com/android/cts/simpleappinstall/ |
SimpleAppActivity.java | 21 * Empty activity, not needed for this test
|
/cts/hostsidetests/appsecurity/test-apps/TargetInstrumentationApp/src/com/android/cts/targetinstrumentationapp/ |
TargetInstrumentationActivity.java | 21 * Empty activity, not needed for this test
|
/development/ndk/platforms/android-14/samples/native-media/ |
AndroidManifest.xml | 5 <!-- INTERNET is needed to use a URI-based media player, depending on the URI -->
|