HomeSort by relevance Sort by last modified time
    Searched refs:proc (Results 276 - 300 of 347) sorted by null

<<11121314

  /prebuilt/common/jarjar/
jarjar-1.0rc8.jar 
  /external/skia/src/core/
SkMatrix.cpp 1046 MapXYProc proc = this->getMapXYProc(); local
1609 PolyMapProc proc = gPolyMapProcs[count - 2]; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h     [all...]
  /ndk/build/core/
ndk-common.sh 277 HOST_NUM_CPUS=`cat /proc/cpuinfo | grep processor | wc -l`
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_video.h     [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_video.h     [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
xdr.h 237 xdrproc_t proc; member in struct:xdr_discrim
  /prebuilt/windows/sdl/host/include/SDL/
SDL_video.h     [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_video.h     [all...]
  /cts/tools/host/src/com/android/cts/
TestDevice.java 991 Process proc = Runtime.getRuntime().exec(command); local
994 stdOutReceiver.setInputStream(proc.getInputStream());
    [all...]
  /external/llvm/projects/sample/autoconf/
config.guess 851 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
866 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
    [all...]
  /external/qemu-pc-bios/bochs/
config.guess 795 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
810 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
    [all...]
  /external/skia/samplecode/
SampleSlides.cpp 707 raster_proc proc = gRastProcs[index]; local
712 proc(rast, p);
  /external/skia/src/images/
SkImageDecoder_libpng.cpp 1128 transform_scanline_proc proc = choose_proc(config, hasAlpha); local
    [all...]
  /external/webkit/Source/WebCore/plugins/win/
PluginViewWin.cpp 214 static void hook(const char* module, const char* proc, unsigned& sysCallID, BYTE*& pProc, const void* pNewProc)
221 pProc = reinterpret_cast<BYTE*>(reinterpret_cast<ptrdiff_t>(GetProcAddress(hMod, proc)));
409 // Call the plug-in's window proc.
978 // Calling SetWindowLongPtrA here makes the window proc ASCII, which is required by at least
  /external/openssl/crypto/aes/asm/
aes-ia64.S 79 .proc _ia64_AES_encrypt#
279 .proc AES_encrypt#
424 $process=1 if (/\.proc\s+_ia64_AES_encrypt/);
458 .proc _ia64_AES_decrypt#
658 .proc AES_decrypt#
    [all...]
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
egl.cpp 113 FILE *fp = fopen("/proc/self/cmdline", "rt");
115 LOGE("couldn't open /proc/self/cmdline\n");
253 return (__eglMustCastToProperFunctionPointerType)egl_funcs_by_name[i].proc;
  /external/chromium/third_party/libevent/
config.guess 925 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
940 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
    [all...]
  /external/dropbear/
config.guess 912 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
927 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
    [all...]
  /external/elfutils/config/
config.guess 831 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
846 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
    [all...]
  /external/icu4c/
config.guess 925 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
943 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
rails.php 58 'open', 'p', 'print', 'printf', 'proc', 'putc', 'puts',
89 'Pathname', 'Precision', 'Proc', 'Process', 'Process::GID',
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp 275 void* getProcAddress(const String& proc);
280 #define GET_PROC_ADDRESS(Proc) Proc
282 #define GET_PROC_ADDRESS(Proc) reinterpret_cast<Proc##Type>(getProcAddress(#Proc));
590 void* GraphicsContext3DInternal::getProcAddress(const String& proc)
595 String nameWithExt = proc + ext[i];
602 LOG_ERROR("GraphicsContext3D: Did not find GL function %s", proc.utf8().data());
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 104 JOBS=`cat /proc/cpuinfo | grep processor | wc -l`
    [all...]
  /external/bison/build-aux/
config.guess 883 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
898 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
    [all...]

Completed in 1910 milliseconds

<<11121314