Searched refs:current (Results 76 - 100 of 3914) sorted by relevance

1234567891011>>

/external/clang/tools/clang-format/
H A Dclang-format.py13 # format the current line in NORMAL and INSERT mode or the selected region in
17 # It operates on the current, potentially unsaved buffer and does not create
36 # Get the current text.
37 buf = vim.current.buffer
41 lines = '%s:%s' % (vim.current.range.start + 1, vim.current.range.end + 1)
58 if vim.current.buffer.name:
59 command.extend(['-assume-filename', vim.current.buffer.name])
76 sequence = difflib.SequenceMatcher(None, vim.current.buffer, lines)
79 vim.current
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/
H A DEventTracer.cpp50 // current() might not exist in unit tests.
51 if (!blink::Platform::current())
54 traceSamplingState[0] = blink::Platform::current()->getTraceSamplingState(0);
58 traceSamplingState[1] = blink::Platform::current()->getTraceSamplingState(1);
61 traceSamplingState[2] = blink::Platform::current()->getTraceSamplingState(2);
69 // current() might not exist in unit tests.
70 if (!blink::Platform::current())
73 return blink::Platform::current()->getTraceCategoryEnabledFlag(categoryName);
91 return blink::Platform::current()->addTraceEvent(phase, categoryEnabledFlag, name, id, numArgs, argNames, argTypes, argValues, webConvertableValues, flags);
99 return blink::Platform::current()
[all...]
H A DWebThreadSupportingGC.cpp16 : m_thread(adoptPtr(blink::Platform::current()->createThread(name)))
22 if (ThreadState::current()) {
35 ThreadState::current()->addInterruptor(m_messageLoopInterruptor.get());
40 ThreadState::current()->removeInterruptor(m_messageLoopInterruptor.get());
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c200 static void i915_fpc_optimize_mov_after_alu(union i915_full_token* current, union i915_full_token* next) argument
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], &current->FullInstruction.Dst[0]) &&
208 same_src_reg(&next->FullInstruction.Src[0], &current->FullInstruction.Src[1]) &&
209 !same_src_dst_reg(&next->FullInstruction.Src[0], &current->FullInstruction.Dst[0]) &&
210 is_unswizzled(&current->FullInstruction.Src[0], current->FullInstruction.Dst[0].Register.WriteMask) &&
211 is_unswizzled(&current
259 union i915_full_token current; local
282 i915_fpc_optimize_useless_mov_after_inst(union i915_full_token* current, union i915_full_token* next) argument
[all...]
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c200 static void i915_fpc_optimize_mov_after_alu(union i915_full_token* current, union i915_full_token* next) argument
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], &current->FullInstruction.Dst[0]) &&
208 same_src_reg(&next->FullInstruction.Src[0], &current->FullInstruction.Src[1]) &&
209 !same_src_dst_reg(&next->FullInstruction.Src[0], &current->FullInstruction.Dst[0]) &&
210 is_unswizzled(&current->FullInstruction.Src[0], current->FullInstruction.Dst[0].Register.WriteMask) &&
211 is_unswizzled(&current
259 union i915_full_token current; local
282 i915_fpc_optimize_useless_mov_after_inst(union i915_full_token* current, union i915_full_token* next) argument
[all...]
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/
H A Dutility.js37 return left.reduce(function(previous, current) {
38 var idx = right.indexOf(current, from);
40 previous.push(current);
/external/qemu/hw/android/goldfish/
H A Ddevice.c38 struct goldfish_device *current; member in struct:bus_state
117 if(s->current) {
118 s->current->reported_state = 1;
119 s->current = s->current->next;
122 s->current = first_device;
124 while(s->current && s->current->reported_state == 1)
125 s->current = s->current
[all...]
/external/chromium_org/third_party/freetype/src/base/
H A Dftgloadr.c52 /* loader.current Describes the top of the stack, on which a new */
56 /* Prepare Set up `loader.current' for addition of a new glyph */
58 /* Add Add the `current' glyph image to the `base' one, */
91 FT_GlyphLoad current = &loader->current; local
98 *current = *base;
141 /* re-adjust the `current' outline fields */
146 FT_Outline* current = &loader->current.outline; local
149 current
189 FT_GlyphLoad current = &loader->current; local
208 FT_Outline* current = &loader->current.outline; local
285 FT_GlyphLoad current = &loader->current; local
310 FT_GlyphLoad current = &loader->current; local
327 FT_GlyphLoad current; local
[all...]
/external/freetype/src/base/
H A Dftgloadr.c52 /* loader.current Describes the top of the stack, on which a new */
56 /* Prepare Set up `loader.current' for addition of a new glyph */
58 /* Add Add the `current' glyph image to the `base' one, */
91 FT_GlyphLoad current = &loader->current; local
98 *current = *base;
141 /* re-adjust the `current' outline fields */
146 FT_Outline* current = &loader->current.outline; local
149 current
189 FT_GlyphLoad current = &loader->current; local
208 FT_Outline* current = &loader->current.outline; local
288 FT_GlyphLoad current = &loader->current; local
313 FT_GlyphLoad current = &loader->current; local
330 FT_GlyphLoad current; local
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftgloadr.c52 /* loader.current Describes the top of the stack, on which a new */
56 /* Prepare Set up `loader.current' for addition of a new glyph */
58 /* Add Add the `current' glyph image to the `base' one, */
91 FT_GlyphLoad current = &loader->current; local
98 *current = *base;
141 /* re-adjust the `current' outline fields */
146 FT_Outline* current = &loader->current.outline; local
149 current
189 FT_GlyphLoad current = &loader->current; local
208 FT_Outline* current = &loader->current.outline; local
288 FT_GlyphLoad current = &loader->current; local
313 FT_GlyphLoad current = &loader->current; local
330 FT_GlyphLoad current; local
[all...]
/external/chromium_org/media/midi/
H A Dusb_midi_output_stream.cc22 size_t current = 0; local
24 while (current < size) {
25 uint8 first_byte = Get(data, current);
28 if (!PushSysExMessage(data, &current, &data_to_send))
33 PushSysRTMessage(data, &current, &data_to_send);
36 if (!PushSysCommonMessage(data, &current, &data_to_send))
40 if (!PushChannelMessage(data, &current, &data_to_send))
45 ++current;
52 DCHECK_LE(current, size);
53 DCHECK_LE(size - current, kPacketContentSiz
72 PushSysExMessage(const std::vector<uint8>& data, size_t* current, std::vector<uint8>* data_to_send) argument
116 PushSysCommonMessage( const std::vector<uint8>& data, size_t* current, std::vector<uint8>* data_to_send) argument
159 PushChannelMessage(const std::vector<uint8>& data, size_t* current, std::vector<uint8>* data_to_send) argument
[all...]
/external/apache-http/src/org/apache/http/impl/io/
H A DAbstractMessageParser.java119 CharArrayBuffer current = null;
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
[all...]
/external/chromium_org/base/message_loop/
H A Dmessage_loop_proxy.h20 // MessageLoop::current()->message_loop_proxy()
21 // MessageLoopProxy::current()
27 // Gets the MessageLoopProxy for the current message loop, creating one if
29 static scoped_refptr<MessageLoopProxy> current();
/external/chromium_org/content/public/test/
H A Dframe_load_waiter.cc24 base::MessageLoop::current()->PostTask(FROM_HERE, run_loop_.QuitClosure());
/external/chromium_org/mojo/examples/apptest/
H A Dexample_client_impl.cc15 RunLoop::current()->Quit();
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DRetainedDOMInfo.cpp82 Node* current = m_root; local
83 while (current) {
84 current = NodeTraversal::next(*current, m_root);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSSelectorList.cpp67 CSSParserSelector* current = selectorVector[i].get(); local
68 while (current) {
70 CSSSelector* currentSelector = current->releaseSelector().leakPtr();
74 current = current->tagHistory();
76 if (current)
91 CSSSelector* current = m_selectorArray;
92 while (!current->isLastInSelectorList())
93 ++current;
94 return (current
[all...]
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DResourceClientWalker.h44 for (Iterator current = set.begin(); current != end; ++current)
45 m_clientVector[clientIndex++] = current->key;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DBidiRunForLine.h33 RenderObject* current = 0, unsigned pos = 0);
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DPlatform.cpp48 Platform* Platform::current() function in class:blink::Platform
H A DWebPrerenderingSupport.cpp49 WebPrerenderingSupport* WebPrerenderingSupport::current() function in class:blink::WebPrerenderingSupport
/external/chromium_org/third_party/WebKit/Source/platform/network/
H A DDNS.cpp37 blink::WebPrescientNetworking* prescientNetworking = blink::Platform::current()->prescientNetworking();
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A DMakefile2 include $(TOP)/configs/current
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A DMakefile2 include $(TOP)/configs/current
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A DMakefile2 include $(TOP)/configs/current

Completed in 664 milliseconds

1234567891011>>