HomeSort by relevance Sort by last modified time
    Searched full:things (Results 451 - 475 of 3516) sorted by null

<<11121314151617181920>>

  /frameworks/base/docs/html/guide/topics/processes/
process-lifecycle.jd 12 that the system knows are running, how important these things are to the user,
78 processes are not directly visible to the user, they are generally doing things
  /sdk/sdkstats/src/com/android/sdkstats/
SdkStatsPermissionDialog.java 54 "measure things like active usage of the SDK, and let us know things " +
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_unittest.mm 46 // nifty accessors to create these things and inject them. It could
157 // Test that becoming first responder sets things up correctly.
431 // works as a test that things get passed down to the editor.
601 // TODO(shess): Really, this should test that things are forwarded to
602 // the cell, and the cell tests should test that the right things are
689 // -setAttributedStringValue: shouldn't reset the undo state if things
    [all...]
  /external/dbus/doc/
dbus-faq.xml 267 not a good idea all things considered.
293 I/O), skipping validation, and otherwise simplifying things.
321 for what you want to do, unless you are doing the things
374 not support many of the things one wants to do in a desktop
389 D-Bus hardcodes and specifies a lot of things that CORBA leaves open-ended,
640 for some things.
  /external/openssl/crypto/des/
VERSION 56 function and some things in des_enc.c. This has definitly
57 made things faster :-). I've known about this one for some
102 Colin Plumb <colin@nyx10.cs.du.edu>, I've tweaked a few things
115 done just to make things more consistent.
141 des routines. Tweaked things a bit elsewhere. %13 speedup on
297 Since I do evil things with long * that assume that they are 4
  /external/webkit/LayoutTests/storage/indexeddb/
tutorial.html 22 // This is not an ideal layout test since it doesn't verify things as thoroughly as it could,
106 // that wasn't going to change things without changing the version number. But since this
107 // is both a tutorial and a living document, we'll go on and set things up every time we run.
365 // introduce a level of non-determinism but should speed things up. Mozilla has already implemented
415 // To keep things simple to begin with, objectStores and indexes can only be created in a setVersion
418 // objectStores and indexes from breaking in odd ways when things get changed out from underneith it.
  /packages/apps/Email/tests/src/com/android/email/mail/store/
Pop3StoreUnitTests.java 382 * things should happen: We should see an intermediate failure that makes sense, and the next
425 * things should happen: We should see an intermediate failure that makes sense, and the next
467 * things should happen: We should see an intermediate failure that makes sense, and the next
510 * things should happen: We should see an intermediate failure that makes sense, and the next
562 * things should happen: We should see an intermediate failure that makes sense, and the next
609 * things should happen: We should see an intermediate failure that makes sense, and the next
668 * things should happen: We should see an intermediate failure that makes sense, and the next
715 * things should happen: We should see an intermediate failure that makes sense, and the next
730 * things should happen: We should see an intermediate failure that makes sense, and the next
764 * things should happen: We should see an intermediate failure that makes sense, and the nex
    [all...]
  /external/chromium/webkit/glue/media/
buffered_data_source.cc 502 // method to prevent bad things from happening. The reason behind this is
551 // method to prevent bad things from happening. The reason behind this is
587 // method to prevent bad things from happening. The reason behind this is
617 // method to prevent bad things from happening. The reason behind this is
661 // method to prevent bad things from happening. The reason behind this is
  /external/flac/libFLAC/ia32/
bitreader_asm.nasm 55 ; WATCHOUT: code only works if sizeof(brword)==32; we can make things much faster with this assertion
60 ;; peppered throughout the code at major checkpoints are keys like this as to where things are at that point in time
137 bswap edx ; edx = br->buffer[cwords] swapped; now we can CRC the bytes from LSByte to MSByte which makes things much easier
213 bswap edx ; edx = br->buffer[cwords] swapped; now we can CRC the bytes from LSByte to MSByte which makes things much easier
434 bswap edx ; edx = br->buffer[cwords] swapped; now we can CRC the bytes from LSByte to MSByte which makes things much easier
  /external/iproute2/doc/actions/
