HomeSort by relevance Sort by last modified time
    Searched refs:module (Results 126 - 150 of 4067) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/misc/common/robolectric/
wrapper.sh 46 local module="${1-}"; shift || fatal "missing argument: module"
64 tail -n 5 "$output" | sed -e "s/^/${module}: /"
67 cat "$output" | sed -e "s/^/${module}: /"
  /bionic/tests/libs/
Android.build.pthread_atfork.mk 23 module := libtest_pthread_atfork macro
  /build/make/core/
host_dalvik_static_java_library.mk 16 $(call record-module-type,HOST_DALVIK_STATIC_JAVA_LIBRARY)
  /device/generic/goldfish/camera/
EmulatedQemuCamera2.h 35 EmulatedQemuCamera2(int cameraId, bool facingBack, struct hw_module_t* module);
  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera_dbg.h 66 #define CLOGx(module, level, fmt, args...) \
68 if (g_cam_log[module][level]) { \
69 mm_camera_debug_log(module, level, __func__, __LINE__, fmt, ##args); \
74 #define CLOGI(module, fmt, args...) \
75 CLOGx(module, CAM_GLBL_DBG_INFO, fmt, ##args)
77 #define CLOGD(module, fmt, args...) \
78 CLOGx(module, CAM_GLBL_DBG_DEBUG, fmt, ##args)
80 #define CLOGL(module, fmt, args...) \
81 CLOGx(module, CAM_GLBL_DBG_LOW, fmt, ##args)
83 #define CLOGW(module, fmt, args...)
    [all...]
  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
__init__.py 7 This module provides components for modifying and querying Python code. They can
16 from py_utils.refactor.module import Module
20 module = Module(file_path)
21 result = transform(module)
22 module.Write()
  /external/google-breakpad/src/google_breakpad/processor/
symbol_supplier.h 31 // to provide symbols for a given module.
66 virtual SymbolResult GetSymbolFile(const CodeModule *module,
74 virtual SymbolResult GetSymbolFile(const CodeModule *module,
83 // Module *module) once the data buffer is no longer needed.
87 virtual SymbolResult GetCStringSymbolData(const CodeModule *module,
93 // Frees the data buffer allocated for the module in GetCStringSymbolData.
94 virtual void FreeSymbolData(const CodeModule *module) = 0;
  /external/google-breakpad/src/tools/mac/crash_report/
on_demand_symbol_supplier.h 49 // the same name as the module in the minidump
54 // Returns the path to the symbol file for the given module.
55 virtual SymbolResult GetSymbolFile(const CodeModule *module,
59 // Returns the path to the symbol file for the given module.
60 virtual SymbolResult GetSymbolFile(const CodeModule *module,
66 virtual SymbolResult GetCStringSymbolData(const CodeModule *module,
72 // Delete the data buffer allocated for module in GetCStringSymbolData().
73 virtual void FreeSymbolData(const CodeModule *module);
80 // When we create a symbol file for a module, save the name of the module
    [all...]
  /external/libdrm/tests/util/
kms.h 33 int util_open(const char *device, const char *module);
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
generator_unittest.py 7 import module as mojom
13 module = mojom.Module()
14 union = module.AddUnion('a')
20 gen = generator.Generator(module)
  /external/protobuf/ruby/lib/google/
protobuf.rb 35 # That way the module init can grab references to these.
36 module Google
37 module Protobuf
56 module Google
57 module Protobuf
  /external/syslinux/com32/lib/sys/module/i386/
elf_module.c 17 #include <sys/module.h>
29 int load_segments(struct elf_module *module, Elf_Ehdr *elf_hdr) {
45 image_seek(elf_hdr->e_phoff, module);
52 image_read(pht, elf_hdr->e_phnum * elf_hdr->e_phentsize, module);
54 // Compute the memory needings of the module
98 if (elf_malloc(&module->module_addr,
106 module->base_addr = (Elf32_Addr)(module->module_addr) - min_alloc;
107 module->module_size = max_alloc - min_alloc;
110 memset(module->module_addr, 0, module->module_size)
    [all...]
  /external/syslinux/core/elflink/
common.h 2 * common.h - Common internal operations performed by the module subsystem
13 #include <sys/module.h>
40 extern void print_elf_symbols(struct elf_module *module);
47 extern int image_load(struct elf_module *module);
48 extern int image_unload(struct elf_module *module);
49 extern int image_read(void *buff, size_t size, struct elf_module *module);
50 extern int image_skip(size_t size, struct elf_module *module);
51 extern int image_seek(Elf32_Off offset, struct elf_module *module);
53 extern struct module_dep *module_dep_alloc(struct elf_module *module);
60 extern int check_symbols(struct elf_module *module);
    [all...]
  /frameworks/rs/rsov/compiler/spirit/
pass.cpp 19 #include "module.h"
24 Module *Pass::run(Module *module, int *error) {
26 auto words = runAndSerialize(module, &intermediateError);
33 return Deserialize<Module>(words);
36 std::vector<uint32_t> Pass::runAndSerialize(Module *module, int *error) {
38 auto m1 = run(module, &intermediateError);
45 return Serialize<Module>(m1)
    [all...]
  /hardware/qcom/display/msm8084/libmemtrack/
memtrack_msm.c 23 int msm_memtrack_init(const struct memtrack_module *module)
25 if(!module)
30 int msm_memtrack_get_memory(const struct memtrack_module *module,
36 if(!module)
  /hardware/qcom/display/msm8226/libmemtrack/
memtrack_msm.c 23 int msm_memtrack_init(const struct memtrack_module *module)
25 if(!module)
30 int msm_memtrack_get_memory(const struct memtrack_module *module,
36 if(!module)
  /hardware/qcom/display/msm8909/libmemtrack/
memtrack_msm.c 23 int msm_memtrack_init(const struct memtrack_module *module)
25 if(!module)
30 int msm_memtrack_get_memory(const struct memtrack_module *module,
36 if(!module)
  /hardware/qcom/display/msm8998/libmemtrack/
memtrack_msm.c 23 int msm_memtrack_init(const struct memtrack_module *module)
25 if(!module)
30 int msm_memtrack_get_memory(const struct memtrack_module *module,
36 if(!module)
  /packages/apps/Camera2/src/com/android/camera/remote/
RemoteShutterListener.java 25 * Called when the module is active and ready for shutter presses.
27 void onModuleReady(RemoteCameraModule module);
30 * Called when module is no longer ready for shutter presses.
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_warnings.py 19 def warnings_state(module):
32 original_filters = module.filters
34 module.filters = original_filters[:]
35 module.simplefilter("once")
36 warning_tests.warnings = module
40 module.filters = original_filters
56 # The 'warnings' module must be explicitly set so that the proper
58 sys.modules['warnings'] = self.module
71 with original_warnings.catch_warnings(module=self.module) as w
190 module = c_warnings variable in class:CFilterTests
193 module = py_warnings variable in class:PyFilterTests
352 module = c_warnings variable in class:CWarnTests
361 module = py_warnings variable in class:PyWarnTests
402 module = c_warnings variable in class:CWCmdLineTests
405 module = py_warnings variable in class:PyWCmdLineTests
412 module = c_warnings variable in class:_WarningsTests
591 module = c_warnings variable in class:CWarningsDisplayTests
594 module = py_warnings variable in class:PyWarningsDisplayTests
701 module = c_warnings variable in class:CCatchWarningTests
704 module = py_warnings variable in class:PyCatchWarningTests
740 module = c_warnings variable in class:CEnvironmentVariableTests
743 module = py_warnings variable in class:PyEnvironmentVariableTests
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_warnings.py 19 def warnings_state(module):
32 original_filters = module.filters
34 module.filters = original_filters[:]
35 module.simplefilter("once")
36 warning_tests.warnings = module
40 module.filters = original_filters
56 # The 'warnings' module must be explicitly set so that the proper
58 sys.modules['warnings'] = self.module
71 with original_warnings.catch_warnings(module=self.module) as w
190 module = c_warnings variable in class:CFilterTests
193 module = py_warnings variable in class:PyFilterTests
352 module = c_warnings variable in class:CWarnTests
361 module = py_warnings variable in class:PyWarnTests
402 module = c_warnings variable in class:CWCmdLineTests
405 module = py_warnings variable in class:PyWCmdLineTests
412 module = c_warnings variable in class:_WarningsTests
591 module = c_warnings variable in class:CWarningsDisplayTests
594 module = py_warnings variable in class:PyWarningsDisplayTests
701 module = c_warnings variable in class:CCatchWarningTests
704 module = py_warnings variable in class:PyCatchWarningTests
740 module = c_warnings variable in class:CEnvironmentVariableTests
743 module = py_warnings variable in class:PyEnvironmentVariableTests
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_warnings.py 19 def warnings_state(module):
32 original_filters = module.filters
34 module.filters = original_filters[:]
35 module.simplefilter("once")
36 warning_tests.warnings = module
40 module.filters = original_filters
56 # The 'warnings' module must be explicitly set so that the proper
58 sys.modules['warnings'] = self.module
71 with original_warnings.catch_warnings(module=self.module) as w
190 module = c_warnings variable in class:CFilterTests
193 module = py_warnings variable in class:PyFilterTests
352 module = c_warnings variable in class:CWarnTests
361 module = py_warnings variable in class:PyWarnTests
402 module = c_warnings variable in class:CWCmdLineTests
405 module = py_warnings variable in class:PyWCmdLineTests
412 module = c_warnings variable in class:_WarningsTests
591 module = c_warnings variable in class:CWarningsDisplayTests
594 module = py_warnings variable in class:PyWarningsDisplayTests
701 module = c_warnings variable in class:CCatchWarningTests
704 module = py_warnings variable in class:PyCatchWarningTests
740 module = c_warnings variable in class:CEnvironmentVariableTests
743 module = py_warnings variable in class:PyEnvironmentVariableTests
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_warnings.py 19 def warnings_state(module):
32 original_filters = module.filters
34 module.filters = original_filters[:]
35 module.simplefilter("once")
36 warning_tests.warnings = module
40 module.filters = original_filters
56 # The 'warnings' module must be explicitly set so that the proper
58 sys.modules['warnings'] = self.module
71 with original_warnings.catch_warnings(module=self.module) as w
190 module = c_warnings variable in class:CFilterTests
193 module = py_warnings variable in class:PyFilterTests
352 module = c_warnings variable in class:CWarnTests
361 module = py_warnings variable in class:PyWarnTests
402 module = c_warnings variable in class:CWCmdLineTests
405 module = py_warnings variable in class:PyWCmdLineTests
412 module = c_warnings variable in class:_WarningsTests
591 module = c_warnings variable in class:CWarningsDisplayTests
594 module = py_warnings variable in class:PyWarningsDisplayTests
701 module = c_warnings variable in class:CCatchWarningTests
704 module = py_warnings variable in class:PyCatchWarningTests
740 module = c_warnings variable in class:CEnvironmentVariableTests
743 module = py_warnings variable in class:PyEnvironmentVariableTests
    [all...]
  /external/google-breakpad/src/processor/
source_line_resolver_base.cc 65 // Delete individual module.
151 bool SourceLineResolverBase::LoadModule(const CodeModule *module,
153 if (module == NULL)
156 // Make sure we don't already have a module with the given name.
157 if (modules_->find(module->code_file()) != modules_->end()) {
158 BPLOG(INFO) << "Symbols for module " << module->code_file()
163 BPLOG(INFO) << "Loading symbols for module " << module->code_file()
173 bool load_result = LoadModuleUsingMemoryBuffer(module, memory_buffer
    [all...]
  /external/webrtc/webrtc/modules/utility/source/
process_thread_impl.cc 14 #include "webrtc/modules/include/module.h"
21 // We use this constant internally to signal that a module has requested
26 int64_t GetNextCallbackTime(Module* module, int64_t time_now) {
27 int64_t interval = module->TimeUntilNextProcess();
75 m.module->ProcessThreadAttached(this);
107 m.module->ProcessThreadAttached(nullptr);
110 void ProcessThreadImpl::WakeUp(Module* module) {
115 if (m.module == module
    [all...]

Completed in 1072 milliseconds

1 2 3 4 56 7 8 91011>>