/external/v8/src/ |
interpreter-irregexp.cc | 47 int current, 52 unibrow::uchar new_char = subject[current++]; 68 int current, 73 unsigned int new_char = subject[current++]; 126 current, \ 194 int current, 219 *backtrack_sp++ = current; 245 registers[insn >> BYTECODE_SHIFT] = current + Load32Aligned(pc + 4); 249 current = registers[insn >> BYTECODE_SHIFT]; 266 current = *backtrack_sp [all...] |
/art/runtime/entrypoints/portable/ |
portable_field_entrypoints.cc | 38 Thread::Current(), 60 Thread::Current(), 81 field = FindFieldFromCode(field_idx, referrer, Thread::Current(), 97 field = FindFieldFromCode(field_idx, referrer, Thread::Current(), 112 field = FindFieldFromCode(field_idx, referrer, Thread::Current(), 128 field = FindFieldFromCode(field_idx, referrer, Thread::Current(), 145 field = FindFieldFromCode(field_idx, referrer, Thread::Current(), 163 field = FindFieldFromCode(field_idx, referrer, Thread::Current(), 183 field = FindFieldFromCode(field_idx, referrer, Thread::Current(), 200 field = FindFieldFromCode(field_idx, referrer, Thread::Current(), [all...] |
/dalvik/vm/os/ |
os.h | 20 * Raises the scheduling priority of the current thread. Returns the 29 * Sets the current thread scheduling priority. Used to undo the effects 45 * Returns the thread priority for the current thread by querying the system.
|
/external/chromium/chrome/browser/chromeos/net/ |
network_change_notifier_chromeos.h | 40 // Current active network's connectivity state. 42 // Current active network's service path. 44 // Current active network's IP address.
|
/external/chromium/chrome/browser/extensions/ |
user_script_listener_unittest.cc | 122 MessageLoop::current()->RunAllPending(); 134 MessageLoop::current()->RunAllPending(); 178 MessageLoop::current()->RunAllPending(); 184 NotificationService::current()->Notify( 188 MessageLoop::current()->RunAllPending(); 194 MessageLoop::current()->RunAllPending(); 201 MessageLoop::current()->RunAllPending(); 207 NotificationService::current()->Notify( 211 MessageLoop::current()->RunAllPending(); 222 MessageLoop::current()->RunAllPending() [all...] |
/external/chromium/chrome/browser/sessions/ |
session_backend.h | 24 // . The current file, which is the file commands passed to AppendCommands 26 // . The last file. When created the current file is moved to the last 52 // Moves the current file to the last file, and recreates the current file. 58 // Appends the specified commands to the current file. If reset_first is 59 // true the the current file is recreated. 80 // Moves the current session to the last and resets the current. This is 85 // Invoked from the service to read the commands that make up the current 90 // Reads the commands from the current file [all...] |
/external/chromium/chrome/browser/sync/glue/ |
theme_util.h | 30 // Sets the current theme from the information in the given 37 // current theme. 50 // current theme is equivalent to that described by theme_specifics.
|
/external/chromium_org/base/ |
base_paths.h | 30 DIR_CURRENT, // Current directory. 34 FILE_EXE, // Path and filename of the current executable. 42 DIR_USER_DESKTOP, // The current user's Desktop.
|
/external/chromium_org/chrome/browser/chromeos/login/screens/ |
error_screen.h | 57 // Sets current UI state. 62 // Sets current error screen content according to current UI state,
|
/external/chromium_org/chrome/browser/first_run/ |
upgrade_util.h | 52 // Launches a new instance of the browser if the current instance in persistent 57 // Checks if chrome_new.exe is present in the current instance's install. 59 // Checks if the last modified time of chrome is newer than that of the current
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
zip_reader.h | 102 // // Do something with the current file here. 110 // Opens the current entry in the zip file. On success, returns true and 111 // updates the the current entry state (i.e. current_entry_info() is 113 // current entry like ExtractCurrentEntryToFile(). 115 // Note that there is no CloseCurrentEntryInZip(). The the current entry 124 // Extracts the current entry to the given output file path. If the 125 // current file is a directory, just creates a directory 132 // Extracts the current entry to the given output directory path using 134 // based on the file path of the current entry. For example, if the file 144 // Extracts the current entry by writing directly to a file descriptor [all...] |
/external/chromium_org/content/renderer/pepper/ |
pepper_plugin_registry.cc | 114 const PepperPluginInfo& current = plugin_list_[i]; local 115 if (current.is_out_of_process) 119 current.name, current.path, 120 ppapi::PpapiPermissions(current.permissions)); 121 AddLiveModule(current.path, module.get()); 122 if (current.is_internal) { 123 if (!module->InitAsInternalPlugin(current.internal_entry_points)) { 124 DLOG(ERROR) << "Failed to load pepper module: " << current.path.value(); 129 if (!module->InitAsLibrary(current.path)) [all...] |
/external/chromium_org/content/renderer/ |
renderer_webapplicationcachehost_impl.cc | 29 if (RenderThreadImpl::current()->layout_test_mode()) 45 RenderThreadImpl::current()->Send(new ViewHostMsg_AppCacheAccessed( 52 RenderThreadImpl::current()->Send(new ViewHostMsg_AppCacheAccessed(
|
/external/chromium_org/mojo/public/bindings/generators/cpp_templates/ |
wrapper_class_declaration | 9 $CLASS(const U& u, mojo::Buffer* buf = mojo::Buffer::current()) { 16 mojo::TypeConverter<$CLASS,U>::ConvertFrom(u, mojo::Buffer::current()); 36 explicit Builder(mojo::Buffer* buf = mojo::Buffer::current());
|
/external/chromium_org/mojo/public/bindings/lib/ |
bindings_support.h | 28 // Get/set the current thread's Buffer pointer. SetCurrentBuffer returns the 29 // previously current Buffer. 34 // of MojoWait to the given AsyncWaitCallback on the current thread. Returns
|
/external/chromium_org/sandbox/win/src/ |
process_mitigations.h | 15 // Sets the mitigation policy for the current process, ignoring any settings 16 // that are invalid for the current version of Windows. 19 // Returns the flags that must be enforced after startup for the current OS
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGGraphicsElement.cpp | 208 for (Element* current = parentOrShadowHostElement(); current; current = current->parentOrShadowHostElement()) { 209 if (isViewportElement(current)) 210 return toSVGElement(current); 219 for (Element* current = parentOrShadowHostElement(); current; current = current->parentOrShadowHostElement()) [all...] |
/external/chromium_org/third_party/zlib/google/ |
zip_reader.h | 103 // // Do something with the current file here. 111 // Opens the current entry in the zip file. On success, returns true and 112 // updates the the current entry state (i.e. current_entry_info() is 114 // current entry like ExtractCurrentEntryToFile(). 116 // Note that there is no CloseCurrentEntryInZip(). The the current entry 125 // Extracts the current entry to the given output file path. If the 126 // current file is a directory, just creates a directory 133 // Extracts the current entry to the given output directory path using 135 // based on the file path of the current entry. For example, if the file 145 // Extracts the current entry by writing directly to a file descriptor [all...] |
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/ |
utility.js | 37 return left.reduce(function(previous, current) { 38 var idx = right.indexOf(current, from); 40 previous.push(current);
|
/external/chromium_org/ui/gfx/ |
canvas_paint_mac.h | 16 // A class designed to translate skia painting into a region to the current 18 // into, and on destruction, it will commit it to the current context. 28 // current context, else it is copied.
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/ |
MessageProtocol.java | 58 private ByteBuffer current; field in class:MessageProtocol 112 if( current == null ) { 142 current = ByteBuffer.allocate(size); 145 if( current.remaining() <= buffer.remaining() ) { 147 // copy what we can into current, create a message, 151 int extra = buffer.remaining() - current.remaining(); 152 buffer.limit( buffer.position() + current.remaining() ); 155 current.put( buffer ); 156 current.flip(); 161 createMessage( current ); [all...] |
/external/libffi/ |
libtool-version | 13 # and only guarantee that the current interface number gets larger 20 # last update, increment current, and set revision to 0. 28 # CURRENT:REVISION:AGE
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_CD.3 | 29 Current track 32 Current frame offset within the track 48 printf("Current Position: %d minutes, %d seconds, %d frames
|
SDL_CDStatus.3 | 3 SDL_CDStatus \- Returns the current status of the given drive\&. 13 This function returns the current status of the given drive\&. Status is described like so: 26 If the drive has a CD in it, the table of contents of the CD and current play position of the CD will be stored in the SDL_CD structure\&.
|
/frameworks/av/media/libeffects/lvm/lib/Common/lib/ |
CompLim.h | 46 LVM_INT32 NormInt; /* Normaliser integrator current value */ 57 LVM_INT32 CompIntSlow; /* Compressor slow integrator current value */ 58 LVM_INT32 CompIntFast; /* Compressor fast integrator current value */
|