/prebuilts/go/linux-x86/src/reflect/ |
tostring_test.go | 7 // the functions are not used by the library itself, only in tests.
|
/prebuilts/go/linux-x86/src/vendor/golang_org/x/net/internal/nettest/ |
helper_windows.go | 18 // From http://msdn.microsoft.com/en-us/library/windows/desktop/ms740548.aspx:
|
/prebuilts/jdk/jdk9/darwin-x86/legal/java.desktop/ |
jpeg.md | 35 not just to the unmodified library. If you use our work, you ought to
|
mesa3d.md | 1 ## Mesa 3-D Graphics Library v4.1 6 Mesa 3-D graphics library
|
/prebuilts/jdk/jdk9/linux-x86/legal/java.desktop/ |
jpeg.md | 35 not just to the unmodified library. If you use our work, you ought to
|
mesa3d.md | 1 ## Mesa 3-D Graphics Library v4.1 6 Mesa 3-D graphics library
|
/prebuilts/misc/common/swig/include/2.0.11/python/ |
embed.i | 27 This library file only works with Python 1.5. A version
|
embed15.i | 27 This library file only works with Python 1.5. A version
|
/prebuilts/tools/common/proguard/proguard4.7/examples/ |
scala.pro | 8 # Specify the input jars, output jars, and library jars. 11 -injars /usr/local/java/scala-2.9.1/lib/scala-library.jar 81 # introspection in the Scala compiler library, if it is processed as well.
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/js/ |
js_generator.h | 63 // Create a library with name <name>_lib.js rather than a separate .js file 65 string library; member in struct:google::protobuf::compiler::js::GeneratorOptions 83 library(""),
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ |
ProjectResources.java | 88 * include library dependency. 111 // because aapt put all the library in their order in this array, the first 116 IProject library = libraries.get(i); local 118 ProjectResources libRes = resMgr.getProjectResources(library); 120 // get the library resources, and only the library, not the dependencies 134 // directly coming from the library resources 138 // library, this will override existing value, which is why 139 // we loop in a specific library order.
|
/system/connectivity/wifilogd/ |
Android.mk | 28 ### wifilogd static library
|
/toolchain/binutils/binutils-2.27/opcodes/ |
configure.com | 2 $! This file configures the opcodes library for use with openVMS.
|
/external/tensorflow/tensorflow/python/framework/ |
function_test.py | 181 func_sig = g.as_graph_def().library.function[0].signature 679 self.assertEqual(0, len(gdef.library.function)) [all...] |
/external/curl/packages/vms/ |
build_vms.com | 25 $! integers and some OpenVMS library routines called by curl 581 $ ssl_opt = ", ssllib:libssl.olb /library" + - 582 ", ssllib:libcrypto.olb /library" 701 "%CURL-I-BLDOSSL_OLB, building with OpenSSL (object library) support" 845 $ 'vo_l' "%CURL-I-LINK_OSSL, linking with OpenSSL (object library)" 911 'objdir'curlsrc.olb /library /include = ('tool_main', curlmsg), - 912 'objdir'curllib.olb /library, - 917 'objdir'curlsrc.olb /library /include = ('tool_main', curlmsg), - 918 'objdir'curllib.olb /library, - [all...] |
/system/tools/hidl/build/ |
hidl_interface.go | 38 // Vndk properties for interface library only. 47 // List of hal interface packages that this library depends on. 56 // Whether to generate the Java library stubs. 60 // Whether to generate a Java library containing constants 64 // Don't generate "android.hidl.foo@1.0" C library. Instead
|
/build/soong/cc/ |
cc_test.go | 270 // Check library properties. 596 // This test ensures an error is emitted when a VNDK-Ext library extends a VNDK library 621 // This test ensures a vendor module can depend on a VNDK-Ext library. 674 // This test ensures a VNDK-Ext library can depend on a vendor library. 703 // This test ensures a VNDK-SP-Ext library can depend on a vendor library. 736 // This test ensures an error is emitted if a VNDK-SP-Ext library depends on a VNDK 737 // library [all...] |
/external/ImageMagick/MagickCore/ |
opencl.c | 150 /* OpenCL library */ 443 Provide call to OpenCL library methods 2336 *library; local [all...] |
/external/freetype/src/base/ |
ftstroke.c | 792 FT_Library library; member in struct:FT_StrokerRec_ 800 FT_Stroker_New( FT_Library library, 808 if ( !library ) 814 memory = library->memory; 818 stroker->library = library; 879 FT_Memory memory = stroker->library->memory; 885 stroker->library = NULL; 2310 FT_Library library = stroker->library; local 2390 FT_Library library = stroker->library; local [all...] |
/external/pcre/dist2/ |
RunTest.bat | 164 echo ---- Testing 8-bit library ----
170 echo ---- Testing 16-bit library ----
176 echo ---- Testing 32-bit library ----
373 call :runsub 9 testout "Specials for the basic 8-bit library" -q
386 call :runsub 10 testout "Specials for the 8-bit library with Unicode support" -q
395 call :runsub 11 testout "Specials for the basic 16/32-bit library" -q
408 call :runsub 12 testout "Specials for the 16/32-bit library with Unicode support" -q
417 call :runsub 13 testout "DFA specials for the basic 16/32-bit library" -q
525 @echo runs all tests compatible with the linked pcre2 library but it can be given
|
/external/freetype/src/truetype/ |
ttobjs.c | 585 FT_Library library; local 592 library = ttface->driver->root.library; 594 sfnt = (SFNT_Service)FT_Get_Module_Interface( library, "sfnt" ); 1094 FT_Library library = face->root.driver->root.library; local [all...] |
/development/tools/bugreport/src/com/android/bugreport/stacks/ |
ThreadSnapshotParser.java | 179 frame.library = nativeRe.group(1); 187 frame.library = nativeNoLocRe.group(1); 310 System.out.println(" frame(native) ==> " + nf.library
|
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
jniutil.cc | 339 int library = ERR_GET_LIB(error); local 341 JNI_TRACE("OpenSSL error in %s error=%lx library=%x reason=%x (%s:%d): %s %s", location, 342 error, library, reason, file, line, message, 344 switch (library) { 411 sslErrorStr = "Failure in SSL library, usually a protocol error";
|
/cts/tools/vm-tests-tf/ |
Android.mk | 17 # test dex library 32 # buildutil java library
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/ |
macsupport.py | 150 "Not available in this shared library/OS version"); \\
|