/external/chromium_org/content/common/media/ |
video_capture.h | 12 // Current status of the video capture device. It's used by multiple classes 14 // Browser process sends information about the current capture state and
|
/external/chromium_org/content/renderer/media/ |
pepper_platform_video_decoder.cc | 32 RenderThreadImpl* render_thread = RenderThreadImpl::current(); 84 DCHECK(RenderThreadImpl::current()); 92 DCHECK(RenderThreadImpl::current()); 98 DCHECK(RenderThreadImpl::current()); 103 DCHECK(RenderThreadImpl::current()); 113 DCHECK(RenderThreadImpl::current()); 118 DCHECK(RenderThreadImpl::current()); 123 DCHECK(RenderThreadImpl::current());
|
/external/chromium_org/net/base/ |
directory_lister_unittest.cc | 36 base::MessageLoop::current()->Quit(); 41 base::MessageLoop::current()->Quit(); 51 for (size_t previous = 0, current = 1; 52 current < file_list_.size(); 53 previous++, current++) { 55 paths_[previous], paths_[current])); 63 for (size_t previous = 0, current = 1; 64 current < file_list_.size(); 65 previous++, current++) { 68 !file_list_[current].IsDirectory()) [all...] |
/external/chromium_org/net/disk_cache/v3/ |
sparse_control_v3.h | 63 // Cancels the current sparse operation (if any). 75 // Initializes the object for the current entry. If this entry already stores 81 // These methods just read / write the required info from disk for the current 93 // Continues the current operation (open) without a current child. 99 // Performs a single operation with the current child. Returns true when we 109 // Deletes the current child and continues the current operation (open). 116 // Sets the bit for the current child to the provided |value|. In other words, 120 // Verify that the range to be accessed for the current child is appropriate [all...] |
/external/chromium_org/net/websockets/ |
websocket_frame_parser.cc | 105 const char* current = start; local 109 if (end - current < 2) 112 uint8 first_byte = *current++; 113 uint8 second_byte = *current++; 124 if (end - current < 2) 127 ReadBigEndian(current, &payload_length_16); 128 current += 2; 133 if (end - current < 8) 135 ReadBigEndian(current, &payload_length); 136 current += 8 174 const char* current = &buffer_.front() + current_read_pos_; local [all...] |
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/ |
area_code_map.cc | 77 int current = 0; local 79 current = (start + end) / 2; 80 int32 current_value = storage_->GetPrefix(current); 82 return current; 84 --current; 85 end = current; 87 start = current + 1; 90 return current;
|
/external/clang/test/SemaObjC/ |
arc-no-runtime.m | 5 __weak id x; // expected-error {{the current deployment target does not support automated __weak references}} 15 @synthesize testObjectWeakProperty; // expected-error {{the current deployment target does not support automated __weak references}}
|
/external/iproute2/ |
README.devel | 7 The current source is in the git repository: 10 The master branch contains the source corresponding to the current
|
/external/objenesis/ |
update_source.sh | 5 # Retrieves the current Objenesis source code into the current directory.
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_GetRelativeMouseState.3 | 3 SDL_GetRelativeMouseState \- Retrieve the current state of the mouse 11 The current button state is returned as a button bitmask, which can be tested using the \fBSDL_BUTTON(X)\fP macros, and \fBx\fR and \fBy\fR are set to the change in the mouse position since the last call to \fBSDL_GetRelativeMouseState\fP or since event initialization\&. You can pass \fBNULL\fP for either \fBx\fR or \fBy\fR\&.
|
SDL_GetVideoSurface.3 | 3 SDL_GetVideoSurface \- returns a pointer to the current display surface 11 This function returns a pointer to the current display surface\&. If SDL is doing format conversion on the display surface, this function returns the publicly visible surface, not the real video surface\&.
|
SDL_JoystickGetButton.3 | 3 SDL_JoystickGetButton \- Get the current state of a given button on a given joystick 11 SDL_JoystickGetButton returns the current state of the given \fBbutton\fR on the given \fBjoystick\fR\&.
|
SDL_WM_GrabInput.3 | 13 When \fBmode\fR is \fBSDL_GRAB_QUERY\fP the grab mode is not changed, but the current grab mode is returned\&. 27 The current/new \fBSDL_GrabMode\fR\&.
|
/external/chromium_org/third_party/jinja2/ |
parser.py | 46 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.type == 'sub' [all...] |
/external/chromium_org/v8/src/ |
hydrogen-infer-representation.cc | 33 void HInferRepresentationPhase::AddToWorklist(HValue* current) { 34 if (current->representation().IsTagged()) return; 35 if (!current->CheckFlag(HValue::kFlexibleRepresentation)) return; 36 if (in_worklist_.Contains(current->id())) return; 37 worklist_.Add(current, zone()); 38 in_worklist_.Add(current->id()); 90 int index = it.Current(); 103 int index = it.Current(); 112 int index = it.Current(); 132 int index = it.Current(); 147 HInstruction* current = it.Current(); local 154 HValue* current = worklist_.RemoveLast(); local 171 HInstruction* current = it.Current(); local [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/picogui/ |
SDL_pgvideo.c | 41 static SDL_Surface *PG_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags); 72 /* FIXME: The current client lib doesn't give a way to see if the picogui 154 * FIXME: Another nitpick about the current client lib is there's no 169 /* Determine the current screen size */ 191 SDL_Surface *PG_SetVideoMode(_THIS, SDL_Surface *current, 196 if (current->pixels) { 197 shmdt(current->pixels); 198 current->pixels = NULL; 204 if ( ! SDL_ReallocFormat(current, bpp, 0, 0, 0, 0) ) { 212 current->pixels = shmat(shmget(this->hidden->shm.shm_key [all...] |
/external/chromium_org/chrome/browser/translate/ |
translate_ui_delegate.h | 68 // Starts translating the current page. 77 // Returns true if the current language is blocked. 80 // Sets the value if the current language is blocked. 83 // Returns true if the current webpage is blacklisted. 86 // Sets the value if the current webpage is blacklisted. 89 // Returns true if the webpage in the current original language should be 90 // translated into the current target language automatically. 93 // Sets the value if the webpage in the current original language should be 94 // translated into the current target language automatically. 99 // associated with the current page [all...] |
/external/chromium_org/chromeos/dbus/ |
fake_debug_daemon_client.cc | 46 base::MessageLoop::current()->PostTask(FROM_HERE, 52 base::MessageLoop::current()->PostTask(FROM_HERE, 58 base::MessageLoop::current()->PostTask(FROM_HERE, 64 base::MessageLoop::current()->PostTask(FROM_HERE, 70 base::MessageLoop::current()->PostTask(FROM_HERE, 77 base::MessageLoop::current()->PostTask(FROM_HERE, base::Bind(callback, data)); 83 base::MessageLoop::current()->PostTask(FROM_HERE, 90 base::MessageLoop::current()->PostTask(FROM_HERE, 98 base::MessageLoop::current()->PostTask(FROM_HERE, 104 base::MessageLoop::current()->PostTask(FROM_HERE [all...] |
/external/chromium_org/content/browser/ |
browser_thread_unittest.cc | 74 base::Bind(&BasicFunction, base::MessageLoop::current())); 75 base::MessageLoop::current()->Run(); 80 base::MessageLoop::current()->Run(); 86 new DeletedOnFile(base::MessageLoop::current())); 88 base::MessageLoop::current()->Run(); 95 FROM_HERE, base::Bind(&BasicFunction, base::MessageLoop::current())); 96 base::MessageLoop::current()->Run(); 103 base::MessageLoop::current()->Run(); 114 base::Unretained(base::MessageLoop::current()->current())))); [all...] |
/frameworks/native/libs/ui/tests/ |
Region_test.cpp | 34 for (const Rect* current = r.begin(); current < r.end(); current++) { 35 for (const Rect* other = current - 1; other >= r.begin(); other--) { 36 if (other->bottom < current->top) break; 37 if (other->bottom != current->top) continue; 38 checkVertTJunction(current, other); 40 for (const Rect* other = current + 1; other < r.end(); other++) { 41 if (other->top > current->bottom) break; 42 if (other->top != current->bottom) continue [all...] |
/external/chromium_org/content/renderer/gpu/ |
compositor_software_output_device.cc | 46 const Buffer* current = this; local 47 while (current->parent_) { 48 damage.op(RectToSkIRect(current->damage_), SkRegion::kUnion_Op); 49 if (current->parent_ == buffer) { 53 current = current->parent_; 141 Buffer* current = buffers_[current_index_]; local 142 DCHECK(current->free()); 143 current->SetFree(false); 145 // Set up a canvas for the current front buffer [all...] |
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGPathStringSource.cpp | 60 static bool parseSVGSegmentTypeHelper(const CharacterType*& current, SVGPathSegType& pathSegType) 62 switch (*(current++)) { 135 static bool nextCommandHelper(const CharacterType*& current, SVGPathSegType previousCommand, SVGPathSegType& nextCommand) 137 // Check for remaining coordinates in the current command. 138 if ((*current == '+' || *current == '-' || *current == '.' || (*current >= '0' && *current <= '9')) 227 static bool parseArcToSegmentHelper(const CharacterType*& current, const CharacterType* end, float& rx, float& ry, float& angle, bool& largeArc, bool& sweep, FloatP (…) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_state_static.c | 107 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.draw_size = draw_size [all...] |
/external/mesa3d/src/gallium/drivers/i915/ |
i915_state_static.c | 107 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.draw_size = draw_size [all...] |
/external/chromium_org/chrome/browser/profile_resetter/ |
jtl_foundation.h | 22 // comparing the current (leaf) node to fixed values. The program also has a 65 // exists, the command execution returns from the current instruction. 70 // dictionary or list. If no such element exists or the current element is 72 // current instruction. 75 // current node. If the current node is the root of the input dictionary, the 97 // Stores the current node into the working memory. If the current node is not 98 // a boolean value, the program execution returns from the current 103 // Stores the hashed value of the current node into the working memory. I [all...] |