HomeSort by relevance Sort by last modified time
    Searched defs:be (Results 26 - 50 of 148) sorted by null

12 3 4 5 6

  /external/ppp/pppd/plugins/pppoatm/
pppoatm.c 110 struct atm_backend_ppp be; local
111 be.backend_num = ATM_BACKEND_PPP;
113 be.encaps = PPPOATM_ENCAPS_VC;
115 be.encaps = PPPOATM_ENCAPS_LLC;
117 be.encaps = PPPOATM_ENCAPS_AUTODETECT;
118 if (ioctl(fd, ATM_SETBACKEND, &be) < 0)
125 atm_backend_t be = ATM_BACKEND_RAW;
127 (void) ioctl(fd, ATM_SETBACKEND, &be);
  /external/skia/src/pathops/
SkDQuadImplicit.cpp 4 * Use of this source code is governed by a BSD-style license that can be
21 * The implicit form can be expressed as a 4x4 determinant, as shown.
75 double be = b * e; local
76 double bde = be * d;
81 double abe = a * be;
91 * may be coincident.
  /external/chromium_org/chrome/test/functional/
extensions.py 3 # Use of this source code is governed by a BSD-style license that can be
22 import pyauto_functional # must be imported before pyauto namespace
43 ext_id: Extension ID to be enabled or disabled.
44 enabled: Boolean indicating whether |ext_id| is to be enabled or disabled.
58 ext_id: Extension ID to be enabled or disabled.
59 allowed: Boolean indicating whether |ext_id| is to be allowed or
74 ext_id: Extension ID to be enabled or disabled.
75 allowed: Boolean indicating whether |ext_id| is to be allowed access to
196 to be installed.
266 """Tests that an extension can be disabled and enabled with the UI.""
    [all...]
infobars.py 3 # Use of this source code is governed by a BSD-style license that can be
10 import pyauto_functional # Must be imported before pyauto namespace
204 'cancel' then the infobar should be dismissed and never shown again. The
205 account will not be synced. If the action is 'dismiss' then the infobar will
291 One-click sign in should not be enabled if cookies are blocked for Google
omnibox.py 3 # Use of this source code is governed by a BSD-style license that can be
13 import pyauto_functional # Must be imported before pyauto namespace
129 # The URL should be inline-autocompleted in the omnibox.
145 fp = open(name, 'w') # |name| could be unicode.
159 # be given unicode strings to "do the right thing" on win.
345 # will be no experimental behaviour, but there's no other way to disable
347 # the suggest_url to be overridden using a flag (so that we can omit the
360 # There should be a least one entry with the description Google. Suggest
passwords.py 3 # Use of this source code is governed by a BSD-style license that can be
9 import pyauto_functional # Must be imported before pyauto namespace
67 # particular DOM element causes the e-mail and password to be displayed.
104 """Verify that saved passwords can be removed."""
219 Saved passwords should be autofilled once the username is entered in
295 char: the char value to be typed into the field.
344 Password infobar should be shown if cookies are blocked for Google
prefetch.py 3 # Use of this source code is governed by a BSD-style license that can be
26 import pyauto_functional # Must be imported before pyauto namespace
prefs.py 3 # Use of this source code is governed by a BSD-style license that can be
10 import pyauto_functional # Must be imported before pyauto namespace
133 msg='Behavior is "%s" when it should be BLOCKED.' % behavior)
196 msg='Behavior is "%s" when it should be BLOCKED.' % behavior)
263 """Verify sites that ask to be default handlers registers correctly."""
prefs_ui.py 3 # Use of this source code is governed by a BSD-style license that can be
8 import pyauto_functional # Must be imported before pyauto namespace
209 """Verify a password can be deleted in the Content Settings UI."""
245 """Verify a cookie can be deleted in the Content Settings UI."""
special_tabs.py 3 # Use of this source code is governed by a BSD-style license that can be
9 import pyauto_functional # Must be imported before pyauto namespace
181 self.NavigateToURL('http://futtta.be/html5/offline.php')
190 'http://futtta.be/html5/manifest.php'],
261 vulnerabilities and should be reverted."""
chromeos_login.py 3 # Use of this source code is governed by a BSD-style license that can be
10 import pyauto_functional # Must be imported before pyauto namespace
46 """Test that javascript can be executed at the login page."""
86 """Test after logging in that the screen can be locked."""
142 """Test logout can be performed from the lock screen."""
146 msg='Still logged in when we should be logged out.')
fullscreen_mouselock.py 3 # Use of this source code is governed by a BSD-style license that can be
12 import pyauto_functional # Must be imported before pyauto namespace
55 # Starting off we shouldn't be fullscreen
63 # Bubble should be up prompting to allow fullscreen
73 # Try to lock mouse, it won't lock yet but permision will be requested.
126 # Should not be in fullscreen mode during initial launch.
139 # Should not be in fullscreen mode during initial launch.
167 # The wait is needed due to crbug.com/123396. Should be able to click the
168 # fullscreen and mouselock button and be both accepted in a single action.
233 msg='Patterns saved when there should be none.'
    [all...]
