/external/libxml2/result/c14n/1-1-without-comments/ |
xmlbase-c14n11spec3-102 | 1 <a xml:base="foo/bar"><d xml:base="../../x">
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
odf-boxes.zip | |
/external/clang/test/Index/Inputs/ |
t1.m | 4 Base *base; 5 int x = [base my_var]; 6 [base my_method:x]; 7 [Base my_method:x]; 10 @implementation Base
|
/external/libmojo/base/android/ |
base_jni_registrar.cc | 5 #include "base/android/base_jni_registrar.h" 7 #include "base/android/animation_frame_time_histogram.h" 8 #include "base/android/apk_assets.h" 9 #include "base/android/application_status_listener.h" 10 #include "base/android/build_info.h" 11 #include "base/android/callback_android.h" 12 #include "base/android/command_line_android.h" 13 #include "base/android/content_uri_utils.h" 14 #include "base/android/context_utils.h" 15 #include "base/android/cpu_features.h 38 namespace base { namespace [all...] |
/external/libcxxabi/test/ |
catch_pointer_reference.pass.cpp | 16 // * the handler is of type cv T or cv T& and T is an unambiguous base 35 struct Base {}; 36 struct Derived : Base {}; 37 struct Derived2 : Base {}; 39 struct Private : private Base {}; 40 struct Protected : protected Base {}; 101 // cv1 Base * cv2 104 assert_catches< Base * , Derived *, Derived>(); 105 assert_catches<const Base * , Derived *, Derived>(); 106 assert_catches< volatile Base * , Derived *, Derived>() [all...] |
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
catch_pointer_reference.pass.cpp | 16 // * the handler is of type cv T or cv T& and T is an unambiguous base 33 struct Base {}; 34 struct Derived : Base {}; 35 struct Derived2 : Base {}; 37 struct Private : private Base {}; 38 struct Protected : protected Base {}; 99 // cv1 Base * cv2 102 assert_catches< Base * , Derived *, Derived>(); 103 assert_catches<const Base * , Derived *, Derived>(); 104 assert_catches< volatile Base * , Derived *, Derived>() [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/test/ |
catch_pointer_reference.pass.cpp | 16 // * the handler is of type cv T or cv T& and T is an unambiguous base 33 struct Base {}; 34 struct Derived : Base {}; 35 struct Derived2 : Base {}; 37 struct Private : private Base {}; 38 struct Protected : protected Base {}; 99 // cv1 Base * cv2 102 assert_catches< Base * , Derived *, Derived>(); 103 assert_catches<const Base * , Derived *, Derived>(); 104 assert_catches< volatile Base * , Derived *, Derived>() [all...] |
/external/libmojo/base/files/ |
file_util_android.cc | 5 #include "base/files/file_util.h" 7 #include "base/files/file_path.h" 8 #include "base/path_service.h" 10 namespace base { namespace 12 bool GetShmemTempDir(bool executable, base::FilePath* path) { 13 return PathService::Get(base::DIR_CACHE, path); 16 } // namespace base
|
/external/v8/ |
Android.base.mk | 9 src/base/bits.cc \ 10 src/base/cpu.cc \ 11 src/base/debug/stack_trace.cc \ 12 src/base/division-by-constant.cc \ 13 src/base/file-utils.cc \ 14 src/base/functional.cc \ 15 src/base/ieee754.cc \ 16 src/base/logging.cc \ 17 src/base/once.cc \ 18 src/base/platform/condition-variable.cc [all...] |
/external/eigen/bench/btl/data/ |
smooth_all.sh | 10 BASE=${FILE##*/} 11 ./smooth ${ORIG_DIR}/${BASE} 4 ${SMOOTH_DIR}/${BASE}_tmp 12 ./regularize ${SMOOTH_DIR}/${BASE}_tmp 2500 15000 ${SMOOTH_DIR}/${BASE} 13 rm -f ${SMOOTH_DIR}/${BASE}_tmp 21 BASE=${FILE##*/} 22 ./smooth ${ORIG_DIR}/${BASE} 4 ${SMOOTH_DIR}/${BASE}_tmp 23 ./regularize ${SMOOTH_DIR}/${BASE}_tmp 50 180 ${SMOOTH_DIR}/${BASE [all...] |
/frameworks/base/data/keyboards/ |
Generic.kcm | 29 base: 'a' 35 base: 'b' 41 base: 'c' 49 base: 'd' 55 base: 'e' 62 base: 'f' 68 base: 'g' 74 base: 'h' 80 base: 'i' 87 base: 'j [all...] |
Virtual.kcm | 26 base: 'a' 32 base: 'b' 38 base: 'c' 46 base: 'd' 52 base: 'e' 59 base: 'f' 65 base: 'g' 71 base: 'h' 77 base: 'i' 84 base: 'j [all...] |
/art/test/077-method-override/ |
expected.txt | 1 declaredInBase: Base 7 overridePublicWithPrivate: Base 8 overridePrivateWithPublic: Base 10 overrideVirtualWithStatic: Base 12 overrideStaticWithVirtual: Base
|
/prebuilts/ndk/r11/sources/android/support/src/musl-locale/ |
newlocale.c | 6 locale_t newlocale(int mask, const char *name, locale_t base) 10 if (!base) base = calloc(1, sizeof *base); 11 return base;
|
/prebuilts/ndk/r13/sources/android/support/src/musl-locale/ |
newlocale.c | 6 locale_t newlocale(int mask, const char *name, locale_t base) 10 if (!base) base = calloc(1, sizeof *base); 11 return base;
|
/external/libmojo/gen/mojo/common/ |
common_custom_types__type_mappings | 4 "typename": "base::ListValue", 12 "base/files/file_path.h", 13 "base/strings/string16.h", 14 "base/time/time.h", 15 "base/values.h" 19 "typename": "base::string16", 28 "base/files/file_path.h", 29 "base/strings/string16.h", 30 "base/time/time.h", 31 "base/values.h [all...] |
/external/libmojo/base/ |
base_paths_android.cc | 5 // Defines base::PathProviderAndroid which replaces base::PathProviderPosix for 6 // Android in base/path_service.cc. 11 #include "base/android/jni_android.h" 12 #include "base/android/path_utils.h" 13 #include "base/base_paths.h" 14 #include "base/files/file_path.h" 15 #include "base/files/file_util.h" 16 #include "base/logging.h" 17 #include "base/process/process_metrics.h 19 namespace base { namespace [all...] |
/build/kati/testcase/ |
foreach.mk | 0 base := base 4 files := $(foreach dir,$(dirs),$(foreach subdir,$(dirs),$(dir)/$(subdir)/$(base))) 1 base := base macro
|
/frameworks/base/cmds/bu/ |
bu | 3 base=/system 4 export CLASSPATH=$base/framework/bu.jar 5 exec app_process $base/bin com.android.commands.bu.Backup "$@"
|
/frameworks/base/cmds/dpm/ |
dpm | 3 base=/system 4 export CLASSPATH=$base/framework/dpm.jar 5 exec app_process $base/bin com.android.commands.dpm.Dpm "$@"
|
/frameworks/base/cmds/locksettings/ |
locksettings | 3 base=/system 4 export CLASSPATH=$base/framework/locksettings.jar 5 exec app_process $base/bin com.android.commands.locksettings.LockSettingsCmd "$@"
|
/frameworks/base/cmds/requestsync/ |
requestsync | 3 base=/system 4 export CLASSPATH=$base/framework/requestsync.jar 5 exec app_process $base/bin com.android.commands.requestsync.RequestSync "$@"
|
/frameworks/base/cmds/telecom/ |
telecom | 3 base=/system 4 export CLASSPATH=$base/framework/telecom.jar 5 exec app_process $base/bin com.android.commands.telecom.Telecom "$@"
|
/frameworks/base/cmds/vr/ |
vr | 3 base=/system 4 export CLASSPATH=$base/framework/vr.jar 5 exec app_process $base/bin com.android.commands.vr.Vr "$@"
|
/frameworks/base/packages/InputDevices/res/raw/ |
keyboard_layout_english_us.kcm | 27 base: '`' 33 base: '1' 39 base: '2' 45 base: '3' 51 base: '4' 57 base: '5' 63 base: '6' 69 base: '7' 75 base: '8' 81 base: '9 [all...] |