| /external/pcre/dist/ |
| RunTest.bat | 316 call :runsub 2 testout "API, errors, internals, and non-Perl stuff" -q
342 call :runsub 5 testout "API, internals, and non-Perl stuff for UTF-%bits%" -q
362 call :runsub 7 testout "API, internals, and non-Perl stuff for Unicode property support" -q
|
| /ndk/build/core/ |
| init.mk | 455 # where <apilevel> corresponds to an API level number, with: 505 $(call __ndk_info,API level android-L is renamed as android-21.) 574 # The first API level ndk-build enforces -fPIE for executable
|
| /developers/build/prebuilts/gradle/AgendaData/Application/src/main/java/com/example/android/wearable/agendadata/ |
| CalendarQueryService.java | 52 import com.google.android.gms.common.api.GoogleApiClient; 53 import com.google.android.gms.common.api.GoogleApiClient.ConnectionCallbacks; 54 import com.google.android.gms.common.api.GoogleApiClient.OnConnectionFailedListener; 69 * Queries calendar events using Android Calendar Provider API and creates a data item for each 99 .addApi(Wearable.API)
|
| /developers/build/prebuilts/gradle/DataLayer/Application/src/main/java/com/example/android/wearable/datalayer/ |
| MainActivity.java | 40 import com.google.android.gms.common.api.GoogleApiClient; 41 import com.google.android.gms.common.api.GoogleApiClient.ConnectionCallbacks; 42 import com.google.android.gms.common.api.GoogleApiClient.OnConnectionFailedListener; 43 import com.google.android.gms.common.api.ResultCallback; 71 * Receives its own events using a listener API designed for foreground activities. Updates a data 126 .addApi(Wearable.API) 175 LOGD(TAG, "Google API Client was connected"); 187 LOGD(TAG, "Connection to Google API client was suspended"); 205 Log.e(TAG, "Connection to Google API client has failed");
|
| /developers/build/prebuilts/gradle/DataLayer/Wearable/src/main/java/com/example/android/wearable/datalayer/ |
| MainActivity.java | 42 import com.google.android.gms.common.api.GoogleApiClient; 43 import com.google.android.gms.common.api.GoogleApiClient.ConnectionCallbacks; 44 import com.google.android.gms.common.api.GoogleApiClient.OnConnectionFailedListener; 45 import com.google.android.gms.common.api.PendingResult; 46 import com.google.android.gms.common.api.ResultCallback; 103 .addApi(Wearable.API) 129 LOGD(TAG, "onConnected(): Successfully connected to Google API client"); 138 LOGD(TAG, "onConnectionSuspended(): Connection to Google API client was suspended");
|
| /developers/build/prebuilts/gradle/RuntimePermissionsWear/Wearable/src/main/java/com/example/android/wearable/runtimepermissions/ |
| MainWearActivity.java | 38 import com.google.android.gms.common.api.GoogleApiClient; 39 import com.google.android.gms.common.api.PendingResult; 40 import com.google.android.gms.common.api.ResultCallback; 137 .addApi(Wearable.API)
|
| /developers/samples/android/wearable/wear/AgendaData/Application/src/main/java/com/example/android/wearable/agendadata/ |
| CalendarQueryService.java | 52 import com.google.android.gms.common.api.GoogleApiClient; 53 import com.google.android.gms.common.api.GoogleApiClient.ConnectionCallbacks; 54 import com.google.android.gms.common.api.GoogleApiClient.OnConnectionFailedListener; 69 * Queries calendar events using Android Calendar Provider API and creates a data item for each 99 .addApi(Wearable.API)
|
| /developers/samples/android/wearable/wear/DataLayer/Application/src/main/java/com/example/android/wearable/datalayer/ |
| MainActivity.java | 40 import com.google.android.gms.common.api.GoogleApiClient; 41 import com.google.android.gms.common.api.GoogleApiClient.ConnectionCallbacks; 42 import com.google.android.gms.common.api.GoogleApiClient.OnConnectionFailedListener; 43 import com.google.android.gms.common.api.ResultCallback; 71 * Receives its own events using a listener API designed for foreground activities. Updates a data 126 .addApi(Wearable.API) 175 LOGD(TAG, "Google API Client was connected"); 187 LOGD(TAG, "Connection to Google API client was suspended"); 205 Log.e(TAG, "Connection to Google API client has failed");
|
| /developers/samples/android/wearable/wear/DataLayer/Wearable/src/main/java/com/example/android/wearable/datalayer/ |
| MainActivity.java | 42 import com.google.android.gms.common.api.GoogleApiClient; 43 import com.google.android.gms.common.api.GoogleApiClient.ConnectionCallbacks; 44 import com.google.android.gms.common.api.GoogleApiClient.OnConnectionFailedListener; 45 import com.google.android.gms.common.api.PendingResult; 46 import com.google.android.gms.common.api.ResultCallback; 103 .addApi(Wearable.API) 129 LOGD(TAG, "onConnected(): Successfully connected to Google API client"); 138 LOGD(TAG, "onConnectionSuspended(): Connection to Google API client was suspended");
|
| /developers/samples/android/wearable/wear/RuntimePermissionsWear/Wearable/src/main/java/com/example/android/wearable/runtimepermissions/ |
| MainWearActivity.java | 38 import com.google.android.gms.common.api.GoogleApiClient; 39 import com.google.android.gms.common.api.PendingResult; 40 import com.google.android.gms.common.api.ResultCallback; 137 .addApi(Wearable.API)
|
| /development/samples/browseable/AgendaData/Application/src/com.example.android.wearable.agendadata/ |
| CalendarQueryService.java | 52 import com.google.android.gms.common.api.GoogleApiClient; 53 import com.google.android.gms.common.api.GoogleApiClient.ConnectionCallbacks; 54 import com.google.android.gms.common.api.GoogleApiClient.OnConnectionFailedListener; 69 * Queries calendar events using Android Calendar Provider API and creates a data item for each 99 .addApi(Wearable.API)
|
| /development/samples/browseable/DataLayer/Application/src/com.example.android.wearable.datalayer/ |
| MainActivity.java | 40 import com.google.android.gms.common.api.GoogleApiClient; 41 import com.google.android.gms.common.api.GoogleApiClient.ConnectionCallbacks; 42 import com.google.android.gms.common.api.GoogleApiClient.OnConnectionFailedListener; 43 import com.google.android.gms.common.api.ResultCallback; 71 * Receives its own events using a listener API designed for foreground activities. Updates a data 126 .addApi(Wearable.API) 175 LOGD(TAG, "Google API Client was connected"); 187 LOGD(TAG, "Connection to Google API client was suspended"); 205 Log.e(TAG, "Connection to Google API client has failed");
|
| /development/samples/browseable/DataLayer/Wearable/src/com.example.android.wearable.datalayer/ |
| MainActivity.java | 42 import com.google.android.gms.common.api.GoogleApiClient; 43 import com.google.android.gms.common.api.GoogleApiClient.ConnectionCallbacks; 44 import com.google.android.gms.common.api.GoogleApiClient.OnConnectionFailedListener; 45 import com.google.android.gms.common.api.PendingResult; 46 import com.google.android.gms.common.api.ResultCallback; 103 .addApi(Wearable.API) 129 LOGD(TAG, "onConnected(): Successfully connected to Google API client"); 138 LOGD(TAG, "onConnectionSuspended(): Connection to Google API client was suspended");
|
| /development/samples/browseable/RuntimePermissionsWear/Wearable/src/com.example.android.wearable.runtimepermissions/ |
| MainWearActivity.java | 38 import com.google.android.gms.common.api.GoogleApiClient; 39 import com.google.android.gms.common.api.PendingResult; 40 import com.google.android.gms.common.api.ResultCallback; 137 .addApi(Wearable.API)
|
| /external/compiler-rt/lib/BlocksRuntime/ |
| runtime.c | 444 * API supporting SPI 450 #pragma mark SPI/API 458 // API entry point to release a copied Block 525 Entry points used by the compiler - the real API!
|
| /external/mesa3d/src/mesa/main/ |
| clear.c | 174 && (ctx->API == API_OPENGL_CORE || _mesa_is_gles(ctx))) {
|
| teximage.c | 90 return (ctx->API != API_OPENGL_CORE) ? GL_ALPHA : -1; 97 return (ctx->API != API_OPENGL_CORE) ? GL_LUMINANCE : -1; 106 return (ctx->API != API_OPENGL_CORE) ? GL_LUMINANCE_ALPHA : -1; 112 return (ctx->API != API_OPENGL_CORE) ? GL_INTENSITY : -1; 114 return (ctx->API != API_OPENGL_CORE) ? GL_RGB : -1; 125 return (ctx->API != API_OPENGL_CORE) ? GL_RGBA : -1; 528 if (ctx->API == API_OPENGLES) { [all...] |
| /external/mesa3d/src/mesa/vbo/ |
| vbo_exec_api.c | 473 if (ctx->API == API_OPENGL && face == GL_FRONT) { 476 else if (ctx->API == API_OPENGL && face == GL_BACK) { 522 if (ctx->API != API_OPENGL) { 963 if (ctx->API == API_OPENGLES2) { [all...] |
| /external/webrtc/ |
| PRESUBMIT.py | 67 """Ensures the list of native API header directories is up to date.""" 77 'Directories to native API headers have changed which has made the ' 95 'You seem to be changing native API header files. Please make sure ' 105 ' 5. (after ~3 months) remove the deprecated API.\n'
|
| /build/tools/droiddoc/templates-sdk-dev/assets/js/ |
| docs.js | 850 minLevel = parseInt($("#doc-api-level").attr("class")); 851 // Handle provisional api levels; the provisional level will always be the highest possible level 852 // Provisional api levels will also have a length; other stuff that's just missing a level won't, 879 $("#naMessage").show().html("<div><p><strong>This API" + 880 " requires API level " + minLevel + " or higher.</strong></p>" + 881 "<p>This document is hidden because your selected API level for the documentation is " + 882 selectedLevel + ". You can change the documentation API level with the selector " + 884 "<p>For more information about specifying the API level your app requires, " + 888 "title='Change the API level to " + minLevel + "' " + 897 var apis = $(".api", context) [all...] |
| /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
| tree.rb | 86 == The Tree Parser API 88 Like Parser, the class does not stray too far from the Recognizer API. [all...] |
| /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/ |
| README.rst | 174 full API documentation as well as Getting Started Guides for many of the boto
|
| /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/ |
| table.py | 827 table-level by the API, but conceptually maps better to telling an 842 table-level by the API, but conceptually maps better to telling an [all...] |
| /external/deqp/external/vulkancts/ |
| gen_framework.py | 206 class API: 393 return API( 401 def writeHandleType (api, filename): 405 yield "\t%s = 0," % api.handles[0].getHandleType() 406 for handle in api.handles[1:]: 477 def writeBasicTypes (api, filename): 479 for line in indentLines(["enum { %s\t= %s\t};" % define for define in api.definitions]): 482 for line in genHandlesSrc(api.handles): 485 for enum in api.enums: 489 for bitfield in api.bitfields 885 api = parseAPI(src) variable [all...] |
| /external/jdiff/src/jdiff/ |
| RootDocToXML.java | 26 * Write the XML representation of the API to a file. 43 System.out.println("JDiff: writing the API to file '" + tempFileName + "'..."); 57 // If validation is desired, write out the appropriate api.xsd file 88 xsdFileName += "api.xsd"; 92 // The contents of the api.xsd file 98 xsdFile.println(" Schema for JDiff API representation."); 102 xsdFile.println("<xsd:element name=\"api\" type=\"apiType\"/>"); 405 String st = API.hideHTMLTags(fs); 655 outputFile.println("<!DOCTYPE api"); 659 outputFile.println("<api"); [all...] |