/development/tools/line_endings/ |
D | line_endings.c | 116 char* q = buf; in to_unix() local 120 *q = '\n'; in to_unix() 122 q += 1; in to_unix() 126 *q = '\n'; in to_unix() 128 q += 1; in to_unix() 131 *q = *p; in to_unix() 133 q += 1; in to_unix() 136 *q = '\0'; in to_unix() 143 char* q = buf2; in unix_to_dos() local 146 q[0] = '\r'; in unix_to_dos() [all …]
|
/development/tools/emulator/system/qemu-props/ |
D | qemu-props.c | 84 char* q; in main() local 97 q = strchr(temp, '='); in main() 98 if (q == NULL) { in main() 102 *q++ = '\0'; in main() 104 if (property_set(temp, q) < 0) { in main() 105 DD("could not set property '%s' to '%s'", temp, q); in main()
|
/development/ndk/platforms/android-3/include/linux/ |
D | blkdev.h | 155 request_queue_t *q; member 253 typedef void (request_fn_proc) (request_queue_t *q); 254 typedef int (make_request_fn) (request_queue_t *q, struct bio *bio); 401 #define blk_queue_plugged(q) test_bit(QUEUE_FLAG_PLUGGED, &(q)->queue_flags) argument 402 #define blk_queue_tagged(q) test_bit(QUEUE_FLAG_QUEUED, &(q)->queue_flags) argument 403 #define blk_queue_stopped(q) test_bit(QUEUE_FLAG_STOPPED, &(q)->queue_flags) argument 404 #define blk_queue_flushing(q) ((q)->ordseq) argument 427 #define blk_queue_headactive(q, head_active) argument 440 #define blk_queue_tag_depth(q) ((q)->queue_tags->busy) argument 441 #define blk_queue_tag_queue(q) ((q)->queue_tags->busy < (q)->queue_tags->max_depth) argument
|
D | bio.h | 143 #define BIOVEC_SEG_BOUNDARY(q, b1, b2) __BIO_SEG_BOUNDARY(bvec_to_phys((b1)), bvec_to_phys((b2)) … argument 144 #define BIO_SEG_BOUNDARY(q, b1, b2) BIOVEC_SEG_BOUNDARY((q), __BVEC_END((b1)), __BVEC_START((b2))) argument
|
/development/tools/emulator/system/camera/ |
D | EmulatedCamera2.cpp | 293 camera2_metadata_queue_dst_ops *q) { in request_queue_notify_queue_not_empty() argument 294 EmulatedCamera2* ec = static_cast<QueueDstOps*>(q)->parent; in request_queue_notify_queue_not_empty() 313 camera2_metadata_queue_dst_ops *q) { in reprocess_queue_notify_queue_not_empty() argument 314 EmulatedCamera2* ec = static_cast<QueueDstOps*>(q)->parent; in reprocess_queue_notify_queue_not_empty() 332 int EmulatedCamera2::frame_queue_buffer_count(camera2_metadata_queue_src_ops *q) { in frame_queue_buffer_count() argument 333 EmulatedCamera2 *ec = static_cast<QueueSrcOps*>(q)->parent; in frame_queue_buffer_count() 337 int EmulatedCamera2::frame_queue_dequeue(camera2_metadata_queue_src_ops *q, in frame_queue_dequeue() argument 339 EmulatedCamera2 *ec = static_cast<QueueSrcOps*>(q)->parent; in frame_queue_dequeue() 343 int EmulatedCamera2::frame_queue_free(camera2_metadata_queue_src_ops *q, in frame_queue_free() argument 345 EmulatedCamera2 *ec = static_cast<QueueSrcOps*>(q)->parent; in frame_queue_free()
|
/development/samples/TtsEngine/assets/ |
D | eng-USA.freq | 17 q:20
|
D | eng-GBR.freq | 10 q:400
|
/development/tools/emulator/system/gps/ |
D | gps_qemu.c | 74 char* q; in nmea_tokenizer_init() local 93 const char* q = p; in nmea_tokenizer_init() local 95 q = memchr(p, ',', end-p); in nmea_tokenizer_init() 96 if (q == NULL) in nmea_tokenizer_init() 97 q = end; in nmea_tokenizer_init() 99 if (q > p) { in nmea_tokenizer_init() 102 t->tokens[count].end = q; in nmea_tokenizer_init() 106 if (q < end) in nmea_tokenizer_init() 107 q += 1; in nmea_tokenizer_init() 109 p = q; in nmea_tokenizer_init()
|
/development/ndk/platforms/android-3/include/linux/sunrpc/ |
D | sched.h | 166 #define RPC_IS_PRIORITY(q) ((q)->maxpriority > 0) argument
|
/development/tools/emulator/system/qemud/ |
D | qemud.c | 1680 char* q; in main() local 1706 q = p; in main() 1707 while ( *q && *q != ' ' && *q != '\t' ) in main() 1708 q += 1; in main() 1710 snprintf( buff, sizeof(buff), "/dev/%.*s", q-p, p ); in main()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | MatrixTrackingGL.java | 470 float s, float t, float r, float q) { in glMultiTexCoord4f() argument 471 mgl.glMultiTexCoord4f(target, s, t, r, q); in glMultiTexCoord4f() 474 public void glMultiTexCoord4x(int target, int s, int t, int r, int q) { in glMultiTexCoord4x() argument 475 mgl.glMultiTexCoord4x(target, s, t, r, q); in glMultiTexCoord4x()
|
/development/tools/emulator/skins/WVGA800/ |
D | layout | 161 q {
|
/development/tools/emulator/skins/WVGA854/ |
D | layout | 161 q {
|
/development/tools/emulator/skins/WQVGA432/ |
D | layout | 161 q {
|
/development/tools/emulator/skins/WQVGA400/ |
D | layout | 161 q {
|
/development/tools/emulator/skins/QVGA/ |
D | layout | 161 q {
|
/development/tools/emulator/skins/HVGA/ |
D | layout | 161 q {
|
/development/ndk/platforms/android-4/include/GLES/ |
D | gl.h | 617 …API void GL_APIENTRY glMultiTexCoord4f (GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q); 704 …API void GL_APIENTRY glMultiTexCoord4x (GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q);
|
D | glext.h | 553 … void GL_APIENTRY glMultiTexCoord4xOES (GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q); 593 …APIENTRYP PFNGLMULTITEXCOORD4XOESPROC) (GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q);
|