HomeSort by relevance Sort by last modified time
    Searched full:some (Results 276 - 300 of 29676) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_native_headers.h 28 /* For some compilers, C headers like <stdio.h> are located in separate directory */
36 /* For some compilers, C-library headers like <cstdio> are located in separate directory */
44 /* Some compilers locate basic C++ runtime support headers (<new>, <typeinfo>, <exception>) in separate directory */
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_native_headers.h 28 /* For some compilers, C headers like <stdio.h> are located in separate directory */
36 /* For some compilers, C-library headers like <cstdio> are located in separate directory */
44 /* Some compilers locate basic C++ runtime support headers (<new>, <typeinfo>, <exception>) in separate directory */
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_native_headers.h 28 /* For some compilers, C headers like <stdio.h> are located in separate directory */
36 /* For some compilers, C-library headers like <cstdio> are located in separate directory */
44 /* Some compilers locate basic C++ runtime support headers (<new>, <typeinfo>, <exception>) in separate directory */
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_native_headers.h 28 /* For some compilers, C headers like <stdio.h> are located in separate directory */
36 /* For some compilers, C-library headers like <cstdio> are located in separate directory */
44 /* Some compilers locate basic C++ runtime support headers (<new>, <typeinfo>, <exception>) in separate directory */
  /external/qemu/docs/
