/external/openssl/crypto/threads/ |
README | 1 Mutithreading testing area.
|
/external/webkit/WebCore/manual-tests/ |
textarea-iframe-navigation.html | 8 <li>Select a few lines in the textarea, keeping the mouse cursor down inside the area</li>
|
/external/webkit/WebCore/storage/ |
StorageSyncManager.cpp | 86 bool StorageSyncManager::scheduleImport(PassRefPtr<StorageAreaSync> area) 91 m_thread->scheduleTask(LocalStorageTask::createImport(area.get())); 95 void StorageSyncManager::scheduleSync(PassRefPtr<StorageAreaSync> area) 100 m_thread->scheduleTask(LocalStorageTask::createSync(area.get()));
|
/external/webkit/WebKit/android/nav/ |
SelectText.cpp | 163 SpaceCanvas(const SkIRect& area) 167 bitmap.setConfig(SkBitmap::kARGB_8888_Config, area.width(), 168 area.height()); 170 translate(SkIntToScalar(-area.fLeft), SkIntToScalar(-area.fTop)); 282 SkIRect area; local 283 area.set(0, 0, mWidth, mHeight); 284 SpaceCanvas spaceChecker(area); 398 FirstCheck(int x, int y, const SkIRect& area) 399 : INHERITED(area.width(), area.height() 1140 SkIRect area; local 1150 SkIRect area; local [all...] |
/external/bluetooth/glib/tests/ |
memchunks.c | 87 GMemArea *next; /* the next mem area */ 88 GMemArea *prev; /* the previous mem area */ 90 gulong free; /* the number of free bytes in this mem area */ 91 gulong allocated; /* the number of atoms allocated from this area */ 92 gulong mark; /* is this mem area marked for deletion */ 109 gulong area_size; /* the size of a memory area */ 110 GMemArea *mem_area; /* the current memory area */ 112 GMemArea *free_mem_area; /* the free area...which is about to be destroyed */ 247 /* Determine which area this piece of memory is allocated from */ 252 /* If the area has been marked, then it is being destroyed [all...] |
/dalvik/libdex/ |
DexOptData.c | 70 LOGE("Unaligned opt data area end\n"); 75 * Make sure that the opt data area is large enough to have at least 79 LOGE("Undersized opt data area (%u)\n", optLength); 102 LOGE("Opt data area problem for chunk of size %u at offset %u\n", 116 LOGI("Unknown chunk 0x%08x (%c%c%c%c), size=%d in opt data area\n",
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
OpenWnnDictionaryImplJni.java | 176 * Create a internal work area. 177 * A internal work area is allocated dynamically, and the specified dictionary library is loaded. 180 * @return The internal work area or null 185 * Free the internal work area. 186 * The specified work area and the loaded dictionary library is free. 188 * @param work The internal work area 197 * @param work The internal work area 206 * @param work The internal work area 218 * @param work The internal work area 233 * A word information is stored to the internal work area. To retrieve a detail information [all...] |
/system/extras/tests/directiotest/ |
directiotest.c | 116 * each 32-bit word contain first disk block number of the test area, low 117 * 16-bits contain word offset into test area. The goal is that a given test 118 * area should never contain the same data as a nearby test area, and that the 119 * data for a given test area be easily reproducable given the start block and 120 * test area size. 164 printf("Testing area %d/%d (%6.2f%% complete)\r", current, total,
|
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
package.html | 124 The Manager area has implementations for the connection management 130 The Pool area shows an abstract pool class 139 Most other classes in this package also belong to the Pool area. 141 In the Operations area, you will find only the interfaces for 145 specific to the Operations area. 164 adapter will move from the Pool area to the Manager area. When the 167 the Manager area back to the Pool area. 168 While the entry is in the Manager area, the pool MUST NOT keep [all...] |
/external/stlport/stlport/stl/ |
_streambuf.h | 30 // A basic_streambuf<> manages an input (get) area and an output (put) 31 // area. Each is described by three pointers: a beginning, an end, and a 61 char_type* _M_gbegin; // Beginning of get area 62 char_type* _M_gnext; // Current position within the get area 63 char_type* _M_gend; // End of get area 65 char_type* _M_pbegin; // Beginning of put area 66 char_type* _M_pnext; // Current position within the put area 67 char_type* _M_pend; // End of put area 86 protected: // Protected interface to the get area. 109 protected: // Protected interface to the put area [all...] |
/hardware/ti/wlan/wl1271/platforms/os/linux/src/ |
string.c | 42 * @cs: One area of memory 43 * @ct: Another area of memory 44 * @count: The size of the area.
|
/ndk/sources/android/stlport/stlport/stl/ |
_streambuf.h | 30 // A basic_streambuf<> manages an input (get) area and an output (put) 31 // area. Each is described by three pointers: a beginning, an end, and a 61 char_type* _M_gbegin; // Beginning of get area 62 char_type* _M_gnext; // Current position within the get area 63 char_type* _M_gend; // End of get area 65 char_type* _M_pbegin; // Beginning of put area 66 char_type* _M_pnext; // Current position within the put area 67 char_type* _M_pend; // End of put area 86 protected: // Protected interface to the get area. 109 protected: // Protected interface to the put area [all...] |
/system/wlan/ti/wilink_6_1/platforms/os/linux/src/ |
string.c | 42 * @cs: One area of memory 43 * @ct: Another area of memory 44 * @count: The size of the area.
|
/dalvik/vm/compiler/codegen/arm/armv5te/ |
CallingConvention.S | 20 * r0 : pointer to save area of JIT_CALLEE_SAVE_WORD_SIZE
|
/dalvik/vm/compiler/codegen/arm/armv5te-vfp/ |
CallingConvention.S | 20 * r0 : pointer to save area of JIT_CALLEE_SAVE_WORD_SIZE
|
/dalvik/vm/compiler/codegen/arm/armv7-a/ |
CallingConvention.S | 20 * r0 : pointer to save area of JIT_CALLEE_SAVE_WORD_SIZE
|
/dalvik/vm/compiler/codegen/arm/armv7-a-neon/ |
CallingConvention.S | 20 * r0 : pointer to save area of JIT_CALLEE_SAVE_WORD_SIZE
|
/external/kernel-headers/original/asm-arm/ |
a.out.h | 12 __u32 a_bss; /* length of uninitialized data area for file, in bytes */
|
/external/kernel-headers/original/asm-x86/ |
a.out.h | 9 unsigned a_bss; /* length of uninitialized data area for file, in bytes */
|
/external/kernel-headers/original/linux/mtd/ |
bbm.h | 27 * @offs: offset of the pattern in the oob area of the page 28 * @veroffs: offset of the bbt version counter in the oob area of the page 41 * that the pattern and the version count are always located in the oob area 98 * @badblockpos: [INTERN] position of the bad block marker in the oob area
|
/external/libffi/testsuite/libffi.call/ |
return_dbl.c | 0 /* Area: ffi_call
|
return_fl.c | 0 /* Area: ffi_call
|
return_fl1.c | 0 /* Area: ffi_call
|
return_ll.c | 0 /* Area: ffi_call
|
return_sc.c | 0 /* Area: ffi_call
|