/external/iproute2/ |
README.distribution | 20 Now we create a tabular representation of G as follows: Choose some table 41 How can we create this table in practice? In some cases, F may have a 88 calculations. But getting there takes some work.)
|
/external/iproute2/doc/ |
ss.sgml | 11 with some perl/awk scripts and though it is surely faster 14 Well, certainly, it proposes some functionality, which current 33 like <tt/netstat/, well, a bit faster yet (see section "Some numbers"). 39 with some small deviations. 50 Option <tt/-e/ shows some extended information. 54 Some rudimentary support for them is already present in iproute2 libutils, 96 to look at packet sockets. Actually, there are also some other abbreviations, 113 <tt/state/ and <tt/exclude/, followed by some state 333 <item><tt/-o/ - show some optional information, f.e. TCP timers 334 <item><tt/-i/ - show some infomration specific to TCP (RTO, congestio [all...] |
/external/iproute2/man/man8/ |
tc-tbf.8 | 47 some tokens, no matter how small it is. This reflects the fact that even a zero-sized packet occupies 48 the link for some time. 115 If a peakrate is needed, but some burstiness is acceptable, this size can be raised. A 3000 byte minburst
|
/external/iproute2/netem/ |
README.distribution | 22 Now we create a tabular representation of G as follows: Choose some table 43 How can we create this table in practice? In some cases, F may have a 90 calculations. But getting there takes some work.)
|
/external/jpeg/ |
coderules.doc | 35 the first fifteen characters. (On some older systems, global names must be 80 It seems there are some non-ANSI compilers in which the sizeof() operator 112 compression and decompression code in separate source files --- some
|
jutils.c | 46 * wild stores without adding an inner-loop test, we put some extra 92 * are FAR and we're assuming a small-pointer memory model. However, some 114 /* Copy some rows of samples from one place to another.
|
/external/opencore/oscl/oscl/osclbase/src/ |
oscl_base_macros.h | 105 * compiler. Some compilers require it to indicate that the friend function 118 // the syntax for explicitly calling the destructor varies on some platforms 129 * big to fit within the range of a signed integer. Some compilers will issue
|
/external/proguard/src/proguard/classfile/instruction/ |
ConstantInstruction.java | 169 // Some special cases. 188 // The some parameters may be popped from the stack. 202 // Some special cases.
|
/external/qemu/android/ |
cmdline-options.h | 24 /* Some options acts like flags, while others must be followed by a parameter 27 * Some options correspond to AVD (Android Virtual Device) configuration 60 * This means that '-some-option' is equivalent to '-some_option'
|
/external/qemu/ |
varint.c | 15 // Define some constants for powers of two. 28 // encoding uses a prefix followed by some data bits. The valid prefixes 85 // The varint encoding uses a prefix followed by some data bits. The
|
/external/skia/include/core/ |
SkUserConfig.h | 76 /* For some performance-critical scalar operations, skia will optionally work 116 /* Some compilers don't support long long for 64bit integers. If yours does 122 /* Some envorinments do not suport writable globals (eek!). If yours does not,
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Borland.old/ |
Turbo-C | 24 Here are some additional adjustments to my Makefile. I was using "pure" DOS 25 and an old Turbo C++ 1.0 version, so I had some problems with systemtools 177 I think this Makefile will help some other simple DOS user
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Macintosh/ |
alloca.c | 5 include config.h, since on VMS it renames some symbols. 15 frames). There are some preprocessor constants that can 134 caller, but that method cannot be made to work for some
|
/frameworks/base/core/java/android/util/ |
TimingLogger.java | 28 * ... do some work A ... 30 * ... do some work B ... 32 * ... do some work C ...
|
/frameworks/base/docs/html/guide/samples/ |
index.jd | 6 <p>Sometimes, the best way to learn how things are done is to look at some code. 7 Here, you can browse the source of some sample Android applications that are included 32 <p>Some of the samples in this listing are not yet available in the
|
/frameworks/base/opengl/java/android/opengl/ |
GLUtils.java | 31 * We use a class initializer to allow the native code to cache some 89 * the current OpenGL context. Always check glGetError() some time 163 * the current OpenGL context. Always check glGetError() some time
|
/packages/apps/Phone/res/layout/ |
incall_screen.xml | 76 dialpad (after some delay) to prevent false touches from 103 <!-- In-call onscreen touch controls, used on some platforms. --> 104 <!-- TODO: if this widget ends up being totally unused on some platforms,
|
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
SoftKey.java | 32 * For a finger touch device, after user presses a key, there will be some 40 * For a finger touch device, after user presses a key, there will be some 65 * when user presses it for some time.
|
/sdk/sdkmanager/libs/sdklib/tests/com/android/sdklib/internal/repository/ |
RepoSourceTest.java | 109 str = "Some random string, not even HTML nor XML";
134 // Support some random XML document, totally unrelated to our sdk-repository schema
137 " package=\"some.cool.app\" android:versionName=\"1.6.04\" android:versionCode=\"1604\">" +
|
/external/netcat/ |
README | 32 some systems may have trouble sending large amounts of data that way, but it's 36 Valid question, and here are some reasons. Telnet has the "standard input 41 are thus removed from the data stream. Telnet also emits some of its 49 Some of netcat's major features are: 66 If netcat is not able to do some task you think up, minor tweaks to the code 104 Some systems may warn about pointer types for signal(). No problem, though. 125 which this can *save* time, such as when you want to know the name for some IP 146 some error happens, whereupon it describes the error and exits with a nonzero 231 syntax. CAVEAT: some port names in /etc/services contain hyphens -- netcat 245 some pitfalls with regard to UDP scanning, described later, but in general i [all...] |
/external/zlib/ |
ChangeLog | 6 - Clean up some text files (carriage returns, trailing space) 11 - Avoid some Visual C warnings in deflate.c 14 - Fix some spelling errors in comments [Betts] 22 - Avoid some warnings in fitblk.c, gun.c, gzjoin.c in examples [Oberhumer] 139 - Update some interfaces in contrib for new zlib functions 140 - Update zlib version number in some contrib entries 148 - Possibly faster on some processors (let me know if it is) 155 - Improve some indentation in zconf.h [Truta] 165 - Correct some debug formats in contrib/infback9 170 - Remove some directories in old that have been updated to 1. [all...] |
/external/bluetooth/glib/glib/ |
guniprop.c | 98 * Given some UTF-8 text, obtain a character value 114 * Given some UTF-8 text, obtain a character value with 131 * Given some UTF-8 text, obtain a character value with 148 * some UTF-8 text, obtain a character value with g_utf8_get_char(). 166 * spaces. Given some UTF-8 text, obtain a character value with 188 * Given some UTF-8 text, obtain a character value with 206 * Given some UTF-8 text, obtain a character value with 227 * Given some UTF-8 text, obtain a character value with 255 * (newline, carriage return, etc.). Given some UTF-8 text, obtain a 295 * Given some UTF-8 text, obtain a character valu [all...] |
/ndk/build/gmsl/ |
gmsl-tests | 197 $(call test_assert,$(call substr,some string,1,1),s) 198 $(call test_assert,$(call substr,some string,1,2),so) 199 $(call test_assert,$(call substr,some string,1,3),som) 200 $(call test_assert,$(call substr,some string,1,4),some) 201 $(call test_assert,$(call substr,some string,1,5),some ) 202 $(call test_assert,$(call substr,some string,1,6),some s) 203 $(call test_assert,$(call substr,some string,5,5), [all...] |
/dalvik/vm/mterp/ |
README.txt | 36 some operations (e.g. making use of PLD instructions on ARMv6 or avoiding 112 "asm-stub" was left blank, in which case it only emits some labels.) 121 some of the pseudo-ops emitted by the generation tool). 141 Some generator operations are available. 177 The file "common/asm-constants.h" has some definitions for constant
|
/development/tools/apkcheck/ |
README.txt | 55 In some cases involving generic signatures it may not be possible 56 to accurately reconstruct the public API. Some popular cases have 69 The API XML files have some ambiguous entries and are missing important 163 signatures into the code (--uses-library=BUILTIN). (At some point it 169 Some classes are not meant for public consumption, but are still referred
|