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

1 23 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/unicode/
casetables.go 7 // and be generated automatically, but that requires some API
  /prebuilts/go/linux-x86/misc/cgo/test/
api.go 5 // API Compatibility Checks for cgo
  /prebuilts/go/linux-x86/src/runtime/
msan0.go 7 // Dummy MSan support API, used when not built with -msan.
  /prebuilts/go/linux-x86/src/unicode/
casetables.go 7 // and be generated automatically, but that requires some API
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c 780 * Called via eglInitialize(), GLX_drv->API.Initialize().
941 * Called via eglTerminate(), drv->API.Terminate().
976 * * If <config> does not support a client API context compatible
977 * with the requested API major and minor version, [...] context flags,
978 * and context reset notification behavior (for client API types where
1084 int api; local
    [all...]
  /compatibility/cdd/5_multimedia/
5_5_audio-playback.md 24 Android provides an [API for audio effects](
34 * [C-1-2] MUST support the visualizer API implementation, controllable through
5_6_audio-latency.md 35 * **OpenSL ES PCM buffer queue API**. The set of PCM-related
38 * **AAudio native audio API**. The set of
50 calibration when using the OpenSL ES PCM buffer queue API, for continuous output
57 audio via the AAudio API.
60 via the OpenSL ES PCM buffer queue API, they:
  /cts/tests/tests/keystore/
Android.mk 43 # Can't use public/test API only because some tests use hidden API
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ANTLRFileStream.cs 93 #region Public API
  /external/deqp/framework/delibs/dethread/unix/
deThreadLocalUnix.c 29 # error You are using too old posix API!
  /external/libnl/doc/
configure.ac 43 AC_MSG_WARN([*** graphviz not found, disabling building of API reference])
91 AC_MSG_WARN([*** Disabling API linking due to missing doxygen package])
  /external/mesa3d/src/mesa/main/
lines.c 67 if (ctx->API == API_OPENGL_CORE
points.c 186 if ((ctx->API == API_OPENGL_COMPAT && ctx->Version >= 20)
187 || ctx->API == API_OPENGL_CORE) {
249 ctx->Point.PointSprite = (ctx->API == API_OPENGL_CORE ||
250 ctx->API == API_OPENGLES2);
texparam.c 66 supported = (ctx->API == API_OPENGL_COMPAT)
75 supported = ctx->API != API_OPENGLES && e->ARB_texture_border_clamp
425 if (ctx->API != API_OPENGL_COMPAT && ctx->API != API_OPENGLES)
487 if (ctx->API == API_OPENGL_COMPAT && ctx->Extensions.ARB_depth_texture) {
517 if (ctx->API != API_OPENGLES || !ctx->Extensions.OES_draw_texture)
671 if (ctx->API != API_OPENGL_COMPAT)
719 if (ctx->API == API_OPENGLES ||
    [all...]
texenv.c 126 legal = (ctx->API == API_OPENGL_COMPAT &&
138 legal = (ctx->API == API_OPENGL_COMPAT &&
205 if ((term == 3) && (ctx->API != API_OPENGL_COMPAT
235 legal = (ctx->API == API_OPENGL_COMPAT &&
240 legal = (ctx->API == API_OPENGL_COMPAT &&
292 if ((term == 3) && (ctx->API != API_OPENGL_COMPAT
568 if (ctx->API == API_OPENGL_COMPAT && ctx->Extensions.NV_texture_env_combine4) {
582 if (ctx->API == API_OPENGL_COMPAT && ctx->Extensions.NV_texture_env_combine4) {
596 if (ctx->API == API_OPENGL_COMPAT && ctx->Extensions.NV_texture_env_combine4) {
610 if (ctx->API == API_OPENGL_COMPAT && ctx->Extensions.NV_texture_env_combine4)
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
mkpost.go 9 // the syscall API in an architecture specific manner.
53 // the existing gccgo API.
  /prebuilts/go/linux-x86/src/syscall/
mkpost.go 9 // the syscall API in an architecture specific manner.
53 // the existing gccgo API.
  /cts/tests/signature/api/
build_xml_api_file.mk 18 # the name of the file to generate, e.g. current.api
24 # the name of the source api txt file - only one file allowed
34 @echo "Convert API file $< -> $@"
  /cts/tests/tests/speech/
Android.mk 36 # Needed for testing O API
  /developers/build/prebuilts/gradle/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 29 import com.google.android.gms.common.api.GoogleApiClient;
73 * @param path the path that will be sent via the wearable message API
122 .addApi(Wearable.API)
144 * @param path the path to pass to the wearable message API
149 .addApi(Wearable.API)
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 29 import com.google.android.gms.common.api.GoogleApiClient;
73 * @param path the path that will be sent via the wearable message API
122 .addApi(Wearable.API)
144 * @param path the path to pass to the wearable message API
149 .addApi(Wearable.API)
  /development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/service/
UtilityService.java 29 import com.google.android.gms.common.api.GoogleApiClient;
73 * @param path the path that will be sent via the wearable message API
122 .addApi(Wearable.API)
144 * @param path the path to pass to the wearable message API
149 .addApi(Wearable.API)
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
AsmSaveSecContext.asm 18 ; Save Sec Conext before call FspInit API
  /external/flatbuffers/docs/source/
README_TO_GENERATE_DOCS.md 30 *Note: The Go API Reference code must be generated ahead of time. For
  /external/llvm/bindings/ocaml/bitreader/
llvm_bitreader.mli 12 This interface provides an OCaml API for the LLVM bitcode reader, the

Completed in 585 milliseconds

1 23 4 5 6 7 8 91011>>