HomeSort by relevance Sort by last modified time
    Searched full:some (Results 201 - 225 of 7626) sorted by null

1 2 3 4 5 6 7 891011>>

  /dalvik/libcore/xml/src/main/java/javax/xml/transform/sax/
SAXTransformerFactory.java 70 * @throws TransformerConfigurationException If for some reason the
84 * @throws TransformerConfigurationException If for some reason the
99 * @throws TransformerConfigurationException If for some reason the
112 * @throws TransformerConfigurationException If for some reason the
126 * @throws TransformerConfigurationException If for some reason the
139 * @throws TransformerConfigurationException If for some reason the
  /external/bluetooth/glib/docs/reference/glib/tmpl/
i18n.sgml 101 N_("some very meaningful message"),
128 NC_("some context", "some very meaningful message"),
129 NC_("some context", "and another one")
134 = index > 1 ? g_dpgettext2 (NULL, "some context", "a default message") : g_dpgettext2 (NULL, "some context", messages[index]);
  /external/stlport/stlport/stl/config/
_como.h 23 // (and SIMILAR NAMES INVOLVING COMO).... no doubt some of this will
25 // some changes are not really Comeau C++ specific, but required to
30 // (that is, some of the .cxx files cannot compile in strict mode, because they
35 // These changes may also work for some earlier versions of Comeau C++,
60 // Mods for an fpos_t problem for some LINUXes
145 // Some joker #define'd __END_DECLS as };
  /external/openssl/crypto/
