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

12 3 4 5 6 7 8 91011>>

  /external/selinux/libsepol/tests/policies/test-expander/
user-module.conf 0 module my_module 1.0;
  /external/adhd/cras/src/server/
cras_dsp_mod_builtin.c 15 * empty module functions (for source and sink)
17 static int empty_instantiate(struct dsp_module *module,
23 static void empty_connect_port(struct dsp_module *module, unsigned long port,
26 static int empty_get_delay(struct dsp_module *module)
31 static void empty_run(struct dsp_module *module, unsigned long sample_count) {}
33 static void empty_deinstantiate(struct dsp_module *module) {}
35 static void empty_free_module(struct dsp_module *module)
37 free(module);
40 static int empty_get_properties(struct dsp_module *module) { return 0; }
42 static void empty_dump(struct dsp_module *module, struct dumper *d
587 struct dsp_module *module; local
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
module-directive-bad.s 5 .module fp=64
6 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code
9 .module fp=32
10 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code
13 .module fp=64
14 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code
17 .module fp=32
18 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code
21 .module fp=64
22 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any cod
    [all...]
  /external/llvm/test/MC/Mips/
module-directive-bad.s 5 .module fp=64
6 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code
9 .module fp=32
10 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code
13 .module fp=64
14 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code
17 .module fp=32
18 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code
21 .module fp=64
22 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any cod
    [all...]
  /build/make/core/
host_prebuilt.mk 17 $(call record-module-type,HOST_PREBUILT)
host_static_test_lib.mk 5 $(call record-module-type,HOST_STATIC_TEST_LIBRARY)
static_test_lib.mk 5 $(call record-module-type,STATIC_TEST_LIBRARY)
target_test_config.mk 21 $(call record-module-type,TARGET_TEST_CONFIG)
  /device/linaro/hikey/gralloc/
framebuffer_device.h 22 int framebuffer_device_open(hw_module_t const *module, const char *name, hw_device_t **device);
24 // Initialize the framebuffer (must keep module lock before calling
25 int init_frame_buffer_locked(struct private_module_t *module);
  /external/grpc-grpc/src/ruby/pb/grpc/health/v1/
health_services_pb.rb 25 module Grpc
26 module Health
27 module V1
28 module Health
  /external/ltp/testscripts/
load_stress_all_kernel_modules.sh 30 for module in `modprobe -l | tr '\n' ' '`
32 insert_module=`basename $module .ko`
  /external/protobuf/ruby/lib/google/protobuf/
message_exts.rb 31 module Google
32 module Protobuf
33 module MessageExts
40 module ClassMethods
  /external/tensorflow/tensorflow/compiler/xla/service/
copy_insertion.h 28 // instructions) to eliminate several kinds of problems in the HLO module.
59 // Run the pass on the given module. Returns whether the module was changed
61 StatusOr<bool> Run(HloModule* module) override;
69 // copies. Returns whether the module was modified.
71 // TODO(b/62548313): Remove this when buffer assignment is module-scoped.
72 static StatusOr<bool> AddCopiesForBufferAssignment(HloModule* module);
74 // Try to remove as many copies from the module as possible without
78 HloModule* module);
90 Status AddSpecialCaseCopies(HloModule* module);
    [all...]
hlo_module_dce_test.cc 74 auto module = ParseHloString(R"( local
101 EXPECT_FALSE(dce.Run(module.get()).ValueOrDie());
102 EXPECT_FALSE(WhileBodyHasPassThroughTupleElement(module->entry_computation(),
104 EXPECT_FALSE(WhileBodyHasPassThroughTupleElement(module->entry_computation(),
111 auto module = ParseHloString(R"( local
141 EXPECT_FALSE(dce.Run(module.get()).ValueOrDie());
142 EXPECT_FALSE(WhileBodyHasPassThroughTupleElement(module->entry_computation(),
144 EXPECT_FALSE(WhileBodyHasPassThroughTupleElement(module->entry_computation(),
151 auto module = ParseHloString(R"( local
180 EXPECT_FALSE(WhileBodyHasPassThroughTupleElement(module->entry_computation()
194 auto module = ParseHloString(R"( local
236 auto module = ParseHloString(R"( local
304 auto module = ParseHloString(R"( local
370 auto module = ParseHloString(R"( local
407 auto module = ParseHloString(R"( local
    [all...]
  /bionic/tests/libs/
Android.build.testlib.internal.mk 19 ifeq ($($(module)_relative_install_path),)
20 $(module)_install_to_native_tests_dir := bionic-loader-test-libs
22 $(module)_install_to_native_tests_dir := bionic-loader-test-libs/$($(module)_relative_install_path)
25 $(module)_ldflags += -Wl,--rpath,\$${ORIGIN} -Wl,--enable-new-dtags
  /external/elfutils/tests/
run-dwfl-bug-offline-rel.sh 23 module: 00000000..00002308 testfile36 (null)
24 module: 00000000 DWARF 0 (no error)
25 module: 00000000..00002308 testfile36 testfile36.debug
  /external/google-breakpad/src/google_breakpad/processor/
source_line_resolver_interface.h 55 // Adds a module to this resolver, returning true on success.
57 // module should have at least the code_file, debug_file,
60 // map_file should contain line/address mappings for this module.
61 virtual bool LoadModule(const CodeModule *module,
64 virtual bool LoadModuleUsingMapBuffer(const CodeModule *module,
73 virtual bool LoadModuleUsingMemoryBuffer(const CodeModule *module,
79 // alive during the lifetime of the corresponding Module.
82 // Request that the specified module be unloaded from this resolver.
84 virtual void UnloadModule(const CodeModule *module) = 0;
86 // Returns true if the module has been loaded
    [all...]
  /external/python/cpython3/Modules/clinic/
_tracemalloc.c.h 6 "is_tracing($module, /)\n"
9 "Return True if the tracemalloc module is tracing Python memory allocations.");
15 _tracemalloc_is_tracing_impl(PyObject *module);
18 _tracemalloc_is_tracing(PyObject *module, PyObject *Py_UNUSED(ignored))
20 return _tracemalloc_is_tracing_impl(module);
24 "clear_traces($module, /)\n"
33 _tracemalloc_clear_traces_impl(PyObject *module);
36 _tracemalloc_clear_traces(PyObject *module, PyObject *Py_UNUSED(ignored))
38 return _tracemalloc_clear_traces_impl(module);
42 "_get_traces($module, /)\n
    [all...]
  /external/clang/lib/Headers/
module.modulemap 1 /*===---- module.modulemap - intrinsics module map -------------------------===
24 module _Builtin_intrinsics [system] [extern_c] {
25 explicit module altivec {
30 explicit module arm {
33 explicit module acle {
38 explicit module neon {
45 explicit module intel {
65 explicit module mm_malloc {
70 explicit module cpuid
    [all...]
  /development/vndk/tools/sourcedr/blueprint/tests/
test_evaluate_default.py 19 """This module contains the unit tests to check evaluate_default(s)."""
86 module = modules[-1][1]
87 self.assertEqual(module['name'], 'libfoo')
88 self.assertEqual(module['a'], 'specified_a')
89 self.assertEqual(module['b'], 'default_b')
116 module = modules[-1][1]
117 self.assertEqual(module['name'], 'libfoo')
118 self.assertEqual(module['a'], 'specified_a')
119 self.assertEqual(module['b'], 'libfoo_default_b')
120 self.assertEqual(module['c'], 'libbar_default_c'
    [all...]
  /external/adhd/cras/src/tests/
dsp_unittest.cc 100 static int empty_instantiate(struct dsp_module *module,
106 static void empty_connect_port(struct dsp_module *module, unsigned long port,
109 static int empty_get_delay(struct dsp_module *module)
114 static void empty_run(struct dsp_module *module, unsigned long sample_count) {}
116 static void empty_deinstantiate(struct dsp_module *module) {}
118 static void empty_free_module(struct dsp_module *module)
120 free(module);
123 static int empty_get_properties(struct dsp_module *module) { return 0; }
125 static void empty_dump(struct dsp_module *module, struct dumper *d)
127 dumpf(d, "built-in module\n")
148 struct dsp_module *module; local
    [all...]
  /external/python/cpython3/Lib/test/
test_bisect.py 34 (self.module.bisect_right, [], 1, 0),
35 (self.module.bisect_right, [1], 0, 0),
36 (self.module.bisect_right, [1], 1, 1),
37 (self.module.bisect_right, [1], 2, 1),
38 (self.module.bisect_right, [1, 1], 0, 0),
39 (self.module.bisect_right, [1, 1], 1, 2),
40 (self.module.bisect_right, [1, 1], 2, 2),
41 (self.module.bisect_right, [1, 1, 1], 0, 0),
42 (self.module.bisect_right, [1, 1, 1], 1, 3),
43 (self.module.bisect_right, [1, 1, 1], 2, 3)
203 module = py_bisect variable in class:TestBisectPython
206 module = c_bisect variable in class:TestBisectC
238 module = py_bisect variable in class:TestInsortPython
241 module = c_bisect variable in class:TestInsortC
293 module = py_bisect variable in class:TestErrorHandlingPython
296 module = c_bisect variable in class:TestErrorHandlingC
320 module = py_bisect variable in class:TestDocExamplePython
323 module = c_bisect variable in class:TestDocExampleC
    [all...]
  /external/python/cpython2/Lib/test/
test_bisect.py 8 # and the Python implementation of the module.
16 # Now we can import the module and get the pure Python implementation.
23 # This is now the module with the C implementation.
50 module = None variable in class:TestBisect
54 (self.module.bisect_right, [], 1, 0),
55 (self.module.bisect_right, [1], 0, 0),
56 (self.module.bisect_right, [1], 1, 1),
57 (self.module.bisect_right, [1], 2, 1),
58 (self.module.bisect_right, [1, 1], 0, 0),
59 (self.module.bisect_right, [1, 1], 1, 2)
226 module = py_bisect variable in class:TestBisectPython
229 module = c_bisect variable in class:TestBisectC
234 module = None variable in class:TestInsort
263 module = py_bisect variable in class:TestInsortPython
266 module = c_bisect variable in class:TestInsortC
287 module = None variable in class:TestErrorHandling
316 module = py_bisect variable in class:TestErrorHandlingPython
319 module = c_bisect variable in class:TestErrorHandlingC
    [all...]
  /device/linaro/hikey/gralloc960/legacy/
alloc_device.h 22 int alloc_device_open(hw_module_t const *module, const char *name, hw_device_t **device);
  /external/autotest/utils/named_semaphore/
setup.py 4 module = distutils.core.Extension("namedsem", sources=["namedsem.c"]) variable
8 ext_modules=[module])

Completed in 1570 milliseconds

12 3 4 5 6 7 8 91011>>