Searched defs:api (Results 201 - 225 of 225) sorted by relevance

123456789

/external/chromium_org/chrome/browser/extensions/api/media_galleries/
H A Dmedia_galleries_api.cc7 #include "chrome/browser/extensions/api/media_galleries/media_galleries_api.h"
21 #include "chrome/browser/extensions/api/file_system/file_system_api.h"
35 #include "chrome/common/extensions/api/media_galleries.h"
67 namespace MediaGalleries = api::media_galleries;
806 MediaGalleriesEventRouter* api = MediaGalleriesEventRouter::Get(GetProfile()); local
807 if (!api->ExtensionHasScanProgressListener(extension()->id())) {
1125 api::media_galleries::AddGalleryWatchResult result;
1150 MediaGalleriesEventRouter* api = MediaGalleriesEventRouter::Get(GetProfile()); local
1151 api::media_galleries::AddGalleryWatchResult result;
1154 if (!api
[all...]
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DParsing.py36 api = 0 variable in class:Ctx
1833 #if ctx.api:
1834 # error(s.position(), "'api' not allowed with 'ctypedef'")
1874 if ctx.api:
1875 s.error("'api' not allowed with this statement", fatal=False)
1948 if ctx.api:
1949 s.error("'api' not allowed with this statement", fatal=False)
2587 if s.sy == 'IDENT' and s.systring == 'api':
2596 ctx.api = ctx.api o
[all...]
H A DSymtab.py108 # api boolean Generate C API for C class or function
176 api = 0 variable in class:Entry
444 def declare_const(self, name, type, value, pos, cname = None, visibility = 'private', api = 0):
447 if self.in_cinclude or (visibility == 'public' or api):
457 cname = None, visibility = 'private', api = 0, defining = 1,
465 entry.api = api
476 visibility = 'private', api = 0):
478 if self.in_cinclude or (visibility == 'public' or api):
489 visibility = visibility, api
[all...]
H A DNodes.py1182 # api boolean
1253 api = self.api, modifiers = self.modifiers)
1262 api=self.api, is_cdef=1)
1273 # api boolean
1286 self.cname, visibility = self.visibility, api = self.api,
1389 # api boolean
1398 visibility = self.visibility, api
4206 api = False variable in class:CClassDefNode
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccaltst.c140 const char *api = "?"; local
144 api = "ucal_openTimeZones()";
148 api = "ucal_openCountryTimeZones(US)";
152 api = "ucal_openTimeZoneIDEnumerarion(UCAL_ZONE_TYPE_CANONICAL, NULL, NULL)";
156 api = "ucal_openTimeZoneIDEnumerarion(UCAL_ZONE_TYPE_CANONICAL_LOCATION, CA, NULL)";
160 api = "ucal_openTimeZoneIDEnumerarion(UCAL_ZONE_TYPE_ANY, NULL, -5 hour)";
164 api = "ucal_openTimeZoneIDEnumerarion(UCAL_ZONE_TYPE_ANY, US, -5 hour)";
169 log_err_status(status, "FAIL: %s failed with %s\n", api,
175 log_verbose("%s returned %d timezone id's:\n", api, count);
177 log_data_err("FAIL: in %s, got %d, expected at least 5 -> %s (Are you missing data?)\n", api, coun
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dget.c1395 print_table_stats(int api) argument
1407 api_name = api < Elements(api_names) ? api_names[api] : "N/A";
1409 mask = Elements(table[api]) - 1;
1412 for (i = 0; i < Elements(table[api]); i++) {
1413 if (!table[api][i])
1416 d = &values[table[api][i]];
1420 if (values[table[api][hash & mask]].pname == d->pname)
1452 int api; local
1455 api
2003 int api; local
[all...]
/external/deqp/modules/egl/
H A DteglImageFormatTests.cpp1721 ImageApi* api = DE_NULL; local
1726 api = new GLES2ImageApi(contextNdx, m_log, *m_display, m_surface, m_config);
1734 m_apiContexts.push_back(api);
H A DteglRenderTests.cpp21 * \brief Rendering tests for different config and api combinations.
613 Program* createProgram (EGLint api) argument
615 switch (api)
626 void draw (EGLint api, const Program& program, const DrawPrimitiveOp& drawOp) argument
628 switch (api)
639 void clear (EGLint api, const tcu::Vec4& color, const float depth, const int stencil) argument
641 switch (api)
652 static void readPixels (EGLint api, tcu::Surface& dst) argument
654 switch (api)
679 SingleThreadRenderCase (EglTestContext& eglTestCtx, const char* name, const char* description, EGLint api, EGLin
687 SingleThreadRenderCase(EglTestContext& eglTestCtx, const char* name, const char* description, EGLint api, EGLint surfaceType, const std::vector<EGLint>& configIds, int numContextsPerApi) argument
732 EGLint api = contexts[ctxNdx].first; local
744 EGLint api = contexts[0].first; local
758 EGLint api = contexts[ctxNdx].first; local
774 EGLint api = contexts[0].first; local
829 RenderTestThread(tcu::egl::Display& display, tcu::egl::Surface& surface, tcu::egl::Context& context, EGLint api, const Program& program, const std::vector<DrawOpPacket>& packets) argument
870 MultiThreadRenderCase(EglTestContext& eglTestCtx, const char* name, const char* description, EGLint api, EGLint surfaceType, const std::vector<EGLint>& configIds, int numContextsPerApi) argument
942 EGLint api = contexts[ctxNdx].first; local
957 EGLint api = contexts[0].first; local
982 EGLint api = contexts[0].first; local
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dccaltst.c141 const char *api = "?"; local
145 api = "ucal_openTimeZones()";
149 api = "ucal_openCountryTimeZones(US)";
153 api = "ucal_openTimeZoneIDEnumerarion(UCAL_ZONE_TYPE_CANONICAL, NULL, NULL)";
157 api = "ucal_openTimeZoneIDEnumerarion(UCAL_ZONE_TYPE_CANONICAL_LOCATION, CA, NULL)";
161 api = "ucal_openTimeZoneIDEnumerarion(UCAL_ZONE_TYPE_ANY, NULL, -5 hour)";
165 api = "ucal_openTimeZoneIDEnumerarion(UCAL_ZONE_TYPE_ANY, US, -5 hour)";
170 log_err_status(status, "FAIL: %s failed with %s\n", api,
176 log_verbose("%s returned %d timezone id's:\n", api, count);
178 log_data_err("FAIL: in %s, got %d, expected at least 5 -> %s (Are you missing data?)\n", api, coun
[all...]
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1018 // api needed to prevent premature destruction
1020 APInt api = CFP->getValueAPF().bitcastToAPInt(); local
1021 const uint64_t *p = api.getRawData();
1025 APInt api = CFP->getValueAPF().bitcastToAPInt(); local
1026 const uint64_t *p = api.getRawData();
/external/llvm/lib/IR/
H A DAsmWriter.cpp838 // api needed to prevent premature destruction
839 APInt api = CFP->getValueAPF().bitcastToAPInt(); local
840 const uint64_t* p = api.getRawData();
843 int width = api.getBitWidth();
869 // api needed to prevent premature destruction
870 APInt api = CFP->getValueAPF().bitcastToAPInt(); local
871 const uint64_t* p = api.getRawData();
873 int width = api.getBitWidth();
/external/mesa3d/src/mesa/main/
H A Dget.c1395 print_table_stats(int api) argument
1407 api_name = api < Elements(api_names) ? api_names[api] : "N/A";
1409 mask = Elements(table[api]) - 1;
1412 for (i = 0; i < Elements(table[api]); i++) {
1413 if (!table[api][i])
1416 d = &values[table[api][i]];
1420 if (values[table[api][hash & mask]].pname == d->pname)
1452 int api; local
1455 api
2003 int api; local
[all...]
/external/valgrind/main/exp-dhat/
H A Ddh_main.c230 APInfo* api = NULL; local
236 api = (APInfo*)valW;
239 api = VG_(malloc)( "dh.main.intro_Block.1", sizeof(APInfo) );
240 VG_(memset)(api, 0, sizeof(*api));
241 api->ap = bk->ap;
243 (UWord)bk->ap, (UWord)api );
246 tl_assert(api->deaths == 0);
247 api->xsize_tag = Unknown;
248 api
296 APInfo* api = NULL; local
408 APInfo* api = NULL; local
1230 APInfo* api = (APInfo*)valW; local
1244 APInfo* api = (APInfo*)valW; local
[all...]
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_int.h272 tL2CAP_APPL_INFO api; member in struct:__anon1662
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglcpp-parse.c3586 glcpp_parser_create (const struct gl_extensions *extensions, int api) argument
3623 if (api == API_OPENGLES2)
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
H A DOpcode.java315 private static int minApi(int api) { argument
316 return 0xFFFF0000 | (api & 0xFFFF);
319 private static int maxApi(int api) { argument
320 return api << 16;
325 // high 16-bits is the max api, low 16-bits is the min api
364 * @return the minimum api level that can use this opcode (inclusive)
371 * @return the maximum api level that can to use this opcode (inclusive)
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_usb.c692 static int get_sub_api(char* driver, int api){ argument
704 for (i=0; i<usb_api_backend[api].nb_driver_names; i++) {
705 if (safe_stricmp(tok, usb_api_backend[api].driver_name_list[i]) == 0) {
1187 // Returns the api type, or 0 if not found/unsupported
1189 SP_DEVINFO_DATA *dev_info_data, int *api, int *sub_api)
1201 *api = USB_API_UNSUPPORTED;
1235 *api = i;
1244 char* dev_interface_path, char* device_id, int api, int sub_api)
1274 if (api == USB_API_HID) {
1286 priv->usb_interface[interface_number].apib = &usb_api_backend[api];
1188 get_api_type(struct libusb_context *ctx, HDEVINFO *dev_info, SP_DEVINFO_DATA *dev_info_data, int *api, int *sub_api) argument
1243 set_composite_interface(struct libusb_context* ctx, struct libusb_device* dev, char* dev_interface_path, char* device_id, int api, int sub_api) argument
1344 int api, sub_api; local
[all...]
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_int.h872 tBTM_APPL_INFO api; member in struct:__anon1264
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jar ... puppycrawl/tools/checkstyle/antlib.xml com/puppycrawl/tools/checkstyle/api/ com/puppycrawl/tools/checkstyle/api/AbstractFileSetCheck.class AbstractFileSetCheck. ...
/external/guava/guava/lib/
H A Djdiff.jar ... 5.1.0_r1/s?defs= " (jdiff.API, boolean) jdiff.API api boolean createGlobalComments public void startDocument ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jar ... -INF/services/java.sql.Driver org/h2/api/AggregateFunction.class AggregateFunction.java package org.h2 ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jar ... util/reflection/ org/mockito/internal/verification/ org/mockito/internal/verification/api/ org/mockito/internal/verification/argumentmatching/ org/mockito/internal/verification/checkers ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jar ... util/reflection/ org/mockito/internal/verification/ org/mockito/internal/verification/api/ org/mockito/internal/verification/argumentmatching/ org/mockito/internal/verification/checkers ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 5694 milliseconds

123456789