HomeSort by relevance Sort by last modified time
    Searched full:parts (Results 326 - 350 of 4773) sorted by null

<<11121314151617181920>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
SHA512Digest.java 77 * The first 64 bits of the fractional parts of the square roots
  /external/chromium/chrome/browser/autocomplete/
history_provider.h 41 // * Converting case-insensitive parts of URLs (like the scheme and domain)
  /external/chromium/chrome/browser/history/
multipart_uitest.cc 42 // had 10 parts.
  /external/chromium/chrome/browser/notifications/
balloon_collection_base.h 21 // including the parts common between Chrome UI and ChromeOS UI.
  /external/chromium/chrome/browser/sync/sessions/
status_controller.h 13 // You can see which parts of status fall into this "restricted" category, or
28 // StatusController can also track if changes occur to certain parts of state
29 // so that various parts of the sync engine can avoid broadcasting
255 // A utility to restrict access to only those parts of the given
  /external/chromium/chrome/browser/ui/cocoa/
styled_text_field.mm 67 // Due to theming, parts of the field are transparent.
  /external/chromium/net/ftp/
ftp_directory_listing_parser_ls.cc 59 std::vector<string16> parts; local
60 base::SplitString(CollapseWhitespace(text, false), ':', &parts); local
62 if (parts.size() != 3)
65 return parts[2] == ASCIIToUTF16("Permission denied");
  /external/chromium_org/ash/wm/gestures/
long_press_affordance_handler.h 30 // on a TAP_DOWN gesture. The animation sequence consists of two parts:
  /external/chromium_org/cc/layers/
scrollbar_layer.h 86 // All the parts of the scrollbar except the thumb
  /external/chromium_org/chrome/browser/android/signin/
signin_manager_android.h 29 // This class implements parts of the sign-in flow, to make sure that policy
  /external/chromium_org/chrome/browser/ui/cocoa/
styled_text_field.mm 67 // Due to theming, parts of the field are transparent.
  /external/chromium_org/chrome/browser/ui/tabs/
tab_resources.cc 17 // Windows and Ash have shadows in the left, right and top parts of the tab.
  /external/chromium_org/chrome/common/extensions/docs/server2/
reference_resolver.py 73 parts = ref.split('.')
74 for i, part in enumerate(parts):
75 api_name = '.'.join(parts[:i])
82 name = '.'.join(parts[i:])
  /external/chromium_org/chrome/common/
startup_metric_utils.h 45 // Useful for trying to figure out what parts of Chrome cause slow startup.
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
path.h 35 // Return the number of path parts
  /external/chromium_org/net/websockets/
README 5 and contain parts of two different WebSocket implementations.
  /external/chromium_org/sandbox/linux/seccomp-bpf/
verifier.h 35 // parts that can actually be generated by our BPF compiler. If this code
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestThemeControlWin.h 67 // all the other parts are considered "hot"
91 // made up of multiple parts. For example, a single scroll bar contains
92 // six clickable parts - two arrows, the "thumb" indicating the current
93 // position on the bar, the other two parts of the bar (before and after
  /external/chromium_org/third_party/harfbuzz-ng/
COPYING 2 For parts of HarfBuzz that are licensed under different licenses see individual
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
module.h 38 //! appropriate parts of the engine to implement that set of features. It is
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
dxgitype.idl 19 /* DXGI 1.1 IDL, and missing DXGI 1.0 parts added by Luca Barbieri on Sep 2010 */
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
SConscript 6 # Generate the GL API headers that are used by various parts of the
  /external/chromium_org/tools/git/
move_source_file.py 107 parts = re.split(r"[/\\]", path, 1)
108 if len(parts) == 2:
109 return parts[1]
111 return parts[0]
  /external/chromium_org/ui/message_center/views/
message_center_button_bar.h 48 // depending on the visibilty of different parts of the button bar.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2234.js 31 // Overwrite random parts of the transcendental cache.

Completed in 958 milliseconds

<<11121314151617181920>>