Searched
full:get (Results
1601 -
1625 of
13186) sorted by null
<<61626364656667686970>>
/external/icu4c/io/ |
ufile.h | 93 * Get one code unit and detect whether the end of file has been reached. 102 * Get one character and detect whether the end of file has been reached.
|
/external/icu4c/test/intltest/ |
caltztst.h | 46 // Utility method to get the fields of a date; similar to Date.getYear() etc. 53 // the 'get()' functions are not static because they can call errln().
|
loctest.h | 21 * Test methods to set and get data fields 25 * Test methods to set and get data fields
|
/external/kernel-headers/original/linux/ |
fd.h | 53 /* set/get disk parameters */ 108 /* set/get abortion and read_track threshold. See also floppy_drive_params 114 /* get drive type: 5 1/4 or 3 1/2 */ 187 /* set/get drive parameters */ 230 /* get drive state: GET returns the cached state, POLL polls for new state */ 262 * get the version number of the floppy driver that they are running 310 /* get write error and badness information */
|
vt.h | 25 #define VT_GETMODE 0x5601 /* get mode of active vt */ 36 #define VT_GETSTATE 0x5603 /* get global vt state info */
|
/external/opencore/oscl/unit_test/src/ |
unit_test_common.h | 24 #include "oscl_types.h"//to get basic types 25 #include "osclconfig_memory.h" //to get placement "new"
|
/external/ppp/pppd/plugins/radius/ |
ip_util.c | 119 * Purpose: get the IP address of this host in host order 131 error("rc_own_ipaddress: couldn't get own IP address");
|
/external/proguard/src/proguard/io/ |
CascadingDataEntryWriter.java | 74 // Try to get an output stream from the first data entry writer. 78 // Return it, if it's not null. Otherwise try to get an output stream
|
/external/qemu/distrib/sdl-1.2.12/src/cdrom/ |
SDL_syscdrom.h | 28 /* Get the name of the specified drive */ 34 /* Get table-of-contents (number of tracks + track info) for disk.
|
/external/qemu/distrib/sdl-1.2.12/src/main/epoc/ |
SDL_main.cpp | 68 /* Get the clean-up stack */ 79 /* Get args and environment */
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_sysvideo.h | 80 /* This is called after the video mode has been set, to get the 158 /* Get the gamma correction directly (emulated with gamma ramps) */ 164 /* Get the gamma ramp */ 176 /* Get attribute information from the windowing system. */ 217 /* Get some platform dependent window information */ 223 /* get window position */ 229 /* get main monitor's resolution */ 232 /* get nearest monitor's rectangle */
|
/external/quake/quake/src/QW/server/ |
newnet.txt | 108 get all pending server messages 113 get movemessage
|
/external/skia/src/ports/ |
SkXMLParser_tinyxml.cpp | 72 char* buf = (char*)buffer.get(); 83 char* buf = (char*)buffer.get();
|
/external/stlport/test/unit/ |
sstream_test.cpp | 111 s.get(c); // extract newline, that not extracted by operator >> 162 s.get(c); // extract newline, that not extracted by operator >> 294 ss.get( buf, 10 ); 305 ss.get(c); 308 ss.get(c); 320 ss.get( *os.rdbuf(), '\n' ); 323 ss.get(c); 423 /* ISO/IEC 14882 2003 (and 1998 too) assume change as get as put positions
|
/external/tcpdump/ |
machdep.c | 34 * need to do to get it defined? This is clearly wrong, as we shouldn't 35 * have to include UNIX or Windows system header files to get it.
|
/external/v8/src/ |
contexts.h | 150 // - We may be able to get rid of 'fcontext': We can always use the fact that 158 // - If we cannot get rid of fcontext, consider making 'previous' never NULL 225 JSFunction* closure() { return JSFunction::cast(get(CLOSURE_INDEX)); } 228 Context* fcontext() { return Context::cast(get(FCONTEXT_INDEX)); } 243 Object* result = get(GLOBAL_INDEX); 285 return type::cast(get(index)); \ 330 Object* unchecked_previous() { return get(PREVIOUS_INDEX); } 331 Object* unchecked_extension() { return get(EXTENSION_INDEX); }
|
/external/v8/test/mjsunit/ |
debug-constructor.js | 29 // Get the Debug object exposed from the debug context global object. 77 // Get rid of the debug event listener.
|
debug-evaluate-bool-constructor.js | 29 // Get the Debug object exposed from the debug context global object.
38 // Get the debug command processor.
|
debug-event-listener.js | 29 // Get the Debug object exposed from the debug context global object. 46 // Get events from handled exceptions.
|
debug-step-stub-callfunction.js | 29 // Get the Debug object exposed from the debug context global object. 86 // Get rid of the debug event listener.
|
debug-stepin-builtin.js | 30 // Get the Debug object exposed from the debug context global object.
77 // Get rid of the debug event listener.
|
debug-stepin-constructor.js | 29 // Get the Debug object exposed from the debug context global object. 77 // Get rid of the debug event listener.
|
debug-stepnext-do-while.js | 29 // Get the Debug object exposed from the debug context global object.
78 // Get rid of the debug event listener.
|
debug-stepout-to-builtin.js | 30 // Get the Debug object exposed from the debug context global object.
83 // Get rid of the debug event listener.
|
object-define-properties.js | 50 var desc = {foo: {value: 10}, bar: {get: function() {return 42; }}}; 52 // Check that we actually get the object back as returnvalue
|
Completed in 273 milliseconds
<<61626364656667686970>>