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

1 2 3 4 5 6 7 8 91011>>

  /external/ipsec-tools/src/racoon/
isakmp.c 463 iph1->side == INITIATOR) {
581 if (iph1->side != INITIATOR) {
794 [iph1->side]
801 [iph1->side]
814 if (iph1->side == RESPONDER && iph1->status == PHASE1ST_START) {
841 [iph1->side]
851 "phase1", s_isakmp_state(iph1->etype, iph1->side, iph1->status),
966 [iph2->side]
973 [iph2->side]
1002 [iph2->side]
    [all...]
  /external/chromium_org/content/test/data/media/
webrtc_test_utilities.js 37 // Immediately fails the test on the C++ side and throw an exception to
38 // stop execution on the javascript side.
  /external/chromium_org/native_client_sdk/doc_generated/_static/css/
nacl.css 84 #home .right-side {
89 #home .right-side-inner {
  /external/chromium_org/native_client_sdk/src/doc/_static/css/
nacl.css 84 #home .right-side {
89 #home .right-side-inner {
  /external/chromium_org/third_party/skia/src/views/mac/
SkOSWindow_Mac.cpp 76 static void set_bindingside(HISideBinding* side, HIViewRef parent, HIBindingKind kind) {
77 side->toView = parent;
78 side->kind = kind;
79 side->offset = 0;
  /external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/
bouncing_balls.js 124 // left side bounce
128 // right side bounce
  /external/chromium_org/v8/test/mjsunit/harmony/
proxies-json.js 66 // Proxy with side effect.
84 parent2.c = "remove"; // Revert side effect.
  /external/skia/src/views/mac/
SkOSWindow_Mac.cpp 76 static void set_bindingside(HISideBinding* side, HIViewRef parent, HIBindingKind kind) {
77 side->toView = parent;
78 side->kind = kind;
79 side->offset = 0;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
SimpleDialog.py 33 b.pack(side=LEFT, fill=BOTH, expand=1)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_genexps.py 129 Verify re-use of tuples (a side benefit of using genexps over listcomps)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
SimpleDialog.py 33 b.pack(side=LEFT, fill=BOTH, expand=1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_genexps.py 129 Verify re-use of tuples (a side benefit of using genexps over listcomps)
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
TestRedFec.cc 264 int16_t TestRedFec::RegisterSendCodec(char side, char* codecName,
268 switch (side) {
TestVADDTX.cc 191 int16_t TestVADDTX::RegisterSendCodec(char side, char* codecName,
196 switch (side) {
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1711.js 29 // is 0 because toString may have side effects.
regress-2843.js 36 global = true; // Need a side effect to deopt to.
regress-815.js 41 // Emitting code for the left hand side of a for-in.
regress-crbug-280333.js 36 global = true; // Need a side effect to deopt to.
regress-crbug-39160.js 31 // the left hand side is known to be a smi (max smi value is 1073741823). This
  /external/chromium_org/v8/test/mjsunit/
string-replace-with-empty.js 66 // GC in order to free up things on the C side so we don't get
  /external/chromium_org/v8/test/webkit/
dfg-array-pop-side-effects.js 25 "Tests that ArrayPop is known to the DFG to be a side effect."
  /external/chromium_org/v8/test/webkit/fast/js/kde/
eval.js 33 var bx = b.x // rule out side effects of eval() in shouldBe() test function
  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleSelection.cpp 361 EWordSide side = RightWordIfOnBoundary; local
363 side = LeftWordIfOnBoundary;
364 m_start = startOfWord(start, side).deepEquivalent();
365 side = RightWordIfOnBoundary;
367 side = LeftWordIfOnBoundary;
369 VisiblePosition wordEnd(endOfWord(originalEnd, side));
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
timelinePanel.css 135 .timeline-graph-side.hovered {
316 .timeline-graph-side {
326 .timeline-graph-side.selected {
361 .timeline-graph-side.background .timeline-graph-bar {
412 .resources-graph-side {
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
byte_reader.js 77 * same name which side-effects the current read position.
100 * same name which side-effects the current read position.
126 * same name which side-effects the current read position.
172 * same name which side-effects the current read position.
222 * same name which side-effects the current read position.

Completed in 2583 milliseconds

1 2 3 4 5 6 7 8 91011>>