OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:library
(Results
76 - 100
of
443
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/freetype/src/base/
ftobjs.c
129
FT_Stream_New( FT_Library
library
,
140
if ( !
library
)
146
memory =
library
->memory;
240
slot->
library
= driver->root.
library
;
562
FT_Library
library
;
local
577
library
= driver->root.
library
;
578
hinter =
library
->auto_hinter;
3620
FT_Library
library
= FT_FACE_LIBRARY( face );
local
3645
FT_Library
library
= module->
library
;
local
3693
FT_Library
library
= module->
library
;
local
3842
FT_Library
library
;
local
3887
FT_Library
library
= module->
library
;
local
4105
FT_Library
library
= module->
library
;
local
4191
FT_Library
library
= 0;
local
[
all
...]
ftsynth.c
86
FT_Library
library
= slot->
library
;
local
135
error = FT_Bitmap_Embolden(
library
, &slot->bitmap, xstr, ystr );
ftapi.c
44
FT_New_Memory_Stream( FT_Library
library
,
49
FT_UNUSED(
library
);
/external/expat/
Android.mk
3
# We need to build this for both the device (as a shared
library
)
4
# and the host (as a static
library
for tools to use).
/external/libpng/
Android.mk
3
# We need to build this for both the device (as a shared
library
)
4
# and the host (as a static
library
for tools to use).
/external/libxml2/
Android.mk
3
# We need to build this for both the device (as a shared
library
)
4
# and the host (as a static
library
for tools to use).
/external/opencore/engines/author/build/make/
local.mk
25
## This file is need by PLATFORM_EXTRAS in
library
.mk
28
include $(MK)/
library
.mk
/dalvik/dx/src/
Android.mk
6
# dx java
library
/dalvik/libcore/security/src/test/java/tests/security/permissions/
JavaLangRuntimeTest.java
265
final String
library
= "
library
";
local
272
if(
library
.equals(lib)){
286
Runtime.getRuntime().load(
library
);
287
fail("System.load must call checkLink on security manager with argument "+
library
);
293
fail("System.load must call checkLink on security manager with argument "+
library
);
297
Runtime.getRuntime().loadLibrary(
library
);
298
fail("System.load must call checkLink on security manager with argument "+
library
);
304
fail("System.load must call checkLink on security manager with argument "+
library
);
/development/samples/TicTacToeMain/src/com/example/android/tictactoe/
MainActivity.java
25
import com.example.android.tictactoe.
library
.GameActivity;
26
import com.example.android.tictactoe.
library
.GameView.State;
/external/freetype/include/freetype/internal/
autohint.h
214
FT_Init_Class_##class_( FT_Library
library
, \
217
FT_UNUSED(
library
); \
ftdriver.h
351
void class_##_pic_free( FT_Library
library
); \
352
FT_Error class_##_pic_init( FT_Library
library
); \
355
FT_Destroy_Class_##class_( FT_Library
library
, \
358
FT_Memory memory =
library
->memory; \
360
class_##_pic_free(
library
); \
366
FT_Create_Class_##class_( FT_Library
library
, \
371
FT_Memory memory =
library
->memory; \
376
error = class_##_pic_init(
library
); \
/external/libpng/scripts/
libpng-config.in
36
--libdir print path to directory containing
library
37
--libs print
library
linking information
/external/opencore/baselibs/pv_mime_utils/build/make/
local.mk
19
include $(MK)/
library
.mk
/external/opencore/baselibs/thread_messaging/build/make/
local.mk
24
include $(MK)/
library
.mk
/external/opencore/baselibs/threadsafe_callback_ao/build/make/
local.mk
24
include $(MK)/
library
.mk
/external/opencore/codecs_v2/audio/sbc/enc/build/make/
local.mk
35
include $(MK)/
library
.mk
/external/opencore/codecs_v2/omx/omx_baseclass/build/make/
local.mk
22
include $(MK)/
library
.mk
/external/opencore/codecs_v2/omx/omx_common/build/make_multithreaded/
local.mk
32
include $(MK)/
library
.mk
/external/opencore/codecs_v2/omx/omx_h264/build/make_multithreaded/
local.mk
29
include $(MK)/
library
.mk
/external/opencore/codecs_v2/omx/omx_m4v/build/make_multithreaded/
local.mk
32
include $(MK)/
library
.mk
/external/opencore/codecs_v2/omx/omx_m4venc/build/make_multithreaded/
local.mk
32
include $(MK)/
library
.mk
/external/opencore/codecs_v2/omx/omx_mastercore/build/make_multithreaded/
local.mk
28
include $(MK)/
library
.mk
/external/opencore/codecs_v2/omx/omx_queue/build/make/
local.mk
26
include $(MK)/
library
.mk
/external/opencore/codecs_v2/omx/omx_sharedlibrary/interface/build/make/
local.mk
22
include $(MK)/
library
.mk
Completed in 43 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>