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

<<11121314151617181920>>

  /external/tensorflow/tensorflow/core/grappler/optimizers/
meta_optimizer.cc 184 // Make sure that the optimizers preserved the graph version and library.
185 DCHECK_GE(optimized_graph->library().function_size(),
186 item.graph.library().function_size());
187 DCHECK_GE(optimized_graph->library().gradient_size(),
188 item.graph.library().gradient_size());
  /frameworks/av/media/libeffects/config/include/media/
EffectsConfig.h 51 struct Library {
55 using Libraries = std::vector<Library>;
58 Library* library; //< Only valid as long as the associated library vector is unmodified member in struct:android::effectsConfig::EffectImpl
98 size_t nbSkippedElement; //< Number of skipped invalid library, effect or processing chain
  /frameworks/av/media/libeffects/config/src/
EffectsConfig.cpp 133 /** Parse a library xml note and push the result in libraries or return false on failure. */
138 ALOGE("library must have a name and a path: %s", dump(xmlLibrary));
168 // Function to parse effect.library and effect.uuid from xml
170 // Retrieve library name and uuid from xml
171 const char* libraryName = xmlImpl.Attribute("library");
174 ALOGE("effect must have a library name and a uuid: %s", dump(xmlImpl));
178 // Convert library name to a pointer to the previously loaded library
179 auto* library = findByName(libraryName, libraries);
180 if (library == nullptr)
    [all...]
  /frameworks/base/cmds/app_process/
Android.mk 14 # bad apps. This prevents a library from having a mismatch when resolving
15 # new/delete from an app shared library.
  /frameworks/base/vr/
Android.mk 16 # Library to perform dlopen on the actual shared library.
24 # Java platform library for vr stuff.
  /frameworks/opt/photoviewer/
Android.mk 18 # Build appcompat library
46 # Build non-appcompat library
  /packages/apps/Email/emailcommon/
Android.mk 17 # Build the com.android.emailcommon static library. At the moment, this includes
19 # AIDL files are also compiled into the static library
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
lex_test.go 65 {`go:cgo_import_dynamic local remote "library"`, "cgo_import_dynamic local remote library\n"},
  /prebuilts/go/darwin-x86/src/sync/
runtime.go 13 // library and should not be used directly.
23 // library and should not be used directly.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
lex_test.go 65 {`go:cgo_import_dynamic local remote "library"`, "cgo_import_dynamic local remote library\n"},
  /prebuilts/go/linux-x86/src/sync/
runtime.go 13 // library and should not be used directly.
23 // library and should not be used directly.
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftglyph.h 27 /* handy for many other simple uses of the library. */
83 /* Glyph objects are not owned by the library. You must thus release */
100 /* library :: A handle to the FreeType library object. */
110 FT_Library library; member in struct:FT_GlyphRec_
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
messages.properties 27 AndroidJUnitDelegate_NoRunnerConsoleMsg_4s=%1$s does not specify a %2$s instrumentation or does not declare uses-library %3$s in its %4$s
35 InstrValidator_NoTestLibMsg_s=The application does not declare uses-library %1$s
  /system/timezone/tzlookup_generator/
Android.mk 17 # Proto library
26 # A static library for the tzlookup_generator host tool.
  /test/suite_harness/common/util/
Android.mk 16 # Build the common utility library for use device-side
36 # Build the common utility library for use host-side
  /test/vts/tools/build/tasks/list/
vts_test_lib_package_list.mk 42 libgnu-hash-table-library \
54 libsysv-hash-table-library \
  /toolchain/binutils/binutils-2.27/gas/
makefile.vms 30 LIBS=,GNU_CC_LIBRARY:libgcc/lib,sys$$library:vaxcrtl.olb/lib,GNU_CC_LIBRARY:crt0.obj
68 $(COMPILE.c) /obj=$@ $< + sys$$library:sys$$lib_c.tlb/lib
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic54x/
macro.s 6 * Macro library; load and use a macro in macros.lib
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
farcall-mixed-lib1.s 1 @ Create a large shared library so that calls through PLT to an undef
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
got-page-5.s 27 # Make sure the loadable size of the library is large.
got-page-6.s 23 # Make sure the loadable size of the library is large.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/
antlr3.rb 38 Ruby-targeted recognizers generated by ANTLR. The entire library is segmented
42 == Library Components
44 Not all components of the ANTLR3 library are necessary within ANTLR generated
52 runtime library. The items are loosely ordered by importance.
56 the most important components of the runtime library. loaded by default
69 error classes used through the runtime library and ANTLR generated
73 throughout the library. loaded by default
82 the Debug module defined by this library. the Debug module is autoloaded on
112 # Returns the library path for the module. If any arguments are given,
128 # This is used internally in a handful of locations in the runtime library
    [all...]
  /external/freetype/src/autofit/
afmodule.c 111 ( GET_PIC( ft_module->library )->af_script_classes )
115 ( GET_PIC( ft_module->library )->af_style_classes )
450 /* AF_SERVICES_GET dereferences `library' in PIC mode */
452 FT_Library library; local
457 library = module->library;
458 if ( !library )
514 FT_Memory memory = module->root.library->memory;
  /libcore/
JavaLibrary.mk 17 # Definitions for building the Java library and associated tests.
30 # java/ # Java source for library code.
31 # native/ # C++ source for library code.
132 # Build a library just containing files from luni/src/test/filesystems for use in tests.
147 # Build a library just containing files from luni/src/test/parameter_metadata for use in tests.
165 # Make the core-tests library.
196 # Make the core-ojtests library.
205 LOCAL_DX_FLAGS := --core-library
214 # Make the core-ojtests-public library. Excludes any private API tests.
234 LOCAL_DX_FLAGS := --core-library
    [all...]
  /external/google-breakpad/android/google_breakpad/
Android.mk 30 # ndk-build module definition for the Google Breakpad client library
37 # 2/ Use the client static library in your project with:
53 # Defube the client library module, as a simple static library that
62 # Breakpad uses inline ARM assembly that requires the library

Completed in 765 milliseconds

<<11121314151617181920>>