ntp.py 3 # Use of this source code is governed by a BSD-style license that can be
9 import pyauto_functional # Must be imported before pyauto namespace
88 """Tests that the default thumbnails can be removed"""
290 all apps that would currently be displayed on the NTP.
377 """Ensures that the WebStore app cannot be uninstalled."""
392 """Verifies that an app can be launched with the default settings."""
400 # It should be the second tab, not the first, since the call to LaunchApp
410 """Verifies that an app can be launched in a regular tab."""
424 """Verifies that an app can be launched in a pinned tab."""
440 """Verifies that an app can be launched in fullscreen mode.""
    [all...]
nacl_sdk.py 3 # Use of this source code is governed by a BSD-style license that can be
24 import pyauto_functional # Must be imported before pyauto. namespace
71 self.fail(msg='Missing pepper version to be checked or SDK path.')
299 expected_value: String to be matched against the Dom element.
perf_endure.py 3 # Use of this source code is governed by a BSD-style license that can be
44 import pyauto_functional # Must be imported before pyauto. namespace
167 logging.info(' Dumped files won\'t be cleaned.')
169 logging.info(' Dumped files will be cleaned up after every test.')
305 # The Web Page Replay environment variables must be parsed before
308 # The environment variables for the Deep Memory Profiler must be set
349 # Must be done at end of this function except for post-cleaning after
353 # Must be done after perf.BasePerfTest.tearDown()
389 'be generated. Did you implement ' +
446 starting webpage, this function should be invoked to run the endurance test
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
rebaselineserver.py 14 # contributors may be used to endorse or promote products derived from
21 # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
34 from webkitpy.common.host import Host # FIXME: This should not be needed! namespace
81 # See which ones we need to move (only those that are about to be
179 # FIXME: This should get the Host from the test_config to be mockable!
286 # Let results be cached for 60 seconds, so that they can be pre-fetched
  /external/webrtc/src/modules/audio_processing/aec/
aec_resampler.c 5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found
8 * be found in the AUTHORS file in the root of the source tree.
83 float be, tnew, interp; local
96 be = 1 + skew;
102 tnew = be * mm + obj->position;
120 tnew = be * mm + obj->position;
125 obj->position += outsize * be - size;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
AbsoluteLayoutRule.java 105 Rect be = elements[0].getBounds(); local
107 if (be.isValid()) {
111 int offsetX = x - be.x + (feedback.dragBounds != null ? feedback.dragBounds.x : 0);
112 int offsetY = y - be.y + (feedback.dragBounds != null ? feedback.dragBounds.y : 0);
172 Rect be = element.getBounds();
187 if (be.isValid()) {
188 offset = new Point(x - be.x, y - be.y);
190 } else if (offset != null && be.isValid()) {
191 x = offset.x + be.x
    [all...]
  /external/clang/test/CodeGenCXX/
dynamic-cast-hint.cpp 45 volatile E *be = dynamic_cast<E *>(b); local
  /external/ipsec-tools/src/racoon/
privsep.c 18 * may be used to endorse or promote products derived from this software
24 * ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
1099 char *const *be; local
1103 for (be = bad_env; *be; be++) {
1104 if (strncmp(*e, *be, strlen(*be)) == 0) {
  /external/llvm/lib/MC/
MCELFStreamer.cpp 174 // In the future it might be worth trying to make these operations more well
291 // FIXME: Should this be caught and done earlier?
338 const MCBinaryExpr *be = cast<MCBinaryExpr>(expr); local
339 fixSymbolsInTLSFixups(be->getLHS());
340 fixSymbolsInTLSFixups(be->getRHS());
446 // the same fragment. Be careful not to do that for the first instruction in
475 // to be turned off.
496 report_fatal_error(".bundle_align_mode should be only set once per file");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbshelve.py 21 # 13-Dec-2000: Updated to be used with the new bsddb3 package.
41 import cPickle # Will be converted to "pickle" by "2to3" namespace
53 # We can not use "with" as is, because it would be invalid syntax
85 shleve.py module. It can be used like this, where key is a string
108 raise db.DBError, "flags should be one of 'r', 'w', 'c' or 'n' or use the bsddb.db.DB_* flags"
247 # an exception can be raised if set_get_returns_none is turned
253 return data # we may be getting the default value, or None,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbshelve.py 21 # 13-Dec-2000: Updated to be used with the new bsddb3 package.
41 import cPickle # Will be converted to "pickle" by "2to3" namespace
53 # We can not use "with" as is, because it would be invalid syntax
85 shleve.py module. It can be used like this, where key is a string
108 raise db.DBError, "flags should be one of 'r', 'w', 'c' or 'n' or use the bsddb.db.DB_* flags"
247 # an exception can be raised if set_get_returns_none is turned
253 return data # we may be getting the default value, or None,
  /external/chromium_org/native_client_sdk/src/libraries/xray/
xray.c 2 * Use of this source code is governed by a BSD-style license that can be
124 struct XRayTraceBufferEntry* be);
159 struct XRayTraceBufferEntry* be = &capture->buffer[index]; local
160 char* dst = (char*)be;
228 /* Not very accurate, annotation strings will also be counted as "entries" */
361 struct XRayTraceBufferEntry* be = &capture->buffer[buffer_index]; local
363 be->depth_addr = se->depth_addr;
364 be->start_tick = se->tsc;
365 be->end_tick = tsc;
366 be->annotation_index = 0
597 struct XRayTraceBufferEntry* be = &capture->buffer[capture->buffer_index]; local
648 struct XRayTraceBufferEntry* be = &capture->buffer[marker]; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
dtoa.cpp 30 * appropriate depends on the compiler; for this to work, it may be
69 * An alternative that might be better on some machines is
118 // 64-bit emulation provided by the compiler is likely to be slower than dtoa own code on 32-bit hardware.
715 * 3. Under the assumption that input will be rounded nearest,
740 // Exactly one rounding mode must be specified.
747 int bbits, b2, b5, be, dig, i, ieps, ilim = 0, ilim0, ilim1 = 0, local
780 d2b(b, &u, &be, &bbits);
796 * We want k to be too large rather than too small.
813 i = bbits + be + (Bias + (P - 1) - 1);
969 if (be >= 0 && k <= Int_max)
    [all...]

Completed in 963 milliseconds

12 3 4 5 6