HomeSort by relevance Sort by last modified time
    Searched full:entering (Results 1 - 25 of 3374) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/drm/drmserver/
DrmManagerService.cpp 99 LOGV("Entering setDrmServiceListener");
105 LOGV("Entering installDrmEngine");
111 LOGV("Entering getConstraints from content");
116 LOGV("Entering getMetadata from content");
121 LOGV("Entering canHandle");
126 LOGV("Entering processDrmInfo");
131 LOGV("Entering acquireDrmInfo");
138 LOGV("Entering saveRights");
143 LOGV("Entering getOriginalMimeType");
149 LOGV("Entering getDrmObjectType")
    [all...]
  /external/iproute2/testsuite/iproute2/
Makefile 6 echo "Entering $$dir" && cd $$dir && $(MAKE) && cd ..; \
16 echo "Entering $$dir" && cd $$dir && if [ -f configure ]; then ./configure; fi && cd ..; \
21 echo "Entering $$dir" && cd $$dir && $(MAKE) clean && cd ..; \
26 echo "Entering $$dir" && cd $$dir && $(MAKE) distclean && cd ..; \
  /external/iptables/extensions/
libxt_mac.man 5 and entering the
libxt_physdev.man 8 packets entering the
19 entering the
  /external/clang/test/Analysis/
inline3.c 3 // Test when entering f1(), we set the right AnalysisContext to Environment.
  /external/iproute2/testsuite/
Makefile 13 echo "Entering iproute2" && cd iproute2 && $(MAKE) configure && cd ..;
16 echo "Entering iproute2" && cd iproute2 && $(MAKE) && cd ..;
29 echo "Entering iproute2" && cd iproute2 && $(MAKE) distclean && cd ..;
  /external/strace/
ipc.c 159 if (entering(tcp)) {
183 if (entering(tcp)) {
200 if (entering(tcp)) {
264 if (entering(tcp)) {
281 if (entering(tcp)) {
294 if (entering(tcp)) {
311 if (entering(tcp)) {
323 if (entering(tcp)) {
340 if (entering(tcp)) {
385 if (entering(tcp)
    [all...]
io.c 53 if (entering(tcp)) {
69 if (entering(tcp)) {
131 if (entering(tcp)) {
149 if (entering(tcp)) {
164 if (entering(tcp)) {
186 if (entering(tcp)) {
209 if (entering(tcp)) {
260 if (entering(tcp)) {
278 if (entering(tcp)) {
292 if (entering(tcp))
    [all...]
file.c 344 if (entering(tcp)) {
380 if (entering(tcp)) {
399 if (entering(tcp)) {
424 if (entering(tcp)) {
436 if (entering(tcp)) {
457 if (entering(tcp)) {
476 if (entering(tcp)) {
506 if (entering(tcp)) {
524 if (entering(tcp)) {
543 if (entering(tcp))
    [all...]
mem.c 63 if (entering(tcp)) {
77 if (entering(tcp)) {
193 if (entering(tcp)) {
288 if (entering(tcp)) {
326 if (entering(tcp)) {
337 if (entering(tcp)) {
356 if (entering(tcp)) {
388 if (entering(tcp)) {
410 if (entering(tcp)) {
434 if (entering(tcp))
    [all...]
time.c 155 if (entering(tcp)) {
170 if (entering(tcp)) {
185 if (entering(tcp)) {
255 if (entering(tcp)) {
273 if (entering(tcp)) {
290 if (entering(tcp)) {
309 if (entering(tcp)) {
387 if (entering(tcp)) {
399 if (entering(tcp)) {
415 if (entering(tcp))
    [all...]
signal.c 925 if (entering(tcp)) {
972 if (entering(tcp))
981 if (entering(tcp)) { /* WTA: UD had a bug here: he forgot the braces */
996 if (entering(tcp))
1008 if (entering(tcp))
1028 if (entering(tcp)) {
1094 if (entering(tcp)) {
1146 if (entering(tcp))
1159 if (entering(tcp)) {
1208 if (entering(tcp))
    [all...]
resource.c 137 if (entering(tcp)) {
160 if (entering(tcp)) {
199 if (entering(tcp)) {
222 if (entering(tcp)) {
353 if (entering(tcp)) {
367 if (entering(tcp)) {
420 if (entering(tcp)) {
431 if (entering(tcp)) {
442 if (entering(tcp))
533 if (entering(tcp))
    [all...]
system.c 114 if (entering(tcp)) {
134 if (entering(tcp)) {
176 if (entering(tcp))
208 if (entering(tcp)) {
253 if (entering(tcp)) {
310 if (entering(tcp)) {
323 if (entering(tcp)) {
333 if (entering(tcp)) {
343 if (entering(tcp)) {
400 if (entering(tcp))
    [all...]
  /external/chromium/chrome/browser/
power_save_blocker.h 11 // A RAII-style class to block the system from entering low-power
  /external/dbus/test/
spawn-test.c 13 printf ("entering setup func.\n");
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
no-page-cache.js 1 description("Tests that pages that use Geolocation are not put in the page cache.<br><br>Currently, Geolocation does not work with the page cache so pages that use Geolocation are explicitly prevented from entering the cache. This test checks for accidental enabling of the page Cache for Geolocation. See https://bugs.webkit.org/show_bug.cgi?id=43956 for details.");
  /external/proguard/src/proguard/evaluation/
InvocationUnit.java 29 * This interface sets up the variables for entering a method,
37 * Sets up the given variables for entering the given method.
  /frameworks/base/core/java/android/text/
InputType.java 117 * Flag for {@link #TYPE_CLASS_TEXT}: the user is entering free-form
166 * Variation of {@link #TYPE_CLASS_TEXT}: entering a URI.
171 * Variation of {@link #TYPE_CLASS_TEXT}: entering an e-mail address.
176 * Variation of {@link #TYPE_CLASS_TEXT}: entering the subject line of
182 * Variation of {@link #TYPE_CLASS_TEXT}: entering a short, possibly informal
188 * Variation of {@link #TYPE_CLASS_TEXT}: entering the content of a long, possibly
194 * Variation of {@link #TYPE_CLASS_TEXT}: entering the name of a person.
199 * Variation of {@link #TYPE_CLASS_TEXT}: entering a postal mailing address.
204 * Variation of {@link #TYPE_CLASS_TEXT}: entering a password.
209 * Variation of {@link #TYPE_CLASS_TEXT}: entering a password, which shoul
    [all...]
  /system/media/wilhelm/src/
trace.c 36 SL_LOGD("Entering %s", function);
75 SL_LOGD("Entering %.*s::%s", (int) (underscore - function), function,
82 SL_LOGV("Entering %s", function);
  /frameworks/base/docs/html/guide/developing/tools/
sqlite3.jd 16 <li>Enter a remote shell by entering the following command:
20 <li>From a remote shell, start the <code>sqlite3</code> tool by entering the following command:
  /development/samples/ApiDemos/res/anim/
zoom_exit.xml 21 screen, it is forced above the entering element and starts at its
  /external/chromium/crypto/
crypto_module_blocking_password_delegate.h 26 // instead of entering a password, otherwise it should return the password the
  /external/qemu/telephony/
test1.c 45 printf("entering event loop\n");
  /external/webkit/LayoutTests/fast/dom/Geolocation/
no-page-cache-expected.txt 3 Currently, Geolocation does not work with the page cache so pages that use Geolocation are explicitly prevented from entering the cache. This test checks for accidental enabling of the page Cache for Geolocation. See https://bugs.webkit.org/show_bug.cgi?id=43956 for details.

Completed in 1776 milliseconds

1 2 3 4 5 6 7 8 91011>>