Home
last modified time | relevance | path

Searched refs:frameworks (Results 1 – 25 of 138) sorted by relevance

123456

/external/grpc-grpc/tools/profiling/ios_bin/
Dbinary_size.py57 def get_size(where, frameworks): argument
59 if not frameworks:
77 def build(where, frameworks): argument
84 % ('YES' if frameworks else 'NO'),
92 for frameworks in [False, True]:
93 build('new', frameworks)
94 new_size = get_size('new', frameworks)
105 build('old', frameworks)
106 old_size = get_size('old', frameworks)
113 if frameworks else '*****************STATIC******************\n')
/external/clang/
DRenderScriptPrebuilts.md53 frameworks/compile/slang, and/or frameworks/compile/libbcc. This may entail
57 cd $ANDROID_BUILD_TOP/frameworks/rs
103 * **frameworks/compile/mclinker**
107 * **frameworks/compile/libbcc**
108 * **frameworks/compile/slang**
109 * **frameworks/rs**
/external/drrickorang/LoopbackApp/app/src/main/cpp/
DAndroid.bp19 "frameworks/wilhelm/include",
20 "frameworks/av/media/libaaudio/include",
/external/v4l2_codec2/cmds/
DAndroid.mk12 $(TOP)/frameworks/av/media/libstagefright/include \
13 $(TOP)/frameworks/native/include \
/external/robolectric/
DAndroid.mk42 frameworks/base/core/res/assets \
43 frameworks/base/core/res/res
/external/python/cpython2/Doc/howto/
Dwebservers.rst17 Therefore, many frameworks and helper tools have been created to assist
311 which can be reused for other WSGI-compliant frameworks and libraries.
344 it is great for programmers writing frameworks, a normal web developer does not
425 any particular API. Many web frameworks use this model to help the developer
428 That way, even users of other frameworks (or even other languages, since MVC is
435 Python frameworks, this component is often represented by the classes used by
452 While not all Python frameworks explicitly support MVC, it is often trivial
463 list of web frameworks for various programming languages.
471 these exist for all web frameworks in all languages. Developers are not forced
514 Some `frameworks`_ ship their own template engine or recommend one in
[all …]
/external/dynamic_depth/
DOWNERS1 include platform/frameworks/av:/camera/OWNERS
/external/image_io/
DOWNERS1 include platform/frameworks/av:/camera/OWNERS
/external/python/cpython2/Doc/library/
Dindex.rst32 packages and entire application development frameworks), available from
62 frameworks.rst
Dframeworks.rst8 The modules described in this chapter are frameworks that will largely dictate
/external/spirv-llvm/
DOWNERS3 include platform/frameworks/rs:/OWNERS
/external/shaderc/spirv-headers/
DOWNERS3 include platform/frameworks/rs:/OWNERS
/external/hyphenation-patterns/
Dbuild-hyb.mk9 MK_HYB_FILE := frameworks/minikin/tools/mk_hyb_file.py
/external/python/cpython3/Doc/library/
Dindex.rst32 packages and entire application development frameworks), available from
66 frameworks.rst
/external/apache-http/
DAndroid.bp73 droiddoc_option_files: [":frameworks-base-api-current.txt"],
79 "--subtract-api $(location :frameworks-base-api-current.txt)",
/external/skia/third_party/etc1/
DREADME.google1 URL: https://android.googlesource.com/platform/frameworks/native/+/master/opengl/
/external/skqp/third_party/etc1/
DREADME.google1 URL: https://android.googlesource.com/platform/frameworks/native/+/master/opengl/
/external/skia/modules/canvaskit/
Dkarma.conf.js9 frameworks: ['jasmine'], property
/external/skia/experimental/wasm-skp-debugger/
Dkarma.conf.js9 frameworks: ['jasmine'], property
/external/skqp/experimental/canvaskit/
Dkarma.conf.js9 frameworks: ['jasmine'], property
/external/libogg/
DOWNERS3 # Used only by frameworks/av/media/libstagefright?
/external/python/cpython3/Mac/BuildScript/
Dbuild-installer.py564 frameworks = {}
569 frameworks[framework] = os.readlink(libfw)
573 % (framework, frameworks[framework], libfw))
578 if frameworks['Tcl'] != frameworks['Tk']:
582 % frameworks['Tk'])
587 % frameworks['Tcl'],
589 % frameworks['Tk'],
/external/python/cpython2/Mac/BuildScript/
Dbuild-installer.py560 frameworks = {}
565 frameworks[framework] = os.readlink(libfw)
569 % (framework, frameworks[framework], libfw))
574 if frameworks['Tcl'] != frameworks['Tk']:
578 % frameworks['Tk'])
583 % frameworks['Tcl'],
585 % frameworks['Tk'],
/external/skqp/modules/pathkit/
Dkarma.bench.conf.js9 frameworks: ['jasmine'], property
/external/skia/modules/pathkit/
Dkarma.bench.conf.js9 frameworks: ['jasmine'], property

123456