HomeSort by relevance Sort by last modified time
    Searched refs:bound (Results 1 - 25 of 43) sorted by null

1 2

  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/http/
HttpURLConnectionTest.java 53 private final static Object bound = new Object(); field in class:HttpURLConnectionTest
73 synchronized (bound) {
75 bound.notify();
181 synchronized(bound) {
183 bound.wait(5000);
222 synchronized(bound) {
223 if (!server.started) bound.wait(5000);
226 synchronized(bound) {
227 if (!proxy.started) bound.wait(5000);
273 synchronized(bound) {
    [all...]
  /external/openssl/apps/
CA.pl 175 my ($infile, $outfile, $bound) = @_;
180 $flag = 1 if (/^-----BEGIN.*$bound/) ;
182 if (/^-----END.*$bound/) {
CA.pl.in 175 my ($infile, $outfile, $bound) = @_;
180 $flag = 1 if (/^-----BEGIN.*$bound/) ;
182 if (/^-----END.*$bound/) {
CA.sh 35 bound=$3
40 echo $line|grep "^-----END.*$bound" 2>/dev/null 1>/dev/null
49 echo $line|grep "^-----BEGIN.*$bound" 2>/dev/null 1>/dev/null
  /hardware/broadcom/wlan/bcm4329/src/include/
bcmutils.h 441 #define MODDEC(x, bound) MUX((x) == 0, (bound) - 1, (x) - 1)
442 #define MODINC(x, bound) MUX((x) == (bound) - 1, 0, (x) + 1)
445 #define MODDEC_POW2(x, bound) (((x) - 1) & ((bound) - 1))
446 #define MODINC_POW2(x, bound) (((x) + 1) & ((bound) - 1))
449 #define MODADD(x, y, bound) \
450 MUX((x) + (y) >= (bound), (x) + (y) - (bound), (x) + (y)
    [all...]
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
BoundedGenericMethodsTests.java 63 Type bound = bounds[0]; local
64 assertEquals(BoundedGenericMethods.class, bound);
100 Type bound = bounds[0]; local
102 assertEquals(BoundedGenericMethods.class, bound);
WildcardTypeTest.java 85 Type bound = bounds[0]; local
86 assertEquals(BoundedWildcardsGenericMethods.class, bound);
140 Type bound = bounds[0]; local
142 assertEquals(BoundedWildcardsGenericMethods.class, bound);
  /frameworks/base/core/java/android/widget/
SimpleCursorAdapter.java 56 * A list of View ids representing the views to which the data must be bound.
124 boolean bound = false;
126 bound = binder.setViewValue(v, cursor, from[i]);
129 if (!bound) {
369 * @return true if the data was bound to the view, false otherwise
SimpleCursorTreeAdapter.java 218 boolean bound = false;
220 bound = binder.setViewValue(v, cursor, from[i]);
223 if (!bound) {
322 * @return true if the data was bound to the view, false otherwise
SimpleAdapter.java 166 boolean bound = false;
168 bound = binder.setViewValue(v, data, text);
171 if (!bound) {
181 " should be bound to a Boolean, not a " +
313 * @return true if the data was bound to the view, false otherwise
  /external/openssl/crypto/asn1/
asn_mime.c 103 static int mime_bound_check(char *line, int linelen, char *bound, int blen);
104 static int multi_split(BIO *bio, char *bound, STACK_OF(BIO) **ret);
283 char bound[33], c; local
299 RAND_pseudo_bytes((unsigned char *)bound, 32);
301 c = bound[i] & 0xf;
304 bound[i] = c;
306 bound[32] = 0;
313 bound, mime_eol, mime_eol);
317 BIO_printf(bio, "------%s%s", bound, mime_eol);
320 BIO_printf(bio, "%s------%s%s", mime_eol, bound, mime_eol)
    [all...]
  /external/chromium/net/data/proxy_resolver_v8_unittest/
bindings.js 1 // Try calling the browser-side bound functions with varying (invalid)
  /external/v8/src/
debug-agent.cc 53 bool bound = false; local
54 while (!bound && !terminate_) {
55 bound = server_->Bind(port_);
60 if (!bound) {
67 // Accept connections on the bound port.
  /external/ipsec-tools/src/libipsec/
ipsec_dump_policy.c 274 ipsec_dump_ipsecrequest(buf, len, xisr, bound, withports)
278 size_t bound; /* boundary */
284 if (xisr->sadb_x_ipsecrequest_len > bound) {
  /external/v8/test/mjsunit/regress/
regress-1341167.js 28 // Make sure that 'this' is bound to the global object when using
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
rate_control.cpp 494 // lower bound on Qc should be a function of curr_mad
495 // When mad is already low, lower bound on Qc doesn't have to be small.
497 // it doesn't hit the target bit rate due to this QP lower bound.
526 int diff_counter_BTsrc, diff_counter_BTdst, prev_counter_diff, curr_counter_diff, bound; local
604 /* First, set the upper bound for current bit allocation variance: 80% of available buffer */
605 bound = (int)((rateCtrl->Bs / 2 - rateCtrl->VBV_fullness) * 0.6 / (pMP->target_bits_per_frame / 10)); /* rateCtrl->Bs */
606 diff_counter_BTsrc = AVC_MIN(diff_counter_BTsrc, bound);
607 diff_counter_BTdst = AVC_MIN(diff_counter_BTdst, bound);
609 /* Second, set another upper bound for current bit allocation: 4-5*bitrate/framerate */
610 bound = 50
    [all...]
  /frameworks/base/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...]
  /external/bluetooth/glib/gthread/
gthread-posix.c 306 gboolean bound,
331 if (bound)
  /external/chromium/third_party/libevent/
http.c 2278 struct evhttp_bound_socket *bound; local
2355 struct evhttp_bound_socket *bound; local
    [all...]
  /external/bluetooth/glib/glib/
gthread.h 102 gboolean bound,
225 gboolean bound,
gthread.c 645 gboolean bound,
664 stack_size, joinable, bound, priority,
  /external/speex/libspeex/
fftwrap.c 45 static int maximize_range(spx_word16_t *in, spx_word16_t *out, spx_word16_t bound, int len)
57 while (max_val <= (bound>>1) && max_val != 0)
mdf.c 1110 spx_float_t bound = PSEUDOFLOAT(Sey); local
    [all...]
  /cts/tools/signature-tools/test/signature/converter/
ConvertClassTest.java 159 //test type variable bound
161 IClassReference bound = (IClassReference) variable.getUpperBounds().get(0); local
162 assertEquals("java.lang.Object", bound.getClassDefinition().getQualifiedName());
178 //test type variable bound
180 IClassReference bound = (IClassReference) variable.getUpperBounds().get(0); local
181 assertEquals("java.lang.Integer", bound.getClassDefinition().getQualifiedName());
197 //test type variable bound
204 //test type variable bound
223 //test type variable bound
230 //test type variable bound
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java 902 final int bound = scrolledPos < whichScreen ? local
    [all...]

Completed in 724 milliseconds

1 2