OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:libraryname
(Results
151 - 175
of
179
) sorted by null
1
2
3
4
5
6
7
8
/external/llvm/bindings/ocaml/llvm/
Makefile
15
LIBRARYNAME
:= llvm
/external/llvm/lib/IR/
Makefile
10
LIBRARYNAME
= LLVMCore
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
NdkManager.java
34
public static final String LIBRARY_NAME = "
libraryName
"; //$NON-NLS-1$
/external/chromium_org/third_party/WebKit/Tools/Scripts/
webkitdirs.pm
744
my $
libraryName
= shift;
747
return "$configurationProductDir/$
libraryName
";
750
my $libraryExtension = $
libraryName
=~ /^WebKit$/i ? ".so" : ".a";
751
return "$configurationProductDir/$
libraryName
/lib" . lc($
libraryName
) . $libraryExtension;
754
my $isSearchingForWebCore = $
libraryName
=~ "WebCore";
756
$
libraryName
= "QtWebKitWidgets";
758
$
libraryName
= "Qt5WebKitWidgets";
761
if (isDarwin() and -d "$configurationProductDir/lib/$
libraryName
.framework") {
762
$result = "$configurationProductDir/lib/$
libraryName
.framework/$libraryName"
[
all
...]
/frameworks/base/media/mca/filterfw/java/android/filterfw/io/
TextGraphReader.java
72
public AddLibraryCommand(String
libraryName
) {
73
mLibraryName =
libraryName
;
241
String
libraryName
= scanner.eat(libraryNamePattern, "<library-name>");
242
mCommands.add(new AddLibraryCommand(
libraryName
));
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphReader.java
100
public AddLibraryCommand(String
libraryName
) {
101
mLibraryName =
libraryName
;
284
String
libraryName
= getRequiredAttribute(attributes, "name");
285
mCommandStack.append(new AddLibraryCommand(
libraryName
));
/libcore/luni/src/main/java/java/lang/
Runtime.java
354
void loadLibrary(String
libraryName
, ClassLoader loader) {
356
String filename = loader.findLibrary(
libraryName
);
358
throw new UnsatisfiedLinkError("Couldn't load " +
libraryName
+
369
String filename = System.mapLibraryName(
libraryName
);
388
throw new UnsatisfiedLinkError("Library " +
libraryName
+ " not found; tried " + candidates);
/external/chromium_org/third_party/icu/source/common/unicode/
icuplug.h
40
*
LIBRARYNAME
ENTRYPOINT [ CONFIGURATION .. ]</li>
44
* <li>
LIBRARYNAME
is the name of a shared library, either a short name if
/external/icu4c/common/unicode/
icuplug.h
40
*
LIBRARYNAME
ENTRYPOINT [ CONFIGURATION .. ]</li>
44
* <li>
LIBRARYNAME
is the name of a shared library, either a short name if
/external/llvm/docs/
Projects.rst
211
``
LIBRARYNAME
``
214
example, to build a library named ``libsample.a``, ``
LIBRARYNAME
`` should
MakefileGuide.rst
154
LIBRARYNAME
= mylib
191
LIBRARYNAME
:= MyMod
535
``
LIBRARYNAME
``
[
all
...]
GarbageCollection.rst
512
LIBRARYNAME
= MyGC
[
all
...]
WritingAnLLVMBackend.rst
140
``LEVEL``, ``
LIBRARYNAME
`` and ``TARGET`` variables, and then include
[
all
...]
WritingAnLLVMPass.rst
67
LIBRARYNAME
= Hello
[
all
...]
/libcore/dalvik/src/main/java/dalvik/system/
DexPathList.java
380
public String findLibrary(String
libraryName
) {
381
String fileName = System.mapLibraryName(
libraryName
);
/external/llvm/projects/sample/
Makefile.llvm.rules
[
all
...]
/external/llvm/
Makefile.rules
[
all
...]
/external/clang/lib/Lex/
ModuleMap.cpp
[
all
...]
/external/chromium_org/third_party/icu/
readme.html
[
all
...]
/external/icu4c/
readme.html
[
all
...]
/frameworks/base/tools/aapt/
Command.cpp
[
all
...]
/prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar
ddmuilib.jar
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar
Completed in 1671 milliseconds
1
2
3
4
5
6
7
8