/frameworks/base/sax/tests/saxtests/ |
Android.mk | 4 # We only want this apk build for tests.
|
/frameworks/base/tests/ImfTest/tests/ |
Android.mk | 4 # We only want this apk build for tests.
|
/frameworks/base/tests/permission/ |
Android.mk | 4 # We only want this apk build for tests.
|
/packages/apps/Calculator/tests/ |
Android.mk | 4 # We only want this apk build for tests.
|
/packages/apps/Camera2/tests/ |
Android.mk | 4 # We only want this apk build for tests.
|
/packages/apps/DeskClock/tests/ |
Android.mk | 4 # We only want this apk build for tests.
|
/packages/apps/LegacyCamera/tests/ |
Android.mk | 4 # We only want this apk build for tests.
|
/packages/apps/VoiceDialer/tests/ |
Android.mk | 4 # We only want this apk build for tests.
|
/packages/providers/CalendarProvider/tests/ |
Android.mk | 4 # We only want this apk build for tests.
|
/packages/providers/DownloadProvider/tests/permission/ |
Android.mk | 4 # We only want this apk build for tests.
|
/packages/providers/DownloadProvider/tests/public_api_access/ |
Android.mk | 4 # We only want this apk build for tests.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
kdev_t.h | 5 Some programs want their definitions of MAJOR and MINOR and MKDEV
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
kdev_t.h | 5 Some programs want their definitions of MAJOR and MINOR and MKDEV
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
kdev_t.h | 5 Some programs want their definitions of MAJOR and MINOR and MKDEV
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/ |
Finder_items.py | 170 want = 'cobj' variable in class:item 174 want = 'qdrt' variable in class:_Prop_bounds 178 want = 'utxt' variable in class:_Prop_comment 182 want = 'obj ' variable in class:_Prop_container 186 want = 'ldt ' variable in class:_Prop_creation_date 190 want = 'utxt' variable in class:_Prop_description 194 want = 'obj ' variable in class:_Prop_disk 198 want = 'utxt' variable in class:_Prop_displayed_name 202 want = 'priv' variable in class:_Prop_everyones_privileges 206 want = 'bool variable in class:_Prop_extension_hidden 210 want = 'utxt' variable in class:_Prop_group 214 want = 'priv' variable in class:_Prop_group_privileges 218 want = 'ifam' variable in class:_Prop_icon 222 want = 'long' variable in class:_Prop_index 226 want = 'obj ' variable in class:_Prop_information_window 230 want = 'utxt' variable in class:_Prop_kind 234 want = 'long' variable in class:_Prop_label_index 238 want = 'bool' variable in class:_Prop_locked 242 want = 'ldt ' variable in class:_Prop_modification_date 246 want = 'utxt' variable in class:_Prop_name 250 want = 'utxt' variable in class:_Prop_name_extension 254 want = 'utxt' variable in class:_Prop_owner 258 want = 'priv' variable in class:_Prop_owner_privileges 262 want = 'comp' variable in class:_Prop_physical_size 266 want = 'QDpt' variable in class:_Prop_position 270 want = 'reco' variable in class:_Prop_properties 274 want = 'comp' variable in class:_Prop_size 278 want = 'utxt' variable in class:_Prop_url [all...] |
Containers_and_folders.py | 20 want = 'cdis' variable in class:disk 24 want = 'ctnr' variable in class:_Prop__3c_Inheritance_3e_ 28 want = 'comp' variable in class:_Prop_capacity 32 want = 'bool' variable in class:_Prop_ejectable 36 want = 'edfm' variable in class:_Prop_format 40 want = 'comp' variable in class:_Prop_free_space 44 want = 'bool' variable in class:_Prop_ignore_privileges 48 want = 'bool' variable in class:_Prop_local_volume 52 want = 'bool' variable in class:_Prop_startup 68 want = 'cdsk variable in class:desktop_2d_object 83 want = 'cfol' variable in class:folder 99 want = 'ctnr' variable in class:container 103 want = 'bool' variable in class:_Prop_completely_expanded 107 want = 'obj ' variable in class:_Prop_container_window 111 want = 'obj ' variable in class:_Prop_entire_contents 115 want = 'bool' variable in class:_Prop_expandable 119 want = 'bool' variable in class:_Prop_expanded 135 want = 'ctrs' variable in class:trash_2d_object 139 want = 'bool' variable in class:_Prop_warns_before_emptying [all...] |
Finder_Basics.py | 63 want = 'capp' variable in class:application 67 want = 'cprf' variable in class:_Prop_Finder_preferences 72 want = 'obj ' variable in class:_Prop_clipboard 77 want = 'cdsk' variable in class:_Prop_desktop 82 want = 'bool' variable in class:_Prop_frontmost 87 want = 'cfol' variable in class:_Prop_home 92 want = 'obj ' variable in class:_Prop_insertion_location 97 want = 'itxt' variable in class:_Prop_name 102 want = 'utxt' variable in class:_Prop_product_version 107 want = 'obj variable in class:_Prop_selection 112 want = 'cdis' variable in class:_Prop_startup_disk 117 want = 'ctrs' variable in class:_Prop_trash 122 want = 'utxt' variable in class:_Prop_version 127 want = 'bool' variable in class:_Prop_visible [all...] |
/external/valgrind/main/none/tests/ |
faultstatus.c | 53 static int testsig(int sig, int want) 55 if (sig != want) { 56 fprintf(stderr, " FAIL: expected signal %d, not %d\n", want, sig); 62 static int testcode(int code, int want) 64 if (code != want) { 65 fprintf(stderr, " FAIL: expected si_code==%d, not %d\n", want, code); 71 static int testaddr(void *addr, volatile void *want) 76 if (addr != (void *) ((unsigned long) want & ~0xffful)) { 78 if (addr != want) { 80 fprintf(stderr, " FAIL: expected si_addr==%p, not %p\n", want, addr) [all...] |
/external/netperf/ |
nettest_dlpi.h | 12 int receive_size; /* how many bytes do we want to */ 18 int measure_cpu; /* does the client want server cpu */ 23 int so_rcvavoid; /* do we want the remote to avoid */ 25 int so_sndavoid; /* do we want the remote to avoid send copies? */ 39 int recv_win_size; /* how big does the client want it */ 42 int measure_cpu; /* does the client want server cpu */ 64 int recv_win_size; /* how big does the client want it */ 72 int measure_cpu; /* does the client want server cpu */ 75 int so_rcvavoid; /* do we want the remote to avoid receive copies? */ 76 int so_sndavoid; /* do we want the remote to avoid send copies? * [all...] |
/external/clang/docs/ |
Tooling.rst | 14 you want to use. Consider the other interfaces only when you have a good 24 * want to interface with clang from other languages than C++ 26 * want powerful high-level abstractions, like iterating through an AST with a 27 cursor, and don't want to learn all the nitty gritty details of Clang's AST. 31 * want full control over the Clang AST 49 * want your tool to make or break a build 54 * want to run tools outside of your build environment 55 * want full control on how Clang is set up, including mapping of in-memory 72 * want to run tools over a single file, or a specific subset of files, 74 * want full control over the Clang AS [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
a_d2i_fp.c | 148 size_t want=HEADER_SIZE; local 163 if (want >= (len-off)) 165 want-=(len-off); 167 if (len + want < len || !BUF_MEM_grow_clean(b,len+want)) 172 i=BIO_read(in,&(b->data[len]),want); 216 want=HEADER_SIZE; 225 want=HEADER_SIZE; 230 want=c.slen; 231 if (want > (len-off) [all...] |
/external/openssl/crypto/asn1/ |
a_d2i_fp.c | 148 size_t want=HEADER_SIZE; local 163 if (want >= (len-off)) 165 want-=(len-off); 167 if (len + want < len || !BUF_MEM_grow_clean(b,len+want)) 172 i=BIO_read(in,&(b->data[len]),want); 216 want=HEADER_SIZE; 225 want=HEADER_SIZE; 230 want=c.slen; 231 if (want > (len-off) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/ |
Standard_Suite.py | 106 want = 'capp' variable in class:application 110 want = 'type' variable in class:_Prop_alert_application 115 want = 'long' variable in class:_Prop_kiosk_mode 121 want = 'cwin' variable in class:window 125 want = 'TEXT' variable in class:_Prop_URL 129 want = 'qdrt' variable in class:_Prop_bounds 133 want = 'long' variable in class:_Prop_busy 137 want = 'bool' variable in class:_Prop_closeable 141 want = 'bool' variable in class:_Prop_floating 145 want = 'long variable in class:_Prop_index 149 want = 'bool' variable in class:_Prop_modal 153 want = 'itxt' variable in class:_Prop_name 157 want = 'QDpt' variable in class:_Prop_position 161 want = 'bool' variable in class:_Prop_resizable 165 want = 'bool' variable in class:_Prop_titled 169 want = 'long' variable in class:_Prop_unique_ID 173 want = 'bool' variable in class:_Prop_visible 177 want = 'bool' variable in class:_Prop_zoomable 181 want = 'bool' variable in class:_Prop_zoomed [all...] |
/external/valgrind/main/none/tests/x86/ |
faultstatus.c | 33 static int testsig(int sig, int want) 35 if (sig != want) { 36 fprintf(stderr, " FAIL: expected signal %d, not %d\n", want, sig); 42 static int testcode(int code, int want) 44 if (code != want) { 45 fprintf(stderr, " FAIL: expected si_code==%d, not %d\n", want, code); 51 static int testaddr(void *addr, volatile void *want) 53 if (addr != want) { 54 fprintf(stderr, " FAIL: expected si_addr==%p, not %p\n", want, addr);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/ |
Standard_Suite.py | 177 want = 'capp' variable in class:application 181 want = 'Inte' variable in class:_Prop_user_interaction 188 want = 'cha ' variable in class:character 192 want = 'long' variable in class:_Prop_length 196 want = 'long' variable in class:_Prop_offset 200 want = 'cins' variable in class:insertion_point 204 want = 'clin' variable in class:line 208 want = 'long' variable in class:_Prop_index 215 want = 'csel' variable in class:selection_2d_object 219 want = 'type variable in class:_Prop_contents 226 want = 'ctxt' variable in class:text 234 want = 'cwin' variable in class:window 238 want = 'qdrt' variable in class:_Prop_bounds 242 want = 'docu' variable in class:_Prop_document 246 want = 'itxt' variable in class:_Prop_name 250 want = 'QDpt' variable in class:_Prop_position 254 want = 'bool' variable in class:_Prop_visible 258 want = 'bool' variable in class:_Prop_zoomed 264 want = 'docu' variable in class:document 268 want = 'PERM' variable in class:_Prop_file_permissions 272 want = 'DKND' variable in class:_Prop_kind 276 want = 'fss ' variable in class:_Prop_location 280 want = 'cwin' variable in class:_Prop_window 286 want = 'file' variable in class:files [all...] |