/bionic/libc/upstream-netbsd/lib/libc/regex/ |
engine.c | 506 for (;;) { /* find first matching branch */ 716 for (;;) { /* find first matching branch */ 1049 case OCH_: /* mark the first two branches */ 1100 int first = 1; local 1115 fprintf(d, "%s%d", (first) ? "\t" : ", ", i); 1116 first = 0;
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
InsetDrawableTest.java | 343 // Obtain the first instance, then mutate and modify a property held by 347 InsetDrawable first = (InsetDrawable) res.getDrawable(R.drawable.inset_mutate, null); local 350 first.mutate().setAlpha(128); 352 assertEquals("Modified first loaded instance", 128, first.getDrawable().getAlpha());
|
/cts/tests/tests/mediastress/preconditions/src/android/mediastress/cts/preconditions/ |
MediaPreparer.java | 154 int first; local 157 first = Integer.parseInt(matcher.group(1)); 165 int height = Math.min(first, second); 166 int width = Math.max(first, second);
|
/cts/tests/tests/text/src/android/text/cts/ |
SpannableStringBuilderTest.java | 592 Object first = new SubscriptSpan(); local 595 builder.setSpan(first, 2, 4, flags); 602 assertEquals(first, spans[0]); 610 Object first = new SubscriptSpan(); local 618 builder.setSpan(first, 2, 4, flags); 629 assertEquals(first, spans[2]); 637 Object first = new SubscriptSpan(); local 643 builder.setSpan(first, 2, 4, flags); 646 builder.removeSpan(first); 662 Object first = new SubscriptSpan() local [all...] |
/cts/tools/dasm/src/java_cup/runtime/ |
lr_parser.java | 159 * States are indexed using the first dimension, however, the entries for 175 * state numbers. States are indexed using the first dimension, however, 283 * the first token. Here this is just a placeholder for subclasses that 390 int first, last, probe; local 408 first = 0; 410 while (first <= last) 412 probe = (first+last)/2; 416 first = probe+1; 496 /* get the first token */ 741 * fails, true if it succeeds. Recovery happens in 4 steps. First w [all...] |
/dalvik/dx/src/com/android/dx/command/dump/ |
BlockDumper.java | 63 /** whether this is the first method being dumped */ 64 private boolean first; field in class:BlockDumper 98 this.first = true; 110 * First, parse the file completely, so we can safely refer to 167 if (first) { 168 first = false; 301 sb.append("first " + Hex.u2(rmeth.getFirstLabel()) + "\n");
|
/dalvik/dx/src/com/android/dx/dex/code/ |
InsnFormat.java | 444 int first = list.get(0).getReg(); local 445 int next = first;
|
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3tokenstream.c | 349 * first symbol of lookahead. 418 ANTLR3_MARKER first; local 423 first = is->index(is); 425 for (i=0; i<first; i++) 641 ts->debugger->consumeToken(ts->debugger, t); // Tell the debugger that we consumed the first token 1021 /* Set the consume pointer to the first token that is on our channel 1028 /// Given a starting index, return the index of the first on-channel
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
IntervalSet.java | 231 Interval first = (Interval)intervals.get(0); local 232 // add a range from 0 to first.a constrained to vocab 233 if ( first.a > 0 ) { 234 IntervalSet s = IntervalSet.of(0, first.a-1);
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
NFAFactory.java | 201 NFAState first = newState(); local 203 NFAState prev = first; 210 return new StateCluster(first, last); 421 // Are we the first alternative? 426 // if not first alternative, must link to this alt from previous 434 // Points to first alt NFAState on left, block end on right 653 // Are we the first alternative? 658 // if not first alternative, must link to this alt from previous
|
/external/autotest/client/tests/signaltest/src/ |
signaltest.c | 101 int first = 1; local 151 * If it is the first thread, sleep after every 16 161 /* Skip the first cycle */ 162 if (first) { 163 first = 0;
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
CallAndMessageChecker.cpp | 278 bool first = true; local 281 if (first) 282 first = false;
|
/external/clang/lib/StaticAnalyzer/Core/ |
SimpleSValBuilder.cpp | 215 // Check for a few special cases with known reductions first. 494 const llvm::APSInt &first = IntType.convert(symIntExpr->getRHS()); local 499 newRHS = BasicVals.evalAPSInt(BO_Add, first, second); 501 newRHS = BasicVals.evalAPSInt(BO_Sub, first, second); 567 // Iterate through the fields and see which one comes first. [all...] |
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
p3.cpp | 281 constexpr int first(int n) { function in namespace:std_example
|
/external/clang/test/CodeGenCXX/ |
cxx0x-initializer-stdinitializerlist.cpp | 367 // First init list. 422 // destroy the second B then the second A then the first B then the first A. 488 T1 first; member in struct:B19773010::pair 490 constexpr pair() : first(), second() {} 491 constexpr pair(T1 a, T2 b) : first(a), second(b) {}
|
mangle-ms-templates.cpp | 186 // Tested with MSVC 2013, the first version which supports variadic templates. 243 int first; member in struct:record
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_linux_libcdep.cc | 417 bool first; member in struct:__sanitizer::DlIteratePhdrData 427 if (data->first) { 428 data->first = false; 429 // First module is the binary itself. 502 // Skip the first number.
|
/external/curl/lib/ |
cookie.c | 176 4. Output the characters of the uri-path from the first character up 270 * but only the first should be 367 char *lineptr, /* first character of the line */ 385 /* First, alloc and init a new struct for it */ 402 semiptr=strchr(lineptr, ';'); /* first, find a semicolon */ 776 /* at first, remove expired cookies */ 822 co->next = clist->next; /* get the next-pointer first */ 1018 /* at first, remove expired cookies */ 1049 /* first, copy the whole source cookie: */ 1079 once, the longest specified path version comes first. To make thi 1161 struct Cookie *first, *curr, *next, *prev = NULL; local [all...] |
/external/deqp/modules/gles2/performance/ |
es2pTextureUploadTests.cpp | 259 vector<deUint64>::const_iterator first = sortedFrameTimes.begin(); local 261 vector<deUint64>::const_iterator middle = first + (last - first) / 2;
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
InsnFormat.java | 445 int first = list.get(0).getReg(); local 446 int next = first;
|
/external/e2fsprogs/debugfs/ |
logdump.c | 348 /* First, check to see if there's an ext2 superblock header */ 634 int first, prev, this, start_extent, i; local 648 first = prev = start_extent = -1; 656 show_extent(out_file, start_extent, i, first); 658 first = prev = this; 661 show_extent(out_file, start_extent, i, first);
|
/external/e2fsprogs/misc/ |
dumpe2fs.c | 108 const char *str, int *first) 111 if (*first) { 113 *first = 0; 121 int first = 1, bg_flags = 0; local 127 &first); 129 &first); 131 &first); 132 if (!first) 428 "Journal first block: %u\n"
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/ |
BuildResults.java | 161 char first = this.name.charAt(0); local 162 if (first == 'N' || first == 'I' || first == 'M') { // TODO (frederic) should be buildIdPrefixes...
|
ScenarioResults.java | 75 * Returns the first configuration baseline build name. 88 * Currently returns the first found, but may be a comma-separated list? 188 int first = token .indexOf('.'); local 189 if (first == last) {
|
/external/emma/core/java12/com/vladium/jcd/lib/ |
Types.java | 46 boolean first = true; 56 if (first) 57 first = false; 76 if (first) 77 first = false; 497 char first = typedescriptor.charAt (0); local 499 if (first == '[') 502 else if (first == 'L') 507 return primitive (first); 514 char first = typedescriptor.charAt (0) local 555 char first = typedescriptor.charAt (0); local 572 char first = typedescriptor.charAt (0); local [all...] |