symhacks.h 136 /* Hack some long X509 names */
148 /* Hack some long CRYPTO names */
166 /* Hack some long SSL names */
193 /* Hack some long ENGINE names */
208 /* Hack some long OCSP names */
216 /* Hack some long DES names */
222 /* Hack some long EVP names */
228 /* Hack some long EC names */
370 /* Hack some long CMS names */
384 /* Hack some long DTLS1 names *
    [all...]
  /external/openssl/include/openssl/
symhacks.h 136 /* Hack some long X509 names */
148 /* Hack some long CRYPTO names */
166 /* Hack some long SSL names */
193 /* Hack some long ENGINE names */
208 /* Hack some long OCSP names */
216 /* Hack some long DES names */
222 /* Hack some long EVP names */
228 /* Hack some long EC names */
370 /* Hack some long CMS names */
384 /* Hack some long DTLS1 names *
    [all...]
  /external/quake/quake/src/WinQuake/
glqnotes.txt 62 these options on the command line, or they will only take effect on some of
75 there are some additional settings that can drastically lower the amount of
96 and the second for the lightmaps that are blended on the textures. On some
103 This extension will be autodetected and used. If for some reason it is not
119 Sets texture mapping to point sampled, which may be faster on some GL systems
132 some hardware run faster. If this is cleared, the 3dfx will back up a number
138 like normal quake, but it can be a significant speed hit on some systems.
141 Glquake uses a buffering method that avoids clearing the Z buffer, but some
152 These are some rendering tricks that were easy to do in glquake. They aren't
165 chance, I will probably release some maps that have been processed properly
    [all...]
  /external/quake/quake/src/WinQuake/kit/
README.TXT 62 these options on the command line, or they will only take effect on some of
75 there are some additional settings that can drastically lower the amount of
96 and the second for the lightmaps that are blended on the textures. On some
103 This extension will be autodetected and used. If for some reason it is not
119 Sets texture mapping to point sampled, which may be faster on some GL systems
132 some hardware run faster. If this is cleared, the 3dfx will back up a number
138 like normal quake, but it can be a significant speed hit on some systems.
141 Glquake uses a buffering method that avoids clearing the Z buffer, but some
152 These are some rendering tricks that were easy to do in glquake. They aren't
165 chance, I will probably release some maps that have been processed properly
    [all...]
  /external/openssl/apps/
openssl-vms.cnf 130 stateOrProvinceName_default = Some-State
163 # This goes against PKIX guidelines but some CAs do it and some software
168 # Here are some examples of the usage of nsCertType. If it is omitted
229 # This is what PKIX recommends but some broken software chokes on critical
240 # Some might want this also
265 # This goes against PKIX guidelines but some CAs do it and some software
270 # Here are some examples of the usage of nsCertType. If it is omitted
openssl.cnf 130 stateOrProvinceName_default = Some-State
163 # This goes against PKIX guidelines but some CAs do it and some software
168 # Here are some examples of the usage of nsCertType. If it is omitted
229 # This is what PKIX recommends but some broken software chokes on critical
240 # Some might want this also
265 # This goes against PKIX guidelines but some CAs do it and some software
270 # Here are some examples of the usage of nsCertType. If it is omitted
  /external/gtest/samples/
sample8_unittest.cc 32 // This sample shows how to test code relying on some global flag variables.
154 // all variations of the boolean flag suppressing PrecalcPrimeTable and some
156 // will put some of the tested numbers beyond the capability of the
157 // PrecalcPrimeTable instance and some inside it (10). Combine will produce all
165 // Google Test doesn't support Combine() on some platforms and compilers,
  /frameworks/base/core/java/android/content/
DialogInterface.java 63 * Interface used to allow the creator of a dialog to run some code when the
81 * Interface used to allow the creator of a dialog to run some code when the
95 * Interface used to allow the creator of a dialog to run some code when the
109 * Interface used to allow the creator of a dialog to run some code when an
126 * Interface used to allow the creator of a dialog to run some code when an
  /frameworks/base/docs/html/guide/basics/
building-blocks.jd 28 Activity is a chunk of code that does some work; if necessary, that work
29 can include displaying a UI to the user. It doesn't have to, though - some
37 perform some custom graphical technique (as you might if you're writing a
38 game, or building some unusual new user interface widget) then you'd
46 instance and handing it off to the system. The system locates some other
  /frameworks/base/docs/html/resources/articles/
future-proofing.jd 16 though we've always strongly advised against doing so, some developers
28 behavior that we made to Android itself. But we made it because some
31 some apps turn on GPS without asking the user, and others might turn on
71 depending on how the user orients the device. Some 1.5 devices will do
83 results. And finally, some apps that use the accelerometer to detect
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
Executor.java 37 * More typically, tasks are executed in some thread other
48 * Many <tt>Executor</tt> implementations impose some sort of
102 * Executes the given command at some time in the future. The command
  /dalvik/libcore/luni/src/main/java/java/util/
AbstractQueue.java 20 * AbstractQueue is an abstract class which implements some of the methods in
23 * that they throw exceptions to indicate some error instead of returning true
62 * during the process, some runtime exception is thrown, then those elements
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/
X509Principal.java 87 * some such, converting it into an ordered set of name attributes.
97 * some such, converting it into an ordered set of name attributes. If reverse
111 * some such, converting it into an ordered set of name attributes. lookUp
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/
CDATASection.java 25 * serialization, it may be impossible to write out some characters as part
42 * where some of the contained characters cannot be represented. Failure to
47 * any further characters in the text node. Note, however, that some code
  /dalvik/libcore/xml/src/main/java/org/xml/sax/ext/
Locator2.java 54 * some UTF-16 variant), and that inferred name will be returned.
60 * <p> Note that some recent W3C specifications require that text
61 * in some encodings be normalized, using Unicode Normalization
  /development/pdk/docs/source/
building-dream.jd 19 <li>in vendor/htc/dream-open/ there is a script called "extract-files.sh" that must be run (from that directory) to extract some proprietary binaries from your device (*). You only need to do this once.<br></li>
31 <li>in vendor/htc/dream-open/ there is a script called "extract-files.sh" that must be run (from that directory) to extract some proprietary binaries from your device (*). You only need to do this once.<br></li>
37 * The Dream device software contains some proprietary binaries.For contractual reasons, these cannot be redistributed to be used directly with the Android Open-Source Project, but the provided script may be used to extract these binaries from your development device so that they can be correctly included in your build.These libraries include the openGL|ES library, the Qualcomm camera library, the HTC Radio Interface Library, etc.
  /external/dnsmasq/contrib/webmin/
README 6 1) There's only basic error checking - if you enter some bad
19 it probably wouldn't hurt to move some common stuff into the lib file.
32 you add some new stuff, then delete it, the config file
  /external/icu4c/i18n/
csrucode.cpp 39 // TODO: Do some statastics to check for unsigned UTF-16BE
61 // TODO: Do some statastics to check for unsigned UTF-16LE
94 // Cook up some sort of confidence score, based on presense of a BOM
  /external/iproute2/man/man8/
tc-sfq.8 21 This may in fact have some effect in mitigating a Denial of Service attempt.
44 however cause some inadvertent packet reordering to occur.
56 no perturbation occurs. Do not set too low for each perturbation may cause some packet
  /external/jpeg/
jinclude.h 52 * Some systems may declare memset and memcpy in <memory.h>.
74 * type returned by sizeof(). However, it seems there are some irrational
84 * these macros. On some systems you may need to twiddle the argument casts.
  /external/opencore/oscl/oscl/config/android/
osclconfig.h 47 //This switch turns off some profiling and debug settings
67 // the syntax for explicitly calling the destructor varies on some platforms
73 * compiler. Some compilers require it to indicate that the friend function
  /external/v8/test/cctest/
test-sockets.cc 95 // Connect and write some data.
131 // Send and receive some data.
136 // Send and receive some more data.

Completed in 234 milliseconds

1 2 3 4 5 6 7 891011>>