HomeSort by relevance Sort by last modified time
    Searched refs:module (Results 1 - 25 of 3508) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/grpc-grpc/src/ruby/tools/
version.rb 15 module GRPC
16 module Tools
  /external/selinux/libsemanage/src/
semanageswig.i 22 %module semanage
semanage.conf 23 # "direct" - libsemanage will write directly to a module store.
31 module-store = direct
  /external/grpc-grpc/
build_config.rb 15 module GrpcBuildConfig
  /external/grpc-grpc/src/ruby/lib/grpc/
version.rb 15 # GRPC contains the General RPC module.
16 module GRPC
  /external/jacoco/jacoco-maven-plugin.test/it/it-java9-offline-instrumentation/src/main/java/
module-info.java 12 module org.example {
  /external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/utils/
module-info.java 0 module M.N {
  /external/llvm/utils/crosstool/
create-snapshots.sh 23 local module=$1
24 local log="${module}.log"
25 echo "Running: svn export -r ${REV} ${module}; log in ${log}"
26 svn -q export -r ${REV} ${LLVM_PROJECT_SVN}/${module}/trunk \
27 ${module} > ${log} 2>&1
29 # Create "module-revision.tar.bz2" packages from the SVN checkout dirs.
30 local tarball="${module}-${REV}.tar.bz2"
32 tar cjf ${tarball} ${module}
34 echo "Cleaning up '${module}'"
35 rm -rf ${module} ${log
    [all...]
  /external/swiftshader/third_party/LLVM/utils/crosstool/
create-snapshots.sh 23 local module=$1
24 local log="${module}.log"
25 echo "Running: svn export -r ${REV} ${module}; log in ${log}"
26 svn -q export -r ${REV} ${LLVM_PROJECT_SVN}/${module}/trunk \
27 ${module} > ${log} 2>&1
29 # Create "module-revision.tar.bz2" packages from the SVN checkout dirs.
30 local tarball="${module}-${REV}.tar.bz2"
32 tar cjf ${tarball} ${module}
34 echo "Cleaning up '${module}'"
35 rm -rf ${module} ${log
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/crosstool/
create-snapshots.sh 23 local module=$1
24 local log="${module}.log"
25 echo "Running: svn export -r ${REV} ${module}; log in ${log}"
26 svn -q export -r ${REV} ${LLVM_PROJECT_SVN}/${module}/trunk \
27 ${module} > ${log} 2>&1
29 # Create "module-revision.tar.bz2" packages from the SVN checkout dirs.
30 local tarball="${module}-${REV}.tar.bz2"
32 tar cjf ${tarball} ${module}
34 echo "Cleaning up '${module}'"
35 rm -rf ${module} ${log
    [all...]
  /external/grpc-grpc/src/ruby/pb/src/proto/grpc/testing/
test_pb.rb 11 module Grpc
12 module Testing
  /external/grpc-grpc/src/ruby/qps/src/proto/grpc/testing/
benchmark_service_pb.rb 10 module Grpc
11 module Testing
report_qps_scenario_service_pb.rb 10 module Grpc
11 module Testing
worker_service_pb.rb 10 module Grpc
11 module Testing
  /external/autotest/client/site_tests/kernel_AsyncDriverProbe/
kernel_AsyncDriverProbe.py 15 def module_loaded(self, module):
17 Detect if the given module is already loaded in the kernel.
19 @param module: name of module to check
21 module = module.replace('-', '_')
22 match = "%s " % (module)
28 def rmmod(self, module):
30 Unload a module if it is already loaded in the kernel.
32 @param module: name of module to unloa
    [all...]
  /bionic/tests/
Android.build.mk 20 LOCAL_MODULE := $(module)
28 LOCAL_MODULE_STEM_32 := $(module)32
29 LOCAL_MODULE_STEM_64 := $(module)64
31 ifneq ($($(module)_install_to_native_tests_dir),)
38 ifneq ($($(module)_install_to_native_tests_dir_32),)
39 tests_dir_32 := $($(module)_install_to_native_tests_dir_32)
41 tests_dir_32 := $($(module)_install_to_native_tests_dir)
44 ifneq ($($(module)_install_to_native_tests_dir_64),)
45 tests_dir_64 := $($(module)_install_to_native_tests_dir_64)
47 tests_dir_64 := $($(module)_install_to_native_tests_dir
    [all...]
  /external/freetype/src/pshinter/
pshmod.c 5 * FreeType PostScript hinter module implementation (body).
25 /* the Postscript Hinter module structure */
38 /* finalize module */
40 ps_hinter_done( PS_Hinter_Module module )
42 module->t1_funcs.hints = NULL;
43 module->t2_funcs.hints = NULL;
45 ps_hints_done( &module->ps_hints );
49 /* initialize module, create hints recorder and the interface */
51 ps_hinter_init( PS_Hinter_Module module )
53 FT_Memory memory = module->root.memory
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_liveness_analysis_test.cc 37 // Run liveness analysis on the member module. For convenience returns a
39 const HloLivenessAnalysis& RunLiveness(HloModule* module) {
40 liveness_ = HloLivenessAnalysis::Run(*module).ConsumeValueOrDie();
44 HloInstruction* GetInstruction(HloModule* module, const string& name) {
46 for (auto* comp : module->computations()) {
62 auto module = ParseHloString(R"( local
70 const HloLivenessAnalysis& liveness = RunLiveness(module.get());
71 EXPECT_TRUE(liveness.IsLive(GetInstruction(module.get(), "add"), {}));
72 EXPECT_TRUE(liveness.IsLive(GetInstruction(module.get(), "constant.1"), {}));
73 EXPECT_TRUE(liveness.IsLive(GetInstruction(module.get(), "constant.2"), {}))
78 auto module = ParseHloString(R"( local
97 auto module = ParseHloString(R"( local
116 auto module = ParseHloString(R"( local
143 auto module = ParseHloString(R"( local
165 auto module = ParseHloString(R"( local
202 auto module = ParseHloString(R"( local
243 auto module = ParseHloString(R"( local
294 auto module = ParseHloString(R"( local
348 auto module = ParseHloString(R"( local
402 auto module = ParseHloString(R"( local
435 auto module = ParseHloString(R"( local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/tgsi/
invocation.hpp 26 #include "core/module.hpp"
30 module compile_program(const std::string &source,
33 module link_program(const std::vector<module> &modules);
  /external/python/cpython3/Modules/clinic/
_contextvarsmodule.c.h 6 "copy_context($module, /)\n"
14 _contextvars_copy_context_impl(PyObject *module);
17 _contextvars_copy_context(PyObject *module, PyObject *Py_UNUSED(ignored))
19 return _contextvars_copy_context_impl(module);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_bisect.py 7 # and the Python implementation of the module.
15 # Now we can import the module and get the pure Python implementation.
22 # This is now the module with the C implementation.
27 module = None variable in class:TestBisect
31 (self.module.bisect_right, [], 1, 0),
32 (self.module.bisect_right, [1], 0, 0),
33 (self.module.bisect_right, [1], 1, 1),
34 (self.module.bisect_right, [1], 2, 1),
35 (self.module.bisect_right, [1, 1], 0, 0),
36 (self.module.bisect_right, [1, 1], 1, 2),
174 module = py_bisect variable in class:TestBisectPython
177 module = c_bisect variable in class:TestBisectC
182 module = None variable in class:TestInsort
211 module = py_bisect variable in class:TestInsortPython
214 module = c_bisect variable in class:TestInsortC
235 module = None variable in class:TestErrorHandling
264 module = py_bisect variable in class:TestErrorHandlingPython
267 module = c_bisect variable in class:TestErrorHandlingC
    [all...]
  /device/linaro/hikey/gralloc960/
mali_gralloc_reference.h 24 int mali_gralloc_reference_retain(mali_gralloc_module const *module, buffer_handle_t handle);
25 int mali_gralloc_reference_release(mali_gralloc_module const *module, buffer_handle_t handle, bool canFree);
  /external/selinux/libsepol/src/
module_internal.h 1 #include <sepol/module.h>
  /external/selinux/libsepol/tests/policies/test-deps/
modreq-attr-global.conf 0 module modreq_attr_global 1.0;
  /external/selinux/libsepol/tests/policies/test-expander/
alias-module.conf 0 module my_module 1.0;

Completed in 1142 milliseconds

1 2 3 4 5 6 7 8 91011>>