HomeSort by relevance Sort by last modified time
    Searched refs:API (Results 76 - 100 of 627) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/llvm/bindings/ocaml/bitwriter/
llvm_bitwriter.mli 12 This interface provides an OCaml API for the LLVM bitcode writer, the
  /external/llvm/bindings/ocaml/transforms/passmgr_builder/
llvm_passmgr_builder.mli 12 This interface provides an OCaml API for LLVM pass manager builder
  /external/mesa3d/docs/specs/
MESA_drm_image.spec 36 lets applications create EGLImages without a client API resource and
97 modesetting API. EGL_DRM_BUFFER_USE_SHARE_MESA requests that the
115 for use with DRM kernel modesetting API) is written to <handle> if
130 creating an EGLImage from an already existing client API
141 client APIs. By referencing an EGLImage in a client API, the
144 full client API for creating and querying DRM buffers, though,
  /external/skia/experimental/go-skia/
ctypes.go 13 // from the corresponding type definitions in the C API.
  /external/swiftshader/third_party/LLVM/bindings/ocaml/bitreader/
llvm_bitreader.mli 12 This interface provides an ocaml API for the LLVM bitcode reader, the
  /external/swiftshader/third_party/LLVM/bindings/ocaml/bitwriter/
llvm_bitwriter.mli 12 This interface provides an ocaml API for the LLVM bitcode writer, the
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/QA/
runiSACfault.txt 14 ISAC=../ReleaseTest-API/isacswtest
  /frameworks/rs/tests/java_api/
Android.mk 29 # Tests that run on older devices (API 19 and below)
  /hardware/intel/common/libva/
libva.spec 11 Summary: Video Acceleration (VA) API for Linux
40 The libva library implements the Video Acceleration (VA) API for Linux.
44 Summary: Video Acceleration (VA) API for Linux -- development files
50 The libva library implements the Video Acceleration (VA) API for Linux.
  /prebuilts/go/darwin-x86/src/cmd/api/
run.go 8 // To invoke manually: go tool dist test -run api --no-rebuild
28 out, err := exec.Command("go", "tool", "api",
33 log.Fatalf("Error running API checker: %v\n%s", err, out)
38 // file expands s to $GOROOT/api/s.txt.
44 return filepath.Join(goroot, "api", s[0]+".txt")
  /prebuilts/go/darwin-x86/src/crypto/rand/
rand.go 17 // On Windows systems, Reader uses the CryptGenRandom API.
rand_windows.go 20 // A rngReader satisfies reads by reading from the Windows CryptGenRandom API.
  /prebuilts/go/darwin-x86/src/math/rand/
race_test.go 12 // TestConcurrent exercises the rand API concurrently, triggering situations
  /prebuilts/go/linux-x86/src/cmd/api/
run.go 8 // To invoke manually: go tool dist test -run api --no-rebuild
28 out, err := exec.Command("go", "tool", "api",
33 log.Fatalf("Error running API checker: %v\n%s", err, out)
38 // file expands s to $GOROOT/api/s.txt.
44 return filepath.Join(goroot, "api", s[0]+".txt")
  /prebuilts/go/linux-x86/src/crypto/rand/
rand.go 17 // On Windows systems, Reader uses the CryptGenRandom API.
rand_windows.go 20 // A rngReader satisfies reads by reading from the Windows CryptGenRandom API.
  /prebuilts/go/linux-x86/src/math/rand/
race_test.go 12 // TestConcurrent exercises the rand API concurrently, triggering situations
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DigitalWatchFaceConfigListenerService.java 23 import com.google.android.gms.common.api.GoogleApiClient;
61 .addOnConnectionFailedListener(this).addApi(Wearable.API).build();
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
AsmSaveSecContext.S 18 # Save Sec Conext before call FspInit API
  /external/mesa3d/src/egl/main/
egldisplay.c 292 drv->API.DestroyContext(drv, display, ctx);
302 drv->API.DestroySurface(drv, display, surf);
312 drv->API.DestroyImageKHR(drv, display, image);
322 drv->API.DestroySyncKHR(drv, display, sync);
egldriver.c 247 if (!drv->API.Initialize(drv, dpy))
261 if (mod->Driver->API.Initialize(mod->Driver, dpy)) {
332 proc = mod->Driver->API.GetProcAddress(mod->Driver, procname);
  /external/minijail/
libminijailpreload.c 101 int API __libc_start_main(int (*main)(int, char **, char **), int argc,
  /external/skia/tools/lua/
ngrams.lua 1 -- Generate n-grams of Skia API calls from SKPs.
18 -- This algorithm uses a list-of-lists for each SKP. For API call, append a
  /external/mesa3d/src/mesa/main/
fog.c 142 if (ctx->API != API_OPENGL_COMPAT)
164 if (ctx->API != API_OPENGL_COMPAT ||
177 if (ctx->API != API_OPENGL_COMPAT || !ctx->Extensions.NV_fog_distance ||
pixelstore.c 140 if (ctx->API == API_OPENGLES)
154 if (ctx->API == API_OPENGLES)
161 if (ctx->API == API_OPENGLES)

Completed in 1333 milliseconds

1 2 34 5 6 7 8 91011>>