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

<<31323334353637383940>>

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
atifragshader.c 239 struct ati_fragment_shader *curProg = ctx->ATIFragmentShader.Current;
253 /* unbind current */
281 ctx->ATIFragmentShader.Current = newProg;
283 ASSERT(ctx->ATIFragmentShader.Current);
308 if (ctx->ATIFragmentShader.Current &&
309 ctx->ATIFragmentShader.Current->Id == id) {
345 if (ctx->ATIFragmentShader.Current->Instructions[i])
346 free(ctx->ATIFragmentShader.Current->Instructions[i]);
347 if (ctx->ATIFragmentShader.Current->SetupInst[i])
348 free(ctx->ATIFragmentShader.Current->SetupInst[i])
    [all...]
  /external/mesa3d/src/mesa/main/
atifragshader.c 239 struct ati_fragment_shader *curProg = ctx->ATIFragmentShader.Current;
253 /* unbind current */
281 ctx->ATIFragmentShader.Current = newProg;
283 ASSERT(ctx->ATIFragmentShader.Current);
308 if (ctx->ATIFragmentShader.Current &&
309 ctx->ATIFragmentShader.Current->Id == id) {
345 if (ctx->ATIFragmentShader.Current->Instructions[i])
346 free(ctx->ATIFragmentShader.Current->Instructions[i]);
347 if (ctx->ATIFragmentShader.Current->SetupInst[i])
348 free(ctx->ATIFragmentShader.Current->SetupInst[i])
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
jquery-history.js 32 var current = $.history.getCurrent();
33 $.event.trigger('history', [current, previousNav]);
34 previousNav = current;
  /developers/build/
build.gradle 63 File current = f.file;
73 current = current.parentFile;
74 collapsedPath.insert(0, "${current.name}/")
84 current = current.parentFile;
85 while((current != null)
86 && (roots.sum {String r-> return r.equals(current.absolutePath) ? 1 : 0 } == 0)) {
88 char separator = current.list().length > 1 ? '/' : '.';
89 collapsedPath.insert(0, "${current.name}${separator}")
    [all...]
  /development/testrunner/tests/
am_instrument_parser_tests.py 45 INSTRUMENTATION_STATUS: current=1
54 INSTRUMENTATION_STATUS: current=1
62 INSTRUMENTATION_STATUS: current=2
71 INSTRUMENTATION_STATUS: current=2
80 self.assertEquals('1', map['current'])
91 self.assertEquals('1', map['current'])
100 self.assertEquals('2', map['current'])
111 self.assertEquals('2', map['current'])
118 INSTRUMENTATION_STATUS: current=1
126 INSTRUMENTATION_STATUS: current=
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRStreamEnumerator.m 65 NSUInteger current = i;
67 if (current < [nodes count])
69 return [nodes objectAtIndex:current];
  /external/chromium/base/threading/
thread_collision_warner.cc 28 // If the active thread is 0 then I'll write the current thread ID
30 // write on valid_thread_id_ the current thread ID.
38 // not current thread.
  /external/chromium/chrome/browser/chromeos/
network_state_notifier.h 68 // Retrieve the current state from libcros.
74 // Update the current state and sends notification to observers.
81 // The current network state.
  /external/chromium/chrome/browser/ui/cocoa/
find_pasteboard.h 36 // Returns the current find text. This is never nil; if there is no text on the
40 // Sets the current find text to |newText| and sends a
42 // it the new text different from the current text. |newText| must not be nil.
  /external/chromium/chrome/common/
worker_thread_ticker_unittest.cc 15 TestCallback() : counter_(0), message_loop_(MessageLoop::current()) {
40 MessageLoop::current()->PostDelayedTask(FROM_HERE,
42 MessageLoop::current()->Run();
  /external/chromium/webkit/glue/media/
web_video_renderer.h 31 // Paint the current front frame on the |canvas| stretching it to fit the
40 // by use PutCurrentFrame(). Current frame is not guaranteed to be non-NULL.
41 // It expects clients to use color-fill the background if current frame
  /external/chromium_org/ash/wm/caption_buttons/
frame_caption_button.h 66 // Updates the button's images based on the current icon and style.
75 // The button's current icon.
78 // The button's current style.
  /external/chromium_org/base/process/
process.h 23 // A handle to the current process.
24 static Process Current();
38 // Is the this process the current process.
  /external/chromium_org/base/threading/
thread_collision_warner.cc 28 // If the active thread is 0 then I'll write the current thread ID
30 // write on valid_thread_id_ the current thread ID.
38 // not current thread.
  /external/chromium_org/cc/test/
test_context_support.cc 40 base::MessageLoop::current()->PostTask(
53 base::MessageLoop::current()->PostTask(
62 base::MessageLoop::current()->PostTask(
  /external/chromium_org/chrome/browser/ui/views/location_bar/
zoom_view.h 18 // Clicking on the ZoomView shows a ZoomBubbleView, which requires the current
19 // WebContents. Because the current WebContents changes as the user switches
22 // current WebContents as needed.
  /external/chromium_org/chrome/browser/ui/views/passwords/
manage_passwords_icon_view.h 18 // which requires the current WebContents. Because the current WebContents
21 // can be queried for the current WebContents as needed.
  /external/chromium_org/chrome/browser/ui/webui/options/
options_browsertest.cc 39 // Includes the current entry.
44 const int current = controller.GetCurrentEntryIndex(); local
45 for (int i = 0; i <= current; ++i) {
  /external/chromium_org/chrome/browser/ui/zoom/
zoom_controller.h 32 // Returns which image should be loaded for the current zoom level.
49 // Updates the zoom icon and zoom percentage based on current values and
55 // The current zoom percentage.
  /external/chromium_org/chrome/common/extensions/api/
signed_in_devices.idl 6 // signed into chrome with the same account as the current profile.
31 // in the current device. This id cannot be used to refer to the
49 // as the current profile.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/contentSettings/
popup.js 25 var current = tabs[0];
26 incognito = current.incognito;
27 url = current.url;
  /external/chromium_org/chrome/test/mini_installer/
verifier.py 7 """Verifies that the current machine states match the expectation."""
10 """Verifies that the current machine states match |verifier_input|.
30 """Verifies that the current machine states match |verifier_input|.
  /external/chromium_org/components/autofill/core/browser/
autofill_scanner.h 26 // Returns the current field in the stream, or |NULL| if there are no more
39 // Saves and returns the current cursor position. See also |Rewind()| and
44 // Indicates the current position in the stream, represented as a vector.
  /external/chromium_org/content/shell/android/linker_test_apk/src/org/chromium/content_linker_test_apk/
LinkerTests.java 13 // in the current process.
53 // Check that there are shared RELRO sections in the current process,
57 // Check that there are no shared RELRO sections in the current process,
  /external/chromium_org/jingle/glue/
thread_wrapper.cc 17 : sending_thread(JingleThreadWrapper::current()),
33 if (JingleThreadWrapper::current() == NULL) {
34 base::MessageLoop* message_loop = base::MessageLoop::current();
37 message_loop->AddDestructionObserver(current());
40 DCHECK_EQ(talk_base::Thread::Current(), current());
44 JingleThreadWrapper* JingleThreadWrapper::current() { function in class:jingle_glue::JingleThreadWrapper
57 DCHECK(!talk_base::Thread::Current());
68 DCHECK_EQ(talk_base::Thread::Current(), current());
    [all...]

Completed in 1084 milliseconds

<<31323334353637383940>>