/frameworks/base/core/java/android/view/ |
KeyCharacterMap.java | 69 * A keyboard with all the letters, but with more than one letter per key. 127 * @see {#link #getModifierBehavior()} for more details. 135 * @see {#link #getModifierBehavior()} for more details. 642 * <li>Chorded behavior: When the modifier key is pressed together with one or more 651 * the modifier key on its own one more time to reset it to the initial state.
|
/frameworks/base/media/mca/filterfw/jni/ |
Android.mk | 44 # Don't prelink this library. For more efficient code, you may want
|
/ndk/build/core/ |
setup-abi.mk | 31 # more general filtering in the future when introducing other ABIs.
|
/ndk/sources/host-tools/nawk-20071023/ |
FIXES | 156 are available in awk, and they are more likely to work correctly in 223 this does more harm than good. 225 pervasive small changes to make things more const-correct, as 227 this may be more nuisance than useful. provoked by a suggestion 247 which are not exactly shorter than [0-9] and perhaps no more 263 more (const char *) casts in b.c and tran.c to silence warnings. 337 /=/ and similar constructs more sensibly in more places. 430 and more portable; the old one depended too much on mysterious 435 the convoluted original function. should be more portable an [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
PhotoFallbackEffect.java | 79 boolean more = calculate(AnimationTime.get()); 86 return more;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
rex.x | 173 tchars more; /* interrupt, kill characters, etc. */
|
yp.x | 142 union ypresp_all switch (bool more) {
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
rex.x | 173 tchars more; /* interrupt, kill characters, etc. */
|
yp.x | 142 union ypresp_all switch (bool more) {
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
rex.x | 173 tchars more; /* interrupt, kill characters, etc. */
|
yp.x | 142 union ypresp_all switch (bool more) {
|
/external/strace/ |
strace.spec | 185 - Display more IPV6 socket options by name (#162450). 196 - Make some diagnostics more consistent (#159308). 235 - new upstream version, updates ioctl lists (#127398), fixes quotactl (#127393), more ioctl decoding (#126917) 247 - new upstream version, more ioctls (#122257), minor fixes 250 - new upstream version, mq_* calls (#120701), -p vs NPTL (#120462), more fixes (#118694, #120541, #118685) 262 - new upstream version, more fixes (#108012, #105366, #105359, #105358) 274 - new upstream version, more fixes (#101499, #104365) 280 - new upstream version, groks more new system calls, PF_INET6 sockets 283 - new upstream version, more fixes (#90754, #91085) 289 - new upstream version, handles yet more 2.5 syscalls, x86_64 & ia64 fixe [all...] |
/external/wpa_supplicant_8/src/p2p/ |
p2p_sd.c | 6 * See README for more details. 162 u8 frag_id, u8 more, 168 more, 0, 100 + len); 359 * one if there is more than one pending SD query. 360 * Though, that would eat more memory, so there are 567 int more = 0; local 595 more = 1; 601 p2p->sd_frag_id, more, 606 "Response (frag_id %d more=%d frag_len=%d)", 607 p2p->sd_frag_id, more, (int) frag_len) [all...] |
/external/oprofile/opjitconv/ |
debug_line.c | 116 * related to the used arch, an ELF 32 can hold more than 4 Go of debug 118 * become a problem if we generate more than 4GB of debug information. 180 int more = 1; local 183 while (more) { 190 more = 0;
|
/external/chromium/chrome/browser/resources/options/ |
sync_setup_overlay.css | 332 #learn-more-link { 336 html[dir='rtl'] #learn-more-link {
|
/external/doclava/src/com/google/doclava/ |
Comment.java | 36 "@more", 124 // if there are no more tags 204 // maybe i wanna make this more elegant 212 * no more starts. 216 * no more starts. 370 // look for "@more" tag, which means that we might go past the first sentence. 371 int more = -1; local 373 if (mInlineTagsList.get(i).name().equals("@more")) { 374 more = i; 377 if (more >= 0) [all...] |
/external/elfutils/ |
elfutils.spec | 266 - libebl, libdwfl: backend register name support extended with more info 301 - elflint: more tests. 306 - elflint: more tests. 347 - strip: add some more compatibility with binutils. 359 - elfcmp: some more relaxation. 360 - elflint: many more tests, especially regarding to symbol versioning. 418 - More Makefile and spec file cleanups. 454 - upgrade to 0.83 (fix invalid ELf handle on *.so strip, more). 469 - upgrade to 0.79 (correct formats for size_t, more of libdw "works").
|
/external/guava/guava-tests/test/com/google/common/collect/ |
AbstractMultisetTest.java | 196 Set<String> more = ImmutableSet.of("c", "d", "e"); local 197 assertTrue(ms.addAll(more)); 203 Multiset<String> more = HashMultiset.create( local 205 assertTrue(ms.addAll(more));
|
/external/quake/quake/src/WinQuake/ |
quake-rogue.spec.sh | 38 that with the addition of extreme power-ups to make the arsenal more 39 effective, and more deadly.
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
symshift.pl | 90 (Read perl source for more explanations)
|
/external/v8/test/mjsunit/ |
debug-receiver.js | 124 'one or more tests did not enter the debugger'); 126 'one or more tests did not have its result checked');
|
debug-constructed-by.js | 52 // Create 10 more instances making for 11.
|
/external/qemu/distrib/zlib-1.2.3/ |
deflate.c | 19 * is preferable to spend more time in matches to allow very fast string 25 * A previous version of this file used a more sophisticated algorithm 27 * time, but has a larger average cost, uses more memory and is patented. 67 need_more, /* block not completed, need more input or more output */ 69 finish_started, /* finish started, need only more output at next deflate */ 70 finish_done /* finish done, accept no more input or output */ 484 * This function could be more sophisticated to provide closer upper bounds 761 * more output space, but possibly with both pending and 779 /* User must not provide more input after the first FINISH: * 1271 unsigned more; \/* Amount of free space at the end of the window. *\/ local [all...] |
/external/zlib/ |
deflate.c | 19 * is preferable to spend more time in matches to allow very fast string 25 * A previous version of this file used a more sophisticated algorithm 27 * time, but has a larger average cost, uses more memory and is patented. 67 need_more, /* block not completed, need more input or more output */ 69 finish_started, /* finish started, need only more output at next deflate */ 70 finish_done /* finish done, accept no more input or output */ 559 * This function could be more sophisticated to provide closer upper bounds for 872 * more output space, but possibly with both pending and 890 /* User must not provide more input after the first FINISH: * 1393 unsigned more; \/* Amount of free space at the end of the window. *\/ local [all...] |
/external/compiler-rt/make/platform/ |
clang_linux.mk | 63 # Use our stub SDK as the sysroot to support more portable building. For now we
|