HomeSort by relevance Sort by last modified time
    Searched full:bound (Results 301 - 325 of 835) sorted by null

<<11121314151617181920>>

  /packages/apps/Settings/src/com/android/settings/
AppWidgetPickActivity.java 152 // This is thrown if they're already bound, or otherwise somehow
  /system/core/adb/
transport_local.c 44 /* we keep a list of opened transports, transport 0 is bound to 5555,
  /dalvik/libcore/luni/src/main/java/java/net/
MulticastSocket.java 40 * Constructs a multicast socket, bound to any available port on the
52 * Constructs a multicast socket, bound to the specified port on the
569 * Constructs a {@code MulticastSocket} bound to the host/port specified by
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
fastquant.cpp 164 Int ac_clip; /* quantized coeff bound */
282 Int ac_clip; /* quantized coeff bound */
450 Int ac_clip; /* quantized coeff bound */
  /external/opencore/oscl/oscl/osclmemory/src/
oscl_mem_audit.h 682 int32 retrieveParentTagLength(const char *tag, int32 bound);
    [all...]
  /external/skia/src/core/
SkBitmapProcState_matrix_repeat.h 35 /* SkClampMax(val,max) -- bound to 0..max */
353 /* isolate reg-bound scopes; gcc will minimize register
356 * to be bound into a call-clobbered register
  /external/opencore/codecs_v2/video/avc_h264/dec/src/
pred_intra.cpp 570 if (block_y > 0 || video->intraAvailB)/* to prevent out-of-bound access*/
581 if (block_x || video->intraAvailA) /* to prevent out-of-bound access */
627 if ((block_y && block_x) /* to prevent out-of-bound access */
641 if ((block_y && block_x) /* to prevent out-of-bound access */
655 if ((block_y && block_x) /* to prevent out-of-bound access */
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
pred_intra.cpp 569 if (block_y > 0 || video->intraAvailB)/* to prevent out-of-bound access*/
580 if (block_x || video->intraAvailA) /* to prevent out-of-bound access */
626 if ((block_y && block_x) /* to prevent out-of-bound access */
640 if ((block_y && block_x) /* to prevent out-of-bound access */
654 if ((block_y && block_x) /* to prevent out-of-bound access */
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/info/
stabs.info     [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/share/info/
stabs.info     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/info/
stabs.info     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/share/info/
stabs.info     [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/info/
stabs.info     [all...]
  /external/kernel-headers/original/linux/
usb.h 96 * @driver: the USB driver that is bound to this interface.
98 * interface is bound to a driver that uses the USB major number.
103 * @condition: binding state of the interface: not bound, binding
104 * (in probe()), bound to a driver, or unbinding (in disconnect())
116 * The driver that is bound to the interface can use standard driver model
143 * bound to */
    [all...]
  /external/v8/src/arm/
assembler-arm.cc 440 // There are bound, linked, and unused labels.
442 // Bound labels refer to known positions in the already
499 PrintF("bound label to %d\n", L->pos());
562 // Keep track of the last bound label so we don't eliminate any instructions
563 // before a bound label.
591 ASSERT(!L->is_bound()); // label can only be bound once
    [all...]
assembler-thumb2.cc 420 // There are bound, linked, and unused labels.
422 // Bound labels refer to known positions in the already
479 PrintF("bound label to %d\n", L->pos());
542 // Keep track of the last bound label so we don't eliminate any instructions
543 // before a bound label.
571 ASSERT(!L->is_bound()); // label can only be bound once
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/res/
XPATHErrorResources.java 233 /** Variable accessed before it is bound! */
621 "Variable accessed before it is bound!"},
746 "Context node does not belong to the document that is bound to this XPathEvaluator."},
    [all...]
  /external/astl/tests/
test_string.cpp 1010 EXPECT_TRUE(s.find_first_of('a', 8) == string::npos); // out of bound
1023 EXPECT_TRUE(s.find('a', 8) == string::npos); // out of bound
1060 EXPECT_TRUE(s.find_first_not_of('a', 8) == string::npos); // out of bound
  /external/v8/src/ia32/
assembler-ia32.h 659 // j(cc, &L); // backward branch to bound label
660 // bind(&L); // illegal: a label may be bound only once
663 // but it may be bound only once.
  /cts/tests/tests/media/src/android/media/cts/
JetPlayerTest.java 52 * handler and the JetPlayer in the constructor, before setUp(), they will not be bound
  /dalvik/dx/src/com/android/dx/rop/type/
Prototype.java 126 * This is a cheesy way to establish an upper bound on the
  /dalvik/libcore/security/src/main/java/java/security/
KeyStore.java 265 * specified alias is not bound to an entry.
290 * {@code null} if the specified alias is not bound to an entry.
310 * {@code null} if the specified alias is not bound to an entry.
330 * bound to an entry.
    [all...]
  /dalvik/libcore/xml/src/main/java/javax/xml/transform/
overview.html 228 <i>Notes: </i>The Transformer is bound to the Templates
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/utils/
SerializerMessages.java 270 "The prefix \"{0}\" can not be bound to namespace \"{1}\"."
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
DOM2Helper.java 301 * @return String containing the Namespace URI bound to this DOM node

Completed in 217 milliseconds

<<11121314151617181920>>