OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:commonfunctions
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/libbcc/runtime/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.armv6 := $(
CommonFunctions
) $(ArchFunctions.armv6)
51
FUNCTIONS.armv7 := $(
CommonFunctions
) $(ArchFunctions.armv7)
/frameworks/compile/libbcc/runtime/make/
lib_info.mk
9
#
CommonFunctions
- The list of generic functions available.
23
CommonFunctions
:= $(sort\
39
$(call set_difference,$(ArchFunctions.$(arch)),$(
CommonFunctions
))))
/cts/tests/tests/net/src/android/net/cts/
LocalServerSocketTest.java
71
commonFunctions
(localServerSocket);
74
public void
commonFunctions
(LocalServerSocket localServerSocket) throws IOException {
Completed in 1319 milliseconds