/external/chromium_org/net/disk_cache/ |
trace.cc | 40 int current; member in struct:__anon9021::TraceBuffer 134 memcpy(s_trace_buffer->buffer[s_trace_buffer->current], line, kEntrySize); 137 s_trace_buffer->current++; 138 if (s_trace_buffer->current == kNumberOfEntries) 139 s_trace_buffer->current = 0; 154 int current = s_trace_buffer->current - num_traces; local 155 if (current < 0) 156 current += kNumberOfEntries; 159 memcpy(line, s_trace_buffer->buffer[current], kEntrySize) [all...] |
sparse_control.h | 47 // Initializes the object for the current entry. If this entry already stores 68 // Cancels the current sparse operation (if any). 81 // These methods just read / write the required info from disk for the current 94 // Deletes the current child and continues the current operation (open). 97 // Continues the current operation (open) without a current child. 104 // Sets the bit for the current child to the provided |value|. In other words, 111 // Verify that the range to be accessed for the current child is appropriate. 113 // current IO operation (for instance if the required range is not stored b [all...] |
/external/chromium/base/i18n/ |
char_iterator.h | 36 // Return the starting array index of the current character within the 40 // Return the logical index of the current character, independent of the 44 // Return the current char. 70 // The current character. 83 // Return the starting array index of the current character within the 87 // Return the logical index of the current character, independent of the 91 // Return the current char. 102 // Fills in the current character we found and advances to the next 121 // The current character.
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-splay.js | 283 var current = this.root_; 285 if (key < current.key) { 286 if (!current.left) { 289 if (key < current.left.key) { 291 var tmp = current.left; 292 current.left = tmp.right; 293 tmp.right = current; 294 current = tmp; 295 if (!current.left) { 300 right.left = current; [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/ |
v8-splay.js | 283 var current = this.root_; 285 if (key < current.key) { 286 if (!current.left) { 289 if (key < current.left.key) { 291 var tmp = current.left; 292 current.left = tmp.right; 293 tmp.right = current; 294 current = tmp; 295 if (!current.left) { 300 right.left = current; [all...] |
/external/junit/src/org/junit/internal/runners/ |
TestClass.java | 68 private boolean isShadowed(Method current, Method previous) { 69 if (! previous.getName().equals(current.getName())) 71 if (previous.getParameterTypes().length != current.getParameterTypes().length) 74 if (! previous.getParameterTypes()[i].equals(current.getParameterTypes()[i])) 82 Class<?> current= testClass; local 83 while (current != null) { 84 results.add(current); 85 current= current.getSuperclass();
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
MixSoft_1St_D32C31_WRA.c | 50 if (pInstance->Current != pInstance->Target) 53 pInstance->Current = pInstance->Target; 54 }else if ((pInstance->Current-pInstance->Target <POINT_ZERO_ONE_DB)&& 55 (pInstance->Current-pInstance->Target > -POINT_ZERO_ONE_DB)){ 56 pInstance->Current = pInstance->Target; /* Difference is not significant anymore. Make them equal. */ 76 Mult3s_32x16( src, (LVM_INT16)(pInstance->Current>>16), dst, n ); 84 if ((pInstance->Current-pInstance->Target <POINT_ZERO_ONE_DB)&& 85 (pInstance->Current-pInstance->Target > -POINT_ZERO_ONE_DB)){ 86 pInstance->Current = pInstance->Target; /* Difference is not significant anymore. Make them equal. */
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
PathMatcher.java | 34 Node current = mRoot; local 36 current = current.addChild(segments[i]); 38 current.setKind(kind); 44 Node current = mRoot; local 46 Node next = current.getChild(segments[i]); 48 next = current.getChild("*"); 55 current = next; 57 return current.getKind();
|
/external/chromium_org/base/ |
thread_task_runner_handle.h | 17 // for the current thread by calling ThreadTaskRunnerHandle::Get(). 21 // Gets the SingleThreadTaskRunner for the current thread. 25 // the current thread. 28 // Binds |task_runner| to the current thread. |task_runner| must belong 29 // to the current thread for this to succeed.
|
guid.cc | 16 char current = guid[i]; local 18 if (current != '-') 21 if (hexchars.find(current) == std::string::npos)
|
thread_task_runner_handle.cc | 22 ThreadTaskRunnerHandle* current = lazy_tls_ptr.Pointer()->Get(); local 23 DCHECK(current); 24 return current->task_runner_;
|
/external/chromium_org/chrome/test/functional/ispy/server/views/ |
debug_view.html | 5 var current = 0; 9 current = (current + 1) % 2; 11 image.src = (current ? "{{ actual }}" : "{{ expected }}"); 13 title.textContent = (current ? "Actual" : "Expected");
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
NavigationController.java | 13 * @return Whether back navigation is possible from the "current entry". 18 * @return Whether forward navigation is possible from the "current entry". 29 * Navigates to the specified offset from the "current entry". Does nothing if the offset is 42 * Goes to the navigation entry before the current one. 47 * Goes to the navigation entry following the current one.
|
/external/chromium_org/content/public/test/ |
test_file_system_context.cc | 22 base::MessageLoopProxy::current().get(), base_path)); 32 base::MessageLoopProxy::current().get(), 33 base::MessageLoopProxy::current().get(), 47 base::MessageLoopProxy::current().get(), 48 base::MessageLoopProxy::current().get(),
|
/external/chromium_org/net/cookies/ |
cookie_store_test_callbacks.cc | 17 parent_loop_(base::MessageLoop::current()), 18 loop_to_quit_(base::MessageLoop::current()) {} 23 run_in_loop_(base::MessageLoop::current()), 25 loop_to_quit_(base::MessageLoop::current()) {} 38 EXPECT_EQ(expected_loop, base::MessageLoop::current());
|
/external/chromium_org/third_party/freetype/src/autofit/ |
afloader.h | 32 * actual fonts. If necessary, `local' data like the current face, the 33 * current face's auto-hint data, or the current glyph's parameters 40 /* current face data */ 44 /* current glyph data */
|
/external/chromium_org/tools/telemetry/telemetry/page/ |
html_page_measurement_results_unittest.py | 72 "current": [3, 7], 77 "current": [0], 82 "current": [7], 87 "current": [0], 92 "current": [3], 127 "current": [3, 7], 132 "current": [0], 137 "current": [7], 142 "current": [0], 147 "current": [3] [all...] |
/external/freetype/src/autofit/ |
afloader.h | 32 * actual fonts. If necessary, `local' data like the current face, the 33 * current face's auto-hint data, or the current glyph's parameters 40 /* current face data */ 44 /* current glyph data */
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_fpc_optimize.c | 200 static void i915_fpc_optimize_mov_after_alu(union i915_full_token* current, union i915_full_token* next) 202 if ( current->Token.Type == TGSI_TOKEN_TYPE_INSTRUCTION && 204 op_commutes(current->FullInstruction.Instruction.Opcode) && 205 current->FullInstruction.Instruction.Saturate == next->FullInstruction.Instruction.Saturate && 207 same_dst_reg(&next->FullInstruction.Dst[0], ¤t->FullInstruction.Dst[0]) && 208 same_src_reg(&next->FullInstruction.Src[0], ¤t->FullInstruction.Src[1]) && 209 !same_src_dst_reg(&next->FullInstruction.Src[0], ¤t->FullInstruction.Dst[0]) && 210 is_unswizzled(¤t->FullInstruction.Src[0], current->FullInstruction.Dst[0].Register.WriteMask) && 211 is_unswizzled(¤t->FullInstruction.Src[1], current->FullInstruction.Dst[0].Register.WriteMask) & 259 union i915_full_token current; local [all...] |
/external/mesa3d/src/gallium/drivers/i915/ |
i915_fpc_optimize.c | 200 static void i915_fpc_optimize_mov_after_alu(union i915_full_token* current, union i915_full_token* next) 202 if ( current->Token.Type == TGSI_TOKEN_TYPE_INSTRUCTION && 204 op_commutes(current->FullInstruction.Instruction.Opcode) && 205 current->FullInstruction.Instruction.Saturate == next->FullInstruction.Instruction.Saturate && 207 same_dst_reg(&next->FullInstruction.Dst[0], ¤t->FullInstruction.Dst[0]) && 208 same_src_reg(&next->FullInstruction.Src[0], ¤t->FullInstruction.Src[1]) && 209 !same_src_dst_reg(&next->FullInstruction.Src[0], ¤t->FullInstruction.Dst[0]) && 210 is_unswizzled(¤t->FullInstruction.Src[0], current->FullInstruction.Dst[0].Register.WriteMask) && 211 is_unswizzled(¤t->FullInstruction.Src[1], current->FullInstruction.Dst[0].Register.WriteMask) & 259 union i915_full_token current; local [all...] |
/libcore/luni/src/main/java/java/util/concurrent/atomic/ |
AtomicIntegerFieldUpdater.java | 60 * to the given updated value if the current value {@code ==} the 76 * to the given updated value if the current value {@code ==} the 115 * Gets the current value held in the field of the given object managed 119 * @return the current value 133 int current = get(obj); local 134 if (compareAndSet(obj, current, newValue)) 135 return current; 140 * Atomically increments by one the current value of the field of the 148 int current = get(obj); local 149 int next = current + 1 164 int current = get(obj); local 181 int current = get(obj); local 197 int current = get(obj); local 213 int current = get(obj); local 230 int current = get(obj); local [all...] |
/external/chromium/net/disk_cache/ |
sparse_control.h | 46 // Initializes the object for the current entry. If this entry already stores 67 // Cancels the current sparse operation (if any). 80 // These methods just read / write the required info from disk for the current 93 // Deletes the current child and continues the current operation (open). 96 // Continues the current operation (open) without a current child. 103 // Sets the bit for the current child to the provided |value|. In other words, 110 // Verify that the range to be accessed for the current child is appropriate. 112 // current IO operation (for instance if the required range is not stored b [all...] |
/external/opencv/otherlibs/highgui/ |
bitstrm.cpp | 235 uchar *current = m_current; local 238 if( current >= m_end ) 241 current = m_current; 244 val = *((uchar*)current); 245 m_current = current + 1; 286 uchar *current = m_current; local 289 if( current+1 < m_end ) 291 val = current[0] + (current[1] << 8); 292 m_current = current + 2 305 uchar *current = m_current; local 327 uchar *current = m_current; local 346 uchar *current = m_current; local 401 ulong* current = (ulong*)m_current; local 420 ulong* current = (ulong*)m_current; local 510 ulong* current = ((ulong*)m_current) - mask; local 529 ulong* current = ((ulong*)m_current) - mask; local 859 uchar *current = m_current; local 879 uchar *current = m_current; local 910 uchar *current = m_current; local 930 uchar *current = m_current; local [all...] |
/external/chromium/chrome/browser/first_run/ |
upgrade_util.h | 15 // Launches a new instance of the browser if the current instance in persistent 24 // Checks if chrome_new.exe is present in the current instance's install. 26 // Checks if the last modified time of chrome is newer than that of the current
|
/external/chromium/chrome/common/ |
guid.cc | 19 char current = guid[i]; local 21 if (current != '-') 24 if (hexchars.find(current) == std::string::npos)
|