HomeSort by relevance Sort by last modified time
    Searched refs:BASE (Results 251 - 275 of 632) sorted by null

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/
SecPeiDxeTimerLibUefiCpu.inf 33 MODULE_TYPE = BASE
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Feature/Capsule/Library/PlatformFlashAccessLib/
PlatformFlashAccessLib.inf 19 MODULE_TYPE = BASE
  /external/autotest/site_utils/lxc/
constants.py 12 # Name of the base container.
13 BASE = global_config.get_config_value('AUTOSERV', 'container_base_name')
26 # url to the folder stores base container.
30 CONTAINER_BASE_URL = CONTAINER_BASE_URL_FMT % BASE
  /external/eigen/bench/btl/data/
mk_mean_script.sh 25 BASE=${FILE##*/} ; BASE=${FILE##*/} ; AVANT=bench_${WHAT}_ ; REDUC=${BASE##*$AVANT} ; TITLE=${REDUC%.dat}
  /frameworks/base/media/mca/filterfw/native/core/
value.cpp 53 template<typename BASE, int TYPEID>
54 Value MakePtrValue(const BASE* values, int count) {
57 result.value = malloc(sizeof(BASE) * count);
58 memcpy(result.value, values, sizeof(BASE) * count);
77 template<typename BASE, int TYPEID>
78 int SetPtrValue(Value* value, const BASE* new_values, int count) {
81 value->value = malloc(sizeof(BASE) * count);
85 memcpy(value->value, new_values, sizeof(BASE) * count);
  /frameworks/native/libs/vr/libdisplay/
vsync_client.cpp 15 : BASE(pdx::default_transport::ClientChannelFactory::Create(
20 : BASE(pdx::default_transport::ClientChannelFactory::Create(
  /frameworks/native/libs/vr/libpdx_default_transport/private/pdx/default_transport/
service_utility.h 42 friend BASE;
45 : BASE(ClientChannelFactory::Create(endpoint_path), 0) {
  /system/core/trusty/keymaster/
Makefile 23 BASE=../../../..
28 GTEST=$(BASE)/external/gtest
29 KM=$(BASE)/system/keymaster
31 INCLUDES=$(foreach dir,$(SUBS),-I $(BASE)/$(dir)/include) \
32 -I $(BASE)/libnativehelper/include/nativehelper \
34 -I $(BASE)/system/keymaster \
36 -I$(BASE)/../boringssl/include
52 LDLIBS=-L$(BASE)/../boringssl/build/crypto -lcrypto -lpthread -lstdc++
  /toolchain/binutils/binutils-2.27/binutils/
deflex.l 47 "BASE" { return BASE;}
  /system/security/keystore/tests/
Makefile 11 BASE=../../../..
16 GTEST=$(BASE)/external/gtest
17 KEYMASTER=$(BASE)/system/keymaster
19 INCLUDES=$(foreach dir,$(SUBS),-I $(BASE)/$(dir)/include) \
20 -I $(BASE)/libnativehelper/include/nativehelper \
  /external/python/cpython3/Lib/test/
test_pathlib.py     [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
m68k-parse.y 201 of index and base registers, and permits an offset expression to
226 op->mode = BASE;
236 op->mode = BASE;
246 op->mode = BASE;
257 op->mode = BASE;
262 op->mode = BASE;
267 op->mode = BASE;
276 op->mode = BASE;
285 op->mode = BASE;
292 op->mode = BASE;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
longintrepr.h 68 #define BASE PyLong_BASE
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
longintrepr.h 68 #define BASE PyLong_BASE
  /external/python/cpython2/Include/
longintrepr.h 68 #define BASE PyLong_BASE
  /frameworks/native/libs/vr/libdisplay/include/private/dvr/
display_manager_client.h 37 friend BASE;
  /frameworks/native/libs/vr/libperformance/include/private/dvr/
performance_client.h 29 friend BASE;
  /libcore/ojluni/src/test/java/time/tck/java/time/zone/
TCKZoneRulesProvider.java 129 assertEquals(rules1, dynamicProvider.BASE);
206 final ZoneRules BASE = ZoneOffset.of("+01:15").getRules();
216 result.put("DynamicVersion1", BASE);
226 return (forCaching ? null : (count > 2 ? ALTERNATE : BASE));
  /packages/apps/TV/tests/input/tools/
get_test_logos.sh 17 BASE="http://www.google.com/chart?chs=32&chst=d_simple_text_icon_above"
54 url=${BASE}"&chld=Ch+"${n}"|7|00F|${icons[${i}]}|24|${colors[${c}]}|FFF"
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
avx2intrin.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
avx2intrin.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
avx2intrin.h     [all...]
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
avx2intrin.h     [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
longintrepr.h 68 #define BASE PyLong_BASE
  /prebuilts/gdb/linux-x86/include/python2.7/
longintrepr.h 68 #define BASE PyLong_BASE

Completed in 2389 milliseconds

<<11121314151617181920>>