/hardware/interfaces/vibrator/1.1/ |
Android.mk | 11 intermediates := $(call local-generated-sources-dir, COMMON) 68 intermediates := $(call local-generated-sources-dir, COMMON) 125 intermediates := $(call local-generated-sources-dir, COMMON)
|
/compatibility/cdd/9_security-model/ |
9_14_automotive-system-isolation.md | 12 e.g., whitelisting permitted message types and message sources.
|
/cts/tests/tests/security/jni/ |
Android.mk | 46 LOCAL_C_INCLUDES += ndk/sources/cpufeatures
|
/development/testrunner/test_defs/ |
native_test.py | 124 def _FilterOutMissing(self, path, sources): 125 """Filter out from the sources list missing tests. 133 sources: List of tests source path. 135 A list of relative paths to the test binaries built from the sources. 138 for f in sources:
|
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor_util/ |
move.py | 12 def Run(sources, target, files_to_update): 16 sources: List of source module or package paths. 21 moves = tuple(_Move(source, target) for source in sources)
|
/external/fonttools/ |
README.md | 14 See [install.txt](https://github.com/behdad/fonttools/blob/master/Doc/install.txt) in the 'Doc' subdirectory for instructions on how to build and install TTX/FontTools from the sources.
|
/external/mesa3d/src/compiler/nir/ |
nir_algebraic.py | 92 { ${', '.join(src.c_ptr for src in val.sources)} }, 204 self.sources = [ Value.create(src, "{0}_{1}".format(name_base, i), varset) 208 srcs = "\n".join(src.render() for src in self.sources) 250 assigned a type and that type may or may not specify a bit size. Sources 344 src_bits = self._propagate_bit_size_up(val.sources[i]) 393 self._propagate_bit_class_down(val.sources[i], src_type_bits) 395 self._propagate_bit_class_down(val.sources[i], common_class) 417 src_class = self._validate_bit_class_up(val.sources[i]) 462 self._validate_bit_class_down(val.sources[i], src_type_bits) 464 self._validate_bit_class_down(val.sources[i], val.common_class [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs_saturate_propagation.cpp | 81 for (int i = 0; i < scan_inst->sources; i++) { 117 for (int i = 0; i < scan_inst->sources; i++) {
|
/external/minijail/ |
gen.mk | 2 generated_sources_dir := $(local-generated-sources-dir)
|
/external/vboot_reference/ |
Android.mk | 29 # Firmware library sources needed by VbInit() call 39 # Additional firmware library sources needed by VbSelectFirmware() call 54 # Additional firmware library sources needed by VbSelectAndLoadKernel() call 119 generated_sources := $(call local-generated-sources-dir)
|
/frameworks/base/cmds/incident/ |
Android.mk | 35 gen_src_dir := $(local-generated-sources-dir)
|
/hardware/interfaces/audio/2.0/ |
Android.mk | 11 intermediates := $(call local-generated-sources-dir, COMMON)
|
IDevice.hal | 160 * @param sources patch sources. 165 createAudioPatch(vec<AudioPortConfig> sources, vec<AudioPortConfig> sinks)
|
/hardware/interfaces/tv/input/1.0/ |
Android.mk | 11 intermediates := $(call local-generated-sources-dir, COMMON)
|
/libcore/ojluni/src/main/java/java/util/jar/ |
JarVerifier.java | 560 List<CodeSource> sources = new ArrayList<>(); local 563 sources.add(mapSignersToCodeSource(url, signers.get(i))); 566 sources.add(mapSignersToCodeSource(url, null)); 568 return sources.toArray(new CodeSource[sources.size()]); 587 CodeSource[] sources = mapSignersToCodeSources(cs.getLocation(), getJarCodeSigners(), true); local 589 for (int i = 0; i < sources.length; i++) { 590 sourceList.add(sources[i]);
|
/external/deqp/modules/gles3/functional/ |
es3fShaderFragDataTests.cpp | 117 glu::ProgramSources sources; local 121 sources << glu::VertexSource( 134 sources << glu::FragmentSource(string( 143 return sources;
|
/external/guice/core/test/com/google/inject/ |
ImplicitBindingTest.java | 166 List<Object> sources = msg.getSources(); local 167 // Assert that the first item in the sources if the key for the class we're looking up, 169 assertEquals(Key.get(clazz).toString(), sources.get(0).toString()); 171 Asserts.assertContains(sources.get(sources.size()-1).toString(),
|
/external/mesa3d/src/amd/ |
Android.common.mk | 37 # generate sources 39 intermediates := $(call local-generated-sources-dir)
|
/external/mesa3d/src/mesa/main/ |
debug_output.h | 78 _mesa_GetDebugMessageLog(GLuint count, GLsizei logSize, GLenum* sources,
|
/frameworks/av/media/libaudiohal/ |
DeviceHalHidl.h | 96 const struct audio_port_config *sources,
|
DeviceHalLocal.h | 89 const struct audio_port_config *sources,
|
/frameworks/compile/libbcc/include/bcc/ |
RSCompilerDriver.h | 153 const std::vector<Source*>& sources,
|
/hardware/interfaces/ir/1.0/ |
Android.mk | 11 intermediates := $(call local-generated-sources-dir, COMMON) 67 intermediates := $(call local-generated-sources-dir, COMMON)
|
/hardware/interfaces/tests/expression/1.0/ |
Android.mk | 11 intermediates := $(call local-generated-sources-dir, COMMON) 67 intermediates := $(call local-generated-sources-dir, COMMON)
|
/hardware/interfaces/tests/libhwbinder/1.0/ |
Android.mk | 11 intermediates := $(call local-generated-sources-dir, COMMON) 65 intermediates := $(call local-generated-sources-dir, COMMON)
|