HomeSort by relevance Sort by last modified time
    Searched refs:side (Results 251 - 275 of 454) sorted by null

<<111213141516171819

  /external/ipsec-tools/src/racoon/
oakley.c 436 oakley_compute_keymat(iph2, side)
438 int side;
450 if (oakley_compute_keymat_x(iph2, side, INBOUND_SA) < 0
451 || oakley_compute_keymat_x(iph2, side, OUTBOUND_SA) < 0)
472 oakley_compute_keymat_x(iph2, side, sa_dir)
474 int side;
517 bp = (side == INITIATOR ? iph2->nonce : iph2->nonce_p);
521 bp = (side == INITIATOR ? iph2->nonce_p : iph2->nonce);
896 if (iph1->side == INITIATOR)
906 if (iph1->side == INITIATOR
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
MetricsSidebarPane.js 202 * @param {string} side
206 function createBoxPartElement(style, name, side, suffix)
208 var propertyName = (name !== "position" ? name + "-" : "") + side + suffix;
218 element.className = side;
  /frameworks/base/libs/hwui/
DeferredDisplayList.cpp 158 * and clip side flags. Positive bounds delta means new bounds fit in old.
160 static inline bool checkSide(const int currentFlags, const int newFlags, const int side,
162 bool currentClipExists = currentFlags & side;
163 bool newClipExists = newFlags & side;
204 * Exploits the fact that if a op or batch is clipped on a side, its bounds will equal its
205 * clip for that side.
304 * it will shrink if an op must be clipped on a certain side. The clipped sides are reflected in
  /external/chromium_org/chrome/browser/resources/chromeos/
drive_internals.js 79 * C++ side repeatedly with contents of a directory.
91 * The function is called from the C++ side repeatedly.
123 // existingNodes[i] changes as a side effect of removeChild.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
difflib.py 28 For producing HTML side by side comparison with change highlights.
444 # side of it too. Can't think of a good reason not to, and it
    [all...]
pydoc.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
difflib.py 28 For producing HTML side by side comparison with change highlights.
444 # side of it too. Can't think of a good reason not to, and it
    [all...]
pydoc.py     [all...]
  /cts/tests/signature/
Android.mk 92 # These files are for device-side only, so filter-out for host library
  /cts/tools/vm-tests-tf/
Android.mk 53 # generated and compile the host side junit tests
  /external/chromium_org/third_party/skia/experimental/Intersection/
ConvexHull_Test.cpp 154 sides[side(rotPath[index].y - rotPath[inner].y)]++;
156 && side(rotPath[index].y - rotPath[inner].y) == 1)
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
image_transform.js 427 var flipSide = function(side) {
428 var opposite = self.oppositeSide_[side];
429 var temp = self.bounds_[side];
430 self.bounds_[side] = self.bounds_[opposite];
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_transform.js 427 var flipSide = function(side) {
428 var opposite = self.oppositeSide_[side];
429 var temp = self.bounds_[side];
430 self.bounds_[side] = self.bounds_[opposite];
  /external/chromium_org/v8/test/mjsunit/
deopt-with-fp-regs.js 49 // Write to a field of a global object. As for any side effect, a HSimulate
array-unshift.js 40 // Check that unshift with no args has a side-effect of
118 // Check that unshift with no args has a side-effect of
  /external/skia/experimental/Intersection/
ConvexHull_Test.cpp 154 sides[side(rotPath[index].y - rotPath[inner].y)]++;
156 && side(rotPath[index].y - rotPath[inner].y) == 1)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
keybindingDialog.py 50 frameMain.pack(side=TOP,expand=TRUE,fill=BOTH)
52 frameButtons.pack(side=BOTTOM,fill=X)
CallTipWindow.py 151 text.pack(side=LEFT, fill=BOTH, expand=1)
CodeContext.py 82 self.label.pack(side=TOP, fill=X, expand=False,
Debugger.py 111 b.pack(side="left")
114 self.cframe.pack(side="left")
425 vbar.pack(side="right", fill="y")
429 canvas.pack(side="left", fill="both", expand=1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
keybindingDialog.py 50 frameMain.pack(side=TOP,expand=TRUE,fill=BOTH)
52 frameButtons.pack(side=BOTTOM,fill=X)
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
background.js 116 function drawIcon(side, options) {
118 canvas.width = canvas.height = side;
  /external/eigen/doc/
eigen_navtree_hacks.js 2 // generate a table of contents in the side-nav based on the h1/h2 tags of the current page.
6 var toc = $("#side-nav").append('<div id="nav-toc" class="toc"><h3>Table of contents</h3></div>');
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
multibufproto.h 215 CARD8 side; member in struct:__anon45291
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
multibufproto.h 215 CARD8 side; member in struct:__anon47027

Completed in 1232 milliseconds

<<111213141516171819