Searched defs:list (Results 26 - 50 of 115) sorted by relevance

12345

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dxxmodule.c183 PyObject *list, *item; local
185 if (!PyArg_ParseTuple(args, "O:bug", &list))
188 item = PyList_GetItem(list, 0);
190 PyList_SetItem(list, 1, PyInt_FromLong(0L));
H A Dxxsubtype.c19 /* spamlist -- a list subtype */
22 PyListObject list; member in struct:__anon3179
/device/google/contexthub/firmware/build/
H A Dconfig.mk61 # $(2) - list of dependencies
62 define nano-gen-linker-script-from-list-body
71 # $(2) - list of dependencies
72 define nano-gen-linker-script-from-list
74 $(call nano-gen-linker-script-from-list-body,$(1),$(2))
85 $(eval $(call nano-gen-linker-script-from-list,$(1),$(patsubst %,$(NANOHUB_OS_PATH)/os/platform/$(5)/lkr/%.lkr,$(3).map $(4).$(2) $(4).common)))
98 $(eval $(call nano-gen-linker-script-from-list,$(1),$(NANOHUB_OS_PATH)/os/platform/$(5)/lkr/$(4).extra.lkr))
178 # $(1) - variant list
207 # $(1) - variant list
213 $(error $(LOCAL_PATH): Recursive variant list mismatc
[all...]
/device/generic/goldfish-opengl/
H A Dcommon.mk26 # Internal list of all declared modules (used for sanity checking)
95 # This is the list of recognized export types we support for now.
135 # $1: list of modules to import
173 _emugl-dump-list = \
184 $(call _emugl-dump-list,$(_emugl.$(_emugl_MODULE).export.$(_type)))\
186 $(call _emugl-dump-list,$(LOCAL_$(_type)))\
/device/google/contexthub/contexthubhal/
H A Dnanohubhal.cpp420 static int hal_get_hubs(context_hub_module_t*, const context_hub_t ** list) argument
422 *list = get_hub_info();
/device/google/contexthub/firmware/os/inc/
H A Dseos_priv.h24 #define for_each_task(listHead, task) for (task = osTaskByIdx((listHead)->next); task; task = osTaskByIdx(task->list.next))
61 struct TaskList list; member in struct:Task
/device/google/marlin/thermal/
H A Dthermal.c108 static ssize_t get_cpu_temperatures(temperature_t *list, size_t size) { argument
118 &list[cpu]);
126 static ssize_t get_temperatures(thermal_module_t *module, temperature_t *list, size_t size) { argument
130 if (list == NULL) {
134 result = get_cpu_temperatures(list, size);
145 &list[current_index]);
157 &list[current_index]);
169 &list[current_index]);
178 static ssize_t get_cpu_usages(thermal_module_t *module, cpu_usage_t *list) { argument
189 if (list
[all...]
/device/huawei/angler/thermal/
H A Dthermal.c107 static ssize_t get_cpu_temperatures(temperature_t *list, size_t size) { argument
117 &list[cpu]);
125 static ssize_t get_temperatures(thermal_module_t *module, temperature_t *list, size_t size) { argument
129 if (list == NULL) {
133 result = get_cpu_temperatures(list, size);
144 &list[current_index]);
156 &list[current_index]);
168 &list[current_index]);
177 static ssize_t get_cpu_usages(thermal_module_t *module, cpu_usage_t *list) { argument
188 if (list
[all...]
/device/lge/bullhead/thermal/
H A Dthermal.c105 static ssize_t get_cpu_temperatures(temperature_t *list, size_t size) { argument
118 1, CPU_THROTTLING_THRESHOLD, CPU_SHUTDOWN_THRESHOLD, &list[cpu]);
126 static ssize_t get_temperatures(thermal_module_t *module, temperature_t *list, size_t size) { argument
131 if (list == NULL) {
135 result = get_cpu_temperatures(list, size);
146 UNKNOWN_TEMPERATURE, UNKNOWN_TEMPERATURE, &list[current_index]);
158 0.001, UNKNOWN_TEMPERATURE, BATTERY_SHUTDOWN_THRESHOLD, &list[current_index]);
170 UNKNOWN_TEMPERATURE, &list[current_index]);
179 static ssize_t get_cpu_usages(thermal_module_t *module, cpu_usage_t *list) { argument
190 if (list
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
H A DFSProxy.py115 def list(self, pat = None): member in class:FSProxyLocal
173 def _list(self, function, list):
174 if list is None:
175 list = self.listfiles()
177 for name in list:
184 def sumlist(self, list = None):
185 return self._list(self.sum, list)
187 def statlist(self, list = None):
188 return self._list(self.stat, list)
190 def mtimelist(self, list
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dnntplib.py238 list = []
248 list.append(line)
254 return resp, list
272 - list: list of newsgroup names"""
283 - list: list of message ids"""
288 def list(self, file=None): member in class:NNTP
291 - list: list o
[all...]
H A Dcgi.py202 value is a list of values for that field. This is easy to use but not
334 list = None variable in class:MiniFieldStorage
360 The items are either a Python list (if there's multiple values) or
503 self.list = self.file = None
527 elif self.list is not None:
528 value = self.list
535 if self.list is None:
538 for item in self.list:
570 """ Return list of received values."""
582 if self.list i
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
H A Duisample.py847 (u'ComboBox', u'Order', u'N', 1, 32767, None, None, None, None, u'A positive integer used to determine the ordering of the items within one list.\tThe integers do not have to be consecutive.'),
865 (u'ListBox', u'Order', u'N', 1, 32767, None, None, None, None, u'A positive integer used to determine the ordering of the items within one list..The integers do not have to be consecutive.'),
899 (u'BindImage', u'Path', u'Y', None, None, None, None, u'Paths', None, u'A list of ; delimited paths that represent the paths to be searched for the import DLLS. The list is usually a list of properties each enclosed within square brackets [] .'), namespace
907 (u'ListView', u'Order', u'N', 1, 32767, None, None, None, None, u'A positive integer used to determine the ordering of the items within one list..The integers do not have to be consecutive.'),
916 (u'RadioButton', u'Order', u'N', 1, 32767, None, None, None, None, u'A positive integer used to determine the ordering of the items within one list..The integers do not have to be consecutive.'),
1226 (u'Upgrade', u'Remove', u'Y', None, None, None, None, u'Formatted', None, u'The list of features to remove when uninstalling a product from this set. The default is "ALL".'),
1227 (u'Upgrade', u'Language', u'Y', None, None, None, None, u'Language', None, u'A comma-separated list of languages for either products in this set or products not in this set.'),
/device/generic/goldfish/camera/
H A DQemuClient.cpp376 /* Queries list of cameras connected to the host. */
377 const char FactoryQemuClient::mQueryList[] = "list";
388 status_t FactoryQemuClient::listCameras(char** list) argument
399 /* Make sure there is a list returned. */
401 ALOGE("%s: No camera list is returned.", __FUNCTION__);
405 /* Copy the list over. */
406 *list = (char*)malloc(query.mReplyDataSize);
407 if (*list != NULL) {
408 memcpy(*list, query.mReplyData, query.mReplyDataSize);
409 ALOGD("Emulated camera list
[all...]
/device/generic/goldfish-opengl/system/egl/
H A DeglDisplay.cpp28 // list of extensions supported by this EGL implementation
304 static bool findExtInList(const char* token, int tokenlen, const char* list) argument
306 const char* p = list;
310 /* should not happen, list must be space-terminated */
326 // no extensions on host - only static extension list supported
/device/google/contexthub/sensorhal/
H A Dsensors.cpp256 size_t SensorContext::getSensorList(sensor_t const **list) { argument
258 *list = mSensorList.data();
385 // add meta sensor to list
419 struct sensor_t const **list) {
422 *list = sensor_list;
425 *list = {};
417 get_sensors_list( struct sensors_module_t *, struct sensor_t const **list) argument
/device/google/dragon/sensor_hub/
H A Dsensors.cpp228 * cros_ec_get_sensors_list: entry point that returns the list
231 * At first invocation, build the list from Ssensor_info_,
232 * then keep returning the same list.
234 * The expected design is a hardcoded list of sensors.
238 struct sensor_t const** list)
244 *list = Ssensor_list_;
281 *list = Ssensor_list_;
286 * cros_ec_get_gesture_names: Build list of gestures from IIO
395 * cros_ec_get_sensors_names: Build list of sensors from IIO
237 cros_ec_get_sensors_list(struct sensors_module_t*, struct sensor_t const** list) argument
/device/google/marlin/power/
H A Dpower.c8 * notice, this list of conditions and the following disclaimer.
10 * copyright notice, this list of conditions and the following
688 static int extract_stats(uint64_t *list, char *file, argument
730 list[index] = value;
740 power_state_platform_sleep_state_t *list) {
744 if (!list) {
761 strcpy(list[0].name, "XO_shutdown");
762 list[0].total_transitions = stats[0];
763 list[0].residency_in_msec_since_boot = stats[1];
764 list[
739 get_platform_low_power_stats(struct power_module *module, power_state_platform_sleep_state_t *list) argument
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DPCCTSAST.cpp164 if ( sib==NULL ) /* hit end of sibling list */
294 /* find end of b's child list */
305 /* find end of child list */
314 /* find end of child list */
323 /* find end of child list */
347 SList *list = new SList; local
352 list->add(p);
354 return list;
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
H A DPCCTSAST.cpp163 if ( sib==NULL ) /* hit end of sibling list */
280 /* find end of b's child list */
291 /* find end of child list */
300 /* find end of child list */
309 /* find end of child list */
333 SList *list = new SList; local
338 list->add(p);
340 return list;
/device/generic/goldfish/sensors/
H A Dsensors_qemu.c631 * the following is the list of all supported sensors.
789 struct sensor_t const** list)
800 ret = qemud_channel_send(fd, "list-sensors", -1);
802 E("%s: could not query sensor list: %s", __FUNCTION__,
808 E("%s: could not receive sensor list: %s", __FUNCTION__,
823 *list = sSensorList;
788 sensors__get_sensors_list(struct sensors_module_t* module __unused, struct sensor_t const** list) argument
/device/huawei/angler/power/
H A Dpower.c8 * notice, this list of conditions and the following disclaimer.
10 * copyright notice, this list of conditions and the following
611 static int extract_stats(uint64_t *list, char *file, argument
653 list[index] = value;
663 power_state_platform_sleep_state_t *list) {
667 if (!list) {
684 strcpy(list[0].name, "XO_shutdown");
685 list[0].total_transitions = stats[0];
686 list[0].residency_in_msec_since_boot = stats[1];
687 list[
662 get_platform_low_power_stats(struct power_module *module, power_state_platform_sleep_state_t *list) argument
[all...]
/device/lge/bullhead/power/
H A Dpower.c8 * notice, this list of conditions and the following disclaimer.
10 * copyright notice, this list of conditions and the following
564 static int extract_stats(uint64_t *list, char *file, argument
606 list[index] = value;
616 power_state_platform_sleep_state_t *list) {
620 if (!list) {
637 strcpy(list[0].name, "XO_shutdown");
638 list[0].total_transitions = stats[0];
639 list[0].residency_in_msec_since_boot = stats[1];
640 list[
615 get_platform_low_power_stats(struct power_module *module, power_state_platform_sleep_state_t *list) argument
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dstropmodule.c36 PyObject *list = PyList_New(0); local
38 if (list == NULL)
54 err = PyList_Append(list, item);
69 err = PyList_Append(list, item);
78 return list;
80 Py_DECREF(list);
86 "split(s [,sep [,maxsplit]]) -> list of strings\n"
87 "splitfields(s [,sep [,maxsplit]]) -> list of strings\n"
89 "Return a list of the words in the string s, using sep as the\n"
102 PyObject *list, *ite local
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dweakrefobject.c46 * list of weak references for the referent. This is the only code that
47 * removes an item from the doubly-linked list of weak references for an
56 PyWeakReference **list = GET_WEAKREFS_LISTPTR(self->wr_object); local
58 if (*list == self)
59 /* If 'self' is the end of the list (and thus self->wr_next == NULL)
60 then the weakref list itself (and thus the value of *list) will
62 *list = self->wr_next;
215 /* Given the head of an object's list of weak references, extract the
244 /* Insert 'newref' in the list afte
259 insert_head(PyWeakReference *newref, PyWeakReference **list) argument
286 PyWeakReference **list; local
757 PyWeakReference **list; local
816 PyWeakReference **list; local
909 PyWeakReference **list; local
[all...]

Completed in 634 milliseconds

12345