/external/e2fsprogs/tests/f_extents/ |
name | 0 basic extents support
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
ref9.cpp | 4 struct basic { struct 7 basic() : refcount(0) {} function in struct:basic 11 basic *bp; 13 ex(const basic &); 15 void construct_from_basic(const basic &); 18 ex basic::eval() const { 22 inline ex::ex(const basic &b) { construct_from_basic (b); } 24 void ex::construct_from_basic(const basic &b) { 30 ex pow() { return basic(); }
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
ref9.cpp | 4 struct basic { struct 7 basic() : refcount(0) {} function in struct:basic 11 basic *bp; 13 ex(const basic &); 15 void construct_from_basic(const basic &); 18 ex basic::eval() const { 22 inline ex::ex(const basic &b) { construct_from_basic (b); } 24 void ex::construct_from_basic(const basic &b) { 30 ex pow() { return basic(); }
|
/external/chromium_org/chrome/renderer/media/ |
DEPS | 2 "+media/audio", # For basic audio functions. 3 "+media/base", # For basic media functions.
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
.dir-locals.el | 1 ((c-mode . ((c-basic-offset . 3))) 2 (c++-mode . ((c-basic-offset . 3)))
|
/external/mesa3d/src/glsl/ |
.dir-locals.el | 1 ((c-mode . ((c-basic-offset . 3))) 2 (c++-mode . ((c-basic-offset . 3)))
|
/hardware/intel/common/libva/ |
.gitignore | 32 /test/basic/test_01 33 /test/basic/test_02 34 /test/basic/test_03 35 /test/basic/test_04 36 /test/basic/test_05 37 /test/basic/test_06 38 /test/basic/test_07 39 /test/basic/test_08 40 /test/basic/test_09 41 /test/basic/test_1 [all...] |
/external/chromium_org/content/test/data/ |
simple_page.html | 4 Basic html test.
|
/external/chromium_org/tools/valgrind/gtest_exclude/ |
remoting_unittests.gtest_win-8.txt | 2 RdpClientTest.Basic
|
/external/clang/include/clang/ |
CMakeLists.txt | 2 add_subdirectory(Basic)
|
module.modulemap | 27 umbrella "Basic" 30 exclude header "Basic/BuiltinsAArch64.def" 31 exclude header "Basic/BuiltinsARM64.def" 32 exclude header "Basic/BuiltinsARM.def" 33 exclude header "Basic/Builtins.def" 34 exclude header "Basic/BuiltinsHexagon.def" 35 exclude header "Basic/BuiltinsMips.def" 36 exclude header "Basic/BuiltinsNEON.def" 37 exclude header "Basic/BuiltinsNVPTX.def" 38 exclude header "Basic/BuiltinsPPC.def [all...] |
/external/llvm/docs/_themes/llvm-theme/ |
theme.conf | 2 inherit = basic
|
/external/markdown/tests/html4/ |
html4.html | 2 basic of html/xhtml differences.</p
|
html4.txt | 2 basic of html/xhtml differences
|
/dalvik/dx/tests/115-merge/testdata/ |
Basic.java | 3 public class Basic {
|
/frameworks/base/core/java/android/os/ |
package.html | 3 Provides basic operating system services, message passing, and inter-process
|
/external/smack/src/org/jivesoftware/smackx/pubsub/ |
PubSubElementType.java | 26 CREATE("create", PubSubNamespace.BASIC),
29 CONFIGURE("configure", PubSubNamespace.BASIC),
32 OPTIONS("options", PubSubNamespace.BASIC),
34 ITEMS("items", PubSubNamespace.BASIC),
36 ITEM("item", PubSubNamespace.BASIC),
38 PUBLISH("publish", PubSubNamespace.BASIC),
39 PUBLISH_OPTIONS("publish-options", PubSubNamespace.BASIC),
42 RETRACT("retract", PubSubNamespace.BASIC),
43 AFFILIATIONS("affiliations", PubSubNamespace.BASIC),
44 SUBSCRIBE("subscribe", PubSubNamespace.BASIC),
[all...] |
/development/samples/browseable/ClippingBasic/ |
_index.jd | 7 Basic sample to demonstrate clipping on a View.
|
/development/samples/browseable/RevealEffectBasic/ |
_index.jd | 7 Basic sample to demonstrate the reveal effect.
|
/external/nist-sip/java/gov/nist/core/ |
package.html | 4 include classes for basic parser and lexer functionality and logging
|
/frameworks/base/core/java/android/view/ |
package.html | 3 Provides classes that expose basic user interface classes that handle
|
/frameworks/base/telephony/java/android/telephony/ |
package.html | 3 Provides APIs for monitoring the basic phone information, such as
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
completion1-expected-completion8.txt | 2 android:layout_width : Specifies the basic width of the view. [dimension, enum]
|
completion9-expected-completion62.txt | 2 android:layout_width : Specifies the basic width of the view. [dimension, enum]
|
/art/test/006-args/ |
info.txt | 2 runtime test framework. The test is intended to exercise basic features, 3 and as such cannot be build on top of junit, since failure of such basic
|