HomeSort by relevance Sort by last modified time
    Searched refs:vcs (Results 1 - 10 of 10) sorted by null

  /frameworks/native/opengl/libagl/
array.cpp 535 const GLsizei vcs = local
540 GLsizei num = count > vcs ? vcs : count;
572 const GLsizei vcs = local
578 GLsizei num = count > vcs ? vcs : count;
620 const GLsizei vcs = local
625 GLsizei num = count > vcs ? vcs : count;
665 const GLsizei vcs local
716 const GLsizei vcs = local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/ipod/
SDL_ipodvideo.c 170 static const char * const vcs[] = { "/dev/vc/%d", "/dev/tty%d", 0 }; local
197 for ( i=0; vcs[i] && (kbfd < 0); ++i ) {
200 SDL_snprintf(vtpath, SDL_arraysize(vtpath), vcs[i], curvt);
  /external/chromium/testing/gmock/scripts/
upload.py 589 """Abstract base class providing an interface to the VCS."""
609 """Return a list of files unknown to the VCS."""
    [all...]
  /external/chromium/testing/gtest/scripts/
upload.py 589 """Abstract base class providing an interface to the VCS."""
609 """Return a list of files unknown to the VCS."""
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/scripts/
upload.py 589 """Abstract base class providing an interface to the VCS."""
609 """Return a list of files unknown to the VCS."""
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbevents.c 250 static const char * const vcs[] = { "/dev/vc/%d", "/dev/tty%d", NULL }; local
264 for ( i=0; vcs[i] && (keyboard_fd < 0); ++i ) {
267 SDL_snprintf(vtpath, SDL_arraysize(vtpath), vcs[i], current_vt);
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsevents.c 240 char *vcs[] = { "/dev/vc/%d", "/dev/tty%d", NULL }; local
254 for ( i=0; vcs[i] && (keyboard_fd < 0); ++i ) {
257 SDL_snprintf(vtpath, SDL_arraysize(vtpath), vcs[i], current_vt);
  /external/regex-re2/lib/codereview/
codereview.py 326 vcs = None
336 vcs = MercurialVCS(upload_options, ui, repo)
337 data = vcs.GenerateDiff(self.files)
338 files = vcs.GetBaseFiles(data)
347 if vcs and self.name != "new":
348 form_fields.append(("subject", "diff -r " + vcs.base_rev + " " + ui.expandpath("default")))
375 if vcs:
377 vcs.UploadBaseFiles(issue, rpc, patches, patchset, upload_options, files)
    [all...]
  /external/smack/asmack-master/
build.bash 148 tar -cSsp --exclude-vcs "${3}"
  /external/sepolicy/
file_contexts 112 /dev/vcs[0-9a-z]* u:object_r:vcs_device:s0

Completed in 666 milliseconds