Searched refs:function (Results 1 - 25 of 52) sorted by relevance

123

/frameworks/compile/libbcc/runtime/make/
H A Dlib_util.mk14 # Function: SelectFunctionDir config arch function-name optimized
16 # Choose the appropriate implementation directory to use for 'function-name' in
22 $(error SelectFunctionDir: invalid function name "$(3)" ($(strip\
24 no such function,\
25 function implemented in multiple directories!!!))))))
27 # Helper functions that select the entire list of subdirs where a function is
46 # Helper function to select the right set of dirs in generic priority order.
53 # Helper function to select the right set of dirs in optimized priority order.
60 # Helper function to select the right set of dirs (which should be exactly one)
61 # for a function
[all...]
H A Dlib_info.mk7 # AvailableFunctions - The entire list of function names (unmangled) the
14 # AvailableIn.<function> - The list of subdir keys where 'function' is
41 # Compute lists of where each function is available.
H A Doptions.mk15 # Whether optimized function implementations should be used.
18 # Whether function definitions should use hidden visibility. This adds the
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfastcodemb.h20 /* Description: This file contains structure and function prototypes used
21 in FastCodeMB() function. When it is decided to use FastCodeMB
52 void initCodeMB(approxDCT *function, Int QP);
53 PV_STATUS CodeMB_H263(VideoEncData *video, approxDCT *function, Int QP, Int ncoefblck[], Int offset);
54 PV_STATUS CodeMB_MPEG(VideoEncData *video, approxDCT *function, Int QP, Int ncoefblck[], Int offset);
60 Int AppVCA1_dct(Int block[], Int out[ ], approxDCT *function);
61 Int AppVCA2_dct(Int block[], Int out[ ], approxDCT *function);
62 Int AppVCA3_dct(Int block[], Int out[ ], approxDCT *function);
63 Int AppVCA4_dct(Int block[], Int out[ ], approxDCT *function);
64 Int AppVCA5_dct(Int block[], Int out[ ], approxDCT *function);
[all...]
H A Dfastcodemb.cpp31 /* function Approximate DCT function, scaling and threshold */
50 PV_STATUS CodeMB_H263(VideoEncData *video, approxDCT *function, Int QP, Int ncoefblck[]) argument
84 OSCL_UNUSED_ARG(function);
260 /* function Approximate DCT function, scaling and threshold */
279 PV_STATUS CodeMB_MPEG(VideoEncData *video, approxDCT *function, Int QP, Int ncoefblck[]) argument
315 OSCL_UNUSED_ARG(function);
/frameworks/base/core/java/android/hardware/usb/
H A DUsbManager.java58 * mass storage function is enabled
60 * adb function is enabled
62 * RNDIS ethernet function is enabled
64 * MTP function is enabled
66 * PTP function is enabled
68 * accessory function is enabled
141 * Name of the USB mass storage USB function.
149 * Name of the adb USB function.
157 * Name of the RNDIS ethernet USB function.
165 * Name of the MTP USB function
393 propertyContainsFunction(String property, String function) argument
411 isFunctionEnabled(String function) argument
441 setCurrentFunction(String function, boolean makeDefault) argument
[all...]
H A DIUsbManager.aidl85 /* Sets the current USB function. */
86 void setCurrentFunction(String function, boolean makeDefault);
/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Dheader.h61 void Bit(const glesv2debugger::Message_Function function, bool bit) { argument
62 const unsigned byte = function / 8, mask = 1 << (function % 8);
69 bool Bit(const glesv2debugger::Message_Function function) const {
70 const unsigned byte = function / 8, mask = 1 << (function % 8);
167 // every Debug_gl* function calls this to send message to client and possibly receive commands
169 const glesv2debugger::Message_Function function);
H A Dserver.cpp174 if (msg.function() != glesv2debugger::Message_Function_ACK)
206 if (msg.function() == msg.SETPROP)
212 if (glesv2debugger::Message_Function_SETPROP == cmd.function())
215 LOGD("Send: TryReceived %u", cmd.function());
247 const glesv2debugger::Message_Function function)
254 bool expectResponse = dbg->expectResponse.Bit(function);
256 msg.set_function(function);
262 glesv2debugger::Message_Function oldCmd = cmd.function();
268 switch (cmd.function()) {
272 LOGD("Function=%u glGetError() = 0x%.4X", function, erro
246 MessageLoop(FunctionCall & functionCall, glesv2debugger::Message & msg, const glesv2debugger::Message_Function function) argument
[all...]
H A Dvertex.cpp48 glesv2debugger::Message_Function oldCmd = cmd.function();
54 switch (cmd.function()) {
66 oldCmd = cmd.function();
100 oldCmd = cmd.function();
158 glesv2debugger::Message_Function oldCmd = cmd.function();
164 switch (cmd.function()) {
176 oldCmd = cmd.function();
208 oldCmd = cmd.function();
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dasm_common.S29 .macro function name, export=0
33 .type \name, %function
H A Dh264bsdCountLeadingZeros.S42 function h264bsdCountLeadingZeros, export=1 label
H A Dh264bsdClearMbLayer.S48 function h264bsdClearMbLayer, export=1 label
H A Dh264bsdFlushBits.S50 function h264bsdFlushBits, export=1 label
/frameworks/base/opengl/libagl/
H A Dfixed_asm.S23 .type gglFloatToFixed, %function
25 .type gglFloatToFixedFast, %function
H A Diterators.S24 .type iterators0032, %function
/frameworks/base/opengl/libs/GLES2_dbg/test/
H A Dtest_server.cpp81 EXPECT_EQ(msg.function(), read.function());
126 EXPECT_EQ(read.SETPROP, read.function());
188 EXPECT_EQ(read.glFinish, read.function());
194 EXPECT_EQ(read.glFinish, read.function());
216 EXPECT_EQ(read.glEnableVertexAttribArray, read.function());
232 EXPECT_EQ(read.glEnableVertexAttribArray, read.function());
241 EXPECT_EQ(read.glDisableVertexAttribArray, read.function());
H A Dtest_socket.cpp135 EXPECT_EQ(read.glFinish, read.function());
165 EXPECT_EQ(read.glCreateShader, read.function());
170 EXPECT_EQ(read.glCreateShader, read.function());
221 EXPECT_EQ(read.glCreateProgram, read.function());
225 EXPECT_EQ(read.glCreateShader, read.function());
230 EXPECT_EQ(read.glCreateProgram, read.function());
235 EXPECT_EQ(read.glCreateShader, read.function());
306 EXPECT_EQ(read.glCreateProgram, read.function());
310 EXPECT_EQ(read.glCreateShader, read.function());
315 EXPECT_EQ(read.glCreateProgram, read.function());
[all...]
/frameworks/base/core/java/android/webkit/
H A DSearchBoxImpl.java43 = "(function()"
50 + " sb.setSuggestions = function(suggestions) {"
55 + " sb.setValue = function(valueArray) { sb.value = valueArray[0]; };"
228 public void dispatchCompleteCallback(String function, int id, boolean successful) { argument
229 mCallbackProxy.onSearchboxDispatchCompleteCallback(function, id, successful);
232 public void handleDispatchCompleteCallback(String function, int id, boolean successful) { argument
240 if (TextUtils.equals(EVENT_CHANGE, function)) {
242 } else if (TextUtils.equals(EVENT_SUBMIT, function)) {
244 } else if (TextUtils.equals(EVENT_RESIZE, function)) {
246 } else if (TextUtils.equals(EVENT_CANCEL, function)) {
[all...]
/frameworks/base/services/java/com/android/server/usb/
H A DUsbDeviceManager.java208 private static String addFunction(String functions, String function) { argument
209 if (!containsFunction(functions, function)) {
213 functions += function;
218 private static String removeFunction(String functions, String function) { argument
221 if (function.equals(split[i])) {
238 private static boolean containsFunction(String functions, String function) { argument
239 int index = functions.indexOf(function);
242 int charAfter = index + function.length();
390 // switching to default function
529 String function
681 setCurrentFunction(String function, boolean makeDefault) argument
[all...]
H A DUsbService.java149 public void setCurrentFunction(String function, boolean makeDefault) { argument
152 mDeviceManager.setCurrentFunction(function, makeDefault);
/frameworks/base/core/jni/
H A Dandroid_database_SQLiteDatabase.cpp229 // release the memory associated with the traceFuncArg in enableSqlTracing function
234 // release the memory associated with the traceFuncArg in enableSqlProfiling function
406 jobject function = (jobject)sqlite3_user_data(context); local
425 env->CallVoidMethod(function, method_custom_function_callback, strArray);
430 LOGE("An exception was thrown by custom sqlite3 function.");
437 jstring name, jint numArgs, jobject function)
441 jobject ref = env->NewGlobalRef(function);
436 native_addCustomFunction(JNIEnv* env, jobject object, jstring name, jint numArgs, jobject function) argument
/frameworks/base/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/
H A DCalcWindowEnergy_v5.s20 @ Content: CalcWindowEnergy function armv5 assemble
/frameworks/compile/libbcc/runtime/make/platform/
H A Ddarwin_fat.mk18 # architecture and is used to find the appropriate function
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java1186 * A callback interface for a custom sqlite3 function.
1187 * This can be used to create a function that can be called from
1196 * Registers a CustomFunction callback as a function that can be called from
1198 * @param name the name of the sqlite3 function
1199 * @param numArgs the number of arguments for the function
1200 * @param function callback to call when the function is executed
1203 public void addCustomFunction(String name, int numArgs, CustomFunction function) { argument
1206 int ref = native_addCustomFunction(name, numArgs, function);
1208 // save a reference to the function fo
1230 native_addCustomFunction(String name, int numArgs, CustomFunction function) argument
1231 native_releaseCustomFunction(int function) argument
[all...]

Completed in 269 milliseconds

123