HomeSort by relevance Sort by last modified time
    Searched refs:compiled (Results 251 - 275 of 757) sorted by null

<<11121314151617181920>>

  /build/make/core/
install_jni_libs_internal.mk 37 # (Doesn't change how the local shared libraries are compiled, just
dex_preopt_odex_install.mk 272 # Apps loaded into system server, and apps the product default to being compiled with the
349 # during the build, as opposed to compiled on the device.
  /build/soong/cmd/javac_wrapper/
javac_wrapper.go 123 // compiled on a single line, which can be very large, set the maximum
  /external/autotest/client/deps/webgl_mpd/src/resources/
J3DI.js 135 var compiled = ctx.getShaderParameter(shader, ctx.COMPILE_STATUS);
136 if (!compiled && !ctx.isContextLost()) {
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli 76 All uses of [gv] in the compiled code will refer to [ptr]. *)
  /external/parameter-framework/
Schemas.mk 29 # Resources are not compiled so the prebuild mechanism is used to export them.
  /external/protobuf/js/
debug.js 103 if (COMPILED && thing['extensionObject_']) {
105 'in compiled code. Switch to uncompiled or dump extension object ' +
  /frameworks/rs/cpu_ref/
rsCpuScriptGroup2.cpp 525 bool compiled = rsuExecuteCommand(RsdCpuScriptImpl::BCC_EXE_PATH, local
528 if (!compiled) {
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/
Android.mk 60 $(warning "venc: PQ compiled out")
  /prebuilts/go/darwin-x86/src/cmd/internal/objabi/
doc.go 80 // 1<<3 function compiled with -shared
  /prebuilts/go/darwin-x86/src/cmd/link/internal/sym/
attribute.go 53 // AttrShared marks symbols compiled with the -shared option.
  /prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/
gccgoinstallation_test.go 148 // were compiled with gccgo.
importer_test.go 123 // were compiled with gccgo.
  /prebuilts/go/linux-x86/src/cmd/internal/objabi/
doc.go 80 // 1<<3 function compiled with -shared
  /prebuilts/go/linux-x86/src/cmd/link/internal/sym/
attribute.go 53 // AttrShared marks symbols compiled with the -shared option.
  /prebuilts/go/linux-x86/src/go/internal/gccgoimporter/
gccgoinstallation_test.go 148 // were compiled with gccgo.
importer_test.go 123 // were compiled with gccgo.
  /external/clang/tools/scan-build-py/libscanbuild/
report.py 295 Duplicates can be in a project if the same module was compiled multiple
  /external/v8/tools/
SourceMap.js 185 * @param {number} lineNumber in compiled resource
186 * @param {number} columnNumber in compiled resource
  /cts/tests/camera/src/android/hardware/cts/
CameraGLTest.java 816 int[] compiled = new int[1]; local
    [all...]
  /external/tensorflow/tensorflow/python/framework/
function.py 914 compiled = kwargs.pop("compiled", None)
916 if compiled is not None
    [all...]
  /external/turbine/javatests/com/google/turbine/lower/
IntegrationTestSupport.java 505 public static String dump(Map<String, byte[]> compiled) throws Exception {
507 List<String> keys = new ArrayList<>(compiled.keySet());
515 sb.append(AsmUtils.textify(compiled.get(key)));
  /frameworks/base/core/java/android/hardware/camera2/legacy/
SurfaceTextureRenderer.java 207 int[] compiled = new int[1]; local
208 GLES20.glGetShaderiv(shader, GLES20.GL_COMPILE_STATUS, compiled, 0);
209 if (compiled[0] == 0) {
    [all...]
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.cpp 256 // Make sure we haven't compiled and linked already
307 GLint compiled = 0; local
308 glGetShaderiv(shader, GL_COMPILE_STATUS, &compiled);
309 if (!compiled) {
344 // Attach all compiled shaders
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ImageShader.java 692 int[] compiled = new int[1]; local
693 GLES20.glGetShaderiv(shader, GLES20.GL_COMPILE_STATUS, compiled, 0);
694 if (compiled[0] == 0) {
708 + "could not be compiled!");
713 + "could not be compiled!");

Completed in 1215 milliseconds

<<11121314151617181920>>