Searched refs:current (Results 201 - 225 of 3914) sorted by relevance

1234567891011>>

/external/llvm/test/MC/Mips/mips32r6/
H A Dinvalid.s1 # Instructions that are available for the current ISA but should be rejected by
/external/llvm/test/MC/Mips/mips64r2/
H A Dinvalid.s1 # Instructions that are valid for the current ISA but should be rejected by the assembler (e.g.
/external/llvm/test/MC/Mips/mips64r6/
H A Dinvalid.s1 # Instructions that are available for the current ISA but should be rejected by
/external/chromium_org/third_party/jinja2/
H A Dparser.py46 line number or last line number as well as the current name and
50 lineno = self.stream.current.lineno
100 if self.stream.current.type in ('variable_end', 'block_end', 'rparen'):
103 return self.stream.current.test_any(extra_end_rules)
115 token = self.stream.current
122 return getattr(self, 'parse_' + self.stream.current.value)()
145 current token is a colon and skips it if there is one. Then it checks
161 if self.stream.current.type == 'eof':
204 new_node = nodes.If(lineno=self.stream.current.lineno)
224 if self.stream.current
[all...]
/external/chromium_org/base/files/
H A Dimportant_file_writer_unittest.cc100 ImportantFileWriter writer(file_, MessageLoopProxy::current().get());
112 ImportantFileWriter writer(file_, MessageLoopProxy::current().get());
146 ImportantFileWriter writer(file_, MessageLoopProxy::current().get());
152 MessageLoop::current()->PostDelayedTask(
156 MessageLoop::current()->Run();
163 ImportantFileWriter writer(file_, MessageLoopProxy::current().get());
169 MessageLoop::current()->PostDelayedTask(
173 MessageLoop::current()->Run();
180 ImportantFileWriter writer(file_, MessageLoopProxy::current().get());
186 MessageLoop::current()
[all...]
/external/chromium_org/chromeos/dbus/
H A Dfake_debug_daemon_client.cc50 base::MessageLoop::current()->PostTask(FROM_HERE,
56 base::MessageLoop::current()->PostTask(FROM_HERE,
62 base::MessageLoop::current()->PostTask(FROM_HERE,
68 base::MessageLoop::current()->PostTask(FROM_HERE,
74 base::MessageLoop::current()->PostTask(FROM_HERE,
81 base::MessageLoop::current()->PostTask(FROM_HERE, base::Bind(callback, data));
87 base::MessageLoop::current()->PostTask(FROM_HERE,
94 base::MessageLoop::current()->PostTask(FROM_HERE,
102 base::MessageLoop::current()->PostTask(FROM_HERE,
108 base::MessageLoop::current()
[all...]
/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_store_default_unittest.cc73 base::MessageLoopProxy::current(),
74 base::MessageLoopProxy::current(),
100 base::MessageLoop::current()->RunUntilIdle();
110 base::MessageLoop::current()->RunUntilIdle();
114 base::MessageLoop::current()->RunUntilIdle();
119 base::MessageLoopProxy::current(),
120 base::MessageLoopProxy::current(),
150 base::MessageLoop::current()->RunUntilIdle();
165 base::MessageLoop::current()->RunUntilIdle();
177 base::MessageLoop::current()
[all...]
/external/chromium_org/media/midi/
H A Dusb_midi_descriptor_parser.cc86 for (const uint8* current = data;
87 current < data + size;
88 current += current[0]) {
89 uint8 length = current[0];
94 if (current + length > data + size) {
98 DescriptorType descriptor_type = static_cast<DescriptorType>(current[1]);
104 if (!ParseInterface(current, length))
110 if (!ParseCSInterface(device, current, length))
115 if (!ParseEndpoint(current, lengt
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DTreeNode.h159 inline typename TreeNode<T>::NodeType* traverseNext(const TreeNode<T>* current, const TreeNode<T>* stayWithin = 0) argument
161 if (typename TreeNode<T>::NodeType* next = current->firstChild())
163 if (current == stayWithin)
165 if (typename TreeNode<T>::NodeType* next = current->next())
167 for (typename TreeNode<T>::NodeType* parent = current->parent(); parent; parent = parent->parent()) {
178 inline typename TreeNode<T>::NodeType* traverseFirstPostOrder(const TreeNode<T>* current) argument
180 typename TreeNode<T>::NodeType* first = current->here();
187 inline typename TreeNode<T>::NodeType* traverseNextPostOrder(const TreeNode<T>* current, const TreeNode<T>* stayWithin = 0) argument
189 if (current == stayWithin)
192 typename TreeNode<T>::NodeType* next = current
[all...]
/external/chromium_org/v8/src/
H A Dhandles.cc23 HandleScopeData* current = isolate->handle_scope_data(); local
25 Object** result = current->next;
27 DCHECK(result == current->limit);
30 if (!Utils::ApiCheck(current->level != 0,
40 if (current->limit != limit) {
41 current->limit = limit;
42 DCHECK(limit - current->next < kHandleBlockSize);
47 // current handle scope by allocating a new handle block.
48 if (result == current->limit) {
49 // If there's a spare block, use it for growing the current scop
62 HandleScopeData* current = isolate->handle_scope_data(); local
[all...]
H A Dhydrogen-infer-representation.cc10 void HInferRepresentationPhase::AddToWorklist(HValue* current) { argument
11 if (current->representation().IsTagged()) return;
12 if (!current->CheckFlag(HValue::kFlexibleRepresentation)) return;
13 if (in_worklist_.Contains(current->id())) return;
14 worklist_.Add(current, zone());
15 in_worklist_.Add(current->id());
124 HInstruction* current = it.Current(); local
125 AddToWorklist(current);
131 HValue* current = worklist_.RemoveLast(); local
132 current
148 HInstruction* current = it.Current(); local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_state_static.c107 i915->current.cbuf_bo = tex->buffer;
108 i915->current.cbuf_flags = BUF_3D_ID_COLOR_BACK |
117 i915->current.cbuf_bo = NULL;
132 i915->current.depth_bo = tex->buffer;
133 i915->current.depth_flags = BUF_3D_ID_DEPTH |
137 i915->current.depth_bo = NULL;
144 if (i915->current.draw_offset != draw_offset) {
145 i915->current.draw_offset = draw_offset;
149 if (i915->current.draw_size != draw_size) {
150 i915->current
[all...]
H A Di915_state_emit.c149 i915->current.immediate[I915_IMMEDIATE_S0]);
160 (i915->current.target_fixup_format == PIPE_FORMAT_A8_UNORM)) {
161 uint32_t imm = i915->current.immediate[i];
171 OUT_BATCH(i915->current.immediate[i]);
189 OUT_BATCH(i915->current.dynamic[i]);
198 if (i915->current.cbuf_bo && (i915->static_dirty & I915_DST_BUF_COLOR)) {
200 = i915->current.cbuf_bo;
204 if (i915->current.depth_bo && (i915->static_dirty & I915_DST_BUF_DEPTH)) {
206 = i915->current.depth_bo;
220 if (i915->current
[all...]
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state_static.c107 i915->current.cbuf_bo = tex->buffer;
108 i915->current.cbuf_flags = BUF_3D_ID_COLOR_BACK |
117 i915->current.cbuf_bo = NULL;
132 i915->current.depth_bo = tex->buffer;
133 i915->current.depth_flags = BUF_3D_ID_DEPTH |
137 i915->current.depth_bo = NULL;
144 if (i915->current.draw_offset != draw_offset) {
145 i915->current.draw_offset = draw_offset;
149 if (i915->current.draw_size != draw_size) {
150 i915->current
[all...]
H A Di915_state_emit.c149 i915->current.immediate[I915_IMMEDIATE_S0]);
160 (i915->current.target_fixup_format == PIPE_FORMAT_A8_UNORM)) {
161 uint32_t imm = i915->current.immediate[i];
171 OUT_BATCH(i915->current.immediate[i]);
189 OUT_BATCH(i915->current.dynamic[i]);
198 if (i915->current.cbuf_bo && (i915->static_dirty & I915_DST_BUF_COLOR)) {
200 = i915->current.cbuf_bo;
204 if (i915->current.depth_bo && (i915->static_dirty & I915_DST_BUF_DEPTH)) {
206 = i915->current.depth_bo;
220 if (i915->current
[all...]
/external/skia/src/fonts/
H A DSkFontMgr_indirect.cpp86 const SkFontStyle& current = fData->at(i).fFontStyle; variable
92 if (current.width() <= pattern.width()) {
93 currentScore.score += 10 - pattern.width() + current.width();
95 currentScore.score += 10 - current.width();
98 if (current.width() > pattern.width()) {
99 currentScore.score += 10 + pattern.width() - current.width();
101 currentScore.score += current.width();
109 if (pattern.isItalic() && current.isItalic()) {
117 if (pattern.weight() == current.weight()) {
121 if (current
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Duser_script_listener_unittest.cc152 base::MessageLoop::current()->RunUntilIdle();
159 base::MessageLoop::current()->RunUntilIdle();
214 base::MessageLoop::current()->RunUntilIdle();
222 content::NotificationService::current()->Notify(
226 base::MessageLoop::current()->RunUntilIdle();
232 base::MessageLoop::current()->RunUntilIdle();
241 base::MessageLoop::current()->RunUntilIdle();
247 content::NotificationService::current()->Notify(
251 base::MessageLoop::current()->RunUntilIdle();
264 base::MessageLoop::current()
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DCounterNode.cpp105 const CounterNode* current = this; local
106 CounterNode* next = current->m_nextSibling;
107 for (; !next; next = current->m_nextSibling) {
108 current = current->m_parent;
109 if (!current || current == stayWithin)
363 for (const CounterNode* current = root; current; current
[all...]
/external/apache-http/src/org/apache/http/message/
H A DBasicHeaderIterator.java149 final int current = this.currentIndex;
150 if (current < 0) {
154 this.currentIndex = findNext(current);
156 return this.allHeaders[current];
/external/apache-xml/src/main/java/org/apache/xalan/extensions/
H A DObjectFactory.java84 // (cl == null) iff current ClassLoader == null
86 // Thus Class.forName(String) will use the current
94 // Fall back to current classloader
95 ClassLoader current = ObjectFactory.class.getClassLoader();
96 if (current == null) {
98 } else if (cl != current) {
99 cl = current;
/external/chromium_org/base/power_monitor/
H A Dpower_monitor_device_source.cc18 DCHECK(MessageLoop::current());
/external/chromium_org/base/win/
H A Dobject_watcher.cc42 origin_loop_ = MessageLoop::current();
52 // We need to know if the current message loop is going away so we can
54 MessageLoop::current()->AddDestructionObserver(this);
63 DCHECK_EQ(origin_loop_, MessageLoop::current());
76 MessageLoop::current()->RemoveDestructionObserver(this);
/external/chromium_org/cc/test/
H A Dfake_impl_proxy.h19 : FakeProxy(base::MessageLoopProxy::current(), impl_task_runner),
/external/chromium_org/chrome/browser/printing/
H A Dprint_job_worker_owner.cc12 : task_runner_(base::MessageLoop::current()->task_runner()) {
/external/chromium_org/chrome/browser/resources/feedback/js/
H A Dtopbar_handlers.js11 chrome.app.window.current().minimize();

Completed in 914 milliseconds

1234567891011>>