/external/libxml2/include/libxml/ |
xmlmemory.h | 177 * Returns the pointer to the allocated area or NULL in case of error. 187 * Returns the pointer to the allocated area or NULL in case of error. 192 * @ptr: pointer to the existing allocated area 197 * Returns the pointer to the allocated area or NULL in case of error. 206 * Returns the pointer to the allocated area or NULL in case of error.
|
/external/tcpdump/ |
ospf6.h | 49 #define LS_TYPE_INTER_AP 3 /* Inter-Area-Prefix */ 50 #define LS_TYPE_INTER_AR 4 /* Inter-Area-Router */ 55 #define LS_TYPE_INTRA_AP 9 /* Intra-Area-Prefix */ 147 /* Inter Area Prefix LSA */ 189 /* Intra-Area-Prefix */
|
/dalvik/vm/ |
LinearAlloc.h | 96 * Free a chunk. Does not increase available storage, but the freed area 110 * Dump the contents of a linear alloc area. 115 * Determine if [start, start+length) is contained in the in-use area of
|
RawDexFile.h | 19 * the cache area.
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_INVOKE_METHOD_NATIVE.S | 6 SAVEAREA_FROM_FP(r1, rFP) @ r1<- stack save area 8 SAVEAREA_FROM_FP(r10, r1) @ r10<- stack save area 39 SAVEAREA_FROM_FP(r10, r1) @ r10<- new stack save area
|
TEMPLATE_INVOKE_METHOD_CHAIN.S | 14 SAVEAREA_FROM_FP(r1, rFP) @ r1<- stack save area 16 SAVEAREA_FROM_FP(r10, r1) @ r10<- stack save area
|
TEMPLATE_INVOKE_METHOD_NO_OPT.S | 12 SAVEAREA_FROM_FP(r1, rFP) @ r1<- stack save area 14 SAVEAREA_FROM_FP(r10, r1) @ r10<- stack save area
|
/external/webkit/WebKit/android/jni/ |
PictureSet.h | 58 void add(const SkRegion& area, SkPicture* picture, 61 add(area, picture, elapsed, split, emptyPicture(picture)); 63 void add(const SkRegion& area, SkPicture* picture,
|
/external/zlib/contrib/iostream3/ |
zfstream.cc | 174 // Make sure get area is in use 181 // Fill get area from gzipped file 185 // If something is left in the get area by chance, return it 201 // Reset get area 205 // Make all bytes read from file available as get area 208 // Return next character in get area 212 // Write put area to gzipped file 216 // Determine whether put area is in use 297 // Write put area to gzipped file (i.e. ensures that put area is empty [all...] |
/frameworks/base/telephony/java/android/telephony/gsm/ |
GsmCellLocation.java | 49 * @return gsm location area code, -1 if unknown, 0xffff max legal value 73 * Invalidate this object. The location area code and the cell id are set to -1. 82 * Set the location area code and the cell id.
|
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_rwops.h | 55 source to the area pointed at by 'ptr'. 60 /* Write exactly 'num' objects each of size 'objsize' from the area 98 extern DECLSPEC void SDLCALL SDL_FreeRW(SDL_RWops *area);
|
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/ |
string.c | 39 * @cs: One area of memory 40 * @ct: Another area of memory 41 * @count: The size of the area.
|
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/ |
OpenWnnDictionaryImplJni.c | 210 /* Allocating the internal work area */ 221 /* Initialize the work area */ 239 /* Retrieve data pointers of dictionary from the dictionary library, and put to internal work area */ 261 /* Execute the initialize method to initialize the internal work area */ 275 /* If allocating the internal work area failed, return NULL */ 291 /* If the internal work area was not yet released, remove that */ 301 /* freeWnnWork() is always successful even if the internal work area was already released */ 331 /* If the internal work area was already released, return an error code */ 375 /* If the internal work area was already released, return an error code */ 443 /* If the internal work area was already released, return an error code * [all...] |
/device/htc/passion-common/ |
synaptics-rmi-touchscreen.idc | 35 # sum of all contact area so we note this fact in the calibration. 46 # this value is highly variable and is sensitive to contact area,
|
/external/bluetooth/glib/build/win32/dirent/ |
dirent.h | 41 /* disk transfer area for this dir */
88 /* disk transfer area for this dir */
|
/external/quake/quake/src/QW/server/ |
world.h | 31 qboolean startsolid; // if true, the initial point was in a solid area 85 // to an open area
|
/external/quake/quake/src/WinQuake/ |
world.h | 31 qboolean startsolid; // if true, the initial point was in a solid area
73 // to an open area
|
/external/skia/include/images/ |
SkPageFlipper.h | 22 /** SkPageFlipper manages alternating inval/dirty regions for a rectangular area 51 region (provided by the caller) is the area that should be copied from
|
/external/webkit/WebKit/chromium/public/ |
WebScreenInfo.h | 57 // "A RECT structure that specifies the work area rectangle of the 60 // maximize an application on the monitor. The rest of the area in
|
/external/chromium/third_party/icu/source/tools/genprops/ |
genprops.c | 438 /* first or last entry of a Unicode area */ 442 /* name too short for an area name */ 444 /* set the current area */ 452 /* error: a previous area is incomplete */ 453 fprintf(stderr, "genprops: error - area \"%s\" is incomplete\n", unicodeAreas[unicodeAreaIndex].name); 459 /* check that the current area matches, and complete it with the last code point */ 468 printf("Unicode area U+%04lx..U+%04lx \"%s\"\n", 475 /* error: different properties between first & last, different area name, first>=last */ 476 fprintf(stderr, "genprops: error - Last of area \"%s\" is incorrect\n", unicodeAreas[unicodeAreaIndex].name); 482 /* not an area name * [all...] |
/external/icu4c/tools/genprops/ |
genprops.c | 438 /* first or last entry of a Unicode area */ 442 /* name too short for an area name */ 444 /* set the current area */ 452 /* error: a previous area is incomplete */ 453 fprintf(stderr, "genprops: error - area \"%s\" is incomplete\n", unicodeAreas[unicodeAreaIndex].name); 459 /* check that the current area matches, and complete it with the last code point */ 468 printf("Unicode area U+%04lx..U+%04lx \"%s\"\n", 475 /* error: different properties between first & last, different area name, first>=last */ 476 fprintf(stderr, "genprops: error - Last of area \"%s\" is incorrect\n", unicodeAreas[unicodeAreaIndex].name); 482 /* not an area name * [all...] |
/development/ndk/platforms/android-9/include/android/ |
input.h | 161 * keys, where the user can slide from the virtual key area on to the 169 /* This key event was generated by a virtual (on-screen) hard key area. 170 * Typically this is an area of the touchscreen, outside of the regular 253 * even if the event did not directly pass through the obscured area. 489 * This represents some approximation of the area of the screen being 496 /* Get the current length of the major axis of an ellipse that describes the touch area 500 /* Get the current length of the minor axis of an ellipse that describes the touch area 506 * The tool area represents the estimated size of the finger or pen that is 507 * touching the device independent of its actual touch area at the point of contact. */ 512 * The tool area represents the estimated size of the finger or pen that i [all...] |
/frameworks/base/native/include/android/ |
input.h | 163 * keys, where the user can slide from the virtual key area on to the 171 /* This key event was generated by a virtual (on-screen) hard key area. 172 * Typically this is an area of the touchscreen, outside of the regular 255 * even if the event did not directly pass through the obscured area. 493 * This represents some approximation of the area of the screen being 500 /* Get the current length of the major axis of an ellipse that describes the touch area 504 /* Get the current length of the minor axis of an ellipse that describes the touch area 510 * The tool area represents the estimated size of the finger or pen that is 511 * touching the device independent of its actual touch area at the point of contact. */ 516 * The tool area represents the estimated size of the finger or pen that i [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/text/ |
LogTextBox1.java | 27 * Using a LogTextBox to display a scrollable text area
|
/external/kernel-headers/original/asm-arm/ |
fpstate.h | 18 * VFP storage area has:
|