HomeSort by relevance Sort by last modified time
    Searched refs:API (Results 176 - 200 of 475) sorted by null

1 2 3 4 5 6 78 91011>>

  /development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/service/
ListenerService.java 33 import com.google.android.gms.common.api.GoogleApiClient;
81 .addApi(Wearable.API)
  /external/mesa3d/src/mapi/glapi/gen/
mesadef.py 81 print '; WGL API'
  /external/v8/build/android/
avd.py 49 run_parser.add_argument('--api-level', dest='api_level',
50 help='API level for the image',
110 api_levels = re.findall(r'API level (\d+)', avds_output)
120 logging.critical('ERROR: Emulator SDK missing required target for API %d.'
  /external/v8/test/mjsunit/
debug-compile-event.js 38 var host_compilations = 0; // Number of scources compiled through the API.
138 // Check the actual number of events (no compilation through the API as all
  /frameworks/support/v17/leanback/
Android.mk 33 # Base sub-library contains classes both needed by api-level specific libraries
46 # A helper sub-library that makes direct use of API 23.
59 # A helper sub-library that makes direct use of API 21.
166 -federationapi Android prebuilts/sdk/api/17.txt \
  /system/keymaster/
Android.mk 46 # the function-based keymaster HAL API to the message-based AndroidKeymaster API.
  /external/ImageMagick/www/api/
animate.php 9 <title>ImageMagick: MagickCore, C API for ImageMagick: Interactively Animate an Image Sequence</title>
15 <meta name="keywords" content="magickcore, c, api, for, imagemagick:, interactively, animate, an, image, sequence, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert"/>
47 <a class="magick-nav-item " href="../script/api.php">Develop</a>
57 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/animate_8c.html" id="AnimateImages">AnimateImages</a></h2>
colormap.php 9 <title>ImageMagick: MagickCore, C API for ImageMagick: Colormap Methods</title>
15 <meta name="keywords" content="magickcore, c, api, for, imagemagick:, colormap, methods, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert"/>
47 <a class="magick-nav-item " href="../script/api.php">Develop</a>
57 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/colormap_8c.html" id="AcquireImageColormap">AcquireImageColormap</a></h2>
88 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/colormap_8c.html" id="CycleColormap">CycleColormap</a></h2>
signature.php 9 <title>ImageMagick: MagickCore, C API for ImageMagick: Compute a Message Digest for an Image</title>
15 <meta name="keywords" content="magickcore, c, api, for, imagemagick:, compute, a, message, digest, for, an, image, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert"/>
47 <a class="magick-nav-item " href="../script/api.php">Develop</a>
57 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/signature_8c.html" id="SignatureImage">SignatureImage</a></h2>
mogrify.php 9 <title>ImageMagick: MagickWand, C API for ImageMagick: Command-line Interface</title>
15 <meta name="keywords" content="magickwc, api, for, imagemagick:, command-line, interface, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert"/>
47 <a class="magick-nav-item " href="../script/api.php">Develop</a>
57 <h2><a href="http://nextgen.imagemagick.org/api/MagickWand/mogrify_8c.html" id="MagickCommandGenesis">MagickCommandGenesis</a></h2>
segment.php 9 <title>ImageMagick: MagickCore, C API for ImageMagick: Segment an Image with Thresholding Fuzzy c-Means</title>
15 <meta name="keywords" content="magickcore, c, api, for, imagemagick:, segment, an, image, with, thresholding, fuzzy, c-means, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert"/>
47 <a class="magick-nav-item " href="../script/api.php">Develop</a>
57 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/segment_8c.html" id="SegmentImage">SegmentImage</a></h2>
  /external/chromium-trace/catapult/third_party/flot/
FAQ.md 50 the API documentation are using jQuery objects.
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/simple_api/
simple_api_parser.js 46 //API
  /external/mdnsresponder/
Android.mk 103 # This builds an mDns that is embeddable within GmsCore for the nearby connections API
  /external/mesa3d/src/mesa/main/
context.c 47 * Other modules are responsible for API dispatch, vertex transformation,
423 /* per-API one-time init */
424 if (!(api_init_mask & (1 << ctx->API))) {
433 if (_mesa_is_desktop_gl(ctx) || ctx->API == API_OPENGLES2)
437 api_init_mask |= 1 << ctx->API;
642 else if (ctx->API == API_OPENGLES2) {
645 else if (ctx->API == API_OPENGLES) {
898 * is allocated, and increase its reference count. Setups the GL API dispatch
904 * \param api the GL API type to create the context fo
    [all...]
extensions.c 61 /** Set of API's in which the extension exists, as a bitset. */
78 * \brief Table of supported OpenGL extensions for all API's.
    [all...]
APIspec.py 32 """A Spec is an abstraction of the API spec."""
48 elif node.name == "api":
65 return API(self, self.impl_node)
68 """Return an API."""
69 return API(self, self.api_nodes[name])
72 class API(object):
73 """An API consists of categories and functions."""
82 # parse <api>
93 raise SpecError("unexpected node %s in api" % node.name)
108 """Find a matching function in the API.""
    [all...]
glformats.c 824 return ctx->API == API_OPENGL
827 return ctx->API == API_OPENGL
843 return ctx->API == API_OPENGLES;
    [all...]
  /ndk/build/tools/
gen-platforms.sh 24 # that is relevant to API level N, and not contain anything that is already
25 # provided by API level N-1, N-2, etc..
150 echo " --platform=<list> List of API levels [$PLATFORMS]"
501 local API=$1
522 log "Generating platform $API crtbrand assembly code: $CRTBRAND_S"
523 (cd "$COMMON_SRC_DIR" && mkdir -p `dirname $CRTBRAND_S` && $CC -DPLATFORM_SDK_VERSION=$API -fpic -S -o - crtbrand.c | \
560 -DPLATFORM_SDK_VERSION=$API \
578 local API=$1
580 local HEADER="platforms/android-$API/arch-$ARCH/usr/include/android/api-level.h
    [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 25 no well-defined API to manage IPv6 flow information. In this document
26 I describe an attempt to design the API for Linux-2.2 IPv6 stack.
30 The API must solve the following tasks:
107 of received packet, we loose one very important property of BSD socket API,
242 parallel with IPsec API [RFC2367,Craig]. Actually, it may share API with
257 advanced API, especially, taking into account that eventually we
  /external/jdiff/src/jdiff/
APIComparator.java 6 * This class contains method to compare two API objects.
32 /** For easy local access to the old API object. */
33 private static API oldAPI_;
34 /** For easy local access to the new API object. */
35 private static API newAPI_;
40 public void compareAPIs(API oldAPI, API newAPI) {
53 // Find packages which were removed in the new API
58 // all the *API classes.
62 // in both the old and new API, then treat it as changed
877 API api = oldAPI_; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d.c 658 gdrv->base.API.Initialize = egl_g3d_initialize;
659 gdrv->base.API.Terminate = egl_g3d_terminate;
660 gdrv->base.API.GetProcAddress = egl_g3d_get_proc_address;
  /developers/build/prebuilts/gradle/SpeedTracker/Wearable/src/main/java/com/example/android/wearable/speedtracker/
WearableMainActivity.java 20 import com.google.android.gms.common.api.GoogleApiClient;
21 import com.google.android.gms.common.api.ResultCallback;
22 import com.google.android.gms.common.api.Status;
194 .addApi(LocationServices.API)
195 .addApi(Wearable.API)
  /developers/samples/android/wearable/wear/SpeedTracker/Wearable/src/main/java/com/example/android/wearable/speedtracker/
WearableMainActivity.java 20 import com.google.android.gms.common.api.GoogleApiClient;
21 import com.google.android.gms.common.api.ResultCallback;
22 import com.google.android.gms.common.api.Status;
194 .addApi(LocationServices.API)
195 .addApi(Wearable.API)
  /development/samples/browseable/SpeedTracker/Wearable/src/com.example.android.wearable.speedtracker/
WearableMainActivity.java 20 import com.google.android.gms.common.api.GoogleApiClient;
21 import com.google.android.gms.common.api.ResultCallback;
22 import com.google.android.gms.common.api.Status;
194 .addApi(LocationServices.API)
195 .addApi(Wearable.API)

Completed in 1875 milliseconds

1 2 3 4 5 6 78 91011>>