/external/chromium_org/components/autofill/core/browser/webdata/ |
autofill_entry_unittest.cc | 18 base::Time current = base::Time::Now(); local 20 source.push_back(current); 26 EXPECT_EQ(*it, current); 32 base::Time current = base::Time::Now(); local 35 int64 internal_value = current.ToInternalValue();
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
CounterNode.cpp | 105 const CounterNode* current = this; local 107 while (!(next = current->m_nextSibling)) { 108 current = current->m_parent; 109 if (!current || current == stayWithin) 363 for (const CounterNode* current = root; current; current = current->nextInPreOrder()) [all...] |
/external/chromium_org/third_party/WebKit/Source/wtf/ |
ArrayBuffer.cpp | 58 ArrayBufferView* current = m_firstView; local 59 removeView(current); 60 if (allViewsAreNeuterable || current->isNeuterable()) 61 current->neuter(); 62 neuteredViews.append(current);
|
TreeNode.h | 147 inline typename TreeNode<T>::NodeType* traverseNext(const TreeNode<T>* current, const TreeNode<T>* stayWithin = 0) 149 if (typename TreeNode<T>::NodeType* next = current->firstChild()) 151 if (current == stayWithin) 153 if (typename TreeNode<T>::NodeType* next = current->next()) 155 for (typename TreeNode<T>::NodeType* parent = current->parent(); parent; parent = parent->parent()) { 166 inline typename TreeNode<T>::NodeType* traverseFirstPostOrder(const TreeNode<T>* current) 168 typename TreeNode<T>::NodeType* first = current->here(); 175 inline typename TreeNode<T>::NodeType* traverseNextPostOrder(const TreeNode<T>* current, const TreeNode<T>* stayWithin = 0) 177 if (current == stayWithin) 180 typename TreeNode<T>::NodeType* next = current->next() [all...] |
/external/chromium_org/third_party/mach_override/libudis86/ |
input.h | 45 * Resets the current pointer to its position before the current 56 * Returns the pointer to current session. 66 * Returns the current input byte. 104 * Returns the number of bytes input in the current
|
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/ |
profiler.js | 65 * Get current breakdown template. 66 * @return {Object} current breakdown template. 73 * Get run_id of current profiler. 74 * @return {string} run_id of current profiler. 101 return model.children.reduce(function(previous, current) { 102 var matched = find(current); 109 return this.models_.reduce(function(previous, current) { 110 var matched = find(current); 118 * Get current sub of given model, return undefined if sub dont exist. 128 var curSub = path.reduce(function(previous, current, index) [all...] |
/external/chromium_org/ui/gfx/animation/ |
linear_animation.h | 30 // Gets the value for the current state, according to the animation curve in 35 // Change the current state of the animation to |new_value|. 38 // Skip to the end of the current animation. 41 // Changes the length of the animation. This resets the current 67 // Current state, on a scale from 0.0 to 1.0.
|
/external/chromium_org/ui/gl/ |
gl_context_osmesa.cc | 65 // Set this as soon as the context is current, since we might call into GL. 78 LOG(ERROR) << "Could not make current."; 99 // If our context is current then our notion of which GLContext is 100 // current must be correct. On the other hand, third-party code 101 // using OpenGL might change the current context.
|
/external/e2fsprogs/intl/ |
relocatable.h | 40 /* Sets the original and the current installation prefix of the package. 42 by the corresponding pathname with the current prefix instead. Both 49 /* Returns the pathname, relocated according to the current installation 58 Computes the current installation prefix, based on the original 60 file, and the current pathname of this file. Returns NULL upon failure. */
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
LVC_Mixer_Init.c | 32 /* "Current" based on maximum(TargetGain,CurrentGain) */ 34 /* MaxGain of 2.5, Shift = 2, Current=1.9/4=0.475, Target=2.5/4=0.625 */ 36 /* fraction gain is provided through Current=0.475 and Target=0.625 */ 64 pInstance->Current=CurrentGain<<(16-Shift); // Update fractional gain Current
|
/frameworks/base/media/java/android/media/ |
MediaTimeProvider.java | 32 * the value specified. This happens immediately if the current media time 54 * Get the current presentation time. 72 * @param timeUs current media time 79 * @param timeUs current media time 85 * on full stop, at which point there is no further current media time.
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
QuickSettingsTileView.java | 131 for (ViewParent current = getParent(); current instanceof View; 132 current = current.getParent()) { 133 View view = (View)current;
|
/packages/apps/Calculator/src/com/android/calculator2/ |
History.java | 75 current().setEdited(text); 95 current().clearEdited(); 107 HistoryEntry current() { method in class:History 112 return current().getEdited(); 116 return current().getBase();
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/ |
DemuxOutputStream.java | 35 * Bind the specified stream to the current thread.
48 * Closes stream associated with current thread.
64 * Flushes stream associated with current thread.
80 * Writes byte to stream associated with current thread.
97 * Utility method to retrieve stream bound to current thread (if any).
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
uiter.h | 59 * when moving relative to the current index after a setState() 60 * when the current UTF-16 index is not known. 63 * just to get the current/limit/length index after moving relative to it. 89 * Gets the current position, or the start or limit of the 97 * @param origin get the 0, start, limit, length, or current index 112 * Moves the current position relative to the start or limit of the 113 * iteration range, or relative to the current position itself. 123 * relative to the current position after setState() was called, 132 * @param origin move relative to the 0, start, limit, length, or current index 147 * Check if current() and next() can stil 425 UCharIteratorCurrent *current; member in struct:UCharIterator [all...] |
/external/icu4c/common/unicode/ |
uiter.h | 59 * when moving relative to the current index after a setState() 60 * when the current UTF-16 index is not known. 63 * just to get the current/limit/length index after moving relative to it. 89 * Gets the current position, or the start or limit of the 97 * @param origin get the 0, start, limit, length, or current index 112 * Moves the current position relative to the start or limit of the 113 * iteration range, or relative to the current position itself. 123 * relative to the current position after setState() was called, 132 * @param origin move relative to the 0, start, limit, length, or current index 147 * Check if current() and next() can stil 425 UCharIteratorCurrent *current; member in struct:UCharIterator [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
Semaphore.java | 160 int current = getState(); local 161 int next = current + releases; 162 if (next < current) // overflow 164 if (compareAndSetState(current, next)) 171 int current = getState(); local 172 int next = current - reductions; 173 if (next > current) // underflow 175 if (compareAndSetState(current, next)) 182 int current = getState(); local 183 if (current == 0 || compareAndSetState(current, 0) [all...] |
/art/runtime/jdwp/ |
object_registry.cc | 50 ScopedObjectAccessUnchecked soa(Thread::Current()); 83 Thread* self = Thread::Current(); 89 Thread* self = Thread::Current(); 110 Thread* self = Thread::Current(); 121 Thread* self = Thread::Current(); 130 Thread* self = Thread::Current(); 140 Thread* self = Thread::Current(); 151 Thread* self = Thread::Current(); 162 Thread* self = Thread::Current(); 172 Thread* self = Thread::Current(); [all...] |
/art/runtime/mirror/ |
art_method-inl.h | 129 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); 141 DCHECK(!Runtime::Current()->IsStarted()); 146 DCHECK(!Runtime::Current()->IsStarted()); 151 DCHECK(!Runtime::Current()->IsStarted()); 156 DCHECK(!Runtime::Current()->IsStarted()); 161 DCHECK(!Runtime::Current()->IsStarted()); 166 DCHECK(!Runtime::Current()->IsStarted()); 171 DCHECK(!Runtime::Current()->IsStarted()); 176 DCHECK(!Runtime::Current()->IsStarted()); 188 Runtime* runtime = Runtime::Current(); [all...] |
/art/runtime/ |
signal_catcher.cc | 43 // Show the original command line, and the current command line too if it's changed. 72 Thread* self = Thread::Current(); 88 MutexLock mu(Thread::Current(), lock_); 93 MutexLock mu(Thread::Current(), lock_); 103 ScopedThreadStateChange tsc(Thread::Current(), kWaitingForSignalCatcherOutput); 118 Runtime* runtime = Runtime::Current(); 125 Thread* self = Thread::Current(); 160 Runtime::Current()->GetHeap()->CollectGarbage(false); 177 Runtime::Current()->DumpLockHolders(LOG(INFO)); 187 Runtime* runtime = Runtime::Current(); [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
ContextNodeList.java | 28 * <a href="http://www.w3.org/TR/xslt#dt-current-node-list">current node list</a>, 36 * Get the <a href="http://www.w3.org/TR/xslt#dt-current-node">current node</a>. 39 * @return The current node, or null. 44 * Get the current position, which is one less than 50 * <a href="http://www.w3.org/TR/xslt#dt-current-node">current node</a> 51 * in the <a href="http://www.w3.org/TR/xslt#dt-current-node-list">current node list</a> [all...] |
/external/chromium/chrome/common/ |
thumbnail_score.cc | 86 bool ShouldReplaceThumbnailWith(const ThumbnailScore& current, 88 int current_type = GetThumbnailType(current.good_clipping, current.at_top); 101 double current_interesting_score = 1.0 - current.boring_score; 108 1.0 / (current.redirect_hops_from_dest + 1); 116 replacement.time_at_snapshot - current.time_at_snapshot; 126 // If the current thumbnail doesn't meet basic boringness 128 // current one even if we're using a worse thumbnail type. 129 return current.boring_score >= ThumbnailScore::kThumbnailMaximumBoringness && 135 // Consider the current thumbnail to be new and interesting enough i [all...] |
/external/chromium_org/chrome/browser/sessions/ |
session_backend.h | 24 // . The current file, which is the file commands passed to AppendCommands 26 // . The last file. When created the current file is moved to the last 52 // Moves the current file to the last file, and recreates the current file. 59 // Appends the specified commands to the current file. If reset_first is 60 // true the the current file is recreated. 82 // Moves the current session to the last and resets the current. This is 87 // Reads the commands from the current file. 106 // Opens the current file and writes the header. On success a handle t [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
BackgroundHTMLParser.cpp | 94 ASSERT(!m_input.current().isClosed()); 139 ASSERT(!m_input.current().isClosed()); 151 m_sourceTracker.start(m_input.current(), m_tokenizer.get(), *m_token); 152 if (!m_tokenizer->nextToken(m_input.current(), *m_token)) { 153 // We've reached the end of our current input. 157 m_sourceTracker.end(m_input.current(), m_tokenizer.get(), *m_token); 160 TextPosition position = TextPosition(m_input.current().currentLine(), m_input.current().currentColumn()); 167 CompactHTMLToken token(m_token.get(), TextPosition(m_input.current().currentLine(), m_input.current().currentColumn())) [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
BidiRunList.h | 105 Run* current = 0; local 108 current = next; 109 next = current->next(); 112 if (!current) 115 current->m_next = run->m_next; 129 Run* current = m_firstRun; local 130 Run* next = current->next(); 132 current = next; 133 next = current->next(); 136 current->m_next = run->m_next [all...] |