Searched refs:first (Results 1 - 25 of 189) sorted by relevance

12345678

/device/google/contexthub/firmware/app/chre/
H A DAndroid.mk19 include $(call first-makefiles-under,$(LOCAL_PATH))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
H A Dlll.py19 first = 1
22 if not first: print
23 first = 0
/device/generic/goldfish/
H A DAndroid.mk20 subdir_makefiles=$(call first-makefiles-under,$(LOCAL_PATH))
/device/google/wahoo/
H A DAndroid.mk20 subdir_makefiles=$(call first-makefiles-under,$(LOCAL_PATH))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/
H A Dutf_8_sig.py5 first three bytes.
7 * On decoding/reading if the first three bytes are a UTF-8 encoded BOM, these
28 self.first = 1
31 if self.first:
32 self.first = 0
39 self.first = 1
42 return self.first
45 self.first = state
50 self.first = True
53 if self.first
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/
H A Dutf_8_sig.py5 first three bytes.
7 * On decoding/reading if the first three bytes are a UTF-8 encoded BOM, these
28 self.first = 1
31 if self.first:
32 self.first = 0
39 self.first = 1
42 return self.first
45 self.first = state
50 self.first = True
53 if self.first
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/
H A Dutil.py16 Removes indentation on lines following the first one, using the
17 leading whitespace of the first indented line that is not blank
23 first = lines.pop(0)
24 L = [first]
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
H A DIndexRangeCache.cpp68 size_t rangeStart = it->first.offset;
70 it->first.offset +
71 it->first.count * glSizeof(it->first.type);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/
H A DSynch.py30 first.
176 self.first = self.last = 0
179 if (self.last+1) % self.size != self.first:
185 # First normalize it so that first==0 and last==size-1
187 print "first = %d, last = %d, size = %d" % (
188 self.first, self.last, self.size)
189 if self.first <= self.last:
190 temp = self.buffer[self.first:self.last]
192 temp = self.buffer[self.first:] + self.buffer[:self.last]
195 self.first
[all...]
/device/generic/goldfish/camera/
H A DEmulatedQemuCamera.cpp105 int area = res.first * res.second;
108 maxAreaWidth = res.first;
115 if (res->first > maxAreaWidth || res->second > maxAreaHeight) {
134 sizesStream << resolutions[i].first << 'x' << resolutions[i].second;
150 std::string preferred_size = std::to_string(resolutions[0].first)
156 * Use first dimension reported by the device to set current preview and
159 int x = resolutions[0].first;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
H A Dcase.py255 The default implementation of this method returns the first line of
473 def _getAssertEqualityFunc(self, first, second):
476 Returns: A callable accepting (first, second, msg=None) that will
477 raise a failure exception if first != second with a useful human
481 # NOTE(gregory.p.smith): I considered isinstance(first, type(second))
490 if type(first) is type(second):
491 asserter = self._type_equality_funcs.get(type(first))
497 def _baseAssertEqual(self, first, second, msg=None):
499 if not first == second:
500 standardMsg = '%s != %s' % (safe_repr(first), safe_rep
[all...]
/device/google/cuttlefish/shared/config/
H A DAndroid.mk27 LOCAL_MULTILIB := first
/device/google/cuttlefish_common/common/libs/net/
H A Dnetwork_interface_manager.h51 bool CreateVethPair(const NetworkInterface& first,
/device/google/cuttlefish_common/guest/hals/gatekeeper/
H A DAndroid.mk23 LOCAL_MULTILIB := first
/device/linaro/hikey/bluetooth/
H A Dasync_fd_watcher.cc121 FD_SET(it.first, &read_fds);
122 max_read_fd = std::max(max_read_fd, it.first);
164 if (FD_ISSET(it.first, &read_fds)) {
172 it.second(it.first);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dasynchat.py210 first = self.producer_fifo[0]
212 if not first:
214 if first is None:
224 data = buffer(first, 0, obs)
226 data = first.more()
241 if num_sent < len(data) or obs < len(first):
242 self.producer_fifo[0] = first[num_sent:]
283 def first (self): member in class:fifo
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Ddynload_win.c33 int first, second; local
36 first = tolower(*string1);
40 } while (first && first == second);
42 return (first - second);
48 returns the first entry that starts with "python" (case sensitive) and
181 in directory of pathname first. However, Windows95
/device/google/contexthub/lib/
H A DAndroid.mk72 include $(call first-makefiles-under, $(LOCAL_PATH))
/device/google/cuttlefish_common/guest/hals/hwcomposer/
H A DAndroid.mk50 LOCAL_MULTILIB := first
58 include $(call first-makefiles-under,$(LOCAL_PATH))
/device/google/cuttlefish_common/guest/hals/hwcomposer/legacy/
H A DAndroid.mk28 LOCAL_MULTILIB := first
41 LOCAL_MULTILIB := first
/device/google/cuttlefish_common/guest/vsoc/lib/
H A DAndroid.mk37 LOCAL_MULTILIB := first
61 LOCAL_MULTILIB := first
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
H A Dcache.h53 pysqlite_Node* first; member in struct:__anon3339
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
H A DMultU64x32.c58 ; with the edx value of first multiplication.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
H A Dpgen.py24 self.first = {} # map from symbol name to set of tokens
53 rawfirst = self.first[name]
54 first = {}
57 ##assert ilabel not in first # XXX failed on <> ... !=
58 first[ilabel] = 1
59 return first
111 if name not in self.first:
113 #print name, self.first[name].keys()
117 self.first[name] = None # dummy to detect left recursion
123 if label in self.first
[all...]
/device/generic/goldfish/libqemu/
H A Dtests.mk3 # The first test program is a simple TCP server that will send back

Completed in 548 milliseconds

12345678