Searched defs:be (Results 1 - 25 of 61) sorted by relevance

123

/external/opencv3/3rdparty/openexr/Iex/
H A DIexBaseExc.cpp18 // its contributors may be used to endorse or promote products derived
93 BaseExc::BaseExc (const BaseExc &be) throw () : argument
94 std::string (be),
95 _stackTrace (be._stackTrace)
/external/slf4j/integration/src/test/java/org/slf4j/test_osgi/
H A DCheckingBundleListener.java13 * The above copyright notice and this permission notice shall be
38 public void bundleChanged(BundleEvent be) { argument
39 eventList.add(be);
42 private void dump(BundleEvent be) { argument
43 System.out.println("BE:" + ", source " + be.getSource() + ", bundle=" + be.getBundle() + ", type=" + be.getType());
/external/libvpx/libvpx/vp8/encoder/
H A Dencodeintra.c5 * 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.
57 BLOCK *be = &x->block[ib]; local
67 vp8_subtract_b(be, b, 16);
69 x->short_fdct4x4(be->src_diff, be->coeff, 32);
71 x->quantize_b(be, b);
H A Dencodemb.c5 * 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.
23 void vp8_subtract_b(BLOCK *be, BLOCKD *bd, int pitch) { argument
24 unsigned char *src_ptr = (*(be->base_src) + be->src);
25 short *diff_ptr = be->src_diff;
27 int src_stride = be->src_stride;
434 output after inverse wht and idct will be all zero. A sum of absolute value
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-apache-bsf.jar ... .BSFManager m org.apache.bsf.BSFException be String execName ClassLoader origLoader public java.lang.Object ...
/external/autotest/client/common_lib/cros/graphite/
H A Des_utils.py2 # Use of this source code is governed by a BSD-style license that can be
11 We will be using es to store our metadata.
33 We've included several methods that composes queries that would be useful.
75 logging.debug('Failed to import elasticsearch. Mock classes will be used ' namespace
76 'and calls to Elasticsearch server will be no-op. Test run '
290 that the key/vals will be stored in _source key of the hit object,
293 representing what each field should be between (inclusive).
295 If you want one side to be unbounded, you can use None.
298 @param sort_specs: A list of fields to sort on, tiebreakers will be
303 representing each field should be equa
[all...]
/external/ppp/pppd/plugins/pppoatm/
H A Dpppoatm.c110 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/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
H A DTreeTraverserTest.java109 static final BinaryTree be = new BinaryTree('e', null, bf); field in class:TreeTraverserTest
110 static final BinaryTree bd = new BinaryTree('d', bb, be);
/external/guava/guava-tests/test/com/google/common/collect/
H A DTreeTraverserTest.java111 static final BinaryTree be = new BinaryTree('e', null, bf); field in class:TreeTraverserTest
112 static final BinaryTree bd = new BinaryTree('d', bb, be);
/external/libvpx/libvpx/vp8/encoder/mips/msa/
H A Dencodeopt_msa.c5 * 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.
45 BLOCK *be; local
64 be = &mb->block[2 * loop_cnt];
66 coeff_ptr = be->coeff;
74 be = &mb->block[2 * loop_cnt + 1];
76 coeff_ptr = be->coeff;
114 BLOCK *be; local
126 be
[all...]
/external/autotest/client/site_tests/power_Consumption/
H A Dpower_Consumption.py2 # Use of this source code is governed by a BSD-style license that can be
20 import flimflam # Requires flimflam_test_path to be imported first. namespace
40 # Objects that need to be taken care of in cleanup() are initialized
217 # URLs to be only tested in foreground tab.
221 # URLs to be tested in both, background and foreground modes.
259 """To be passed as the callable to self._run_func()"""
401 # This URL must be visible from WiFi network used for test
446 # completes, those are manually tuned to be roughly around
481 # Most of the tests will be running in this tab.
535 logging.debug('test_server could not be stoppe
[all...]
/external/autotest/utils/
H A Drun_pylint.py27 print ("Unable to import pylint, it may need to be installed." namespace
45 @param path: optional list of paths where module should be searched for.
60 # need to put autotest root dir on sys.path so pylint will be happy
68 # are imported for their side-effects and are not meant to be used.
321 needs to be edited. If the options are already a part of
405 # W0611: All imported modules (except common) need to be used.
412 # this stage anyone who makes a tiny change to a file will be tasked with
440 # run_pylint can be invoked directly with command line arguments,
/external/clang/test/CodeGenCXX/
H A Ddynamic-cast-hint.cpp45 volatile E *be = dynamic_cast<E *>(b); local
H A Dconst-init-cxx11.cpp3 // FIXME: The padding in all these objects should be zero-initialized.
179 extern constexpr int (B1::*be) = (int(B1::*))&C::e; member in namespace:MemberPtr
397 // FIXME: This declaration should not be emitted -- it isn't odr-used.
609 // VirtualMembers::TemplateClass::templateMethod() must be defined in this TU,
/external/e2fsprogs/lib/ext2fs/
H A Dcrc32c.c1114 uint32_t be, le; local
1116 be = ext2fs_crc32c_be(t->crc, test_buf + t->start, t->length);
1122 if (be != t->crc_be) {
1124 (int) (t - test), be, t->crc_be);
/external/fio/
H A Dlibfio.c14 * This program is distributed in the hope that it will be useful,
275 int le = 0, be = 0; local
279 be = 1;
284 if (be)
293 if (!le && !be)
304 * We need these to be properly 64-bit aligned, otherwise we
/external/ipsec-tools/src/racoon/
H A Dprivsep.c18 * may be used to endorse or promote products derived from this software
1099 char *const *be; local
1103 for (be = bad_env; *be; be++) {
1104 if (strncmp(*e, *be, strlen(*be)) == 0) {
/external/webrtc/webrtc/modules/audio_processing/aec/
H A Daec_resampler.c5 * 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.
74 float be, tnew; local
89 be = 1 + skew;
95 tnew = be * mm + obj->position;
104 tnew = be * mm + obj->position;
109 obj->position += (*size_out) * be - size;
/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmserr.c13 // The above copyright notice and this permission notice shall be included in
29 // that hopefully would be fully portable.
66 // amount of memoy that can be reclaimed. This is mostly as a safety feature to prevent
74 // required to be implemented: malloc, realloc and free, although the user may want to
189 // To reset it, we use the default allocators, which cannot be overriden
228 // context internal data should be malloce'd by using those functions.
321 // To reset it, we use the default allocators, which cannot be overriden
354 // this way have be freed at once. Next function allocates a single chunk for linked list
356 // memory is being swapped to disk. This approach is safer (although that may not be true on all platforms)
481 // It may be interestin
574 cmsUInt32Number be; local
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_roboswitch.c5 * This software may be distributed under the terms of the BSD license.
77 static void wpa_driver_roboswitch_addr_be16(const u8 addr[ETH_ALEN], u16 *be) argument
81 be[(ETH_ALEN - i) / 2 - 1] = WPA_GET_BE16(addr + i);
411 /* set and read back to see if the register can be used */
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_roboswitch.c5 * This software may be distributed under the terms of the BSD license.
77 static void wpa_driver_roboswitch_addr_be16(const u8 addr[ETH_ALEN], u16 *be) argument
81 be[(ETH_ALEN - i) / 2 - 1] = WPA_GET_BE16(addr + i);
411 /* set and read back to see if the register can be used */
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_roboswitch.c5 * This software may be distributed under the terms of the BSD license.
77 static void wpa_driver_roboswitch_addr_be16(const u8 addr[ETH_ALEN], u16 *be) argument
81 be[(ETH_ALEN - i) / 2 - 1] = WPA_GET_BE16(addr + i);
411 /* set and read back to see if the register can be used */
/external/llvm/lib/MC/
H A DMCELFStreamer.cpp55 report_fatal_error("Fragment can't be larger than a bundle size");
127 // needs to be aligned to at least the bundle size.
211 // In the future it might be worth trying to make these operations more well
335 // FIXME: Should this be caught and done earlier?
390 const MCBinaryExpr *be = cast<MCBinaryExpr>(expr); local
391 fixSymbolsInTLSFixups(be->getLHS());
392 fixSymbolsInTLSFixups(be->getRHS());
508 // we create a new temporary fragment which will be later merged into
536 // to be turned off.
565 report_fatal_error(".bundle_align_mode cannot be change
[all...]
/external/clang/lib/Analysis/
H A DUninitializedValues.cpp89 // These values are defined in such a way that a merge can be done using
303 /// DeclRefExpr which isn't explicitly classified will be assumed to have
304 /// escaped the analysis and will be treated as an initialization.
362 // The result of a ?: could also be an lvalue.
511 void VisitBlockExpr(BlockExpr *be);
534 // the variable, we can say something stronger than 'may be uninitialized':
539 // the variable might still be uninitialized are followed. Since a variable
543 // non-termination might be correlated with the initialization condition.
608 // this code is intended to be reachable) so give a diagnostic here
650 // situations where no label matched: we can't be sur
692 VisitBlockExpr(BlockExpr *be) argument
[all...]
/external/opencv/cvaux/src/
H A Dcveigenobjects.cpp26 // * The name of Intel Corporation may not be used to endorse or promote products
32 // In no event shall the Intel Corporation or contributors be liable for any direct,
204 // covarMatrix - covariance matrix (output parameter; must be allocated
444 // be allocated in the RAM or be read from/written to the HDD (or any
446 // value of ioFlags paramater, which may be the following:
452 // The callback functions as well as the user data structure must be
462 // must be CV_TERMCRIT_NUMB, CV_TERMCRIT_EPS or
466 // 4. eigVals may be equal to NULL (if you don't need eigen values in further).
733 float *be local
764 float *be = ((float *) buffer) + ((ie - imin) * eigStep); local
788 float *be = ((float **) output)[i]; local
820 float *be = ((float **) output)[i]; local
[all...]

Completed in 1124 milliseconds

123