Home
last modified time | relevance | path

Searched defs:api (Results 251 – 275 of 1828) sorted by relevance

1...<<11121314151617181920>>...74

/aosp_15_r20/external/skia/infra/bots/recipe_modules/build/
H A Dcmake.py11 def compile_fn(api, checkout_root, _ignore): argument
48 def copy_build_products(api, src, dst): argument
H A Dandroid.py10 def compile_fn(api, checkout_root, out_dir): argument
116 def copy_build_products(api, src, dst): argument
H A Dcanvaskit.py9 def compile_fn(api, checkout_root, _ignore): argument
66 def copy_build_products(api, _ignore, dst): argument
H A Dpathkit.py8 def compile_fn(api, checkout_root, _ignore): argument
51 def copy_build_products(api, _ignore, dst): argument
H A Dutil.py44 def copy_listed_files(api, src, dst, product_list): argument
53 def set_dawn_args_and_env(args, env, api, extra_tokens, skia_dir): argument
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/
H A DVersionMap.java55 public static int mapApiToDexVersion(int api) { in mapApiToDexVersion()
109 public static int mapApiToArtVersion(int api) { in mapApiToArtVersion()
/aosp_15_r20/external/deqp/scripts/opengl/
H A Dgen_ext_init.py25 def getExtensionCommands (registry, iface, api, extension): argument
45 def genExtensions (registry, iface, api): argument
/aosp_15_r20/external/ow2-asm/asm/src/test/java/org/objectweb/asm/
H A DClassVisitorTest.java309 AnnotationAdapter(final int api, final AnnotationVisitor annotationVisitor) { in AnnotationAdapter()
326 ClassAdapter(final int api, final ClassVisitor classVisitor) { in ClassAdapter()
374 FieldAdapter(final int api, final FieldVisitor fieldVisitor) { in FieldAdapter()
396 MethodAdapter(final int api, final MethodVisitor methodVisitor) { in MethodAdapter()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPFloat.cpp2267 APInt api = Val; in convertFromAPInt() local
2312 APInt api = APInt(width, makeArrayRef(parts, partCount)); in convertFromZeroExtendedInteger() local
3097 APInt api = bitcastToAPInt(); in convertToFloat() local
3104 APInt api = bitcastToAPInt(); in convertToDouble() local
3115 void IEEEFloat::initFromF80LongDoubleAPInt(const APInt &api) { in initFromF80LongDoubleAPInt()
3149 void IEEEFloat::initFromPPCDoubleDoubleAPInt(const APInt &api) { in initFromPPCDoubleDoubleAPInt()
3173 void IEEEFloat::initFromQuadrupleAPInt(const APInt &api) { in initFromQuadrupleAPInt()
3211 void IEEEFloat::initFromDoubleAPInt(const APInt &api) { in initFromDoubleAPInt()
3242 void IEEEFloat::initFromFloatAPInt(const APInt &api) { in initFromFloatAPInt()
3273 void IEEEFloat::initFromHalfAPInt(const APInt &api) { in initFromHalfAPInt()
[all …]
/aosp_15_r20/external/sandboxed-api/contrib/zopfli/utils/
H A Dutils_zopfli.cc21 absl::Status Compress(ZopfliApi& api, std::ifstream& instream, in Compress()
58 absl::Status CompressFD(ZopfliApi& api, sapi::v::Fd& infd, sapi::v::Fd& outfd, in CompressFD()
/aosp_15_r20/external/mesa3d/src/mapi/glapi/gen/
H A Dgl_marshal_h.py54 def printBody(self, api): argument
101 api = gl_XML.parse_GL_API(file_name, marshal_XML.marshal_item_factory(), pointer_size) variable
H A Dgl_table.py45 def printBody(self, api): argument
104 def printBody(self, api): argument
H A Dgl_unmarshal_table.py64 def printBody(self, api): argument
103 api = gl_XML.parse_GL_API(file_name, marshal_XML.marshal_item_factory(), pointer_size) variable
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dcontext.c380 _mesa_init_constants(struct gl_constants *consts, gl_api api) in _mesa_init_constants()
910 _mesa_alloc_dispatch_tables(gl_api api, struct gl_dispatch *d, bool glthread) in _mesa_alloc_dispatch_tables()
988 gl_api api, in _mesa_initialize_context()
/aosp_15_r20/external/mesa3d/src/gfxstream/codegen/scripts/
H A Dreg.py33 def matchAPIProfile(api, elem): argument
609 def fillFeatureDictionary(self, interface, featurename, api): argument
633 def requireFeatures(self, interface, featurename, api): argument
/aosp_15_r20/external/sandboxed-api/contrib/c-blosc/example/
H A Dmain.cc34 absl::Status Stream(CbloscApi& api, std::string& infile_s, in Stream()
71 CbloscApi api(&sandbox); in main() local
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
H A DAudioMultiApiActivity.java64 public abstract void onApiChange(int api); in onApiChange()
81 public String audioApiToString(int api) { in audioApiToString()
/aosp_15_r20/external/sandboxed-api/oss-internship-2020/curl/examples/
H A Dexample5.cc30 absl::Status pull_one_url(const std::string& url, curl::CurlApi& api) { in pull_one_url()
68 curl::CurlApi api(&sandbox); in Example5() local
/aosp_15_r20/packages/services/Car/tools/GenericCarApiBuilder/scripts/
Dcheck_car_version.py37 def strip_param_names(api): argument
46 def get_version(api): argument
/aosp_15_r20/external/sandboxed-api/contrib/hunspell/example/
H A Dmain.cc26 absl::Status PrintSuggest(HunspellApi& api, sapi::v::RemotePtr& hunspellrp, in PrintSuggest()
78 HunspellApi api(&sandbox); in main() local
/aosp_15_r20/external/deqp/scripts/egl/
H A Dproc_address_tests.py72 def getExtensionList (registry, api): argument
102 def getInterfaceExactVersion (registry, api, version): argument
/aosp_15_r20/external/doclava/src/com/google/doclava/apicheck/
H A DApiFile.java71 final ApiInfo api = new ApiInfo(); in parseApi() local
91 private static void parsePackage(ApiInfo api, Tokenizer tokenizer) in parsePackage()
116 private static void parseClass(ApiInfo api, PackageInfo pkg, Tokenizer tokenizer, String token) in parseClass()
/aosp_15_r20/prebuilts/tools/common/google-api-java-client/1.33.2/libs/
HDgoogle-api-client-java6-1.33.2.jar ... com/ com/google/ com/google/api/ com/google/api/client/ com
/aosp_15_r20/prebuilts/tools/common/google-api-java-client/1.31.3/libs/
HDgoogle-api-client-java6-1.31.3.jar ... com/ com/google/ com/google/api/ com/google/api/client/ com
/aosp_15_r20/out/soong/.intermediates/frameworks/proto_logging/stats/libstats_proto_host/linux_glibc_x86_64_shared/gen/proto/frameworks/proto_logging/stats/enums/adservices/common/
Dadservices_api_metrics_enums.pb.cc27 namespace api { namespace
97 namespace api { namespace

1...<<11121314151617181920>>...74