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

  /build/make/tools/
fat16copy.py 668 grabbed = 0
670 while grabbed < amount and len(free_zones) > 0:
672 grabbed += zone[1] * self.bytes_per_cluster
675 if grabbed < amount:
678 excess = (grabbed - amount) / self.bytes_per_cluster
  /prebuilts/go/darwin-x86/src/cmd/go/internal/load/
flag_test.go 74 // (net matches too, but it was grabbed by the later -gcflags).
  /prebuilts/go/linux-x86/src/cmd/go/internal/load/
flag_test.go 74 // (net matches too, but it was grabbed by the later -gcflags).
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_video.h 106 SDL_WINDOW_INPUT_GRABBED = 0x00000100, /**< window has grabbed input focus */
715 * \param grabbed This is SDL_TRUE to grab input, and SDL_FALSE to release input.
720 SDL_bool grabbed);
725 * \return This returns SDL_TRUE if input is grabbed, and SDL_FALSE otherwise.
    [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_video.h 106 SDL_WINDOW_INPUT_GRABBED = 0x00000100, /**< window has grabbed input focus */
715 * \param grabbed This is SDL_TRUE to grab input, and SDL_FALSE to release input.
720 SDL_bool grabbed);
725 * \return This returns SDL_TRUE if input is grabbed, and SDL_FALSE otherwise.
    [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_video.h 106 SDL_WINDOW_INPUT_GRABBED = 0x00000100, /**< window has grabbed input focus */
715 * \param grabbed This is SDL_TRUE to grab input, and SDL_FALSE to release input.
720 SDL_bool grabbed);
725 * \return This returns SDL_TRUE if input is grabbed, and SDL_FALSE otherwise.
    [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_video.h 106 SDL_WINDOW_INPUT_GRABBED = 0x00000100, /**< window has grabbed input focus */
715 * \param grabbed This is SDL_TRUE to grab input, and SDL_FALSE to release input.
720 SDL_bool grabbed);
725 * \return This returns SDL_TRUE if input is grabbed, and SDL_FALSE otherwise.
    [all...]
  /prebuilts/go/darwin-x86/src/sync/
mutex.go 190 // been woken or grabbed the lock, no need to wake anyone.
  /prebuilts/go/linux-x86/src/sync/
mutex.go 190 // been woken or grabbed the lock, no need to wake anyone.
  /external/tensorflow/tensorflow/contrib/verbs/
README.md 62 In order to allocate the result and proxy tensors, we need to know the tensor's meta-data, i.e. shape and data-type for DMAable tensors, and proto-size for serialized tensors. Unfortunately, this information is only available on the sender side which complicates manners. In order to avoid sending extra messages for querying the meta-data at each step, we store a local meta-data cache per tensor, which will only be update upon changes. Based on the assumption that the meta-data of a tensor rarely changes between steps, we expect that on most times the cache will only be updated once. The sender is responsible to detect changes in the meta-data, and update the receiver. In order for the sender to know that the meta-data had changed, each **RDMA_MESSAGE_TENSOR_REQUEST** will contain the meta-data that the receiver had grabbed from the local cache. The sender will then compare the meta-data from the message to the tensor's new meta-data.
  /prebuilts/go/darwin-x86/src/runtime/
proc.go     [all...]
  /prebuilts/go/linux-x86/src/runtime/
proc.go     [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.7/
groovy-all-2.4.7.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 

Completed in 291 milliseconds