HomeSort by relevance Sort by last modified time
    Searched refs:library (Results 176 - 200 of 2552) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/tensorflow/tensorflow/compiler/jit/
encapsulate_subgraphs_pass.h 80 std::unique_ptr<Graph>* graph_out, FunctionLibraryDefinition* library);
  /external/tensorflow/tensorflow/core/grappler/
grappler_item_builder.h 66 const FunctionDefLibrary& library);
  /frameworks/opt/setupwizard/library/
common-platform-deprecated.mk 13 # include frameworks/opt/setupwizard/library/common-platform-deprecated.mk
16 # Path to directory of setup wizard lib (e.g. frameworks/opt/setupwizard/library)
  /frameworks/support/lifecycle/compiler/src/tests/test-data/expected/
ObserverNoAdapter_LifecycleAdapter.java 17 package test.library;
  /frameworks/support/lifecycle/compiler/src/tests/test-data/lib/src/test/library/
LibraryBaseObserver_LifecycleAdapter.java 17 package test.library;
  /hardware/qcom/bootctrl/
Android.mk 6 # HAL Shared library for the target. Used by libhardware.
19 # Static library for the target. Used by update_engine_sideload from recovery.
  /prebuilts/go/darwin-x86/misc/cgo/stdio/
file.go 8 A trivial example of wrapping a C library in Go.
28 // Test reference to library symbol.
  /prebuilts/go/linux-x86/misc/cgo/stdio/
file.go 8 A trivial example of wrapping a C library in Go.
28 // Test reference to library symbol.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
farcall-mixed-lib2.s 1 @ Create a large shared library so that calls through PLT to an undef
  /external/ImageMagick/MagickCore/
accelerate.c 344 clStatus=clEnv->library->clSetKernelArg(histogramKernel,i++,sizeof(cl_mem),(void *)&imageBuffer);
345 clStatus|=clEnv->library->clSetKernelArg(histogramKernel,i++,sizeof(ChannelType),&channel);
346 clStatus|=clEnv->library->clSetKernelArg(histogramKernel,i++,sizeof(cl_uint),&colorspace);
347 clStatus|=clEnv->library->clSetKernelArg(histogramKernel,i++,sizeof(cl_uint),&method);
348 clStatus|=clEnv->library->clSetKernelArg(histogramKernel,i++,sizeof(cl_mem),(void *)&histogramBuffer);
351 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clSetKernelArg failed.", ".");
359 clStatus = clEnv->library->clEnqueueNDRangeKernel(queue, histogramKernel, 2, NULL, global_work_size, NULL, 0, NULL, &event);
363 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clEnqueueNDRangeKernel failed.", ".");
866 imageBuffer = clEnv->library->clCreateBuffer(device->context, mem_flags, length * sizeof(CLPixelPacket), (void*)inputPixels, &clStatus);
869 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clCreateBuffer failed.",".")
    [all...]
  /build/soong/cc/
vendor_public_library.go 31 // Creates a stub shared library for a vendor public library. Vendor public libraries
36 // This stub library is a build-time only artifact that provides symbols that are
37 // exposed from a vendor public library.
56 // Whether the system library uses symbol versions.
126 module, library := NewLibrary(android.DeviceSupported)
127 library.BuildOnlyShared()
130 library.StripProperties.Strip.None = BoolPtr(true)
133 libraryDecorator: library,
141 &library.MutatedProperties
    [all...]
  /art/runtime/
plugin.h 70 explicit Plugin(const std::string& library) : library_(library), dlopen_handle_(nullptr) { }
  /build/make/core/
aux_static_library.mk 17 $(error $(LOCAL_PATH): Cannot set module stem for a library)
  /development/samples/TicTacToeMain/src/com/example/android/tictactoe/
MainActivity.java 25 import com.example.android.tictactoe.library.GameActivity;
26 import com.example.android.tictactoe.library.GameView.State;
  /device/generic/goldfish-opengl/system/GLESv1/
Android.mk 4 $(call emugl-begin-shared-library,libGLESv1_CM_emulation)
  /device/generic/goldfish-opengl/system/GLESv1_enc/
Android.mk 4 $(call emugl-begin-shared-library,libGLESv1_enc)
  /device/generic/goldfish-opengl/system/GLESv2/
Android.mk 4 $(call emugl-begin-shared-library,libGLESv2_emulation)
  /device/generic/goldfish-opengl/system/GLESv2_enc/
Android.mk 4 $(call emugl-begin-shared-library,libGLESv2_enc)
  /device/generic/goldfish-opengl/system/OpenglSystemCommon/
Android.mk 3 $(call emugl-begin-shared-library,libOpenglSystemCommon)
  /device/google/marlin/camera/mm-image-codec/qomx_core/
Android.mk 4 # Make the shared library (libqomx_core)
  /external/curl/docs/cmdline-opts/
no-alpn.d 10 with an SSL library that supports ALPN. ALPN is used by a libcurl that supports
no-npn.d 11 with an SSL library that supports NPN. NPN is used by a libcurl that supports
  /external/freetype/include/freetype/internal/
autohint.h 226 FT_Init_Class_ ## class_( FT_Library library, \
229 FT_UNUSED( library ); \
  /external/freetype/include/freetype/internal/services/
svpsinfo.h 88 FT_Init_Class_ ## class_( FT_Library library, \
91 FT_UNUSED( library ); \
  /external/freetype/src/base/
ftapi.c 44 FT_New_Memory_Stream( FT_Library library,
49 FT_UNUSED( library );

Completed in 598 milliseconds

1 2 3 4 5 6 78 91011>>