OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:acp
(Results
1 - 14
of
14
) sorted by null
/build/libs/host/
Android.mk
20
#
acp
uses libhost, so we can't use
21
#
acp
to install libhost.
/build/tools/acp/
Android.mk
9
acp
.c
22
LOCAL_MODULE :=
acp
/prebuilt/sdk/tools/
Android.mk
24
# We can't simple call $(BUILD_PREBUILT) here, because $(
ACP
) is not
27
LOCAL_MODULE :=
acp
32
$(
ACP
): $(LOCAL_PATH)/$(HOST_OS)/
acp
$(HOST_EXECUTABLE_SUFFIX)
33
@echo "Copy:
acp
($@)"
103
$(LOCAL_BUILT_MODULE): $(LOCAL_PATH)/dx | $(
ACP
)
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
ThreadSafeClientConnManager.java
116
AbstractConnPool
acp
= new ConnPoolByRoute(connOperator, params);
local
119
acp
.enableConnectionGC();
121
return
acp
;
/cts/tools/dx-tests/etc/
compileall
109
acp
-r $javac_out $fdest/
110
acp
$mainfilesdir/data/scriptdata $fdest/data/scriptdata
/external/ipsec-tools/src/racoon/
admin.c
362
struct admin_com_psk *
acp
;
local
367
acp
= (struct admin_com_psk *)
371
idtype =
acp
->id_type;
373
if ((id = vmalloc(
acp
->id_len)) == NULL) {
379
data = (char *)(
acp
+ 1);
382
if ((key = vmalloc(
acp
->key_len)) == NULL) {
390
data = (char *)(data +
acp
->id_len);
racoonctl.c
655
struct admin_com_psk *
acp
;
local
669
com_len += sizeof(*
acp
) + strlen(id) + 1 + strlen(key) + 1;
716
acp
= (struct admin_com_psk *)
719
acp
->id_type = IDTYPE_USERFQDN;
720
acp
->id_len = strlen(id) + 1;
721
acp
->key_len = strlen(key) + 1;
723
data = (char *)(
acp
+ 1);
726
data = (char *)(data +
acp
->id_len);
[
all
...]
/development/ide/xcode/ports/
SkBitmap_Mac.cpp
76
SkAutoTCallVProc<CGDataProvider, CGDataProviderRelease>
acp
(data);
/external/skia/src/utils/mac/
SkBitmap_Mac.cpp
76
SkAutoTCallVProc<CGDataProvider, CGDataProviderRelease>
acp
(data);
/development/build/tools/
windows_sdk.mk
61
winsdk-tools:
acp
/external/skia/src/images/
SkImageDecoder_libgif.cpp
167
SkAutoTCallIProc<GifFileType, DGifCloseFile>
acp
(gif);
/build/core/
user_tags.mk
32
acp
\
config.mk
221
#
ACP
is always for the build OS, not for the host OS
222
ACP
:= $(BUILD_OUT_EXECUTABLES)/
acp
$(BUILD_EXECUTABLE_SUFFIX)
main.mk
424
# Exclude tools/
acp
when cross-compiling windows under linux
426
subdirs += build/tools/
acp
442
build/tools/
acp
\
Completed in 993 milliseconds