HomeSort by relevance Sort by last modified time
    Searched refs:Library (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /external/chromium/chrome/browser/chromeos/cros/
cros_library.h 37 // This class handles access to sub-parts of ChromeOS library. it provides
47 // Use the stub implementations of the library. This is mainly for
51 // Reset the stub implementations of the library, called after
59 void SetBrightnessLibrary(BrightnessLibrary* library, bool own);
60 void SetBurnLibrary(BurnLibrary* library, bool own);
61 void SetCryptohomeLibrary(CryptohomeLibrary* library, bool own);
62 void SetInputMethodLibrary(InputMethodLibrary* library, bool own);
63 void SetLibCrosServiceLibrary(LibCrosServiceLibrary* library, bool own);
64 void SetLoginLibrary(LoginLibrary* library, bool own);
65 void SetMountLibrary(MountLibrary* library, bool own)
    [all...]
cros_library.cc 25 class_prefix##Library* CrosLibrary::Get##class_prefix##Library() { \
30 void CrosLibrary::TestApi::Set##class_prefix##Library( \
31 class_prefix##Library* library, bool own) { \
32 library_->var_prefix##_lib_.SetImpl(library, own); \
  /external/expat/amiga/include/proto/
expat.h 12 extern struct Library * ExpatBase;
14 extern struct Library * ExpatBase;
  /external/chromium/build/
sanitize-mac-build-log.sed 20 \|^ /Developer/Library/PrivateFrameworks/DevToolsCore.framework/|d
21 \|^ /Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/|d
  /system/core/libnl_2/
Android.mk 20 # Static Library
26 # Shared library currently unavailiable
28 # * Library is not thread safe
  /external/webkit/Source/WebCore/platform/mac/
SoftLinking.h 33 static void* lib##Library() \
41 static void* framework##Library() \
43 static void* frameworkLibrary = dlopen("/System/Library/Frameworks/" #framework ".framework/" #framework, RTLD_NOW); \
54 softLink##functionName = (resultType (*) parameterDeclarations) dlsym(framework##Library(), #functionName); \
76 framework##Library(); \
95 void** pointer = static_cast<void**>(dlsym(framework##Library(), #name)); \
114 void* constant = dlsym(framework##Library(), #name); \
  /external/expat/amiga/
launch.c 27 struct Library* ExpatBase = 0;
37 ExpatBase = OpenLibrary("expat.library", 4);
40 DebugPrintF("Can't open expat.library\n");
expat_lib.c 27 #define LIBNAME "expat.library"
31 #define VSTRING "expat.library 4.2 (2.6.2007)" /* dd.mm.yyyy */
38 struct Library libNode;
112 struct Library *DOSLib = 0;
113 struct Library *UtilityBase = 0;
138 DOSLib = OpenLibrary("dos.library", 51);
142 UtilityBase = OpenLibrary("utility.library", 51);
  /external/webkit/Source/WebCore/platform/win/
SoftLinking.h 36 static HMODULE lib##Library() \
38 static HMODULE library = LoadLibraryW(L###lib suffix); \
39 return library; \
51 #define SOFT_LINK(library, functionName, resultType, callingConvention, parameterDeclarations, parameterNames) \
57 softLink##functionName = reinterpret_cast<resultType (callingConvention*) parameterDeclarations>(SOFT_LINK_GETPROCADDRESS(library##Library(), #functionName)); \
67 #define SOFT_LINK_OPTIONAL(library, functionName, resultType, callingConvention, parameterDeclarations) \
78 ptr = reinterpret_cast<functionName##PtrType>(SOFT_LINK_GETPROCADDRESS(library##Library(), #functionName)); \
  /external/stlport/stlport/stl/config/
_mwerks.h 90 // *** Metrowerks Standard Library Bug ***
124 # define _STLP_NATIVE_INCLUDE_PATH Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Library:MSL C++:Include
125 # define _STLP_NATIVE_C_INCLUDE_PATH Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Library:MSL C:MSL Common:Public Includes
126 # define _STLP_NATIVE_HEADER(header) <Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Library:MSL C++:Include:##header>
127 # define _STLP_NATIVE_CPP_C_HEADER(header) <Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Library:MSL C++:Include:##header>
128 # define _STLP_NATIVE_C_HEADER(header) <Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Library:MSL C:MSL Common:Public Includes:##header>
129 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(header) <Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Library:MSL C:MSL Common:Public Includes:##header>
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_mwerks.h 90 // *** Metrowerks Standard Library Bug ***
124 # define _STLP_NATIVE_INCLUDE_PATH Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Library:MSL C++:Include
125 # define _STLP_NATIVE_C_INCLUDE_PATH Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Library:MSL C:MSL Common:Public Includes
126 # define _STLP_NATIVE_HEADER(header) <Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Library:MSL C++:Include:##header>
127 # define _STLP_NATIVE_CPP_C_HEADER(header) <Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Library:MSL C++:Include:##header>
128 # define _STLP_NATIVE_C_HEADER(header) <Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Library:MSL C:MSL Common:Public Includes:##header>
129 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(header) <Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Library:MSL C:MSL Common:Public Includes:##header>
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_mwerks.h 90 // *** Metrowerks Standard Library Bug ***
124 # define _STLP_NATIVE_INCLUDE_PATH Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Library:MSL C++:Include
125 # define _STLP_NATIVE_C_INCLUDE_PATH Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Library:MSL C:MSL Common:Public Includes
126 # define _STLP_NATIVE_HEADER(header) <Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Library:MSL C++:Include:##header>
127 # define _STLP_NATIVE_CPP_C_HEADER(header) <Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Library:MSL C++:Include:##header>
128 # define _STLP_NATIVE_C_HEADER(header) <Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Library:MSL C:MSL Common:Public Includes:##header>
129 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(header) <Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Library:MSL C:MSL Common:Public Includes:##header>
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_mwerks.h 90 // *** Metrowerks Standard Library Bug ***
124 # define _STLP_NATIVE_INCLUDE_PATH Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Library:MSL C++:Include
125 # define _STLP_NATIVE_C_INCLUDE_PATH Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Library:MSL C:MSL Common:Public Includes
126 # define _STLP_NATIVE_HEADER(header) <Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Library:MSL C++:Include:##header>
127 # define _STLP_NATIVE_CPP_C_HEADER(header) <Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Library:MSL C++:Include:##header>
128 # define _STLP_NATIVE_C_HEADER(header) <Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Library:MSL C:MSL Common:Public Includes:##header>
129 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(header) <Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Library:MSL C:MSL Common:Public Includes:##header>
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/config/
_mwerks.h 90 // *** Metrowerks Standard Library Bug ***
124 # define _STLP_NATIVE_INCLUDE_PATH Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Library:MSL C++:Include
125 # define _STLP_NATIVE_C_INCLUDE_PATH Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Library:MSL C:MSL Common:Public Includes
126 # define _STLP_NATIVE_HEADER(header) <Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Library:MSL C++:Include:##header>
127 # define _STLP_NATIVE_CPP_C_HEADER(header) <Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Library:MSL C++:Include:##header>
128 # define _STLP_NATIVE_C_HEADER(header) <Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Library:MSL C:MSL Common:Public Includes:##header>
129 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(header) <Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Library:MSL C:MSL Common:Public Includes:##header>
  /external/webkit/Source/WebCore/bindings/scripts/
gobject-generate-headers.pl 7 # This library is free software; you can redistribute it and/or
8 # modify it under the terms of the GNU Library General Public
12 # This library is distributed in the hope that it will be useful,
15 # Library General Public License for more details.
17 # You should have received a copy of the GNU Library General Public License
18 # aint with this library; see the file COPYING.LIB. If not, write to
32 This library is free software; you can redistribute it and/or
33 modify it under the terms of the GNU Library General Public
37 This library is distributed in the hope that it will be useful,
40 Library General Public License for more details
    [all...]
  /external/webkit/Source/WebCore/plugins/win/
PaintHooks.asm 4 ; This library is free software; you can redistribute it and/or
5 ; modify it under the terms of the GNU Library General Public
9 ; This library is distributed in the hope that it will be useful,
12 ; Library General Public License for more details.
14 ; You should have received a copy of the GNU Library General Public License
15 ; along with this library; see the file COPYING.LIB. If not, write to
  /external/chromium/chrome/browser/ui/cocoa/
install.sh 58 /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister "${DEST}"
  /external/svox/pico/
Android.mk 2 # This makefile builds both an activity and a shared library.
23 # Build static library containing all PICO code
26 # library.
48 # Build Pico Shared Library. This rule is used by the
49 # compatibility code, which opens this shared library
51 # above, except that it packages things a shared library.
68 # Build Base Generic SVOX Pico Library
114 # Build compatibility library
  /external/llvm/include/llvm/
Linker.h 48 /// provides the name of the file or library (as with the -l option). The
113 /// Linker will search when it is presented with a library name.
114 /// @brief Get the Linkers library path
133 /// library paths for the target platform. The standard libraries will
145 /// This method augments the Linker's list of library paths with the system
158 /// file name with fully qualified path, or a library for which the Linker's
159 /// LibraryPath will be utilized to locate the library. The bool value in
198 /// module. Each item in \p Libraries should be the base name of a library,
211 /// found in one library, based on the unresolved symbols in the composite
212 /// module.The \p Library should be the base name of a library, as if give
    [all...]
  /external/webkit/Tools/WebKitTestRunner/qt/
TestControllerQt.cpp 101 #error Library path suffix should be specified for this platform
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosASM.S 5 ; This library is free software; you can redistribute it and/or
6 ; modify it under the terms of the GNU Library General Public
10 ; This library is distributed in the hope that it will be useful,
13 ; Library General Public License for more details.
15 ; You should have received a copy of the GNU Library General Public
16 ; License along with this library; if not, write to the Free
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_amigaevents.c 5 This library is free software; you can redistribute it and/or
10 This library is distributed in the hope that it will be useful,
16 License along with this library; if not, write to the Free Software
429 static struct Library *KeymapBase=NULL; /* Linking failed in WOS version if ConsoleDevice was used */
431 static struct Library *ConsoleDevice=NULL;
451 KeymapBase=OpenLibrary("keymap.library", 0L);
458 ConsoleDevice=(struct Library *)ConReq->io_Device;
  /external/qemu/distrib/sdl-1.2.12/src/joystick/amigaos/
SDL_sysjoystick.c 5 This library is free software; you can redistribute it and/or
10 This library is distributed in the hope that it will be useful,
16 License along with this library; if not, write to the Free Software
55 struct Library *LowLevelBase=NULL;
77 if(LowLevelBase=OpenLibrary("lowlevel.library",37))
  /external/chromium/third_party/libjingle/source/talk/
libjingle.scons 4 talk.Library(env, name = "expat",
23 talk.Library(env, name = "libsrtp",
57 talk.Library(env, name = "libjingle",
233 talk.Library(env, name = "libxmpphelp",
  /external/compiler-rt/make/
lib_info.mk 1 # compiler-rt Library Info
8 # library can provide.

Completed in 4603 milliseconds

1 2 3 4