HomeSort by relevance Sort by last modified time
    Searched defs:gas (Results 1 - 10 of 10) sorted by null

  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
mhz16.js 50 var gas = CO2_lib.new_intp(); variable
55 myCO2_obj.getData(gas, temp);
56 outputStr = "CO2 concentration: " + CO2_lib.intp_value(gas) +
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
mhz16.cxx 65 int gas; local
70 co2->getData(&gas, &temp);
71 cout << "CO2 concentration: " << gas << " PPM, "
  /hardware/bsp/intel/peripheral/libupm/examples/java/
MHZ16Sample.java 39 int[] gas = new int[1]; local
51 co2.getData(gas, temp);
52 System.out.println("CO2 concentration: " + gas[0] + "PPM, Temperature (in C): "
  /hardware/bsp/intel/peripheral/libupm/examples/python/
mhz16.py 59 gas = upmMhz16.new_intp() variable
65 myCO2.getData(gas, temp)
68 upmMhz16.intp_value(gas), upmMhz16.intp_value(temp)))
  /toolchain/binutils/binutils-2.25/opcodes/
z8kgen.c 970 gas (void) function
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
gas_query.c 2 * Generic advertisement service (GAS) query
16 #include "common/gas.h"
25 /** GAS query timeout in seconds */
28 /* GAS query wait-time / duration in ms */
33 * struct gas_query_pending - Pending GAS query
37 struct gas_query *gas; member in struct:gas_query_pending
58 * struct gas_query - Internal GAS query data
71 static void gas_query_tx_initial_req(struct gas_query *gas,
73 static int gas_query_new_dialog_token(struct gas_query *gas, const u8 *dst);
87 * gas_query_init - Initialize GAS query componen
93 struct gas_query *gas; local
131 struct gas_query *gas = query->gas; local
221 struct gas_query *gas = wpa_s->gas; local
325 struct gas_query *gas = eloop_data; local
354 struct gas_query *gas = eloop_data; local
626 struct gas_query *gas = eloop_data; local
653 struct gas_query *gas = query->gas; local
    [all...]
wpa_supplicant_i.h 928 struct gas_query *gas; member in struct:wpa_supplicant
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
gscan.cpp 1849 wifi_anqp_gas_resp *gas = (wifi_anqp_gas_resp *)anqp; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf.c 2919 bfd_boolean gas; local
    [all...]
  /external/guice/lib/build/
spring-beans.jar 

Completed in 2081 milliseconds