HomeSort by relevance Sort by last modified time
    Searched full:unspecified (Results 76 - 100 of 562) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/emma/core/java12/com/vladium/jcd/cls/
IAttributeCollection.java 18 * unspecified.
IFieldCollection.java 18 * unspecified.
IMethodCollection.java 18 * unspecified.
  /external/grub/stage2/
mb_info.h 52 /* unspecified optional padding... */
  /external/ipsec-tools/src/racoon/doc/
FAQ 69 Enable to use unspecified a mode of SA.
  /external/jpeg/
jconfig.doc 86 * unspecified structures (see "incomplete types" in the spec), a few pre-ANSI
jconfig.h 87 * unspecified structures (see "incomplete types" in the spec), a few pre-ANSI
  /external/qemu/hw/
goldfish_battery.c 246 value = "Unspecified failure";
  /external/srec/portable/src/
pmemory.c 560 The malloc() function shall allocate unused space for an object whose size in bytes is specified by size and whose value is unspecified.
562 The order and contiguity of storage allocated by successive calls to malloc() is unspecified. The pointer returned if the allocation succeeds shall be suitably aligned so that it may be assigned to a pointer to any type of object and then used to access such an object in the space allocated (until the space is explicitly freed or reallocated). Each such allocation shall yield a pointer to an object disjoint from any other object. The pointer returned points to the start (lowest byte address) of the allocated space. If the space cannot be allocated, a null pointer shall be returned. If the size of the space requested is 0, the behavior is implementation-defined: the value returned shall be either a null pointer or a unique pointer.
723 The realloc() function changes the size of the memory object pointed to by ptr to the size specified by size. The contents of the object will remain unchanged up to the lesser of the new and old sizes. If the new size of the memory object would require movement of the object, the space for the previous instantiation of the object is freed. If the new size is larger, the contents of the newly allocated portion of the object are unspecified. If size is 0 and ptr is not a null pointer, the object pointed to is freed. If the space cannot be allocated, the object remains unchanged.
728 The order and contiguity of storage allocated by successive calls to realloc() is unspecified. The pointer returned if the allocation succeeds is suitably aligned so that it may be assigned to a pointer to any type of object and then used to access such an object in the space allocated (until the space is explicitly freed or reallocated). Each such allocation will yield a pointer to an object disjoint from any other object. The pointer returned points to the start (lowest byte address) of the allocated space. If the space cannot be allocated, a null pointer is returned.
  /external/stlport/stlport/stl/
_valarray.c 170 // is unspecified when a < 0.
  /external/v8/src/
conversions.h 37 // The result is unspecified if x is infinite or NaN, or if the rounded
  /external/webkit/WebCore/wml/
WMLDoElement.cpp 114 // Spec: An unspecified 'name' defaults to the value of the 'type' attribute.
  /libcore/luni/src/test/java/tests/org/w3c/dom/
NamespaceURI.java 39 * this node, or null if unspecified.
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_valarray.c 170 // is unspecified when a < 0.
  /packages/apps/Mms/src/org/w3c/dom/smil/
ElementTime.java 90 * element indefinitely. Default value is 0 (unspecified).
  /packages/apps/SoundRecorder/res/values/
strings.xml 68 <!-- shown as the message in a dialog when the app encountered an unspecified internal error -->
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
unwind.h 57 _URC_FAILURE = 9 /* unspecified failure of some kind */
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
unwind.h 57 _URC_FAILURE = 9 /* unspecified failure of some kind */
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
unwind.h 57 _URC_FAILURE = 9 /* unspecified failure of some kind */
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
unwind.h 53 _URC_FAILURE = 9 /* unspecified failure of some kind */
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
unwind.h 53 _URC_FAILURE = 9 /* unspecified failure of some kind */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
unwind.h 57 _URC_FAILURE = 9 /* unspecified failure of some kind */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
unwind.h 57 _URC_FAILURE = 9 /* unspecified failure of some kind */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
unwind.h 57 _URC_FAILURE = 9 /* unspecified failure of some kind */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
unwind.h 53 _URC_FAILURE = 9 /* unspecified failure of some kind */

Completed in 791 milliseconds

1 2 34 5 6 7 8 91011>>