OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addFunction
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/Transforms/Utils/
BasicInliner.h
36
///
addFunction
- Add function into the list of functions to process.
39
void
addFunction
(Function *F);
/sdk/emulator/qtools/
dmtrace.h
24
void
addFunction
(int functionId, const char *name);
25
void
addFunction
(int functionId, const char *clazz, const char *method,
dmtrace.cpp
136
void DmTrace::
addFunction
(int functionId, const char *name)
144
void DmTrace::
addFunction
(int functionId, const char *clazz,
153
addFunction
(functionId, name);
171
addFunction
(functionId, name);
190
addFunction
(functionId, name);
202
addFunction
(functionId, name, method, sig);
/external/llvm/lib/Transforms/Utils/
BasicInliner.cpp
44
///
addFunction
- Add function into the list of functions to process.
47
void
addFunction
(Function *F) {
162
///
addFunction
- Add function into the list of functions to process.
165
void BasicInliner::
addFunction
(Function *F) {
166
Impl->
addFunction
(F);
/frameworks/base/services/java/com/android/server/usb/
UsbDeviceManager.java
199
private static String
addFunction
(String functions, String function) {
386
functions =
addFunction
(functions, UsbManager.USB_FUNCTION_ADB);
414
functions =
addFunction
(functions, UsbManager.USB_FUNCTION_ADB);
Completed in 94 milliseconds