/external/slf4j/log4j-over-slf4j/src/main/resources/META-INF/ |
MANIFEST.MF | 1 Implementation-Title: log4j-over-slf4j 3 Bundle-SymbolicName: log4j.over.slf4j 4 Bundle-Name: log4j-over-slf4j
|
/external/opencv3/samples/cpp/tutorial_code/viz/ |
launching_viz.cpp | 40 /// Event loop is over when pressed q, Q, e, E 41 cout << "First event loop is over" << endl; 49 /// Event loop is over when pressed q, Q, e, E 50 cout << "Second event loop is over" << endl; 52 /// Event loop is over when pressed q, Q, e, E 64 cout << "Last event loop is over" << endl;
|
/external/tcpdump/ |
l2vpn.c | 35 { 0x08, "SONET/SDH Circuit Emulation Service over MPLS"}, 43 { 0x10, "SONET/SDH Circuit Emulation over Packet"}, 44 { 0x11, "Structure-agnostic E1 over Packet"}, 45 { 0x12, "Structure-agnostic T1 (DS1) over Packet"}, 46 { 0x13, "Structure-agnostic E3 over Packet"}, 47 { 0x14, "Structure-agnostic T3 (DS3) over Packet"},
|
/development/samples/BluetoothChat/ |
_index.html | 2 two-way text chat over Bluetooth. It demonstrates all the fundamental Bluetooth 9 <li>Transfering data over Bluetooth</li>
|
/development/samples/browseable/BeamLargeFiles/ |
_index.jd | 9 handshake over NFC, file transfer will take place over a secondary high-speed
|
/external/autotest/client/site_tests/peerd_HandlesNameConflicts/ |
control | 17 3) Waits for that service to show up over mDNS 18 4) Advertises records with the same unique name over mDNS
|
/external/libweave/third_party/libuweave/src/ |
crypto_hmac.h | 18 * Compute HMAC over a list of messages, which is equivalent to computing HMAC 19 * over the concatenation of all the messages. The HMAC output will be truncated
|
/external/slf4j/src/main/assembly/ |
source.xml | 75 <directory>jcl104-over-slf4j/</directory> 76 <outputDirectory>jcl104-over-slf4j/</outputDirectory> 83 <directory>jcl-over-slf4j/</directory> 84 <outputDirectory>jcl-over-slf4j/</outputDirectory> 99 <directory>log4j-over-slf4j/</directory> 100 <outputDirectory>log4j-over-slf4j/</outputDirectory> 105 <directory>osgi-over-slf4j/</directory> 106 <outputDirectory>osgi-over-slf4j/</outputDirectory> 177 <directory>jcl-over-slf4j/src/</directory> 178 <outputDirectory>jcl-over-slf4j/src/</outputDirectory> [all...] |
/art/test/541-regression-inlined-deopt/ |
info.txt | 3 control over vregs because the previous test 449 would pass because the vreg
|
/development/samples/browseable/RuntimePermissionsBasic/ |
_index.jd | 9 Note: The "RuntimePermissions" sample provides a more complete overview over the runtime permission features available.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
Iterable.java | 12 * Returns an iterator over a set of elements of type T.
|
/external/chromium-trace/catapult/third_party/six/ |
README.chromium | 10 Six provides utilities for wrapping over differences between Python 2 and 3.
|
/external/clang/test/SemaCXX/Inputs/ |
warn-new-overaligned-3.h | 4 // purpose of the over-aligned warnings test.
|
/external/icu/icu4c/source/common/unicode/ |
schriter.h | 32 * A concrete subclass of CharacterIterator that iterates over the 35 * iterator that iterates over an entire UnicodeString, but also to 36 * create one that iterates over only a subrange of a UnicodeString 37 * (iterators over different subranges of the same UnicodeString don't 46 * Create an iterator over the UnicodeString referred to by "textStr". 55 * Create an iterator over the UnicodeString referred to by "textStr". 67 * Create an iterator over the UnicodeString referred to by "textStr". 88 * Copy constructor. The new iterator iterates over the same range 104 * Assignment operator. *this is altered to iterate over the same 115 * Returns true if the iterators iterate over the same range of th [all...] |
/external/llvm/test/CodeGen/X86/ |
fast-isel-bail.ll | 4 ; to gracefully bail out and let SelectionDAGISel take over.
|
/external/nist-sip/java/gov/nist/core/net/ |
package.html | 4 and control over these objects. This feature was proposed by Mike Andrews
|
/external/valgrind/memcheck/tests/ |
long-supps.c | 1 // Bug 186796: function names of over 200 chars in suppressions were being
|
/prebuilts/gdb/darwin-x86/include/python2.7/ |
iterobject.h | 3 /* Iterators (the basic kind, over a sequence) */
|
/prebuilts/gdb/linux-x86/include/python2.7/ |
iterobject.h | 3 /* Iterators (the basic kind, over a sequence) */
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
iterobject.h | 3 /* Iterators (the basic kind, over a sequence) */
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
iterobject.h | 3 /* Iterators (the basic kind, over a sequence) */
|
/external/libvpx/libvpx/vpx_dsp/ |
ssim.h | 23 // source sum ( over 8x8 region ) 26 // reference sum (over 8x8 region ) 29 // source sum squared ( over 8x8 region ) 32 // reference sum squared (over 8x8 region ) 35 // sum of source times reference (over 8x8 region)
|
/external/webrtc/webrtc/base/ |
ratetracker.h | 19 // Computes units per second over a given interval by tracking the units over 21 // that over each bucket the rate was constant. 27 // Computes the average rate over the most recent interval_milliseconds, 32 // Computes the average rate over the rate tracker's recording interval
|
/prebuilts/go/darwin-x86/test/ |
range.go | 11 // test range over channels 44 // test that range over slice only evaluates 65 println("wrong sum ranging over makeslice", s) 92 println("wrong sum ranging over makeslice", s) 108 println("wrong count ranging over makeslice", n) 113 // test that range over array only evaluates 132 println("wrong sum ranging over makearray", s) 148 println("wrong sum ranging over makearray", s) 164 println("wrong count ranging over makearray", n) 197 println("wrong sum ranging over makearrayptr", s [all...] |
/prebuilts/go/linux-x86/test/ |
range.go | 11 // test range over channels 44 // test that range over slice only evaluates 65 println("wrong sum ranging over makeslice", s) 92 println("wrong sum ranging over makeslice", s) 108 println("wrong count ranging over makeslice", n) 113 // test that range over array only evaluates 132 println("wrong sum ranging over makearray", s) 148 println("wrong sum ranging over makearray", s) 164 println("wrong count ranging over makearray", n) 197 println("wrong sum ranging over makearrayptr", s [all...] |