HomeSort by relevance Sort by last modified time
    Searched defs:first (Results 201 - 225 of 3938) sorted by null

1 2 3 4 5 6 7 891011>>

  /art/runtime/arch/
instruction_set_features.cc 192 bool first = false; // Is this first feature? local
201 if (!first) {
214 first = true;
  /build/make/tools/releasetools/
rangelib.py 298 def first(self, n): member in class:RangeSet
299 """Return the RangeSet that contains at most the first 'n' integers.
301 >>> RangeSet("0-9").first(1)
303 >>> RangeSet("10-19").first(5)
305 >>> RangeSet("10-19").first(15)
307 >>> RangeSet("10-19 30-39").first(3)
309 >>> RangeSet("10-19 30-39").first(15)
311 >>> RangeSet("10-19 30-39").first(30)
313 >>> RangeSet("0-9").first(0)
  /cts/tests/tests/graphics/src/android/graphics/cts/
SumPathEffectTest.java 55 PathEffect first = new CornerPathEffect(40); local
59 paint.setPathEffect(first);
68 SumPathEffect sumPathEffect = new SumPathEffect(second, first);
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
UniformListItem.java 33 * output list size (which is four bytes) and before the first item.</p>
98 OffsettedItem first = items.get(0); local
99 return (items.size() * first.writeSize()) + getAlignment(items);
131 boolean first = true;
136 if (first) {
137 first = false;
162 boolean first = true;
168 if (first) {
171 first = false;
  /dalvik/dx/src/com/android/dx/dex/file/
UniformListItem.java 31 * output list size (which is four bytes) and before the first item.</p>
96 OffsettedItem first = items.get(0); local
97 return (items.size() * first.writeSize()) + getAlignment(items);
129 boolean first = true;
134 if (first) {
135 first = false;
160 boolean first = true;
166 if (first) {
169 first = false;
  /developers/build/prebuilts/gradle/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
ElizaResponder.java 142 String first = WORDS_TO_REPLACE[i * 2]; local
145 if (parts[j].equals(first)) {
148 parts[j] = first;
  /developers/samples/android/wearable/wear/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
ElizaResponder.java 142 String first = WORDS_TO_REPLACE[i * 2]; local
145 if (parts[j].equals(first)) {
148 parts[j] = first;
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List13.java 143 int first = view.getFirstVisiblePosition(); local
148 t.setText(mStrings[first + i]);
  /development/samples/browseable/ElizaChat/src/com.example.android.wearable.elizachat/
ElizaResponder.java 142 String first = WORDS_TO_REPLACE[i * 2]; local
145 if (parts[j].equals(first)) {
148 parts[j] = first;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
gzwrite.c 78 /* allocate memory if this is the first time through */
137 int first; local
146 first = 1;
150 if (first) {
152 first = 0;
195 /* allocate memory if this is the first time through */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
asynchat.py 210 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
shelve.py 175 This adds methods first(), next(), previous(), last() and
203 def first(self): member in class:BsdDbShelf
204 (key, value) = self.dict.first()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_generators.py 84 This may be surprising at first:
336 ... first, rest = x[0], x[1:]
337 ... # A combination does or doesn't contain first.
340 ... c.insert(0, first)
342 ... # If it doesn't contain first, it's a k comb of rest.
528 in increasing order, where i,j,k >= 0. Trickier than it may look at first!
632 ... g.next() # throw first away
655 - produce at least a first element without presupposing the existence of
713 ... fibTail.next() # throw first away
1175 def first(): function in function:Knights.__init__
    [all...]
  /external/blktrace/
stats.h 98 int first; member in struct:histlog2
105 return h->first + (index ? h->delta << (index - 1) : 0);
  /external/clang/lib/StaticAnalyzer/Core/
SVals.cpp 68 /// the first symbolic parent region is returned.
282 bool first = true; local
284 if (first) {
285 os << ' '; first = false;
  /external/clang/test/Index/
index-templates.cpp 77 T first; member in struct:Pair
  /external/clang/test/Sema/
loop-control.c 5 int first = 1; local
6 for ( ; ({ if (first) { first = 0; continue; } 0; }); )
11 void pr8880_2(int first) {
12 for ( ; ({ if (first) { first = 0; break; } 0; }); ) {}
15 void pr8880_3(int first) {
16 for ( ; ; (void)({ if (first) { first = 0; continue; } 0; })) {}
19 void pr8880_4(int first) {
    [all...]
  /external/clang/test/SemaCXX/
typo-correction-cxx11.cpp 42 int first; member in struct:NewTypoExprFromResolvingTypoAmbiguity::pair
  /external/e2fsprogs/lib/blkid/
list.h 124 * @head: the place to add it in the first list.
128 struct list_head *first = list->next; local
130 if (first != list) {
134 first->prev = head;
135 head->next = first;
  /external/e2fsprogs/lib/ext2fs/
tst_iscan.c 156 com_err("iterate", retval, "while reading first inode");
180 int i, j, first=1; local
205 if (first)
206 first = 0;
  /external/eigen/Eigen/src/SparseCore/
SparseColEtree.h 57 * \param firstRowElt The column index of the first element in each row
72 //Compute first nonzero column in each row
90 centered at its first vertex, which has the same fill. */
126 * Depth-first search from vertex n. No recursion.
133 StorageIndex current = n, first, next; local
137 first = first_kid(current);
140 if (first == -1)
165 current = first;
197 // Depth-first search from dummy root vertex #n
  /external/eigen/test/
stable_norm.cpp 46 static bool first = true; local
47 if(first)
49 first = false;
  /external/fio/
flist.h 126 struct flist_head *first = list->next; local
129 first->prev = prev;
130 prev->next = first;
  /external/guava/guava/src/com/google/common/collect/
EmptyImmutableSortedSet.java 97 public E first() { method in class:EmptyImmutableSortedSet
ForwardingSortedSet.java 71 public E first() { method in class:ForwardingSortedSet
72 return delegate().first();
105 * A sensible definition of {@link #contains} in terms of the {@code first()}
116 Object ceiling = self.tailSet(object).first();

Completed in 586 milliseconds

1 2 3 4 5 6 7 891011>>