/external/elfutils/libdw/ |
dwarf_getattrs.c | 63 // XXX Fix bound checks
|
/external/icu4c/i18n/ |
nfsubs.h | 208 * Calculates an upper bound when searching for a rule that matches 211 * @param oldUpperBound The current upper-bound setting. The new 212 * upper bound can't be any higher. 213 * @return the upper bound when searching for a rule that matches
|
/external/ipsec-tools/src/racoon/samples/ |
racoon.conf.in | 37 #strict_address; # requires that all addresses must be bound.
|
/external/kernel-headers/original/linux/ |
smp.h | 108 * a thread that is bound to the current CPU.)
|
/external/netcat/scripts/ |
irc | 5 ## since it just echoes everything bound for the server.
|
/external/opencore/protocols/systems/tools/general/common/src/ |
layer.cpp | 31 //Unbind if already bound.
|
/external/skia/src/gl/ |
SkGLTextCache.h | 68 for this glyph within the strike. The associated texture is bound
|
/external/v8/src/ |
jump-target.h | 47 // all forward-reaching paths. When bound, an expected frame for the 53 // jumping, branching, or falling through) at the time it is bound. 147 // jumps to the block. Set when the jump target is bound, but may 228 // be bound, statically known at initialization time.
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/FunctionObjects/ |
15.3.5.3.js | 31 "dynamically bound" to a newly created object that contains the arguments
|
/external/webkit/WebKit/chromium/src/ |
DragClientImpl.cpp | 96 // Our lifetime is bound to the WebViewImpl.
|
/frameworks/base/core/java/android/app/ |
ListActivity.java | 33 * be bound to different data sources, typically either an array or a Cursor 121 * You must identify the data bound to each TextView object in this layout. The 158 * // Now create a new list adapter bound to the cursor. 162 * android.R.layout.two_line_list_item, // Specify the row template to use (here, two columns bound to the two retrieved cursor
|
/frameworks/base/core/java/com/android/internal/view/ |
InputBindResult.java | 36 * no input method will be bound.
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
LocalReceiver.java | 46 resultString = "Successfully bound to service, but expected it to fail";
|
/packages/apps/Email/src/org/apache/commons/io/input/ |
DemuxInputStream.java | 83 * Utility method to retrieve stream bound to current thread (if any).
|
/packages/apps/Email/src/org/apache/commons/io/output/ |
DemuxOutputStream.java | 94 * Utility method to retrieve stream bound to current thread (if any).
|
/packages/apps/Mms/src/com/android/mms/ui/ |
ConversationListAdapter.java | 51 Log.e(TAG, "Unexpected bound view: " + view);
|
/system/core/include/cutils/ |
mq.h | 111 * Gets the destination bound to a name.
|
/cts/tests/tests/widget/src/android/widget/cts/ |
MultiAutoCompleteTextView_CommaTokenizerTest.java | 57 " 1. cursor is out of bound. 2. text is null.") 98 " 1. cursor is out of bound. 2. text is null.")
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
Constants.java | 39 * XSLT stylesheets, this is bound to the "xsl:" prefix. It's defined 69 * bound to the "xalan:" prefix.
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
LocalServiceActivities.java | 73 // still bound clients. 100 // interact with the service. Because we have bound to a explicit
|
/external/stlport/stlport/stl/ |
_bitset.c | 112 // make bound inclusive 123 // mask off bits below bound
|
/frameworks/base/awt/org/apache/harmony/awt/gl/render/ |
JavaLineRasterizer.java | 394 // clip point 1 with top clip bound 399 // clip point 1 with bottom clip bound 404 // clip point 1 with left clip bound 408 // clip point 1 with right clip bound 423 // clip point 2 with top clip bound 427 // clip point 2 with bottom clip bound 432 // clip point 2 with left clip bound 436 // clip point 2 with right clip bound
|
/external/opencore/codecs_v2/video/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...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/net/ |
NetworkInterfaceTest.java | 555 // them will not currently be bound to an InetAddress. e.g. a laptop 558 // bound to it. For these tests only work with NetworkInterface objects 559 // that are bound to an InetAddress. 567 // one InetAddress bound to it. 582 // one InetAddress bound to it.
|
/external/icu4c/common/unicode/ |
ubrk.h | 128 /** Upper bound for tags for uncategorized words. */ 161 /** Upper bound for soft line breaks. */ 165 /** Upper bound for hard line breaks. */ 185 /** Upper bound for tags for sentences ended by sentence terminators. */ 192 /** Upper bound for tags for sentences ended by a separator. */
|