HomeSort by relevance Sort by last modified time
    Searched full:most (Results 276 - 300 of 12989) sorted by null

<<11121314151617181920>>

  /frameworks/base/docs/html/design/get-started/
ui-overview.jd 9 <p>Read on for a quick overview of the most important aspects of the Android user interface.</p>
23 <p>The Favorites Tray at the bottom always keeps your most important shortcuts and folders in view
48 interacted with most recently. They are organized in reverse chronological order with the most
123 <p>The command and control center for your app. The action bar surfaces the most important actions
  /external/chromium/chrome/browser/
fullscreen_linux.cc 46 // To find the top-most window:
51 // Return this window as the top-most window.
54 // child window as the top-most window.
  /external/chromium_org/chrome/browser/
fullscreen_gtk.cc 45 // To find the top-most window:
50 // Return this window as the top-most window.
53 // child window as the top-most window.
  /external/chromium_org/chrome/browser/history/
most_visited_tiles_experiment.cc 16 // Constants for the most visited tile placement field trial.
30 // Minimum number of Most Visited suggestions required in order for the Most
  /external/chromium_org/chrome/browser/ui/panels/
display_settings_provider.h 72 // top-most system menu or bars aligned to the screen edges.
81 // Returns the bounds of the display area that most closely intersects the
85 // Returns the bounds of the work area that most closely intersects the
  /external/chromium_org/chrome/common/extensions/api/
sessions.json 37 "sessions": {"type": "array", "items": {"$ref": "Session"}, "description": "A list of open window sessions for the foreign device, sorted from most recently to least recently modified session."}
57 "name": "sessions", "type": "array", "items": { "$ref": "Session" }, "description": "The list of closed entries in reverse order that they were closed (the most recently closed tab or window will be at index <code>0</code>).The entries may contain either tabs or windows."
78 "name": "devices", "type": "array", "items": { "$ref": "Device" }, "description": "The list of $ref:Device objects for each synced session, sorted in order from device with most recently modified session to device with least recently modified session. $ref:tabs.Tab objects are sorted by recency in the $ref:windows.Window of the $ref:Session objects."
  /external/chromium_org/device/nfc/
nfc_tag.h 20 // control and authentication. The most sophisticated tags contain operating
24 // The NfcTag class facilitates possible interactions with a tag. The most
53 // NFC tag |tag| has been read. Although NDEF is the most common record
  /external/chromium_org/net/proxy/
dhcp_proxy_script_fetcher.h 20 // The Fetch method on this interface tries to retrieve the most appropriate
31 // Attempts to retrieve the most appropriate PAC script configured via DHCP,
46 // in DHCP but all failed to download, and the error for the most
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
thread_lister.h 54 * address space, the filesystem, and the filehandles with the caller. Most
63 * acquire locks. Most notably, this means that most system calls have to
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
thread_lister.h 54 * address space, the filesystem, and the filehandles with the caller. Most
63 * acquire locks. Most notably, this means that most system calls have to
  /external/compiler-rt/lib/ubsan/
ubsan_type_hash.h 35 /// Get the name of the most-derived type of the object.
37 /// Get the offset from the most-derived type to this base class.
39 /// Get the name of the most-derived type at the specified offset.
  /external/llvm/docs/HistoricalNotes/
2001-09-18-OptimizeExceptions.txt 12 locally if one is thrown by the function. Most functions don't throw
25 6. Most large C++ programs throw few exceptions. Most well designed
  /frameworks/base/core/java/android/content/
ContentUris.java 53 * some subset of the provider's data. Most providers use the path part to identify
55 * &quot;directories&quot; although they do not refer to file directories. The right-most
63 * preceding path part. Most providers recognize content URIs that contain an id part
  /frameworks/base/core/java/android/os/
TransactionTooLargeException.java 31 * most of the individual transactions are of moderate size.
35 * its request to the service (most likely if the arguments were too large to fit in
37 * to the client (most likely if the return value was too large to fit
  /frameworks/base/libs/hwui/
DisplayListLogBuffer.cpp 25 * DisplayListLogBuffer is a utility class which logs the most recent display
27 * only care about the most recent operations, not the operations on a per-window
38 * additional mallocs to keep the most recent operations logged. Only numbers are
  /external/timezonepicker-support/
zone.tab 21 # (2) puts the most populous zones first, where that does not contradict (1).
46 AR -3124-06411 America/Argentina/Cordoba most locations (CB, CC, CN, ER, FM, MN, SE, SF)
59 AU -3352+15113 Australia/Sydney New South Wales - most locations
63 AU -4253+14719 Australia/Hobart Tasmania - most locations
67 AU -2728+15302 Australia/Brisbane Queensland - most locations
70 AU -3157+11551 Australia/Perth Western Australia - most locations
111 CA +4439-06336 America/Halifax Atlantic Time - Nova Scotia (most places), PEI
114 CA +5320-06025 America/Goose_Bay Atlantic Time - Labrador - most locations
116 CA +4531-07334 America/Montreal Eastern Time - Quebec - most locations
117 CA +4339-07923 America/Toronto Eastern Time - Ontario - most location
    [all...]
  /abi/cpp/src/
dynamic_cast.cc 80 // Return the virtual pointer to the most derived object of referred by a
299 // If T is not a public base type of the most derived class referred
309 // If, in the most derived object pointed (referred) to by v, v points
317 // of type T in the most derived object.
327 // most derived object.
342 // most derived object, and the type of the most derived object has an
344 // lvalue referring) to the T subobject of the most derived object.
  /bionic/libc/arch-x86/bionic/
clone.S 44 # we already placed most of them
104 # we already placed most of them
  /bionic/libc/string/
strncat.c 37 * Concatenate src on the end of dst. At most strlen(dst)+n+1 bytes
38 * are written at dst (at most n+1 bytes being appended). Return dst.
  /build/tools/acp/
README 34 The "acp" command takes most of the standard flags, following the GNU
36 On most systems it is ignored, but on MinGW/Cygwin it allows "cp foo bar"
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
RenderScriptTest.java 75 * Note that most developers will subclass RSMessageHandler and use
85 * Note that most developers will subclass RSErrorHandler and use
  /external/apache-http/src/org/apache/http/client/params/
AuthPolicy.java 42 * protocol (considered to be the most secure among currently supported
54 * insecure, but most widely supported)
  /external/chromium/base/synchronization/
waitable_event_win.cc 51 // It is most unexpected that this should ever fail. Help consumers learn
70 // It is most unexpected that this should ever fail. Help consumers learn
  /external/chromium/chrome/browser/policy/
policy_path_parser.h 18 // but generally covers most standard locations that might be needed in the
47 // translated only once in every string because for most of these there is no
  /external/chromium-libpac/src/
net_util.h 26 // array of bytes, from most significant to least significant. This is the
56 // IP address whose |prefix_length_in_bits| most significant bits match

Completed in 622 milliseconds

<<11121314151617181920>>