HomeSort by relevance Sort by last modified time
    Searched defs:bound (Results 51 - 75 of 395) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/turbine/javatests/com/google/turbine/lower/
LowerTest.java 29 import com.google.turbine.binder.bound.SourceTypeBoundClass;
241 BindingResult bound = local
254 Map<String, byte[]> lowered = Lower.lowerAll(bound.units(), bound.classPathEnv()).bytes();
315 BindingResult bound = local
330 Map<String, byte[]> lowered = Lower.lowerAll(bound.units(), bound.classPathEnv()).bytes();
402 BindingResult bound = local
407 Map<String, byte[]> lowered = Lower.lowerAll(bound.units(), bound.classPathEnv()).bytes()
    [all...]
IntegrationTestSupport.java 438 Binder.BindingResult bound = Binder.bind(units, classpath, bootclasspath); local
439 return Lower.lowerAll(bound.units(), bound.classPathEnv()).bytes();
  /external/valgrind/coregrind/m_debuginfo/
tytypes.c 114 if (te->Te.Bound.knownL)
115 VG_(printf)("%lld", te->Te.Bound.boundL);
119 if (te->Te.Bound.knownU)
120 VG_(printf)("%lld", te->Te.Bound.boundU);
224 if (ent->Te.Bound.knownL && ent->Te.Bound.knownU
225 && ent->Te.Bound.boundL == 0) {
226 VG_(printf)("[%lld]", 1 + ent->Te.Bound.boundU);
229 if (ent->Te.Bound.knownL && (!ent->Te.Bound.knownU)
861 TyEnt* bound; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
rate_control.cpp 537 Int diff_counter_BTsrc, diff_counter_BTdst, prev_counter_diff, curr_counter_diff, bound; local
620 /* First, set the upper bound for current bit allocation variance: 80% of available buffer */
621 bound = (Int)((rc->Bs / 2 - rc->VBV_fullness) * 0.6 / (pMP->target_bits_per_frame / 10)); /* rc->Bs */
622 diff_counter_BTsrc = PV_MIN(diff_counter_BTsrc, bound);
623 diff_counter_BTdst = PV_MIN(diff_counter_BTdst, bound);
625 /* Second, set another upper bound for current bit allocation: 4-5*bitrate/framerate */
626 bound = 50;
628 // not necessary bound = 10; /* 1/17/02 -- For Low delay */
630 diff_counter_BTsrc = PV_MIN(diff_counter_BTsrc, bound);
631 diff_counter_BTdst = PV_MIN(diff_counter_BTdst, bound);
    [all...]
  /frameworks/compile/mclinker/include/mcld/Support/
Allocators.h 30 Chunk() : next(NULL), bound(0) {}
44 size_t bound; member in class:mcld::Chunk
54 Chunk() : next(NULL), bound(0) {
80 size_t bound; member in class:mcld::Chunk
146 size_type rest_num_elem = chunk_type::size() - m_pCurrent->bound;
150 result = m_pCurrent->data + m_pCurrent->bound;
151 m_pCurrent->bound += N;
161 if (chunk_type::size() == m_pCurrent->bound)
163 result = m_pCurrent->data + m_pCurrent->bound;
164 ++m_pCurrent->bound;
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
WildcardTypeTest.java 64 Type bound = bounds[0]; local
65 assertEquals(BoundedWildcardsGenericMethods.class, bound);
123 Type bound = bounds[0]; local
125 assertEquals(BoundedWildcardsGenericMethods.class, bound);
  /libcore/luni/src/test/java/libcore/java/util/
RandomTest.java 79 final int origin = 128, bound = 256; local
84 rands[i] = rand.nextInt(bound - origin) + origin;
87 int[] streamRands = new Random(0).ints(origin, bound).limit(limit).toArray();
98 final int origin = 128, bound = 256; local
103 rands[i] = rand.nextInt(bound - origin) + origin;
106 int[] streamRands = new Random(0).ints(size, origin, bound).toArray();
108 assertEquals(size, new Random(0).ints(size, origin, bound).count());
154 final int origin = 128, bound = 256; local
162 long[] streamRands = new Random(0).longs(origin, bound).limit(limit).toArray();
173 final int origin = 128, bound = 256 local
229 final int origin = 128, bound = 256; local
252 final int origin = 128, bound = 256; local
    [all...]
  /libcore/ojluni/src/main/java/java/util/
SplittableRandom.java 223 static final String BAD_BOUND = "bound must be positive";
224 static final String BAD_RANGE = "bound must be greater than origin";
251 * the public nextX(origin, bound) methods. These exist mainly to
258 * origin is greater than bound, acts as unbounded form of
261 * @param origin the least value, unless greater than bound
262 * @param bound the upper bound (exclusive), must not equal origin
265 final long internalNextLong(long origin, long bound) {
276 * when the implicit nextLong() bound (2<sup>64</sup>) is not
280 * varies from 1 to 2, depending on the bound. The loop itsel
836 final int bound; field in class:SplittableRandom.RandomIntsSpliterator
892 final long bound; field in class:SplittableRandom.RandomLongsSpliterator
949 final double bound; field in class:SplittableRandom.RandomDoublesSpliterator
    [all...]
Random.java 95 static final String BadBound = "bound must be positive";
96 static final String BadRange = "bound must be greater than origin";
237 * origin is greater than bound, acts as unbounded form of
240 * @param origin the least value, unless greater than bound
241 * @param bound the upper bound (exclusive), must not equal origin
244 final long internalNextLong(long origin, long bound) {
246 if (origin < bound) {
247 long n = bound - origin, m = n - 1;
258 while (r < origin || r >= bound)
1003 final int bound; field in class:Random.RandomIntsSpliterator
1058 final long bound; field in class:Random.RandomLongsSpliterator
1114 final double bound; field in class:Random.RandomDoublesSpliterator
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
Exchanger.java 158 * @Contended) to Nodes, embedding "bound" as an Exchanger field,
171 * collided at each slot within the current arena bound, it tries
173 * bounds by using a version (sequence) number on the "bound"
175 * participant notices that bound has been updated (in either
269 * Unit for sequence/version bits of bound field. Each successful
270 * change to the bound also adds SEQ.
285 * The bound for spins while waiting for a match. The actual
312 int bound; // Last recorded value of Exchanger.bound field in class:Exchanger.Node
313 int collides; // Number of CAS failures at current bound
347 private volatile int bound; field in class:Exchanger
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
disassemble.cpp 125 Id bound; member in class:spv::SpirvStream
156 // Result <id> bound
157 bound = stream[word++];
158 idInstruction.resize(bound);
159 idDescriptor.resize(bound);
160 out << "// Id's are bound by " << bound << std::endl;
233 if (id >= bound)
267 if (id >= bound)
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
module.h 35 uint32_t bound; member in struct:spvtools::ir::ModuleHeader
53 // Sets the Id bound.
54 void SetIdBound(uint32_t bound) { header_.bound = bound; }
55 // Returns the Id bound.
56 uint32_t IdBound() { return header_.bound; }
95 inline uint32_t id_bound() const { return header_.bound; }
  /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/
MethodResolutionLogic.java 51 // TODO if there are no variadic values we should default to the bound of the formal type
211 // TODO verify super bound
241 List<ResolvedTypeParameterDeclaration.Bound> bounds = tp.getBounds();
261 List<ResolvedTypeParameterDeclaration.Bound> bounds = tp.getBounds();
317 ResolvedTypeParameterDeclaration.Bound bound = tp.getBounds().get(0); local
318 if (bound.isExtends()) {
319 //expectedType = expectedType.replaceTypeVariables(tp.getName(), bound.getType());
320 expectedType = expectedType.replaceTypeVariables(tp, ResolvedWildcard.extendsBound(bound.getType()));
323 expectedType = expectedType.replaceTypeVariables(tp, ResolvedWildcard.superBound(bound.getType()))
334 ResolvedTypeParameterDeclaration.Bound bound = tp.getBounds().get(0); local
    [all...]
  /libcore/ojluni/src/main/java/java/net/
ServerSocket.java 57 private boolean bound = false; field in class:ServerSocket
91 * Creates a server socket, bound to the specified port. A port number
323 * is already bound.
352 * is already bound.
363 throw new SocketException("Already bound");
379 bound = true;
381 bound = false;
384 bound = false;
392 * If the socket was bound prior to being {@link #close closed},
401 * @return the address to which this socket is bound,
    [all...]
DatagramSocket.java 52 * broadcast packets a DatagramSocket should be bound to the wildcard address.
54 * a DatagramSocket is bound to a more specific address.
79 private boolean bound = false; field in class:DatagramSocket
127 * Binds socket if not already bound.
199 * on the local host machine. The socket will be bound to the
235 * Creates a datagram socket, bound to the specified local
272 * on the local host machine. The socket will be bound to the
295 * Creates a datagram socket, bound to the specified local
297 * If the IP address is 0.0.0.0, the socket will be bound to the
385 * socket is already bound
    [all...]
Socket.java 61 private boolean bound = false; field in class:Socket
274 * @param localAddr the local address the socket is bound to, or
276 * @param localPort the local port the socket is bound to, or
315 * @param localAddr the local address the socket is bound to, or
317 * @param localPort the local port the socket is bound to or
471 bound = false;
631 * If the socket was not bound before the connect, it is now because
634 bound = true;
645 * is already bound.
659 throw new SocketException("Already bound");
    [all...]
  /external/ImageMagick/MagickCore/
memory.c 107 *bound;
821 segment_info->bound=(char *) segment+blocksize;
833 assert(block < segment_info->bound);
104 *bound; member in struct:_DataSegmentInfo
    [all...]
  /external/guice/core/test/com/google/inject/util/
OverrideModuleTest.java 340 "1) The scope for @TestScopeAnnotation is bound directly and cannot be overridden.",
343 "bound directly at " + original.getClass().getName() + ".configure(",
345 "bound directly at " + original.getClass().getName() + ".configure(",
513 private final T bound; field in class:OverrideModuleTest.NewModule
514 NewModule(T bound) {
515 this.bound = bound;
519 Class<T> type = (Class<T>)bound.getClass();
520 bind(type).toInstance(bound);
524 private static <T> Module newModule(final T bound) {
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
inv_txfm_sse2.h 242 const int bound = size - 1; local
244 out[i] = _mm_add_epi16(in[i], in[bound - i]);
245 out[bound - i] = _mm_sub_epi16(in[i], in[bound - i]);
  /external/skia/tests/
PictureTest.cpp 661 CountingBBH(const SkRect& bound) : searchCalls(0), rootBound(bound) {}
684 SkRect bound = SkRect::MakeWH(320, 240); local
685 CountingBBH bbh(bound);
689 SkCanvas* c = recorder.beginRecording(bound, &factory);
691 c->drawRect(bound, SkPaint());
692 c->drawRect(bound, SkPaint());
  /external/skqp/tests/
PictureTest.cpp 661 CountingBBH(const SkRect& bound) : searchCalls(0), rootBound(bound) {}
684 SkRect bound = SkRect::MakeWH(320, 240); local
685 CountingBBH bbh(bound);
689 SkCanvas* c = recorder.beginRecording(bound, &factory);
691 c->drawRect(bound, SkPaint());
692 c->drawRect(bound, SkPaint());
  /external/turbine/java/com/google/turbine/tree/
Pretty.java 498 for (Tree bound : tyParam.bounds()) {
502 bound.accept(this, null);
  /external/webrtc/webrtc/p2p/base/
pseudotcp.cc 158 uint32_t bound(uint32_t lower, uint32_t middle, uint32_t upper) { function in namespace:cricket
727 bound(MIN_RTO, m_rx_srtt + std::max<uint32_t>(1, 4 * m_rx_rttvar),
    [all...]
  /frameworks/base/services/backup/java/com/android/server/backup/transport/
TransportClient.java 157 * <p>Note that being bound is not the same as connected. To be connected you also need to be
158 * bound. You go from nothing to bound, then to bound and connected. To have a usable transport
161 * or bound but not connected, not bound at all or even unusable.
165 * called again if we're already bound. For example, if one was already requested but the
166 * framework has not yet returned (meaning we're bound but still trying to connect) it won't
221 log(Priority.DEBUG, caller, "Async connect: service bound, connecting");
279 mState < State.BOUND_AND_CONNECTING, "Can't mark as disposed if still bound");
515 int bound = transitionThroughState(oldState, newState, State.BOUND_AND_CONNECTING); local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigIntegerTest.java 943 BigInteger bound = i.multiply(two); local
944 for (BigInteger j = bound.negate(); j.compareTo(bound) <= 0; j = j

Completed in 585 milliseconds

1 23 4 5 6 7 8 91011>>