/libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ |
NativeTestTarget.java | 20 * Methods used to test calling into native code. The methods in this 22 * and performance of calling native methods.
|
/external/libnfc-nxp/src/ |
phFriNfc.h | 130 * to an upper (calling) component.\n\n 132 * initialisation \b or the calling component needs to inform the initialised \b or called component 139 * The stack initialiser (or depending on the implementation: the calling component) 141 * the completion path: A calling component would give its own processing function 145 * The stack initialiser (or depending on the implementation: the calling component) 147 * within the completion path: A calling component would give its own instance address
|
/external/llvm/include/llvm/Target/ |
TargetCallingConv.td | 1 //===- TargetCallingConv.td - Target Calling Conventions ---*- tablegen -*-===// 11 // describe their calling conventions. 45 /// CCIfCC - Match if the current calling convention is 'CC'. 125 /// CCDelegateTo - This action invokes the specified sub-calling-convention. It 131 /// CallingConv - An instance of this is used to define each calling convention 137 /// CalleeSavedRegs - A list of callee saved registers for a given calling
|
/external/quake/quake/src/QW/scitech/include/ |
debug.h | 58 /* For the Metaware High C/C++ compiler, there is no _cdecl calling
61 * will use stack based calling conventions. We also need to change the
151 /* We have the following defines to define the calling conventions for
154 * _PUBAPI - Compiler default calling conventions for all public 'C' functions
155 * _ASMAPI - Calling conventions for all public assembler functions
156 * _DLLAPI - Calling conventions for all DLL exported functions
|
/external/quake/quake/src/WinQuake/scitech/INCLUDE/ |
DEBUG.H | 58 /* For the Metaware High C/C++ compiler, there is no _cdecl calling
61 * will use stack based calling conventions. We also need to change the
151 /* We have the following defines to define the calling conventions for
154 * _PUBAPI - Compiler default calling conventions for all public 'C' functions
155 * _ASMAPI - Calling conventions for all public assembler functions
156 * _DLLAPI - Calling conventions for all DLL exported functions
|
/external/webkit/Tools/WebKitAPITest/tests/ |
WebViewDestruction.cpp | 98 // Tests that releasing a WebView without calling IWebView::initWithFrame works. 117 // Tests that releasing a WebView without calling IWebView::close or DestroyWindow doesn't leak. <http://webkit.org/b/33162> 128 // Tests that calling IWebView::close without calling DestroyWindow, then releasing a WebView doesn't crash. <http://webkit.org/b/32827> 217 // Tests that calling IWebView::mainFrame after calling IWebView::close doesn't crash. <http://webkit.org/b/32868>
|
/libcore/luni/src/main/java/java/nio/channels/ |
ServerSocketChannel.java | 29 * by calling {@code socket()}. ServerSocketChannels can not be constructed for 33 * open()} method. Calling {@code accept} before bound will cause a 34 * {@link NotYetBoundException}. It can be bound by calling the bind method of a 52 * This channel is created by calling {@code openServerSocketChannel} method 101 * if another thread interrupts the calling thread while this 102 * operation is in progress. The interrupt state of the calling
|
/external/libnfc-nci/src/nfa/ce/ |
nfa_ce_api.c | 104 ** should happen before calling this function. Also, Input parameters p_uid and 192 ** should happen before calling this function 242 ** should happen before calling this function 290 ** should happen before calling this function 317 ** should happen before calling this function 365 ** should happen before calling this function 394 ** should happen before calling this function
|
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/ |
MappingFileProvider.java | 38 * calling code and language that the text descriptions are in. 68 * @param availableDataFiles a map from country calling codes to sets of languages in which data 69 * files are available for the specific country calling code. The map is sorted in ascending 70 * order of the country calling codes as integers. 123 * country calling code. The country calling code is followed by a '|' and then a list of 146 * @param countryCallingCode the country calling code of phone numbers which the data file
|
/external/webkit/Source/ThirdParty/ANGLE/include/GLSLANG/ |
ShaderLang.h | 155 // Can be queried by calling ShGetInfoLog(). 157 // Can be queried by calling ShGetObjectCode(). 159 // Can be queried by calling ShGetActiveAttrib() and 196 // to store the returned information log can be obtained by calling 206 // store the returned object code can be obtained by calling 223 // calling ShGetInfo with SH_ACTIVE_ATTRIBUTE_MAX_LENGTH. 243 // to store the uniform variable name can be obtained by calling
|
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/ |
JFmRx.java | 532 //JFmLog.d(TAG, "Calling nativeJFmRx_Create"); [all...] |
JFmTx.java | 500 JFmLog.d(TAG, "Calling nativeJFmTx_Create"); [all...] |
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
JSNPObject.cpp | 94 // Calling NPClass::invoke will call into plug-in code, and there's no telling what the plug-in can do. 114 throwError(exec, createError(exec, "Error calling method on NPObject.")); 133 // Calling NPClass::invokeDefault will call into plug-in code, and there's no telling what the plug-in can do. 153 throwError(exec, createError(exec, "Error calling method on NPObject.")); 172 // Calling NPClass::construct will call into plug-in code, and there's no telling what the plug-in can do. 188 throwError(exec, createError(exec, "Error calling method on NPObject.")); 301 // Calling NPClass::setProperty will call into plug-in code, and there's no telling what the plug-in can do. 331 // Calling NPClass::enumerate will call into plug-in code, and there's no telling what the plug-in can do. 377 // Calling NPClass::getProperty will call into plug-in code, and there's no telling what the plug-in can do.
|
/external/libpng/scripts/ |
makefile.intel | 24 # Calling convention 25 CALLING=r # __fastcall 26 #CALLING=z # __stdcall 27 #CALLING=d # __cdecl 35 CFLAGS=-O2 -G$(CPU)$(CALLING) -Qip -Qunroll4 -I$(ZLIBINC) -nologo
|
/external/v8/test/cctest/ |
test-dictionary.cc | 113 // Calling Contains() should not cause GC ever. 116 // Calling Remove() should not cause GC ever. 119 // Calling Add() should request GC by returning a failure. 136 // Calling Lookup() should not cause GC ever. 139 // Calling Put() should request GC by returning a failure.
|
/frameworks/base/test-runner/src/android/test/ |
ApplicationTestCase.java | 42 * automatically called, and it will stop & destroy your application by calling its 54 * You can create and inject alternative types of Contexts by calling 55 * {@link AndroidTestCase#setContext(Context) setContext()}. You must do this <i>before</i> calling 111 * test, by calling {@link AndroidTestCase#setContext(Context) setContext()}, 112 * you must do so before calling this method.
|
/external/libphonenumber/java/ |
release_notes.txt | 8 - New geocoding data for country calling code(s): 32 (en, fr, nl) 9 - Updated geocoding data for country calling code(s): 27 (en), 86 (en, zh) 15 - New geocoding data for country calling code(s): 241 (en) 21 - New geocoding data for country calling code(s): 359 (bg, en) 36 - Updated geocoding data for country calling code(s): 30 (el, en) 45 - Updated metadata for non-geographical calling codes: 800, 808, 888, 979 46 - Updated geocoding data for country calling code(s): 98 (en), 1 (en) 67 - New alternate formatting data for country calling code(s): 43 69 - New geocoding data for country calling code(s): 62 (en, id), 98 (fa) 75 - New geocoding data for country calling code(s): 7 (ru), 98 (en [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
unistd.h | 156 which the calling process is a member. 391 to 0 and check its value after calling `alarm', and this might tell you. 572 /* Get the process ID of the calling process. */ 575 /* Get the process ID of the calling process's parent. */ 578 /* Get the process group ID of the calling process. 604 calling conventions. The BSD function is the same as POSIX.1 `setpgid' 605 (above). The System V function takes no arguments and puts the calling 615 /* Set the process group ID of the calling process to its own PID. 631 /* Create a new session with the calling process as its leader. 632 The process group IDs of the session and the calling proces [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
unistd.h | 156 which the calling process is a member. 391 to 0 and check its value after calling `alarm', and this might tell you. 572 /* Get the process ID of the calling process. */ 575 /* Get the process ID of the calling process's parent. */ 578 /* Get the process group ID of the calling process. 604 calling conventions. The BSD function is the same as POSIX.1 `setpgid' 605 (above). The System V function takes no arguments and puts the calling 615 /* Set the process group ID of the calling process to its own PID. 631 /* Create a new session with the calling process as its leader. 632 The process group IDs of the session and the calling proces [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
unistd.h | 156 which the calling process is a member. 391 to 0 and check its value after calling `alarm', and this might tell you. 572 /* Get the process ID of the calling process. */ 575 /* Get the process ID of the calling process's parent. */ 578 /* Get the process group ID of the calling process. 604 calling conventions. The BSD function is the same as POSIX.1 `setpgid' 605 (above). The System V function takes no arguments and puts the calling 615 /* Set the process group ID of the calling process to its own PID. 631 /* Create a new session with the calling process as its leader. 632 The process group IDs of the session and the calling proces [all...] |
/bionic/libstdc++/src/ |
one_time_construction.cpp | 19 // by compiler-generated code before calling __cxa_guard_acquire et al. 39 // the compiler-generated code before calling 54 // byte is tested by the compiler-generated code before, we calling
|
/external/ipsec-tools/src/libipsec/ |
ipsec_strerror.3 | 58 The array pointed to is not to be modified by the calling program. 63 as underlying function, calling 74 The C string must not be overwritten by the calling program.
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/ |
Filters.java | 68 * of calling not(in(values)). 78 * of calling not(in(collection)). 96 * equivalent to the specified value. This is the equivalent of calling
|
/external/protobuf/python/google/protobuf/internal/ |
message_listener.py | 46 dirty: If True, then calling Modified() would be a no-op. This can be 64 Note that if the listener's |dirty| attribute is true, then calling 66 sensitive callers should check this attribute directly before calling since
|
/external/qemu/distrib/sdl-1.2.15/include/ |
SDL_thread.h | 52 * creates a new thread for the calling process with the SDL_CreateThread() 54 * be initialized for those threads, and not the RTL of the calling application! 61 * Always use the _beginthread() and _endthread() of the calling runtime library!
|