Searched defs:linker (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glsl/tests/
H A Dcopy_constant_to_storage_tests.cpp30 namespace linker { namespace
77 linker::copy_constant_to_storage(storage,
96 linker::copy_constant_to_storage(storage,
115 linker::copy_constant_to_storage(storage,
134 linker::copy_constant_to_storage(storage,
144 * passed to \c linker::copy_constant_to_storage is hard-coded to \c
158 linker::copy_constant_to_storage(storage,
H A Dset_uniform_initializer_tests.cpp30 namespace linker { namespace
176 linker::set_uniform_initializer(mem_ctx, prog, name, type, val);
323 * uniform that it initializes. In the real compiler and linker this can
332 linker::set_uniform_initializer(mem_ctx, prog, name, element_type, val);
/external/mesa3d/src/glsl/tests/
H A Dcopy_constant_to_storage_tests.cpp30 namespace linker { namespace
77 linker::copy_constant_to_storage(storage,
96 linker::copy_constant_to_storage(storage,
115 linker::copy_constant_to_storage(storage,
134 linker::copy_constant_to_storage(storage,
144 * passed to \c linker::copy_constant_to_storage is hard-coded to \c
158 linker::copy_constant_to_storage(storage,
H A Dset_uniform_initializer_tests.cpp30 namespace linker { namespace
176 linker::set_uniform_initializer(mem_ctx, prog, name, type, val);
323 * uniform that it initializes. In the real compiler and linker this can
332 linker::set_uniform_initializer(mem_ctx, prog, name, element_type, val);
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlink_uniform_initializers.cpp26 #include "linker.h"
35 namespace linker { namespace
175 linker::set_uniform_initializer(mem_ctx, prog, var->name,
/external/mesa3d/src/glsl/
H A Dlink_uniform_initializers.cpp26 #include "linker.h"
35 namespace linker { namespace
175 linker::set_uniform_initializer(mem_ctx, prog, var->name,
/external/compiler-rt/lib/lsan/
H A Dlsan_common_linux.cc32 static LoadedModule *linker = 0; member in namespace:__lsan
43 linker = reinterpret_cast<LoadedModule *>(linker_placeholder);
47 VReport(1, "LeakSanitizer: Dynamic linker not found. "
52 linker = 0;
88 // FIXME: dl_iterate_phdr acquires a linker lock, so we run a risk of
125 if (caller_pc == 0 || linker->containsAddress(caller_pc)) {
151 if (!linker) return;
/external/chromium_org/build/android/rezip/
H A Drezip.cc16 // directly from within the APK using the "crazy" linker.
205 const std::string linker = "libchromium_android_linker.so"; local
206 if (last_slash + 1 + linker.length() == filename_str.length() &&
207 filename_str.compare(last_slash + 1, linker.length(), linker) == 0) {
208 // Do not match the linker.
492 "not renamed as the crazy linker can not load itself.";
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 2275 milliseconds