OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:commonfunctions
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/make/platform/
darwin_fat.mk
47
FUNCTIONS.i386 := $(
CommonFunctions
) $(ArchFunctions.i386)
48
FUNCTIONS.ppc := $(
CommonFunctions
) $(ArchFunctions.ppc)
49
FUNCTIONS.x86_64 := $(
CommonFunctions
) $(ArchFunctions.x86_64)
50
FUNCTIONS.armv5 := $(
CommonFunctions
) $(ArchFunctions.armv5)
51
FUNCTIONS.armv6 := $(
CommonFunctions
) $(ArchFunctions.armv6)
52
FUNCTIONS.armv7 := $(
CommonFunctions
) $(ArchFunctions.armv7)
clang_linux.mk
120
FUNCTIONS.full-i386 := $(
CommonFunctions
) $(ArchFunctions.i386)
121
FUNCTIONS.full-x86_64 := $(
CommonFunctions
) $(ArchFunctions.x86_64)
/external/compiler-rt/make/
lib_info.mk
9
#
CommonFunctions
- The list of generic functions available.
31
CommonFunctions
:= $(sort\
47
$(call set_difference,$(ArchFunctions.$(arch)),$(
CommonFunctions
))))
/cts/tests/tests/net/src/android/net/cts/
LocalServerSocketTest.java
31
commonFunctions
(localServerSocket);
34
public void
commonFunctions
(LocalServerSocket localServerSocket) throws IOException {
Completed in 195 milliseconds