HomeSort by relevance Sort by last modified time
    Searched full:also (Results 676 - 700 of 21871) sorted by null

<<21222324252627282930>>

  /frameworks/native/data/etc/
handheld_core_hardware.xml 18 must include. Devices with optional hardware must also include extra
59 <!-- devices with WiFi must also include android.hardware.wifi.xml -->
73 <!-- devices with an ambient light sensor must also include
75 <!-- devices with a proximity sensor must also include
77 <!-- GSM phones must also include android.hardware.telephony.gsm.xml -->
78 <!-- CDMA phones must also include android.hardware.telephony.cdma.xml -->
  /packages/apps/Dialer/src/com/android/dialer/util/
IntentUtil.java 56 * A variant of {@link #getCallIntent(String)} but also accept a call origin.
64 * A variant of {@link #getCallIntent(String)} but also include {@code Account}.
71 * A variant of {@link #getCallIntent(android.net.Uri)} but also include {@code Account}.
78 * A variant of {@link #getCallIntent(String, String)} but also include {@code Account}.
86 * A variant of {@link #getCallIntent(android.net.Uri)} but also accept a call
130 * A variant of {@link #getCallIntent(android.net.Uri)} but also accept a call
  /dalvik/dx/src/com/android/dx/cf/code/
Machine.java 49 * that many arguments. Also, clear the auxiliary arguments.
61 * indicating that there are now that many arguments. Also, clear
72 * arguments. Also, clear the auxiliary arguments.
83 * area, indicating that there are now that many arguments. Also,
96 * area, indicating that there are now that many arguments. Also,
108 * the arguments area. Also, clear the auxiliary arguments.
148 * <p><b>Also Note:</b> For {@code switch*} instructions, this is
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_early_close.py 47 dbenv.close() # This "close" should close the child db handle also
66 d.close() # This "close" should close the child db handle also
76 # The "close" should close the child db handle also, with cursors
93 # The "close" should close the child db handle also
128 dbenv.close() # This "close" should close the child db handle also
141 dbenv.close() # This "close" should close the child db handle also
203 d.close() # This "close" should close the child DBSequence also
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_early_close.py 47 dbenv.close() # This "close" should close the child db handle also
66 d.close() # This "close" should close the child db handle also
76 # The "close" should close the child db handle also, with cursors
93 # The "close" should close the child db handle also
128 dbenv.close() # This "close" should close the child db handle also
141 dbenv.close() # This "close" should close the child db handle also
203 d.close() # This "close" should close the child DBSequence also
  /external/chromium-trace/trace-viewer/third_party/WebOb/docs/
index.txt 57 as a result, WebOb is also a nice way to create HTTP requests and
95 ``PUT``. You can also get ``req.body_file`` for a file-like
113 Also, for standard HTTP request headers there are usually attributes,
154 You can also use ``req.copy()`` to copy an existing request, or
161 and returns a `Response`_ object. You can also use this for
173 you subclass ``Request`` you can also set ``charset`` as a class-level
196 object`_ in ``response.headers`` that also allows you to access
201 content of the response. This is also accessible as
218 The ``charset`` parameter of the content-type, it also informs
230 to live in seconds (you may also use a timedelta object). Th
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
SingularValueDecomposition.java 30 * n orthogonal matrix (hence V<sup>T</sup> is also orthogonal) where
57 * <p>U is an orthogonal matrix, i.e. its transpose is also its inverse.</p>
65 * <p>U is an orthogonal matrix, i.e. its transpose is also its inverse.</p>
89 * <p>V is an orthogonal matrix, i.e. its transpose is also its inverse.</p>
97 * <p>V is an orthogonal matrix, i.e. its transpose is also its inverse.</p>
  /external/bison/doc/
bison.1 121 also produce a header file
127 also produce details on the automaton
142 also output a graph of the automaton
145 also output an XML report of the automaton
225 .SH "SEE ALSO"
  /external/iproute2/man/man8/
ip-rule.8 64 on destination addresses, but also on other packet fields: source address,
128 This rule may also be deleted.
215 It is also possible to use lookup instead of table.
241 .SS ip rule flush - also dumps all the deleted rules.
248 .SH SEE ALSO
  /external/iptables/extensions/
libipt_CLUSTERIP.c 57 .also = O_NEW},
59 .also = O_NEW, .flags = XTOPT_PUT, XTOPT_POINTER(s, clustermac)},
62 .also = O_NEW, .max = CLUSTERIP_MAX_NODES},
65 .also = O_NEW, .max = CLUSTERIP_MAX_NODES},
68 .also = O_NEW, .max = UINT_MAX},
  /external/libvorbis/doc/vorbisfile/
seekingexample.html 41 We also have to make a concession to Windows users here. If we are using windows for decoding, we must declare these libraries so that we can set stdin/stdout to binary.
69 <p>Inside main(), we declare our primary OggVorbis_File structure. We also declare a few other helpful variables to track out progress within the file.
70 Also, we make our final concession to Windows users by setting the stdin and stdout to binary mode.
91 <a href="ov_open_callbacks.html">ov_open_callbacks()</a> also checks to ensure that we're reading Vorbis format and not something else.
110 We also want to pull out and show the user a comment attached to the file using <a href="ov_comment.html">ov_comment()</a>.
  /external/lldb/www/
index.html 57 of this functionality. It also leverages the compiler to take care of all ABI
76 The entire API is also then exposed through Python script bindings which allow the API to be used
77 within the LLDB embedded script interpreter, and also in any python script that loads the <b>lldb.py</b>
80 <p>Sharing the LLDB API allows LLDB to not only be used for debugging, but also for symbolication,
119 mailing list, and this is also the preferred mailing list for patch
  /external/valgrind/docs/internals/
Darwin-notes.txt 70 also ignores the file_actions argument
80 alphabetically. Also, some aren't properly implemented -- check and
117 idea. (It's also really slow on 64-bit builds, taking 3--4 seconds.)
118 Also, startup is not done on the interim startup stack -- why not?
121 VG_(di_notify_mmap): Linux version is also used for Darwin, and
  /frameworks/base/docs/html/training/run-background-service/
create-service.jd 15 <h2>You should also read</h2>
36 without affecting your user interface's responsiveness. Also, an
63 The lesson also shows you how to create the required callback method
93 An {@link android.app.IntentService} also needs an entry in your application manifest.
124 This also means that only components in the same app or other applications with the same user ID
  /ndk/sources/host-tools/nawk-20071023/
README 62 case you overwrite them. We have also included a copy of
65 NOTE: This version uses ANSI C, as you should also. We have
71 This also compiles with Visual C++ on all flavors of Windows,
78 you can subsequently run nmake -f makefile.win. Beware also that
87 This is also said to compile on Macintosh OS 9 systems, using the
  /packages/apps/Camera2/src/com/android/camera/async/
Futures2.java 66 * future when it completes. Cancelling the supplied future will also cancel
83 * result. The resulting future will fail if any of the dependent futures also
113 * result. The resulting future will fail if any of the dependent futures also
126 * result. The resulting future will fail if any of the dependent futures also
159 * result. The resulting future will fail if any of the dependent futures also
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
ocamldec.swg 55 #define SWIG_Field(x, i) (((caml_value_t *)(x)) [i]) /* Also an l-value. */
65 /* Also an l-value. */
67 /* Also an l-value. */
70 /* Also an l-value. */
72 /* Also an l-value. */
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/components/
connected.py 37 See Also
73 See Also
103 See Also
145 See Also
179 See Also
  /external/lldb/docs/
lldb-for-gdb-users.txt 20 command syntax more regular, but it also means you may have to
32 We also tried to reduce the number of special purpose argument
48 you want to break on. The lldb commands are more verbose but also precise.
67 also makes it easy to compose specifications, like:
72 on more interesting primitives of this sort are also very welcome.
79 string match on command names, so the previous command can also be
84 lldb also supports command completion for source file names, symbol
117 you. Your aliases are also documented in the help command so you can
120 lldb also has a built-in Python interpreter, which is accessible by
169 Also the breakpoints remain "live" so that if another shared librar
    [all...]
  /developers/build/templates/CardStream/_MODULE_/
README-CardStream.txt 45 -Set the properties for your card in the builder. Some properties (title, description, progress type) can also
50 -Cards can also have more than one action that is shown as a button at the bottom of the card.
57 For convenience, the tag of the card the action belongs to is also returned in the callback.
  /developers/samples/android/sensors/BatchStepSensor/Application/
README-CardStream.txt 45 -Set the properties for your card in the builder. Some properties (title, description, progress type) can also
50 -Cards can also have more than one action that is shown as a button at the bottom of the card.
57 For convenience, the tag of the card the action belongs to is also returned in the callback.
  /external/boringssl/src/crypto/test/
malloc.cc 28 // builds and trying to override malloc in a static link doesn't work. It also
29 // requires glibc. It's also disabled on ASan builds as this interferes with
48 * return NULL. If MALLOC_ABORT_ON_FAIL is also defined then the allocation
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/
builds.html 41 It's also possible to rewrite the local data files from the database contents
49 From this view, it is also possible to generate HTML pages using the generate
57 And also whether you only want to generate the fingerprints or all the data:
  /external/icu/icu4c/source/common/
usetiter.cpp 45 * <br>Note also that the codepointEnd is undefined after calling this method.
74 * <br>You are also guaranteed that ranges are disjoint and non-contiguous.
75 * <br>Note also that the codepointEnd is undefined after calling this method.
  /external/icu/icu4c/source/tools/gencmn/
gencmn.8.in 85 instead of the default. This name is also used as the base name of the
99 as the type of the data. This type is also used as the extension of
128 .SH SEE ALSO

Completed in 334 milliseconds

<<21222324252627282930>>