/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
build_clib.py | 204 # Now "link" the object files together into a static library.
|
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_keysym.h | 304 /** Enumeration of valid key mods (possibly OR'd together) */
|
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_keysym.h | 304 /** Enumeration of valid key mods (possibly OR'd together) */
|
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_keysym.h | 304 /** Enumeration of valid key mods (possibly OR'd together) */
|
/system/core/toolbox/upstream-netbsd/sbin/chown/ |
chown.c | 152 "may not be specified together.");
|
/docs/source.android.com/src/devices/tech/input/ |
key-character-map-files.jd | 158 when the both RIGHT SHIFT and RIGHT ALT modifiers are pressed together.</p> 257 <p>Suppose the user pressed A and SHIFT together. The system first locates 283 <p>Now consider what would happen if the user pressed A and CONTROL together.</p>
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
token.rb | 39 At a minimum, tokens are data structures that bind together a chunk of text and 48 like comment and white space huddled together with neighboring tokens, 219 simple Struct as tokens are basically simple data structures binding together a
|
/external/chromium_org/chrome/browser/ui/panels/ |
panel_drag_controller.cc | 28 // they can be stacked/snapped together. 402 // Check if a panel or a set of stacked panels (being dragged together from a 514 // Check if a panel or a set of stacked panels (being dragged together from a
|
/external/chromium_org/chrome/test/ppapi/ |
ppapi_browsertest.cc | 393 // run them all together, they tend to time out. 742 // Note, the FileRef tests are split into two, because all of them together 946 // because all of them together sometimes take too long on windows: [all...] |
/external/chromium_org/skia/ext/ |
convolver_SSE2.cc | 33 // Output one pixel each iteration, calculating all channels (RGBA) together. 162 // Output one pixel each iteration, calculating all channels (RGBA) together. 295 // Load four pixels (16 bytes) together.
|
/external/chromium_org/third_party/leveldatabase/src/doc/ |
index.html | 136 applied together using a synchronous write (i.e., 321 <code>leveldb</code> groups adjacent keys together into the same block and such a 388 by placing keys that are accessed together near each other and placing
|
/external/chromium_org/third_party/skia/tools/ |
filtermain.cpp | 68 // together if the saveLayer's draw is simple (i.e., no fancy effects) 143 // together if the saveLayer's draw is simple (i.e., no fancy effects) and 146 // TODO: it should be possible to fold them together even if they both
|
/external/icu/icu4c/source/data/brkitr/ |
line.txt | 238 $CAN_CM $CM+; # Stick together any combining sequences that don't match other rules. 490 # Stick together any combining sequences that don't match other rules. 526 # Rule 13 & 14 taken together for an edge case.
|
line_fi.txt | 241 $CAN_CM $CM+; # Stick together any combining sequences that don't match other rules. 497 # Stick together any combining sequences that don't match other rules. 533 # Rule 13 & 14 taken together for an edge case.
|
line_ja.txt | 238 $CAN_CM $CM+; # Stick together any combining sequences that don't match other rules. 490 # Stick together any combining sequences that don't match other rules. 526 # Rule 13 & 14 taken together for an edge case.
|
/external/libogg/doc/ |
oggstream.html | 204 together into a single deck; the cards themselves remain unchanged. 331 boundary information; strung together, the unframed packets form a 474 <li>Multiplexed bitstreams in a given link begin together; all of the
|
/external/llvm/include/llvm/CodeGen/ |
MachineFrameInfo.h | 221 /// Whether the local object blob needs to be allocated together. If not, 348 /// should be allocated together or let PEI allocate the locals in it 353 /// should be allocated together or let PEI allocate the locals in it
|
/external/qemu/distrib/sdl-1.2.15/src/hermes/ |
COPYING.LIB | 98 works together with the library. 314 use both them and the Library together in an executable that you 319 Library side-by-side in a single library together with other library
|
/external/skia/tools/ |
filtermain.cpp | 69 // together if the saveLayer's draw is simple (i.e., no fancy effects) 144 // together if the saveLayer's draw is simple (i.e., no fancy effects) and 147 // TODO: it should be possible to fold them together even if they both
|
/frameworks/base/core/java/android/animation/ |
AnimatorInflater.java | 60 private static final int TOGETHER = 0; 587 int ordering = a.getInt(R.styleable.AnimatorSet_ordering, TOGETHER); 608 if (sequenceOrdering == TOGETHER) {
|
/frameworks/base/core/tests/coretests/src/android/net/ |
NetworkStatsHistoryTest.java | 179 // should have two buckets, with some data mixed together 194 // combine together with identical bucket size 218 // combine together with minute bucket size
|
/external/llvm/lib/Transforms/InstCombine/ |
InstCombinePHI.cpp | 347 // correct type, and PHI together all of the LHS's of the instructions. 365 // The new PHI unions all of the same values together. This is really 389 /// operator and they all are only used by the PHI, PHI together their 455 // correct type, and PHI together all of the LHS's of the instructions. 473 // The new PHI unions all of the same values together. This is really [all...] |
/frameworks/base/core/java/android/app/ |
BackStackRecord.java | 1252 TransitionSet together = new TransitionSet(); local [all...] |
/art/runtime/arch/x86_64/ |
quick_entrypoints_x86_64.S | 96 // Save callee and GPR args, mixed together to agree with core spills bitmap. 153 // Save callee and GPR args, mixed together to agree with core spills bitmap. 211 // Restore callee and GPR args, mixed together to agree with core spills bitmap. [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_gen_mipmap.c | 161 * Average together two rows of a source image to produce a single new 528 * Average together four rows of a source image to produce a single new [all...] |