/external/r8/src/test/examples/regress2/ |
Regress2.java | 26 X current = new X(); local 28 x = current;
|
/external/skia/bench/ |
ChromeBench.cpp | 469 SkRect current; local 470 setRectangle(current, i); 472 canvas->drawRect(current, paint); 478 void setRectangle(SkRect& current, int i) { 479 current.set(0, 0,
|
/external/skia/src/pathops/ |
SkPathOpsTightBounds.cpp | 73 SkOpContour* current = contourList; local 74 SkPathOpsBounds bounds = current->bounds(); 75 while ((current = current->next())) { 76 bounds.add(current->bounds());
|
/external/skia/tools/skiaserve/urlhandlers/ |
BreakHandler.cpp | 68 SkColor current = request->getPixel(x, y); local 69 if (current != target) { 71 endColor.append(Json::Value(SkColorGetR(current))); 72 endColor.append(Json::Value(SkColorGetG(current))); 73 endColor.append(Json::Value(SkColorGetB(current))); 74 endColor.append(Json::Value(SkColorGetA(current)));
|
/external/v8/src/crankshaft/ |
lithium-inl.h | 44 LOperand* TempIterator::Current() { 70 LOperand* InputIterator::Current() { 85 LOperand* current = instr_->InputAt(current_); local 86 if (current != NULL && !current->IsConstantOperand()) break; 101 LOperand* UseIterator::Current() { 103 LOperand* result = input_iterator_.Done() ? env_iterator_.Current() 104 : input_iterator_.Current();
|
/external/vulkan-validation-layers/layers/ |
parameter_name.h | 111 std::string::size_type current = 0; local 116 current = source_.find(IndexFormatSpecifier, last); 117 if (current == std::string::npos) { 120 format << source_.substr(last, (current - last)) << index; 121 last = current + IndexFormatSpecifier.length();
|
/frameworks/base/sax/java/android/sax/ |
Children.java | 34 Child current = children[index]; local 35 if (current == null) { 37 current = new Child(parent, uri, localName, parent.depth + 1, hash); 38 children[index] = current; 39 return current; 44 if (current.hash == hash 45 && current.uri.compareTo(uri) == 0 46 && current.localName.compareTo(localName) == 0) { 48 return current; 51 previous = current; 69 Child current = children[index]; local [all...] |
/frameworks/support/app-toolkit/common/src/main/java/android/arch/core/internal/ |
FastSafeIterableMap.java | 46 Entry<K, V> current = get(key); local 47 if (current != null) { 48 return current.mValue;
|
/frameworks/support/app-toolkit/core-testing/src/test/java/android/arch/core/executor/testing/ |
InstantTaskExecutorRuleTest.java | 41 final Thread current = Thread.currentThread(); local 45 assertTrue(Thread.currentThread() == current); 55 final Thread current = Thread.currentThread(); local 59 assertTrue(Thread.currentThread() == current);
|
/frameworks/support/design/tests/src/android/support/design/testutils/ |
ViewPagerActions.java | 52 int current = viewPager.getCurrentItem(); local 53 viewPager.setCurrentItem(current + 1, false); 80 int current = viewPager.getCurrentItem(); 81 viewPager.setCurrentItem(current - 1, false);
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
ThreadTest.java | 38 Thread current = Thread.currentThread(); local 39 ThreadGroup tg = current.getThreadGroup(); 41 assertSame(tg, current.getUncaughtExceptionHandler()); 42 current.setUncaughtExceptionHandler(eh); 44 assertSame(eh, current.getUncaughtExceptionHandler()); 46 current.setUncaughtExceptionHandler(null); 48 assertSame(tg, current.getUncaughtExceptionHandler());
|
/libcore/luni/src/test/java/libcore/java/text/ |
DateFormatTest.java | 52 final Date current = new Date(1468250177000L); // 20160711 15:16:17 GMT local 54 String actualDateString = format.format(current); 56 String expectedDateString = sdf.format(current);
|
/libcore/ojluni/src/main/java/java/text/ |
CharacterIterator.java | 50 * Iterators maintain a current character index, whose valid range is from 53 * The current index can be retrieved by calling getIndex() and set directly 59 * also returned by other methods to indicate that the current index is 132 * Gets the character at the current position (as returned by getIndex()). 133 * @return the character at the current position or DONE if the current 137 public char current(); method in interface:CharacterIterator 142 * to getEndIndex(), the current index is reset to getEndIndex() and 151 * at the new index. If the current index is getBeginIndex(), the index 153 * @return the character at the new position or DONE if the current [all...] |
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
SuggestionCursorWrapper.java | 76 protected SuggestionCursor current() { method in class:SuggestionCursorWrapper
|
/packages/apps/Settings/src/com/android/settings/display/ |
VrDisplayPreferenceController.java | 49 int current = Settings.Secure.getIntForUser(mContext.getContentResolver(), local 52 if (current == 0) {
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/ |
dictionary_utils.cpp | 33 std::vector<DicNode> current; local 41 current.emplace_back(); 42 DicNodeUtils::initAsRoot(dictionaryStructurePolicy, prevWordIds, ¤t.front()); 46 for (const DicNode &dicNode : current) { 54 current.clear(); 55 current.swap(next); 59 for (const DicNode &dicNode : current) {
|
/prebuilts/go/darwin-x86/src/os/user/ |
lookup_windows.go | 102 func current() (*User, error) { func
|
/prebuilts/go/linux-x86/src/os/user/ |
lookup_windows.go | 102 func current() (*User, error) { func
|
/system/core/init/parser/ |
tokenizer.cpp | 33 const Tokenizer::Token& Tokenizer::current() { function in class:init::Tokenizer
|
/system/core/libunwindstack/ |
DwarfEhFrame.cpp | 116 size_t current = (first + last) / 2; local 117 const FdeInfo* info = GetFdeInfoFromIndex(current); 123 last = current; 125 first = current + 1; 163 for (size_t current = fde_info_.size(); 164 current < fde_count_ && memory_.cur_offset() < entries_end_; current++) { 172 FdeInfo* info = &fde_info_[current]; 174 fde_info_.erase(current);
|
ElfInterfaceArm.cpp | 43 size_t current = (first + last) / 2; local 44 uint32_t addr = addrs_[current]; 46 if (!GetPrel31Addr(start_offset_ + current * 8, &addr)) { 49 addrs_[current] = addr; 52 *entry_offset = start_offset_ + current * 8; 56 last = current; 58 first = current + 1;
|
Symbols.cpp | 43 size_t current = first + (last - first) / 2; local 44 const Info* info = &symbols_[current]; 46 last = current; 50 first = current + 1;
|
/tools/loganalysis/src/com/android/loganalysis/util/config/ |
OptionUpdateRule.java | 32 Object update(String optionName, Object current, Object update) 34 if (current == null) return update; 35 return current; 42 Object update(String optionName, Object current, Object update) 51 Object update(String optionName, Object current, Object update) 53 if (current == null) return update; 54 if (compare(optionName, current, update) < 0) { 55 // current < update; so use the update 58 // current >= update; so keep current 101 Object current; local [all...] |
/tools/tradefederation/core/src/com/android/tradefed/config/ |
OptionUpdateRule.java | 31 boolean shouldUpdate(String optionName, Object current, Object update) 33 return current == null; 40 boolean shouldUpdate(String optionName, Object current, Object update) 49 boolean shouldUpdate(String optionName, Object current, Object update) 51 return current == null || compare(optionName, current, update) < 0; 58 boolean shouldUpdate(String optionName, Object current, Object update) 60 return current == null || compare(optionName, current, update) > 0; 67 boolean shouldUpdate(String optionName, Object current, Object update 88 Object current; local [all...] |
/external/apache-http/src/org/apache/http/impl/io/ |
AbstractMessageParser.java | 119 CharArrayBuffer current = null; local 122 if (current == null) { 123 current = new CharArrayBuffer(64); 125 current.clear(); 127 int l = inbuffer.readLine(current); 128 if (l == -1 || current.length() < 1) { 135 if ((current.charAt(0) == ' ' || current.charAt(0) == '\t') && previous != null) { 139 while (i < current.length()) { 140 char ch = current.charAt(i) [all...] |