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

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/f_dup3/
name 1 blocks claimed by one file multiple times
  /external/kernel-headers/original/asm-x86/
shmparam.h 4 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */
  /external/chromium/net/data/url_request_unittest/
with-headers.html.mock-http-headers 4 X-Multiple-Entries: a
5 X-Multiple-Entries: b
  /frameworks/compile/slang/tests/F_int_ptr_ptr/
stderr.txt.expect 1 int_ptr_ptr.rs:4:7: error: multiple levels of pointers cannot be exported: 'myPtr'
  /external/clang/test/ASTMerge/Inputs/
namespace1.cpp 6 // Merge multiple namespaces
namespace2.cpp 6 // Merge multiple namespaces
  /external/compiler-rt/lib/asan/lit_tests/Helpers/
lit.local.cfg 2 # involving multiple translation units.
  /external/junit/src/org/junit/runner/
package-info.java 2 * Provides classes used to describe, collect, run and analyze multiple tests.
  /device/samsung/maguro/
system.prop 9 # Ril sends only one RIL_UNSOL_CALL_RING, so set call_ring.multiple to false
10 ro.telephony.call_ring.multiple=0
  /external/webkit/LayoutTests/storage/
multiple-transactions.html 4 <script src="multiple-transactions.js"></script>
7 This is a test to see if the database API allows multiple transactions to be queued on the same database at once:<br>
multiple-transactions-expected.txt 1 This is a test to see if the database API allows multiple transactions to be queued on the same database at once:
multiple-transactions-on-different-handles.html 4 <script src="multiple-transactions-on-different-handles.js"></script>
7 This is a test to see if queueing up multiple transactions on different handles to the same database results in a deadlock.<br>
  /external/stlport/stlport/stl/
_relops_hash_cont.h 2 * multiple times with different _STLP_TEMPLATE_CONTAINER settings.
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_relops_hash_cont.h 2 * multiple times with different _STLP_TEMPLATE_CONTAINER settings.
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_relops_hash_cont.h 2 * multiple times with different _STLP_TEMPLATE_CONTAINER settings.
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_relops_hash_cont.h 2 * multiple times with different _STLP_TEMPLATE_CONTAINER settings.
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_relops_hash_cont.h 2 * multiple times with different _STLP_TEMPLATE_CONTAINER settings.
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_relops_hash_cont.h 2 * multiple times with different _STLP_TEMPLATE_CONTAINER settings.
  /external/clang/test/Lexer/
multiple-include.c 7 #include "multiple-include.c"
11 #include "multiple-include.c"
  /frameworks/base/docs/html/training/multiple-apks/
index.jd 1 page.title=Maintaining Multiple APKs
25 <li><a href="http://developer.android.com/google/play/publishing/multiple-apks.html">Multiple APK
32 <p>Multiple APK support is a feature of Google Play that allows you to publish multiple APKs
37 <p>This class shows you how to write your multiple APK application using any one of these
42 multiple APKs the smart way, make sure they're targeting the devices you want them to,
50 <dt><b><a href="api.html">Creating Multiple APKs for Different API Levels</a></b></dt>
51 <dd>Learn how to target different versions of the Android platform using multiple APKs. Also
55 <dt><b><a href="screensize.html">Creating Multiple APKs for Different Screen Sizes</a></b></dt
    [all...]
  /external/clang/test/SemaCXX/
class-base-member-init.cpp 12 b1(0), // expected-error {{multiple initializations given for non-static member 'b1'}}
14 S() // expected-error {{multiple initializations given for base 'S'}}
35 A<T>() { } // expected-error {{multiple initializations given for base 'A<T>'}}
42 T() { } // expected-error {{multiple initializations given for base 'T'}}
51 t(2) { } // expected-error {{multiple initializations given for non-static member 't'}}
72 A(short _) : a(0), c(0) {} // expected-error {{initializing multiple members of union}} expected-note {{previous initialization is here}}
73 A(int _) : d(0), e(0) {} // expected-error {{initializing multiple members of union}} expected-note {{previous initialization is here}}
74 A(long _) : a(0), d(0) {} // expected-error {{initializing multiple members of union}} expected-note {{previous initialization is here}}
86 decltype(Base(1))(2), // expected-error {{multiple initializations given for base 'decltype(test5::Base(1))' (aka 'test5::Base')}}
  /development/samples/USB/AdbTest/
README.txt 5 connecting to multiple devices and running multiple adb commands simultaneously.
  /device/samsung/toro/
system.prop 9 # Ril sends only one RIL_UNSOL_CALL_RING, so set call_ring.multiple to false
10 ro.telephony.call_ring.multiple=0
  /device/samsung/toroplus/
system.prop 9 # Ril sends only one RIL_UNSOL_CALL_RING, so set call_ring.multiple to false
10 ro.telephony.call_ring.multiple=0
  /external/clang/test/SemaObjCXX/
warn-strict-selector-match.mm 16 [r meth1:r]; // expected-warning {{multiple methods named 'meth1:' found}}
17 [r window]; // expected-warning {{multiple methods named 'window' found}}

Completed in 1310 milliseconds

1 2 3 4 5 6 7 8 91011>>