/frameworks/support/v4/java/android/support/v4/app/ |
ShareCompat.java | 45 * intent that always includes data about the calling activity and app. 48 * To obtain an IntentBuilder with info about your calling activity, use the static 60 * Intent extra that stores the name of the calling package for an ACTION_SEND intent. 71 * Intent extra that stores the {@link ComponentName} of the calling activity for 165 * <p><em>Note:</em> This data may have been provided voluntarily by the calling 170 * @return Name of the calling package 185 * <p><em>Note:</em> This data may have been provided voluntarily by the calling 190 * @return ComponentName of the calling activity 205 * for selecting the target of the share. History will be tracked for each calling 210 * in addition to calling this method.</p [all...] |
/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.
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
cStringIO.h | 9 Functions are provided for calling cStringIO objects and 13 Before calling any of the functions or macros, you must initialize
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
cStringIO.h | 9 Functions are provided for calling cStringIO objects and 13 Before calling any of the functions or macros, you must initialize
|
/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
|
/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/libphonenumber/java/ |
release_notes.txt | 9 - New geocoding data for country calling code(s): 82 (cs) 10 - Updated geocoding data for country calling code(s): 17 - New geocoding data for country calling code(s): 31 - New geocoding data for country calling code(s): 32 (en, fr, nl) 32 - Updated geocoding data for country calling code(s): 27 (en), 86 (en, zh) 38 - New geocoding data for country calling code(s): 241 (en) 44 - New geocoding data for country calling code(s): 359 (bg, en) 59 - Updated geocoding data for country calling code(s): 30 (el, en) 68 - Updated metadata for non-geographical calling codes: 800, 808, 888, 979 69 - Updated geocoding data for country calling code(s): 98 (en), 1 (en [all...] |
/external/chromium_org/chrome/browser/drive/ |
drive_service_interface.h | 150 // Upon completion, invokes |callback| with results on the calling thread. 159 // calling thread. |callback| must not be null. 166 // Upon completion, invokes |callback| with results on the calling thread. 172 // Upon completion, invokes |callback| with results on the calling thread. 180 // Upon completion, invokes |callback| with results on the calling thread. 192 // Upon completion, invokes |callback| with results on the calling thread. 204 // calling thread. 215 // invokes |callback| with results on the calling thread. 235 // Upon completion, invokes |callback| with results on the calling thread. 244 // Upon completion, invokes |callback| with results on the calling thread [all...] |
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
phonenumberutil.h | 158 // calling code. For non-geographical country calling codes, the region code 170 // The PhoneNumberUtil is implemented as a singleton. Therefore, calling 241 // calling code when the number is formatted in the international format, if 324 // Note this function takes care of the case for calling inside of NANPA 325 // and between Russia and Kazakhstan (who share the same country calling 353 // 1) This will not produce good results if the country calling code is both 383 // by just looking at a number itself. If the country calling code is not the 384 // same as the country calling code for the region, this immediately exits 402 // Returns the country calling code for a specific region. For example [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
objfmt.h | 84 * Call yasm_objfmt_create() instead of calling this function. 92 * Call yasm_objfmt_output() instead of calling this function. 98 * Call yasm_objfmt_destroy() instead of calling this function. 103 * Call yasm_objfmt_add_default_section() instead of calling this function. 108 * Call yasm_objfmt_init_new_section() instead of calling this function. 113 * Call yasm_objfmt_section_switch() instead of calling this function. 121 * Call yasm_objfmt_get_special_sym() instead of calling this function.
|
/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
|
/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...] |
/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/ |
Preconditions.java | 46 * <i>calling method</i> has made an error. This tells the caller that it should 59 * calling method. 72 * calling method. 87 * calling method. 113 * Ensures the truth of an expression involving the state of the calling 114 * instance, but not involving any parameters to the calling method. 126 * Ensures the truth of an expression involving the state of the calling 127 * instance, but not involving any parameters to the calling method. 141 * Ensures the truth of an expression involving the state of the calling 142 * instance, but not involving any parameters to the calling method [all...] |
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
Preconditions.java | 46 * <i>calling method</i> has made an error. This tells the caller that it should 59 * calling method. 72 * calling method. 87 * calling method. 113 * Ensures the truth of an expression involving the state of the calling 114 * instance, but not involving any parameters to the calling method. 126 * Ensures the truth of an expression involving the state of the calling 127 * instance, but not involving any parameters to the calling method. 141 * Ensures the truth of an expression involving the state of the calling 142 * instance, but not involving any parameters to the calling method [all...] |
/external/chromium_org/v8/test/cctest/ |
test-dictionary.cc | 125 // Calling Contains() should not cause GC ever. 128 // Calling Remove() should not cause GC ever. 131 // Calling Add() should request GC by returning a failure. 158 // Calling Lookup() should not cause GC ever. 161 // Calling Put() should request GC by returning a failure.
|
/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.
|
/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...] |
/art/compiler/jni/quick/x86/ |
calling_convention_x86.cc | 26 // Calling convention 68 // Managed runtime calling convention 111 // JNI calling convention
|