HomeSort by relevance Sort by last modified time
    Searched defs:api_version (Results 1 - 25 of 27) sorted by null

1 2

  /external/antlr/antlr-3.4/runtime/Python/unittests/
testdfa.py 18 api_version = 'HEAD' variable in class:TestDFA.setUp.TRecognizer
testrecognizers.py 60 api_version = 'HEAD' variable in class:TestLexer.testInit.TLexer
  /device/linaro/bootloader/arm-trusted-firmware/plat/xilinx/zynqmp/pm_service/
pm_svc_main.c 28 * @api_version version of PM API, must match with one on PMU side
33 uint32_t api_version; member in struct:__anon4182
154 if (pm_ctx.api_version == PM_VERSION) {
159 ret = pm_get_api_version(&pm_ctx.api_version);
168 ((uint64_t)pm_ctx.api_version << 32));
  /external/syslinux/gpxe/src/drivers/net/
pnic.c 101 static int pnic_api_check ( uint16_t api_version ) {
102 if ( api_version != PNIC_API_VERSION ) {
105 api_version >> 8, api_version & 0xff,
108 if ( api_version < PNIC_API_VERSION ) {
111 return ( api_version == PNIC_API_VERSION );
222 uint16_t api_version; local
241 &api_version,
242 sizeof ( api_version ), NULL );
249 pnic_api_check ( api_version );
    [all...]
  /external/vulkan-validation-layers/libs/vkjson/
vkjson.h 117 VkJsonInstance() : api_version(0) {}
118 uint32_t api_version; member in struct:VkJsonInstance
  /frameworks/native/vulkan/vkjson/
vkjson.h 117 VkJsonInstance() : api_version(0) {}
118 uint32_t api_version; member in struct:VkJsonInstance
  /bionic/libc/kernel/uapi/linux/
pps.h 53 int api_version; member in struct:pps_kparams
  /external/kernel-headers/original/uapi/linux/
pps.h 84 int api_version; /* API version # */ member in struct:pps_kparams
  /external/swiftshader/third_party/LLVM/tools/gold/
gold-plugin.cpp 59 int api_version = 0; member in namespace:__anon36456
144 api_version = tv->tv_u.tv_val;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
pps.h 69 int api_version; /* API version # */ member in struct:pps_kparams
  /toolchain/binutils/binutils-2.27/gold/testsuite/
plugin_test.c 89 int api_version = 0; local
98 api_version = entry->tv_u.tv_val;
190 (*message)(LDPL_INFO, "API version: %d", api_version);
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
recognizers.py 148 # The api_version attribute has been introduced in 3.3. If it is not
150 api_version = 0 variable in class:BaseRecognizer
165 if self.api_version not in compatible_api_versions:
170 % self.api_version)
    [all...]
  /external/python/cpython2/Modules/
bsddb.h 274 Check "api_version" number before trying to use the API.
281 unsigned int api_version; member in struct:__anon32768
  /external/vulkan-validation-layers/loader/
loader.h 338 uint32_t api_version; member in struct:loader_scanned_icd
loader.c 2383 char *name, *type, *library_path_str, *api_version; local
    [all...]
  /frameworks/native/vulkan/libvulkan/
driver.cpp 979 uint32_t api_version = ((pCreateInfo->pApplicationInfo) local
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-1240/
loc_api_common.h 889 rpc_loc_api_version_s_type api_version; member in union:rpc_loc_ioctl_callback_data_u_type::__anon50202
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-3200/
loc_api_common.h 791 rpc_loc_api_version_s_type api_version; member in union:rpc_loc_ioctl_callback_data_u_type::__anon50221
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
loc_api_rpcgen_common_rpc.h 991 rpc_loc_api_version_s_type api_version; member in union:rpc_loc_ioctl_callback_data_u_type::__anon50236
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/inc-1240/
loc_api_common.h 889 rpc_loc_api_version_s_type api_version; member in union:rpc_loc_ioctl_callback_data_u_type::__anon50288
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/inc-3200/
loc_api_common.h 791 rpc_loc_api_version_s_type api_version; member in union:rpc_loc_ioctl_callback_data_u_type::__anon50307
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
loc_api_rpcgen_common_rpc.h 991 rpc_loc_api_version_s_type api_version; member in union:rpc_loc_ioctl_callback_data_u_type::__anon50322
    [all...]
  /hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
loc_api_rpcgen_common_rpc.h 991 rpc_loc_api_version_s_type api_version; member in union:rpc_loc_ioctl_callback_data_u_type::__anon50380
    [all...]
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/inc-1240/
loc_api_common.h 889 rpc_loc_api_version_s_type api_version; member in union:rpc_loc_ioctl_callback_data_u_type::__anon50638
    [all...]
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/inc-3200/
loc_api_common.h 791 rpc_loc_api_version_s_type api_version; member in union:rpc_loc_ioctl_callback_data_u_type::__anon50657
    [all...]

Completed in 625 milliseconds

1 2