/external/icu4c/test/cintltst/ |
cdetst.c | 45 {0x00E4, 0x0062/*'b'*/, 0x0063/*'c'*/, 0x0000}, /*doubt in primary here */ 46 {0x00E4, 0x0062/*'b'*/, 0x0063/*'c'*/, 0x0000}, /*doubt in primary here*/ 49 {0x00E4, 0x0062/*'b'*/, 0x0063/*'c'*/, 0x0000}, /*doubt in primary here*/ 61 {0x0061/*'a'*/, 0x0308, 0x0062/*'b'*/, 0x0063/*'c'*/, 0x0000}, /*doubt in primary here*/ 62 {0x0061/*'a'*/, 0x0065/*'e'*/, 0x0062/*'b'*/, 0x0063/*'c'*/, 0x0000}, /*doubt in primary here*/ 65 {0x0061/*'a'*/, 0x0065/*'e'*/, 0x0062/*'b'*/, 0x0063/*'c'*/, 0x0000}, /*doubt in primary here*/
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
PaintTest.java | 129 //except here 135 //except here 202 //except here 208 //except here 214 //except here 220 //except here 388 //except here 563 //except here 595 //except here 864 //except here [all...] |
ColorTest.java | 93 fail("shouldn't come to here"); 120 fail("shouldn't come to here"); 139 fail("should come to here"); 150 fail("should come to here"); 198 fail("shouldn't come to here");
|
/external/grub/stage2/ |
smp-imps.c | 21 * <Insert copyright here : it must be BSD-like so anyone can use it> 104 * Includes here 113 * Defines that are here so as not to be in the global header file. 125 * Static defines here for SMP use. 249 * Exported globals here. 320 * Generic CPU startup sequence starts here. 350 * Generic CPU startup sequence ends here. 357 /* XXXXX add OS-specific initialization here! */ 391 /* XXXXX add OS-specific setup for secondary CPUs here */ 407 /* XXXXX add OS-specific code here */ [all...] |
/external/qemu/distrib/sdl-1.2.12/src/file/ |
SDL_rwops.c | 296 /* WARNING: Check the return value here! */ 316 newpos = context->hidden.mem.here+offset; 331 context->hidden.mem.here = newpos; 332 return(context->hidden.mem.here-context->hidden.mem.base); 344 mem_available = (context->hidden.mem.stop - context->hidden.mem.here); 349 SDL_memcpy(ptr, context->hidden.mem.here, total_bytes); 350 context->hidden.mem.here += total_bytes; 356 if ( (context->hidden.mem.here + (num*size)) > context->hidden.mem.stop ) { 357 num = (context->hidden.mem.stop-context->hidden.mem.here)/size; 359 SDL_memcpy(context->hidden.mem.here, ptr, num*size) [all...] |
/external/icu4c/common/ |
rbbirpt.txt | 17 # *** The determination of what is accepted is here. 24 # Here is the syntax of the state definitions in this file: 43 # | character from the input only if 'n' appears here. 235 # The state that branched to here must have pushed a return state 239 # The $ is consummed here rather than in the state that first detected it 241 # place (here), and the other states don't need to worry about it. 294 # right hand side of an assignment is found. We get here via 298 # assignment must look like a rule expression, and we come here 310 # actually get here, but will stop because of the action associated with the error.
|
/frameworks/base/core/java/android/view/ |
Display.java | 36 // done here instead of in the static block because Zygote 66 * space available from the raw size returned here. This value is 76 * space available from the raw size returned here. This value is 89 * returned here may be either {@link Surface#ROTATION_90 Surface.ROTATION_90} 95 * 90 degrees clockwise and thus the returned value here will be
|
/bionic/libc/docs/ |
SYSV-IPC.TXT | 28 here is a simple exploit that you can run on a standard Linux box today: 30 --------------- cut here ------------------------ 92 --------------- cut here ------------------------
|
/dalvik/dx/src/com/android/dx/ssa/ |
SetFactory.java | 34 * A value of 3072 here is somewhere around 1.125mb of total bitset size. 42 * A value of 3072 here is somewhere around 1.125mb of total bitset size. 52 * times the size of registers. The threshold value here is merely
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
Animation.java | 55 // Request the next activity transition (here starting a new one). 59 // (here just doing nothing for the same amount of time) for the 67 // Request the next activity transition (here starting a new one).
|
/development/simulator/app/ |
ported.cpp | 75 // scenes. (I'm assuming "process" and "thread" are different here, so 81 // Windows API calls that are useful here all operate on a HANDLE, not 83 // here. The "named pipe" stuff is insane.
|
/external/clearsilver/python/ |
README.txt | 9 documentation for the Python API here: 24 the clearsilver download page here: 30 If you must compile on windows, here is the set of steps you need to
|
/external/zlib/examples/ |
zran.c | 46 use of pointers in the state. The approach here allows for storage of the 249 struct point *here; local 258 here = index->list; 260 while (--ret && here[1].out <= offset) 261 here++; 272 ret = fseeko(in, here->in - (here->bits ? 1 : 0), SEEK_SET); 275 if (here->bits) { 281 (void)inflatePrime(&strm, here->bits, ret >> (8 - here->bits)) [all...] |
/frameworks/base/media/libdrm/mobile1/include/objmng/ |
drm_i18n.h | 47 DRM_CHARSET_LATIN6 = 865, /** ISO 8859-10, Latin 6 (not sure here) */ 49 DRM_CHARSET_LATIN7 = 1257, /** ISO 8859-13, Latin 7 (not sure here) */ 50 DRM_CHARSET_LATIN8 = 38598, /** ISO 8859-14, Latin 8 (not sure here) */
|
/ndk/docs/system/libc/ |
SYSV-IPC.TXT | 28 here is a simple exploit that you can run on a standard Linux box today: 30 --------------- cut here ------------------------ 92 --------------- cut here ------------------------
|
/sdk/files/ |
find_java.bat | 35 rem We get here if the default %java_exe% was not found in the path.
50 echo recommend that you install the JDK version of JavaSE, available here:
53 echo You can find the complete Android SDK requirements here:
|
/system/core/adb/ |
usb_linux_client.c | 42 // nothing to do here 78 // never gets here 154 // nothing to do here
|
/external/giflib/ |
gif_lib.h | 132 * O.K., here are the routines one can access in order to encode GIF file: 180 * O.K., here are the routines one can access in order to decode GIF file: 220 * O.K., here are the routines from GIF_LIB file QUANTIZE.C. 229 * O.K., here are the routines from GIF_LIB file QPRINTF.C. 240 * O.K., here are the routines from GIF_LIB file GIF_ERR.C. 248 * O.K., here are the routines from GIF_LIB file DEV2GIF.C.
|
/external/kernel-headers/original/linux/netfilter_ipv4/ |
ip_conntrack.h | 19 /* insert conntrack proto private data here */ 27 /* insert expect proto private data here */ 30 /* Add protocol helper include file here */ 39 /* insert conntrack helper private data (master) here */ 52 /* insert nat helper private data here */ 77 /* Usage count in here is 1 for hash table/destruct timer, 1 per skb,
|
/external/sonivox/jet_tools/JetCreator/ |
JetCreatorhlp.dat | 40 seglist = The list of segments display here. You may add, revise, or delete segments using the buttons at the left. You may also double click to edit a segment.
41 eventlist = The list of events for the currently selected segment display here. Double click to edit, or use the buttons at the left to add, revise, or delete and event.
101 seglist = The list of segments in the JET file display here. Double click on a segment to add it to the play queue, or use the buttons below.
102 tracklist = The tracks in the segment currently playing segment display here. Tracks which are muted are checked. Click on a track to toggle its mute status.
103 queuelist = The currently queued segments display here. Each segment displays its current run status. You may modify the playback state with the buttons below.
104 graph = The currently playing segment is displayed graphically here. You may trigger clips by clicking within their boundaries on the graph.
|
/cts/tests/tests/content/src/android/content/res/cts/ |
ArrayTest.java | 67 checkStringArray(R.array.strings, new String[] {"zero", "1", "here"}); 68 checkTextArray(R.array.strings, new String[] {"zero", "1", "here"});
|
/dalvik/vm/mterp/x86/ |
OP_NEW_ARRAY.S | 9 * check for it here. 32 * ecx holds class (null here)
|
/development/apps/FontLab/src/com/android/fontlab/ |
FontLab.java | 54 + " final resting place for those who here gave their lives that that" 58 + " men, living and dead, who struggled here, have consecrated it, far" 60 + " nor long remember what we say here, but it can never forget what" 61 + " they did here. It is for us the living, rather, to be dedicated" 62 + " here to the unfinished work which they who fought here have thus" 63 + " far so nobly advanced. It is rather for us to be here dedicated to" 66 + " last full measure of devotion - that we here highly resolve that"
|
/external/clearsilver/ |
README | 20 here, but here are some of the salient points:
|
README.python | 30 mechanism for mapping form submit buttons to method names. Here is an 54 so rendering database data into webpages is really easy. Here is an
|