/bionic/libc/kernel/common/linux/ |
completion.h | 22 #define COMPLETION_INITIALIZER(work) { 0, __WAIT_QUEUE_HEAD_INITIALIZER((work).wait) } 24 #define COMPLETION_INITIALIZER_ONSTACK(work) ({ init_completion(&work); work; }) 26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work) 28 #define DECLARE_COMPLETION_ONSTACK(work) DECLARE_COMPLETION(work) [all...] |
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
completion.h | 22 #define COMPLETION_INITIALIZER(work) { 0, __WAIT_QUEUE_HEAD_INITIALIZER((work).wait) } 24 #define COMPLETION_INITIALIZER_ONSTACK(work) ({ init_completion(&work); work; }) 26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work) 28 #define DECLARE_COMPLETION_ONSTACK(work) DECLARE_COMPLETION(work) [all...] |
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
completion.h | 22 #define COMPLETION_INITIALIZER(work) { 0, __WAIT_QUEUE_HEAD_INITIALIZER((work).wait) } 24 #define COMPLETION_INITIALIZER_ONSTACK(work) ({ init_completion(&work); work; }) 26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work) 28 #define DECLARE_COMPLETION_ONSTACK(work) DECLARE_COMPLETION(work) [all...] |
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
completion.h | 22 #define COMPLETION_INITIALIZER(work) { 0, __WAIT_QUEUE_HEAD_INITIALIZER((work).wait) } 24 #define COMPLETION_INITIALIZER_ONSTACK(work) ({ init_completion(&work); work; }) 26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work) 28 #define DECLARE_COMPLETION_ONSTACK(work) DECLARE_COMPLETION(work) [all...] |
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
completion.h | 22 #define COMPLETION_INITIALIZER(work) { 0, __WAIT_QUEUE_HEAD_INITIALIZER((work).wait) } 24 #define COMPLETION_INITIALIZER_ONSTACK(work) ({ init_completion(&work); work; }) 26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work) 28 #define DECLARE_COMPLETION_ONSTACK(work) DECLARE_COMPLETION(work) [all...] |
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
completion.h | 22 #define COMPLETION_INITIALIZER(work) { 0, __WAIT_QUEUE_HEAD_INITIALIZER((work).wait) } 24 #define COMPLETION_INITIALIZER_ONSTACK(work) ({ init_completion(&work); work; }) 26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work) 28 #define DECLARE_COMPLETION_ONSTACK(work) DECLARE_COMPLETION(work) [all...] |
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
completion.h | 22 #define COMPLETION_INITIALIZER(work) { 0, __WAIT_QUEUE_HEAD_INITIALIZER((work).wait) } 24 #define COMPLETION_INITIALIZER_ONSTACK(work) ({ init_completion(&work); work; }) 26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work) 28 #define DECLARE_COMPLETION_ONSTACK(work) DECLARE_COMPLETION(work) [all...] |
/external/kernel-headers/original/linux/ |
completion.h | 18 #define COMPLETION_INITIALIZER(work) \ 19 { 0, __WAIT_QUEUE_HEAD_INITIALIZER((work).wait) } 21 #define COMPLETION_INITIALIZER_ONSTACK(work) \ 22 ({ init_completion(&work); work; }) 24 #define DECLARE_COMPLETION(work) \ 25 struct completion work = COMPLETION_INITIALIZER(work) 33 # define DECLARE_COMPLETION_ONSTACK(work) \ 34 struct completion work = COMPLETION_INITIALIZER_ONSTACK(work [all...] |
workqueue.h | 2 * workqueue.h --- work queue handling for Linux. 24 struct work_struct work; member in struct:execute_work 38 * initialize a work-struct's func and data pointers: 47 * initialize all of a work-struct: 64 extern int FASTCALL(queue_work(struct workqueue_struct *wq, struct work_struct *work)); 65 extern int FASTCALL(queue_delayed_work(struct workqueue_struct *wq, struct work_struct *work, unsigned long delay)); 67 struct work_struct *work, unsigned long delay); 70 extern int FASTCALL(schedule_work(struct work_struct *work)); 71 extern int FASTCALL(schedule_delayed_work(struct work_struct *work, unsigned long delay)); 73 extern int schedule_delayed_work_on(int cpu, struct work_struct *work, unsigned long delay) [all...] |
/external/webkit/LayoutTests/http/tests/appcache/ |
non-html-expected.txt | 1 Test that non-HTML main resources work with application cache correctly.
|
offline-access-expected.txt | 1 Test that offline applications work when there is no network access (simulated).
|
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/ |
OpenWnnDictionaryImplJni.c | 208 NJ_JNIWORK* work; local 210 /* Allocating the internal work area */ 211 work = ( NJ_JNIWORK* )malloc( sizeof( NJ_JNIWORK ) ); 212 if( work != NULL ) { 221 /* Initialize the work area */ 222 memset( work, 0x00, sizeof( NJ_JNIWORK ) ); 227 free( work ); 231 work->dicLibHandle = ( void* )dlopen( dicLibPath, RTLD_LAZY ); 234 if( work->dicLibHandle == NULL ) { 235 free( work ); 287 NJ_JNIWORK* work; local 313 NJ_JNIWORK* work; local 343 NJ_JNIWORK* work; local 387 NJ_JNIWORK* work; local 455 NJ_JNIWORK* work; local 499 NJ_JNIWORK* work; local 532 NJ_JNIWORK* work; local 565 NJ_JNIWORK* work; local 589 NJ_JNIWORK* work; local 618 NJ_JNIWORK* work; local 670 NJ_JNIWORK *work; local 729 NJ_JNIWORK* work; local 748 NJ_JNIWORK* work; local 767 NJ_JNIWORK* work; local 788 NJ_JNIWORK* work; local 822 NJ_JNIWORK* work; local 856 NJ_JNIWORK* work; local 891 NJ_JNIWORK* work; local 926 NJ_JNIWORK* work; local 947 NJ_JNIWORK* work; local 1001 NJ_JNIWORK* work; local 1055 NJ_JNIWORK* work; local 1124 NJ_JNIWORK* work; local 1151 NJ_JNIWORK* work; local 1178 NJ_JNIWORK* work; local 1236 NJ_JNIWORK* work; local 1342 NJ_JNIWORK* work; local [all...] |
/frameworks/base/core/tests/coretests/res/raw/ |
v30_comma_separated.vcf | 4 TEL;TYPE=PAGER,WORK,MSG:6101231234@pagersample.com
|
/external/bluetooth/glib/docs/reference/ |
COPYING | 1 This work may be reproduced and distributed in whole or in part, in 7 translated version of this work, you must also make the source code to 9 without charge. However, mere aggregation as part of a larger work 12 All code examples in this work are placed into the public domain, 15 BECAUSE THIS WORK IS LICENSED FREE OF CHARGE, THERE IS NO 16 WARRANTY FOR THE WORK, TO THE EXTENT PERMITTED BY APPLICABLE LAW. 18 OTHER PARTIES PROVIDE THE WORK "AS IS" WITHOUT WARRANTY OF ANY 21 PURPOSE. SHOULD THE WORK PROVE DEFECTIVE, YOU ASSUME 26 AND/OR REDISTRIBUTE THE WORK AS PERMITTED ABOVE, BE LIABLE TO YOU 29 WORK, EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE [all...] |
/external/wpa_supplicant/ |
des.c | 328 u32 work, right, leftt; local 334 work = ((leftt >> 4) ^ right) & 0x0f0f0f0fL; 335 right ^= work; 336 leftt ^= (work << 4); 338 work = ((leftt >> 16) ^ right) & 0x0000ffffL; 339 right ^= work; 340 leftt ^= (work << 16); 342 work = ((right >> 2) ^ leftt) & 0x33333333L; 343 leftt ^= work; 344 right ^= (work << 2) 411 u32 ek[32], work[2]; local 451 u32 work[2]; local 465 u32 work[2]; local [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
des.c | 328 u32 work, right, leftt; local 334 work = ((leftt >> 4) ^ right) & 0x0f0f0f0fL; 335 right ^= work; 336 leftt ^= (work << 4); 338 work = ((leftt >> 16) ^ right) & 0x0000ffffL; 339 right ^= work; 340 leftt ^= (work << 16); 342 work = ((right >> 2) ^ leftt) & 0x33333333L; 343 leftt ^= work; 344 right ^= (work << 2) 411 u32 ek[32], work[2]; local 454 u32 work[2]; local 468 u32 work[2]; local [all...] |
/external/icu4c/test/intltest/ |
tsmthred.h | 28 * test that threads even work 32 * test that mutexes work 37 * test that intl functions work in a multithreaded context
|
/external/quake/quake/src/QW/server/ |
qwsv.plg | 12 "D:\Work\quake source\QW\client\cmd.c"
13 "D:\Work\quake source\QW\client\common.c"
14 "D:\Work\quake source\QW\client\crc.c"
15 "D:\Work\quake source\QW\client\cvar.c"
16 "D:\Work\quake source\QW\client\mathlib.c"
17 "D:\Work\quake source\QW\client\md4.c"
18 "D:\Work\quake source\QW\server\model.c"
19 "D:\Work\quake source\QW\client\net_chan.c"
20 "D:\Work\quake source\QW\client\net_wins.c"
21 "D:\Work\quake source\QW\client\pmove.c" [all...] |
/dalvik/tests/071-dexfile/ |
info.txt | 2 work on other VMs.
|
/external/expat/tests/ |
runtestspp.cpp | 4 // and have everything work as expected.
|
/external/iptables/extensions/ |
libipt_quota.man | 7 KNOWN BUGS: this does not work on SMP systems.
|
/build/target/board/generic/ |
README.txt | 5 will work with the emulator, though sound will not work
|
/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 191 public static final native int freeWnnWork( long work ); 197 * @param work The internal work are [all...] |
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/engines/ |
DESEngine.java | 407 int work, right, left; local 419 work = ((left >>> 4) ^ right) & 0x0f0f0f0f; 420 right ^= work; 421 left ^= (work << 4); 422 work = ((left >>> 16) ^ right) & 0x0000ffff; 423 right ^= work; 424 left ^= (work << 16); 425 work = ((right >>> 2) ^ left) & 0x33333333; 426 left ^= work; 427 right ^= (work << 2) [all...] |
/development/host/windows/usb/ |
NOTICE | 35 "Work" shall mean the work of authorship, whether in Source or 37 copyright notice that is included in or attached to the work 40 "Derivative Works" shall mean any work, whether in Source or Object 41 form, that is based on (or derived from) the Work and for which the 43 represent, as a whole, an original work of authorship. For the purposes 46 the Work and Derivative Works thereof. 48 "Contribution" shall mean any work of authorship, including 49 the original version of the Work and any modifications or additions 50 to that Work or Derivative Works thereof, that is intentionall [all...] |