actions-general 2 This documented is slightly dated but should give you idea of how things
108 things work.
132 Note the mark can be used further up the system to do things like policy
133 or more interesting things on the egress.
254 Expect new things in the spurious time i have to work on this
  /external/netcat/
README 42 diagnostic messages to standard output, where netcat keeps such things
142 function just about the same for things I would otherwise use telnet to do.
282 sockets and/or nit/bpf/dlpi may appear at some point. Such things are clearly
360 Another simple data-transfer example: shipping things to a PC that doesn't have
385 described above or help facilitate things such as a "network dialback" concept.
386 The possibilities are many and varied here; if such things are intended as
437 Binding to an arbitrary local port allows you to simulate things like r-service
447 things like this can be really useful sometimes, because rsh and rlogin
    [all...]
  /external/bison/lib/
abitset.c 70 /* If num is 1, we could speed things up with a binary search
156 /* If num is 1, we could speed things up with a binary search
224 /* If num is 1, we could speed things up with a binary search
  /external/chromium/chrome/browser/history/
text_database_manager.h 89 // Allows scoping updates. This also allows things to go faster since every
245 // Given "now," this will expire old things from the recent_changes_ list.
261 // We kind of abuse the MRUCache because we never move things around in it
  /external/chromium/chrome/common/net/gaia/
gaia_auth_fetcher.cc 260 DCHECK(!fetch_pending_) << "Tried to fetch two things at once!";
286 DCHECK(!fetch_pending_) << "Tried to fetch two things at once!";
301 DCHECK(!fetch_pending_) << "Tried to fetch two things at once!";
  /external/dbus/dbus/
dbus-shell.c 39 * Otherwise double quotes preserve things literally.
163 * be escaped with backslash. Otherwise double quotes preserve things
589 * such things.
  /external/llvm/docs/
GettingStartedVS.html 185 and other useful things to the directory set by the CMAKE_INSTALL_PREFIX
344 some simple things... there are many more interesting and complicated things
  /external/llvm/docs/tutorial/
LangImpl1.html 42 can also be used as a playground to hack on other LLVM specific things.
139 <p>Because we want to keep things simple, the only datatype in Kaleidoscope is a
201 // of these for known things.
  /external/qemu/
dis-asm.h 442 disassembler. Architecture dependent things such as byte order, or machine
443 variant are not touched by this macro. This makes things much easier for
444 GDB which must initialize these things separately. */
  /external/valgrind/main/docs/internals/
tracking-fn-entry-exit.txt 3 entry/exit, one of those harder-than-you'd-think things.
20 > complicated things to get it right, eg. unwinding the stack. How robust
90 Looking at these things, it seems possible to do function tracking at end of a
  /external/webkit/Source/WebCore/platform/graphics/chromium/
TransparencyWin.cpp 210 // uses the variable: to determine how to translate things to account
303 // Need to save things since we're modifying the transform.
336 // Need to save things since we're modifying the layer.
  /frameworks/base/docs/html/resources/articles/
on-screen-inputs.jd 82 <p>There are a number of things the system does to try to help existing
95 <p>There are also some simple things you can do in your application that will
158 of this is controlling resize vs. pan and scan mode, but there are other things
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_mac.mm 33 // field editor may complicate things).
53 // things work on other platforms.
483 // manage things directly. Windows uses a series of overlaid view
486 // things out. Mac instead pushes the support into a custom
    [all...]
  /bionic/libc/regex/
regcomp.c 186 /* set things up */
224 /* tidy up loose ends and fill things in */
659 if (p->error != 0) { /* don't mess things up further */
1013 p->next = nuls; /* try to bring things to a halt */
    [all...]
  /development/samples/ToyVpn/src/com/example/android/toyvpn/
ToyVpnService.java 103 // things simple.
258 // and exchange session keys for encryption. To keep things simple in
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
ExtendedWikiHelper.java 41 * boxes to keep things tidy.
50 * extra sections that can clutter things up on a mobile screen.

Completed in 523 milliseconds

<<11121314151617181920>>