ANDROID-CONFIG-FILES.TXT 15 format for some configuration files. Here's the BNF for it:
61 which means the key name, some spaces, then the value.
65 some.other.name value
67 corresponding to a top-level key named 'some' with a single
75 some {
82 which defines a top-level 'some' key with two sub-keys 'name' and
88 some.other.name value
89 some.other.name2 other-value
94 some-key foo
95 some-key ba
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
TestAttributeSetTest.java 51 assertEquals(0, testAttributeSet.getAttributeResourceValue("com.some.namespace", "id", 0));
75 assertThat(testAttributeSet.getAttributeResourceValue("com.some.namespace", "message", 0), equalTo(R.string.howdy));
83 assertThat(testAttributeSet.getAttributeResourceValue("com.some.namespace", "message", 0), equalTo(R.string.howdy));
89 assertThat(testAttributeSet.getAttributeResourceValue("com.some.namespace", "message", -1), equalTo(-1));
97 assertThat(testAttributeSet.getAttributeBooleanValue("com.some.namespace", "isSugary", false), equalTo(true));
105 assertThat(testAttributeSet.getAttributeBooleanValue("com.some.namespace", "isSugary", false), equalTo(true));
111 assertThat(testAttributeSet.getAttributeBooleanValue("com.some.namespace", "isSugary", true), equalTo(true));
119 assertThat(testAttributeSet.getAttributeValue("com.some.namespace", "isSugary"), equalTo("oh heck yeah"));
128 assertThat(testAttributeSet.getAttributeIntValue("some namespace", "sugarinessPercent", 0), equalTo(100));
138 assertThat(testAttributeSet.getAttributeIntValue("some namespace", "itemType", 0), equalTo(1))
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
PluralResourcesTest.java 58 Assert.assertEquals(cs.toString(), "Some dogs");
67 Assert.assertEquals(cs.toString(), "Some dogs");
70 Assert.assertEquals(cs.toString(), "Some dogs");
73 Assert.assertEquals(cs.toString(), "Some dogs");
85 Assert.assertEquals(cs.toString(), "Some Czech dogs");
100 Assert.assertEquals(cs.toString(), "Some Czech dogs");
103 Assert.assertEquals(cs.toString(), "Some Czech dogs");
  /frameworks/base/tests/HwAccelerationTest/res/layout/
view_layer_invalidation.xml 30 android:text="This is some text"
35 android:text="This is some text"
45 android:text="This is some text"
50 android:text="This is some text"
59 android:text="This is some text"
73 android:text="This is some text"
92 android:text="This is some text"
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/doc/mpfr/
BUGS 25 * The overflow/underflow exceptions may be badly handled in some functions;
30 * Under Linux/x86 with the traditional FPU, some functions do not work
35 * Some functions do not use MPFR_SAVE_EXPO_* macros, thus do not behave
51 * Possible integer overflows on some machines.
58 * Possible infinite loop in some functions for particular cases: when
67 * mpfr_set_d may give wrong results on some non-IEEE architectures.
69 * Error analysis for some functions may be incorrect (out-of-date due
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1436.js 74 [2, 3].some(non_strict);
75 [2, 3].some(non_strict, undefined);
76 [2, 3].some(non_strict, null);
77 [2, 3].some(strict);
78 [2, 3].some(strict, undefined);
79 [2, 3].some(strict_null, null);
  /external/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
wchar_t_out.pass.cpp 30 const std::basic_string<F::intern_type> from(L"some text");
40 assert(to.data() == std::string("some text"));
43 std::basic_string<F::intern_type> from(L"some text");
54 assert(memcmp(to.data(), "some\0text", from.size()) == 0);
57 std::basic_string<F::intern_type> from(L"some text");
67 assert(to.data() == std::string("some te"));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
wchar_t_out.pass.cpp 30 const std::basic_string<F::intern_type> from(L"some text");
40 assert(to.data() == std::string("some text"));
43 std::basic_string<F::intern_type> from(L"some text");
54 assert(memcmp(to.data(), "some\0text", from.size()) == 0);
57 std::basic_string<F::intern_type> from(L"some text");
67 assert(to.data() == std::string("some te"));
  /external/antlr/antlr-3.4/runtime/ObjC/
README 3 been brought up to date for some time. This release is built on the work
7 my grammar and tree walker. I am sure that it still has some bugs but I have
14 support the target language code generation. Hopefully, at some point
  /external/chromium_org/content/public/browser/
power_save_blocker.h 21 // Prevent the application from being suspended. On some platforms, apps may
30 // app from being suspended on some platforms if the user hides it.
39 // |reason| may be provided to the underlying system APIs on some platforms.
  /external/chromium_org/extensions/renderer/
messaging_bindings.h 35 // If anything needs to be manual for some reason, it should be implemented in
43 // Dispatches the onConnect content script messaging event to some contexts
54 // Delivers a message sent using content script messaging to some of the
  /external/chromium_org/third_party/tlslite/tlslite/integration/
tlssocketservermixin.py 14 some L{SocketServer.TCPServer} (with the mix-in first). Then
15 implement the handshake() method, doing some sort of server
59 #Implement this method to do some form of handshaking. Return True
  /external/cmockery/cmockery_0_1_2/
configure.ac 9 # make sure we're interpreted by some minimal autoconf
29 # Check whether some low-level functions/files are available
32 # Here are some examples of how to check for the existence of a fn or file
  /external/kernel-headers/original/uapi/asm-generic/
resource.h 11 * arches. If an arch has such special order for some rlimits
54 * Some architectures override this (for compatibility reasons):
61 * RLIMIT_STACK default maximum - some architectures override it:
  /external/kernel-headers/original/uapi/linux/
magic.h 9 #define CRAMFS_MAGIC 0x28cd3d45 /* some random number */
15 #define RAMFS_MAGIC 0x858458f6 /* some random number */
17 #define HUGETLBFS_MAGIC 0x958458f6 /* some random number */
  /frameworks/base/docs/html/training/basics/firstapp/
index.jd 27 project and run a debuggable version of the app. You'll also learn some fundamentals of Android app
41 expects that you're using Android Studio, some procedures include alternative
46 you some fundamental concepts about Android development, so it's important that you follow each
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm-generic/
resource.h 11 * arches. If an arch has such special order for some rlimits
54 * Some architectures override this (for compatibility reasons):
61 * RLIMIT_STACK default maximum - some architectures override it:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
resource.h 11 * arches. If an arch has such special order for some rlimits
54 * Some architectures override this (for compatibility reasons):
61 * RLIMIT_STACK default maximum - some architectures override it:
  /development/samples/Home/
_index.html 7 which may look familiar if you played with some of the older pre-1.0 SDKs.</p>
  /development/samples/browseable/BasicAndroidKeyStore/
_index.jd 12 To sign some data using a KeyPair, click \"Sign\".\n\n
  /development/samples/training/notify-user/res/values/
styles.xml 13 <!-- If you want a slightly different color for some text,

Completed in 716 milliseconds

<<11121314151617181920>>