/dalvik/libcore/luni/src/main/java/java/lang/reflect/ |
TypeVariable.java | 33 * implicit upper bound if no other bounds are declared.
|
/external/bison/data/ |
README | 22 finished, *we are not bound to it*. In particular, Bison is not
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/ |
phrtab.utf | 13 ! bound set (predicted by the DT) Pico
|
/external/v8/test/mjsunit/regress/ |
regress-1341167.js | 28 // Make sure that 'this' is bound to the global object when using
|
/external/webkit/WebKit/chromium/public/ |
WebAnimationController.h | 43 // owned by a WebFrame and its life span is bound to that WebFrame.
|
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
COPYING | 38 for them, you are not even bound by the above copyright.
|
/frameworks/base/tools/layoutlib/bridge/src/android/os/ |
ServiceManager.java | 63 * up and bound by the activity manager. There is only one thread in the process
|
/prebuilt/darwin-x86/flex/ |
NOTICE | 38 for them, you are not even bound by the above copyright.
|
/prebuilt/linux-x86/flex/ |
NOTICE | 38 for them, you are not even bound by the above copyright.
|
/prebuilt/windows/flex/ |
NOTICE | 38 for them, you are not even bound by the above copyright.
|
/cts/tests/tests/text/src/android/text/cts/ |
LoginFilterTest.java | 110 // start and end are out of bound. 113 " when start and end are out of bound"); 127 // dstart and dend are out of bound.
|
/cts/tools/signature-tools/templates/delta/ |
deltas.stg | 121 $SingleSubDelta(desc="Upper Bound changed:", delta=delta.upperBoundsDelta)$ 126 $SingleSubDelta(desc="First Upper Bound changed:", delta=delta.firstUpperBoundDelta)$ 131 $SingleSubDelta(desc="Lower Bound changed:", delta=delta.lowerBoundDelta)$
|
/frameworks/base/core/java/android/net/ |
LocalSocket.java | 103 * that has not yet been bound. 113 throw new IOException("already bound"); 123 * Retrieves the name that this socket is bound to, if any.
|
/dalvik/libcore/luni/src/test/java/tests/api/java/net/ |
ServerSocketTest.java | 647 assertTrue("Server socket not bound when it should be:", theSocket 650 // now make sure that it is actually bound and listening on the 669 // Address that we have already bound to 754 assertTrue("Server socket not bound when it should be:", theSocket 757 // now make sure that it is actually bound and listening on the 775 // Address that we have already bound to 883 // now create a socket that is not bound and validate we get the 915 assertFalse("Socket indicated bound when it should be (1)", 918 // now bind and validate bound ok 920 assertTrue("Socket indicated not bound when it should be (1)" [all...] |
/frameworks/base/awt/java/beans/ |
PropertyDescriptor.java | 35 private boolean bound; field in class:PropertyDescriptor 199 public void setBound(boolean bound) { 200 this.bound = bound; 208 return bound;
|
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
OpenSSLSessionImpl.java | 136 * Gives the largest buffer size for the application's data bound to this 319 * Gives back the context to which the actual SSL session is bound. A SSL 361 * Gives back the object which is bound to the the input parameter name. 368 * @return the value bound to that name, or null if the binding does not 381 * objects of the application layer bound into the SSL session. The search 386 * bound to this SSL session. 413 * @param value data object that shall be bound to
|
/external/svox/pico/lib/ |
picokdt.h | 340 incl. current word, up to next BOUND (also 343 incl. syllables of current word, up to next BOUND 380 7 nr words left (previous) to any bound 381 8 nr syllables left to any bound 382 9 nr words right (following) to any bound 383 10 nr syllables right to any bound 394 incl. current word, up to next BOUND (any strength != 0)
|
/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...] |
/external/opencore/codecs_v2/video/avc_h264/enc/src/ |
rate_control.cpp | 496 // lower bound on Qc should be a function of curr_mad 497 // When mad is already low, lower bound on Qc doesn't have to be small. 499 // it doesn't hit the target bit rate due to this QP lower bound. 528 int diff_counter_BTsrc, diff_counter_BTdst, prev_counter_diff, curr_counter_diff, bound; local 606 /* First, set the upper bound for current bit allocation variance: 80% of available buffer */ 607 bound = (int)((rateCtrl->Bs / 2 - rateCtrl->VBV_fullness) * 0.6 / (pMP->target_bits_per_frame / 10)); /* rateCtrl->Bs */ 608 diff_counter_BTsrc = AVC_MIN(diff_counter_BTsrc, bound); 609 diff_counter_BTdst = AVC_MIN(diff_counter_BTdst, bound); 611 /* Second, set another upper bound for current bit allocation: 4-5*bitrate/framerate */ 612 bound = 50 [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
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
driver_ralink.h | 141 Ndis802_11NetworkTypeMax // not a real type, defined as an upper bound 202 Ndis802_11InfrastructureMax // Not a real value, defined as upper bound 248 Ndis802_11AuthModeMax // Not a real mode, defined as upper bound
|
/dalvik/dx/src/com/android/dx/dex/code/ |
LocalStart.java | 27 * is bound.
|
/dalvik/libcore/xml/src/main/java/org/w3c/dom/ |
EntityReference.java | 30 * the <code>EntityReference</code> node may be bound to different namespace
|