/cts/tests/tests/example/src/android/example/cts/ |
ExampleSecondaryTest.java | 32 * You can define standard JUnit setUp() and tearDown() methods here, 46 // Add more tests here.
|
ExampleTest.java | 31 * You can define standard JUnit setUp() and tearDown() methods here, 45 // Add more tests here.
|
/dalvik/tests/032-concrete-sub/src/ |
Main.java | 25 // Dalvik verifier stops here (VerifyError) 27 // other VMs fail here (AbstractMethodError)
|
/external/e2fsprogs/lib/uuid/ |
gen_uuid_nt.c | 15 // Here is a nice example why it's not a good idea 55 // I should define it here because they MISSED __stdcall in those headers.
|
/external/iproute2/ |
README.distribution | 6 Here's how to think about it: Let F() be the cumulative distribution 9 so important here. Then: 16 0 to 1. Here, G(t) = the x such that P(X <= x) = t. (In general, G may 45 easiest simply to create a table for F and "invert" it. Here, we give 49 1. Collect enough data points to characterize the distribution. Here, I 62 (here, 4096) entry be x*TABLEFACTOR (here, 8192). This creates a table 91 deviation 1. How do you know what values to use for real? Here, I've
|
/external/iproute2/netem/ |
README.distribution | 8 Here's how to think about it: Let F() be the cumulative distribution 11 so important here. Then: 18 0 to 1. Here, G(t) = the x such that P(X <= x) = t. (In general, G may 47 easiest simply to create a table for F and "invert" it. Here, we give 51 1. Collect enough data points to characterize the distribution. Here, I 64 (here, 4096) entry be x*TABLEFACTOR (here, 8192). This creates a table 93 deviation 1. How do you know what values to use for real? Here, I've
|
/external/kernel-headers/original/linux/ |
bitops.h | 6 * Include this here because some architectures need generic_ffs/fls in 16 return order; /* We could be slightly more clever with -1 here... */
|
/external/qemu/distrib/sdl-1.2.12/src/main/qtopia/ |
SDL_qtopia_main.cc | 37 // This initializes the Qtopia application. It needs to be done here 44 // Exit here because if return is used, the application
|
/external/quake/ |
cleanupdevicesdcard.sh | 19 HERE=$PWD 25 cd $HERE
|
/frameworks/base/core/java/android/text/ |
AutoText.java | 133 int here = mTrie[TRIE_ROOT]; local 138 for (; here != TRIE_NULL; here = mTrie[here + TRIE_NEXT]) { 139 if (c == mTrie[here + TRIE_C]) { 141 && (mTrie[here + TRIE_OFF] != TRIE_NULL)) { 142 int off = mTrie[here + TRIE_OFF]; 148 here = mTrie[here + TRIE_CHILD]; 153 if (here == TRIE_NULL) [all...] |
StaticLayout.java | 294 int here = start; local 429 (j - 1 < here || !Character.isDigit(chs[j - 1 - start])) && 448 if (ok != here) { 449 // Log.e("text", "output ok " + here + " to " +ok); 456 here, ok, 467 here = ok; 484 if (ok != here) { 485 // Log.e("text", "output ok " + here + " to " +ok); 492 here, ok, 503 here = ok 1089 int here = start; local [all...] |
/hardware/libhardware/modules/overlay/ |
overlay.cpp | 32 /* our private state goes below here */ 37 /* our private state goes below here */ 71 /* add the data fields we need here, for instance: */ 135 // add supported format here (especially YUV formats) 141 /* Create overlay object. Talk to the h/w here and adjust to what it can 148 return new overlay_object( /* pass needed params here*/ ); 198 /* free all resources associated with this device here 256 /* free all resources associated with this device here 278 /* initialize our state here */ 300 /* initialize our state here */ [all...] |
/external/bluetooth/glib/debian/ |
rules | 25 # Add here commands to clean up after the build process. 35 # Add here commands to clean up after the build process. 57 # Build architecture-independent files here. 61 # Build architecture-dependent files here. 68 # Add here commands to install the files into debian/tmp 87 # Add here commands to install the files into debian/tmp 106 # Add here commands to install the files into debian/libglib-cvs-dbg
|
/cts/tests/tests/net/src/android/net/cts/ |
LocalSocketTest.java | 156 fail("testLocalSocket shouldn't come to here"); 169 fail("testLocalSocket shouldn't come to here"); 178 fail("testLocalSocket shouldn't come to here"); 187 fail("testLocalSocket shouldn't come to here"); 309 fail("testLocalSocketSecondary shouldn't come to here"); 316 fail("testLocalSocketSecondary shouldn't come to here"); 323 fail("testLocalSocketSecondary shouldn't come to here"); 330 fail("testLocalSocketSecondary shouldn't come to here"); 337 fail("testLocalSocketSecondary shouldn't come to here");
|
/dalvik/libcore/luni/src/main/native/ |
java_io_ObjectOutputStream.c | 34 // Field not found. I believe we must throw an exception here 54 // Field not found. I believe we must throw an exception here 74 // Field not found. I believe we must throw an exception here 94 // Field not found. I believe we must throw an exception here 114 // Field not found. I believe we must throw an exception here 134 // Field not found. I believe we must throw an exception here 156 // Field not found. I believe we must throw an exception here 181 // Field not found. I believe we must throw an exception here 201 // Field not found. I believe we must throw an exception here
|
sub.mk | 27 # Any shared/static libs that are listed here must also
|
/external/ppp/pppd/plugins/pppoatm/ |
ans.c | 200 char *here; local 213 here = strchr(buffer,'#'); 214 if (here) *here = 0; 231 const char *prefix,*here; local 234 here = strchr(addr,0); 235 while (here > prefix) { 236 *buf++ = *--here; 239 while (here > addr) *buf++ = *addr++;
|
/development/samples/ApiDemos/res/layout/ |
list_8.xml | 39 <!-- The frame layout is here since we will be showing either 45 <!-- Here is the list. Since we are using a ListActivity, we 53 <!-- Here is the view to show if the list is emtpy -->
|
/external/proguard/src/proguard/classfile/attribute/annotation/ |
AnnotationsAttribute.java | 67 // We don't need double dispatching here, since there is only one 81 // We don't need double dispatching here, since there is only one 95 // We don't need double dispatching here, since there is only one
|
/external/webkit/WebCore/manual-tests/ |
onbeforeunload-close_with_javascript.html | 11 <BODY onbeforeunload="return 'onBeforeUnloadHandler return string is displayed here.';"> 25 onBeforeUnloadHandler return string is displayed here. 35 <BODY onbeforeunload="return 'onBeforeUnloadHandler return string is displayed here.';">
|
/bionic/libc/arch-x86/bionic/ |
crtbegin_so.S | 1 /* we put the _init() function here in case the user files for the shared
|
/build/core/combo/arch/arm/ |
armv4t.mk | 20 # Note: Hard coding the 'tune' value here is probably not ideal,
|
/build/core/ |
executable.mk | 17 # here and shared_library.make and consolidated in dynamic_binary.make.
|
process_wrapper_gdb.sh | 6 # process. In addition, here we run the command inside
|
/dalvik/vm/mterp/x86/ |
OP_PACKED_SWITCH.S | 8 * they're perfectly legal, so we check for them here.
|