HomeSort by relevance Sort by last modified time
    Searched refs:grant (Results 1 - 25 of 516) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/webkit/
PermissionRequest.java 27 * Either {@link #grant(String[]) grant()} or {@link #deny()} must be called in UI
64 * Call this method to grant origin the permission to access the given resources.
67 * @param resources the resources granted to be accessed by origin, to grant
73 public abstract void grant(String[] resources); method in class:PermissionRequest
  /external/tcpdump/
print-mpcp.c 69 { 0x10, "Force Grant #1" },
70 { 0x20, "Force Grant #2" },
71 { 0x40, "Force Grant #3" },
72 { 0x80, "Force Grant #4" },
139 const struct mpcp_grant_t *grant; member in union:__anon35252
148 u_int8_t grant_numbers, grant; local
183 for (grant = 1; grant <= grant_numbers; grant++) {
186 mpcp.grant = (const struct mpcp_grant_t *)tptr;
    [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/jni/
Application.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/pcm16b/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/permission/
AwPermissionRequest.java 52 public void grant() { method in class:AwPermissionRequest
74 Log.e(TAG, "Neither grant() nor deny() has been called, "
82 "Either grant() or deny() should be called on UI thread");
85 throw new IllegalStateException("Either grant() or deny() has been already called.");
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
platform_altivec.asm 6 ; tree. An additional intellectual property rights grant can be found
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
emms.asm 6 ; tree. An additional intellectual property rights grant can be found
  /external/chromium_org/third_party/webrtc/common_audio/resampler/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/chromium_org/third_party/webrtc/common_audio/vad/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/chromium_org/third_party/webrtc/common_video/libyuv/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/cng/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g711/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/chromium_org/third_party/webrtc/modules/audio_conference_mixer/source/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/chromium_org/third_party/webrtc/modules/audio_device/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/chromium_org/third_party/webrtc/modules/audio_processing/agc/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/chromium_org/third_party/webrtc/modules/media_file/source/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/chromium_org/third_party/webrtc/modules/utility/source/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/chromium_org/third_party/webrtc/modules/video_capture/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/i420/main/source/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
Android.mk 5 # tree. An additional intellectual property rights grant can be found

Completed in 2690 milliseconds

1 2 3 4 5 6 7 8 91011>>