/external/python/cpython2/Lib/ |
whichdb.py | 35 if not (dbm.library == "GNU gdbm" and sys.platform == "os2emx"):
|
/external/tensorflow/tensorflow/python/framework/ |
graph_util_impl.py | 184 out.library.CopyFrom(graph_def.library) 273 output_graph_def.library.CopyFrom(inference_graph.library)
|
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/ |
DatePickerBindingAdapter.java | 24 import com.android.databinding.library.baseAdapters.R;
|
/hardware/interfaces/cas/1.0/default/ |
CasImpl.h | 46 void init(const sp<SharedLibrary>& library, CasPlugin *plugin);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
whichdb.py | 35 if not (dbm.library == "GNU gdbm" and sys.platform == "os2emx"):
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
whichdb.py | 35 if not (dbm.library == "GNU gdbm" and sys.platform == "os2emx"):
|
/prebuilts/go/darwin-x86/src/internal/syscall/windows/ |
reparse_windows.go | 15 // in https://msdn.microsoft.com/en-us/library/cc232007.aspx 16 // and https://msdn.microsoft.com/en-us/library/cc232006.aspx.
|
/prebuilts/go/linux-x86/src/internal/syscall/windows/ |
reparse_windows.go | 15 // in https://msdn.microsoft.com/en-us/library/cc232007.aspx 16 // and https://msdn.microsoft.com/en-us/library/cc232006.aspx.
|
/prebuilts/ndk/r16/sources/third_party/vulkan/src/ |
vk-generate.py | 227 print("WinDefFileSubcommand: <library-name> {%s} [outfile]" % 231 self.library = self.argv[0] 232 if self.library == "VkLayer_multi": 273 body.append("LIBRARY " + self.library) 277 if self.library != "VkLayerSwapchain" or proto != "vkEnumerateInstanceExtensionProperties" and proto != "vkEnumerateInstanceLayerProperties":
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
whichdb.py | 35 if not (dbm.library == "GNU gdbm" and sys.platform == "os2emx"):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
whichdb.py | 35 if not (dbm.library == "GNU gdbm" and sys.platform == "os2emx"):
|
/cts/hostsidetests/jvmti/attaching/host/src/android/jvmti/cts/ |
JvmtiAttachingHostTest.java | 203 String apk, String dataData, String library, String newLibName) throws Exception { 213 String libPathInApk = "lib/" + abiName + "/" + library; 218 throw new RuntimeException("Could not push library " + library + " to device"); 241 CLog.e("Failed cleaning up library on device");
|
/development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/ |
GameActivity.java | 17 package com.example.android.tictactoe.library;
31 import com.example.android.tictactoe.library.GameView.ICellListener;
32 import com.example.android.tictactoe.library.GameView.State;
39 "com.example.android.tictactoe.library.GameActivity.EXTRA_START_PLAYER";
56 * IMPORTANT: all resource IDs from this library will eventually be merged
57 * with the resources from the main project that will use the library.
60 * the application project will always have priority and override library resources
65 * from the library.
69 * library resource names.
|
/external/icu/icu4c/source/test/depstest/ |
dependencies.py | 18 files: Set of "library/filename.o" files mentioned in the dependencies file. 19 items: Map from library or group names to item maps. 20 Each item has a "type" ("library" or "group" or "system_symbols"). 21 A library or group item can have an optional set of "files" (as in the files attribute). 23 A group item also has a "library" name unless it is a group of system symbols. 25 with standard-library system symbol names. 26 libraries: Set of library names mentioned in the dependencies file. 27 file_to_item: Map from a symbol (ushoe.o) to library or group (shoesize) 49 sys.exit("Error:%d: \"library: \" without name" % _line_number) 51 sys.exit("Error:%d: invalid library name %s" % (_line_number, name) [all...] |
/external/ltp/testcases/kernel/security/tomoyo/ |
include.h | 60 static inline int uselib(const char *library) 62 return syscall(__NR_uselib, library); 65 static inline int uselib(const char *library)
|
/external/lz4/lib/ |
Makefile | 2 # LZ4 library - Makefile 56 # see : https://developer.apple.com/library/mac/documentation/DeveloperTools/Conceptual/DynamicLibraries/100-Articles/DynamicLibraryDesignGuidelines.html 85 @echo compiling static library 91 @echo compiling dynamic library $(LIBVER) 107 @echo Cleaning library completed
|
/external/tensorflow/tensorflow/core/framework/ |
graph_def_util.cc | 119 for (const auto& func_def : graph_def.library().function()) { 139 for (int f = 0; f < graph_def->library().function_size(); ++f) { 159 for (const auto& function : graph_def.library().function()) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
EclipseLintRunner.java | 196 /** If the resource list contains projects, add in any library projects as well */ 223 for (IProject library : state.getFullLibraryProjects()) { 224 allProjects.put(library, library);
|
/build/soong/cc/ |
cc.go | 274 library bool 280 sharedDepTag = dependencyTag{name: "shared", library: true} 281 sharedExportDepTag = dependencyTag{name: "shared", library: true, reexportFlags: true} 282 lateSharedDepTag = dependencyTag{name: "late shared", library: true} 283 staticDepTag = dependencyTag{name: "static", library: true} 284 staticExportDepTag = dependencyTag{name: "static", library: true, reexportFlags: true} 285 lateStaticDepTag = dependencyTag{name: "late static", library: true} 286 wholeStaticDepTag = dependencyTag{name: "whole static", library: true, reexportFlags: true} 287 headerDepTag = dependencyTag{name: "header", library: true} 288 headerExportDepTag = dependencyTag{name: "header", library: true, reexportFlags: true [all...] |
/prebuilts/go/darwin-x86/misc/cgo/testshared/ |
shared_test.go | 33 // library (runtime/cgo is built implicitly). 150 // All tests depend on runtime being built into a shared library. Because 179 // The shared library was built at the expected location. 213 // The shared library does not have relocations against the text segment. 226 // The shared library does not contain symbols called ".dup" 248 // name of the shared library containing it. 450 // Build a GOPATH package into a shared library that links against the goroot runtime 461 run(t, "executable linked to GOPATH library", "./bin/exe") 464 // The shared library contains a note listing the packages it contains in a section 478 // The shared library contains a note containing the ABI hash that is mapped int [all...] |
/prebuilts/go/linux-x86/misc/cgo/testshared/ |
shared_test.go | 33 // library (runtime/cgo is built implicitly). 150 // All tests depend on runtime being built into a shared library. Because 179 // The shared library was built at the expected location. 213 // The shared library does not have relocations against the text segment. 226 // The shared library does not contain symbols called ".dup" 248 // name of the shared library containing it. 450 // Build a GOPATH package into a shared library that links against the goroot runtime 461 run(t, "executable linked to GOPATH library", "./bin/exe") 464 // The shared library contains a note listing the packages it contains in a section 478 // The shared library contains a note containing the ABI hash that is mapped int [all...] |
/external/capstone/ |
Makefile | 51 -I$(SDKROOT)/System/Library/Frameworks/Kernel.framework/Headers \ 283 # On Windows we need the shared library to be executable 292 # On Windows we need the shared library to be executable 305 LIBRARY = $(BLDIR)/$(LIBNAME).$(EXT) 307 LIBRARY = $(BLDIR)/$(LIBNAME).$(EXT) 309 LIBRARY = $(BLDIR)/lib$(LIBNAME).$(EXT) 328 all: $(LIBRARY) $(ARCHIVE) $(PKGCFGF) 336 $(call install-library,$(BLDIR)/tests/) 340 $(LIBRARY): $(LIBOBJ) 343 @$(create-library) [all...] |
/external/tensorflow/tensorflow/core/grappler/ |
grappler_item_builder_test.cc | 303 FunctionDefLibrary library; local 305 GrapplerItemFromFunctionDef(func, func_attr, library); 370 FunctionDefLibrary library; local 372 GrapplerItemFromFunctionDef(func, func_attr, library); 407 FunctionDefLibrary library; local 408 *library.add_function() = FunctionDefHelper::Define( 444 GrapplerItemFromFunctionDef(func, func_attr, library);
|
/build/soong/java/ |
dex.go | 46 if inList("--core-library", j.deviceProperties.Dxflags) { 134 []string{"--core-library", "--dex", "--multi-dex"}) 168 // its LOCAL_SDK_VERSION for example added by support library or by runtime 172 // - prevent ProGuard stripping subclass in the support library that extends class added in the higher SDK version. 194 // TODO(ccross): static android library proguard files
|
/compatibility/cdd/3_software/ |
3_3_native-api-compatibility.md | 25 binary-compatible (for the ABI) with each required library in the list 46 * libc (C library) 58 * libm (math library) 77 function symbols, as defined in the NDK, through the `libGLESv3.so` library. 85 `libvulkan.so` library. Note that while all the symbols MUST be present,
|