HomeSort by relevance Sort by last modified time
    Searched full:current (Results 351 - 375 of 28275) sorted by null

<<11121314151617181920>>

  /external/chromium_org/base/files/
important_file_writer_unittest.cc 63 ImportantFileWriter writer(file_, MessageLoopProxy::current().get());
73 ImportantFileWriter writer(file_, MessageLoopProxy::current().get());
79 MessageLoop::current()->PostDelayedTask(
83 MessageLoop::current()->Run();
90 ImportantFileWriter writer(file_, MessageLoopProxy::current().get());
96 MessageLoop::current()->PostDelayedTask(
100 MessageLoop::current()->Run();
107 ImportantFileWriter writer(file_, MessageLoopProxy::current().get());
113 MessageLoop::current()->PostDelayedTask(
117 MessageLoop::current()->Run()
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
glcpp.h 73 # define YYLLOC_DEFAULT(Current, Rhs, N) \
77 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \
78 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
79 (Current).last_line = YYRHSLOC(Rhs, N).last_line; \
80 (Current).last_column = YYRHSLOC(Rhs, N).last_column; \
84 (Current).first_line = (Current).last_line = \
86 (Current).first_column = (Current).last_column = \
89 (Current).source = 0;
    [all...]
  /external/mesa3d/src/glsl/glcpp/
glcpp.h 73 # define YYLLOC_DEFAULT(Current, Rhs, N) \
77 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \
78 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
79 (Current).last_line = YYRHSLOC(Rhs, N).last_line; \
80 (Current).last_column = YYRHSLOC(Rhs, N).last_column; \
84 (Current).first_line = (Current).last_line = \
86 (Current).first_column = (Current).last_column = \
89 (Current).source = 0;
    [all...]
  /external/chromium/net/websockets/
websocket_frame_handler.h 38 // Updates current IOBuffer.
41 // Returns available size of data, 0 if no more data or current buffer was
45 // Gets current IOBuffer.
52 // Returns original buffer size of current IOBuffer.
57 // Releases current IOBuffer.
  /external/chromium_org/chrome/browser/ui/app_list/search/
term_break_iterator.h 35 // Returns the current term, which is the substr of |word_| in range
47 STATE_NUMBER, // Current char is a number [0-9\.,].
48 STATE_UPPER, // Current char is upper case.
49 STATE_LOWER, // Current char is lower case.
50 STATE_CHAR, // Current char has no case, e.g. a cjk char.
  /external/chromium_org/chrome/renderer/resources/extensions/
window_controls.js 55 chrome.app.window.current().close();
66 * Restore or maximize depending on current state
69 if (chrome.app.window.current().isMaximized()) {
70 chrome.app.window.current().restore();
72 chrome.app.window.current().maximize();
  /external/chromium_org/third_party/WebKit/Source/core/events/
EventPath.cpp 142 Node* current = m_node; local
143 addEventContext(current);
146 while (current) {
147 if (current->isShadowRoot() && m_event && determineDispatchBehavior(m_event, toShadowRoot(current), m_node) == StayInsideShadowDOM)
150 collectDestinationInsertionPoints(*current, insertionPoints);
162 current = insertionPoints.last();
165 if (current->isShadowRoot()) {
166 current = current->shadowHost()
230 Node* current = at(i).node(); local
    [all...]
  /external/chromium_org/v8/src/
interface.cc 59 // Current nesting depth for debug output.
64 static int current() { return current_; } function in class:v8::internal::Nesting
80 PrintF("%*s# Adding...\n", Nesting::current(), "");
81 PrintF("%*sthis = ", Nesting::current(), "");
82 this->Print(Nesting::current());
83 PrintF("%*s%s : ", Nesting::current(), "",
85 interface->Print(Nesting::current());
111 PrintF("%*sthis' = ", Nesting::current(), "");
112 this->Print(Nesting::current());
113 PrintF("%*s# Added.\n", Nesting::current(), "");
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-3010.js 31 for (var current = 0; current <= current_size; ++current) {
32 eval_string += 'k' + current + ':' + current + ','
  /external/stlport/src/
sparc_atomic.s 16 ld [%o0], %o2 ! Set the current value
35 ld [%o0], %o2 ! set the current
36 add %o2, 0x1, %o3 ! Increment and store current
57 ld [%o0], %o2 ! set the current
58 sub %o2, 0x1, %o3 ! decrement and store current
sparc_atomic64.s 14 ldx [%o0], %o2 ! Set the current value
33 ldx [%o0], %o2 ! set the current
34 addx %o2, 0x1, %o3 ! Increment and store current
53 ldx [%o0], %o2 ! set the current
54 subx %o2, 0x1, %o3 ! decrement and store current
  /external/v8/src/
interface.cc 57 // Current nesting depth for debug output.
62 static int current() { return current_; } function in class:v8::internal::Nesting
78 PrintF("%*s# Adding...\n", Nesting::current(), "");
79 PrintF("%*sthis = ", Nesting::current(), "");
80 this->Print(Nesting::current());
81 PrintF("%*s%s : ", Nesting::current(), "",
83 interface->Print(Nesting::current());
105 PrintF("%*sthis' = ", Nesting::current(), "");
106 this->Print(Nesting::current());
107 PrintF("%*s# Added.\n", Nesting::current(), "");
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
sparc_atomic.s 16 ld [%o0], %o2 ! Set the current value
35 ld [%o0], %o2 ! set the current
36 add %o2, 0x1, %o3 ! Increment and store current
57 ld [%o0], %o2 ! set the current
58 sub %o2, 0x1, %o3 ! decrement and store current
sparc_atomic64.s 14 ldx [%o0], %o2 ! Set the current value
33 ldx [%o0], %o2 ! set the current
34 addx %o2, 0x1, %o3 ! Increment and store current
53 ldx [%o0], %o2 ! set the current
54 subx %o2, 0x1, %o3 ! decrement and store current
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
drawpix.c 63 IROUND(ctx->Current.RasterPos[0]),
64 IROUND(ctx->Current.RasterPos[1]));
72 /* We're not using the current vertex program, and the driver may install
139 if (!ctx->Current.RasterPosValid) {
146 GLint x = IROUND(ctx->Current.RasterPos[0]);
147 GLint y = IROUND(ctx->Current.RasterPos[1]);
170 /* Feedback the current raster pos info */
174 ctx->Current.RasterPos,
175 ctx->Current.RasterColor,
176 ctx->Current.RasterTexCoords[0] )
    [all...]
  /external/mesa3d/src/mesa/main/
drawpix.c 63 IROUND(ctx->Current.RasterPos[0]),
64 IROUND(ctx->Current.RasterPos[1]));
72 /* We're not using the current vertex program, and the driver may install
139 if (!ctx->Current.RasterPosValid) {
146 GLint x = IROUND(ctx->Current.RasterPos[0]);
147 GLint y = IROUND(ctx->Current.RasterPos[1]);
170 /* Feedback the current raster pos info */
174 ctx->Current.RasterPos,
175 ctx->Current.RasterColor,
176 ctx->Current.RasterTexCoords[0] )
    [all...]
  /external/clang/lib/Format/
TokenAnnotator.cpp 267 void updateParameterCount(FormatToken *Left, FormatToken *Current) {
268 if (Current->is(tok::comma)) {
270 } else if (Left->ParameterCount == 0 && Current->isNot(tok::comment)) {
578 void determineTokenType(FormatToken &Current) {
579 if (Current.getPrecedence() == prec::Assignment &&
580 (!Current.Previous || Current.Previous->isNot(tok::kw_operator))) {
582 for (FormatToken *Previous = Current.Previous;
592 } else if (Current.isOneOf(tok::kw_return, tok::kw_throw) ||
593 (Current.is(tok::l_paren) && !Line.MustBeDeclaration &
    [all...]
  /frameworks/base/libs/hwui/
Snapshot.h 36 * A snapshot holds information about the current state of the rendering
82 * Modifies the current clip with the new clip rectangle and
90 * Modifies the current clip with the new clip rectangle and
97 * Modifies the current clip with the specified region and operation.
103 * Sets the current clip.
108 * Returns the current clip in local coordinates. The clip rect is
119 * Resets the current transform to a pure 3D translation.
130 * Indicates whether the current transform has perspective components.
171 * Current viewport.
186 * Local transformation. Holds the current translation, scale an
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/local/
syncable_file_operation_runner_unittest.cc 46 // Use the current thread as IO thread so that we can directly call
51 base::MessageLoopProxy::current().get(),
52 base::MessageLoopProxy::current().get()),
65 base::MessageLoopProxy::current().get(),
66 base::MessageLoopProxy::current().get());
164 base::MessageLoop::current()->RunUntilIdle();
170 base::MessageLoop::current()->RunUntilIdle();
178 base::MessageLoop::current()->RunUntilIdle();
185 base::MessageLoop::current()->RunUntilIdle();
205 base::MessageLoop::current()->RunUntilIdle()
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
textfield_views_model.h 55 // Called when the current composition text is confirmed or cleared.
69 // current composition text will be confirmed first. Setting
78 // Inserts given |text| at the current cursor position.
79 // The current composition text will be cleared.
84 // Inserts a character at the current cursor position.
89 // Replaces characters at the current position with characters in given text.
90 // The current composition text will be cleared.
95 // Replaces the char at the current position with given character.
101 // The current composition text will be confirmed.
104 // Deletes the first character after the current cursor position (as if, th
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
Letters.java 17 private LetterQuad current; field in class:Letters
39 current = head;
131 } else if (current.isInvalid(block)) {
132 invalidate(current);
196 return current.getX0();
200 return current.getY0();
204 return current.getX1();
208 return current.getY1();
212 return current.getAlignX();
216 return current.getAlignY();
    [all...]
  /external/chromium/webkit/glue/
webmediaplayer_impl.cc 128 DCHECK(MessageLoop::current() == render_loop_);
135 DCHECK(MessageLoop::current() == render_loop_);
142 DCHECK(MessageLoop::current() == render_loop_);
156 DCHECK(MessageLoop::current() == render_loop_);
167 DCHECK(MessageLoop::current() == render_loop_);
210 DCHECK(MessageLoop::current() == render_loop_);
223 DCHECK(MessageLoop::current() == render_loop_);
230 DCHECK(MessageLoop::current() == render_loop_);
237 DCHECK(MessageLoop::current() == render_loop_);
244 DCHECK(MessageLoop::current() == render_loop_)
    [all...]
  /external/chromium_org/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/chromeos/dbus/
fake_cryptohome_client.cc 44 base::MessageLoop::current()->PostTask(FROM_HERE,
53 base::MessageLoop::current()->PostTask(
85 base::MessageLoop::current()->PostTask(
96 base::MessageLoop::current()->PostTask(
135 base::MessageLoop::current()->PostTask(
141 base::MessageLoop::current()->PostTask(
153 base::MessageLoop::current()->PostTask(
161 base::MessageLoop::current()->PostTask(
172 base::MessageLoop::current()->PostTask(
183 base::MessageLoop::current()->PostTask
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/test/
cmap_iterator_test.cc 107 current = std::find(beginning, end, true); local
108 for (int32_t next_bit = current - beginning;
109 character_iterator->HasNext() && current != end;
110 next_bit = current - init_beginning) {
112 EXPECT_TRUE(c <= next_bit || current == end);
113 if (!(c <= next_bit || current == end))
116 beginning = current + 1;
117 current = std::find(beginning, end, true);
122 EXPECT_EQ(end, current);

Completed in 1326 milliseconds

<<11121314151617181920>>