/external/libnfc-nci/src/nfa/dm/ |
nfa_dm_act.c | 434 ** Returns TRUE (message buffer to be freed by caller) 473 ** Returns TRUE (message buffer to be freed by caller) 556 ** Returns TRUE (message buffer to be freed by caller) 595 ** Returns TRUE (message buffer to be freed by caller) 664 ** Returns TRUE (message buffer to be freed by caller) 711 ** Returns TRUE (message buffer to be freed by caller) 742 ** Returns TRUE (message buffer to be freed by caller) 820 ** Returns TRUE (message buffer to be freed by caller) 838 ** Returns TRUE (message buffer to be freed by caller) 856 ** Returns FALSE (message buffer is NOT freed by caller) [all...] |
/external/libnfc-nxp/src/ |
phFriNfc_FelicaMap.h | 157 * If the caller sets the value to \ref PH_FRINFC_NDEFMAP_SEEK_CUR, the component shall 169 * \retval NFCSTATUS_CMD_ABORTED The caller/driver has aborted the request. 197 * If the caller sets the value to \ref PH_FRINFC_NDEFMAP_SEEK_CUR, the component shall 211 * \retval NFCSTATUS_CMD_ABORTED The caller/driver has aborted the request. 237 * \retval NFCSTATUS_CMD_ABORTED The caller/driver has aborted the request. 257 * \retval NFCSTATUS_CMD_ABORTED The caller/driver has aborted the request.
|
/external/mesa3d/src/glsl/ |
ir_function_detect_recursion.cpp | 30 * is part of a cycle, it will have a caller and it will have a callee (it 35 * (leaf functions) or has no caller. Eventually the only functions that 223 /* Create a link from the caller to the callee. 229 /* Create a link from the callee to the caller. 337 /* Remove from the set all of the functions that either have no caller or 363 /* Remove from the set all of the functions that either have no caller or
|
/external/protobuf/src/google/protobuf/io/ |
zero_copy_stream.h | 43 // the stream object, rather than being the responsibility of the caller. 45 // the final data structure where the bytes are to be stored, and the caller 63 // into the backing array, and the caller ends up reading directly from it. 201 // * Any data which the caller stores in this buffer will eventually be 218 // * The caller must not have written anything to the last "count" bytes 234 // NOTE: It is caller's responsibility to ensure that the chunk of memory
|
/frameworks/base/core/java/android/app/ |
KeyguardManager.java | 78 * for the current user of the device. The caller is expected to launch this activity using 96 * for the given user. The caller is expected to launch this activity using 144 * <p>This method requires the caller to hold the permission 166 * <p>This method requires the caller to hold the permission 182 * caller of result. 344 * <p>This method requires the caller to hold the permission
|
/frameworks/base/core/java/android/net/ |
NetworkScoreManager.java | 163 * @throws SecurityException if the caller is not the active scorer. 183 * @throws SecurityException if the caller is not the active scorer or privileged. 200 * @throws SecurityException if the caller does not hold the 218 * @throws SecurityException if the caller is neither the active scorer nor the system. 235 * @throws SecurityException if the caller does not hold the 260 * @throws SecurityException if the caller does not hold the
|
/frameworks/wilhelm/tests/mimeUri/ |
slesTestLoopUri.cpp | 63 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event) 69 result = (*caller)->GetFillLevel(caller, &level); 72 result = (*caller)->GetPrefetchStatus(caller, &status); 105 SLPlayItf caller __unused,
|
/packages/apps/Nfc/nxp/jni/ |
com_android_nfc_NativeP2pDevice.cpp | 39 /* Report the callback status and wake up the caller */ 59 /* Report the callback status and wake up the caller */ 69 /* Report the callback status and wake up the caller */ 89 /* Report the callback status and wake up the caller */ 99 /* Report the callback status and wake up the caller */ 114 /* Report the callback data and wake up the caller */
|
/prebuilts/go/darwin-x86/src/runtime/ |
extern.go | 128 // Caller reports file and line number information about function invocations on 130 // to ascend, with 0 identifying the caller of Caller. (For historical reasons the 131 // meaning of skip differs between Caller and Callers.) The return values report the 134 func Caller(skip int) (pc uintptr, file string, line int, ok bool) { 168 // 1 identifying the caller of Callers.
|
/prebuilts/go/linux-x86/src/runtime/ |
extern.go | 128 // Caller reports file and line number information about function invocations on 130 // to ascend, with 0 identifying the caller of Caller. (For historical reasons the 131 // meaning of skip differs between Caller and Callers.) The return values report the 134 func Caller(skip int) (pc uintptr, file string, line int, ok bool) { 168 // 1 identifying the caller of Callers.
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/ |
zero_copy_stream.h | 43 // the stream object, rather than being the responsibility of the caller. 45 // the final data structure where the bytes are to be stored, and the caller 63 // into the backing array, and the caller ends up reading directly from it. 201 // * Any data which the caller stores in this buffer will eventually be 218 // * The caller must not have written anything to the last "count" bytes 234 // NOTE: It is caller's responsibility to ensure that the chunk of memory
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/ |
bytestream.h | 152 // bounds-checking is performed--it is the caller's responsibility to ensure 167 // Returns the current output pointer so that a caller can see how many bytes 212 // and allows the caller to take ownership of the internal buffer via the 214 // the caller with delete[]. GetBuffer() also sets the internal buffer to be 232 // Returns the allocated buffer, and sets nbytes to its size. The caller takes 311 // The caller maintains ownership of the underlying source, and may not use the
|
/system/bt/hci/include/ |
bt_vendor_lib.h | 160 * before the caller calls for cleanup(). 330 /* notifies caller result of firmware configuration request */ 333 /* notifies caller result of sco configuration request */ 336 /* notifies caller result of lpm enable/disable */ 351 /* notifies caller completion of epilog process */ 384 * Caller will open the interface and pass in the callback routines
|
/external/v8/test/mjsunit/ |
strict-mode.js | [all...] |
/external/emma/core/java12/com/vladium/logging/ |
Logger.java | 48 * <LI> caller-supplied message is logged, if not null; 49 * <LI> caller-supplied Throwable is dumped starting with a new line, if not null. 346 * nesting in the caller code. 444 final Class caller = logCaller ? ClassLoaderResolver.getCallerClass (2) : null; local 447 if ((caller != null) || (method != null)) 451 if (caller != null) // if the caller could not be determined, s_classMask is ignored 453 String callerName = caller.getName (); 492 final Class caller = ClassLoaderResolver.getCallerClass (2); local 495 if ((caller != null) || (method != null) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
pstats.py | 255 for func2, caller in callers.iteritems(): 256 newcallers[func_strip_path(func2)] = caller 281 for func2, caller in callers.iteritems(): 284 all_callees[func2][func] = caller 507 """Combine two caller lists in a single list.""" 509 for func, caller in target.iteritems(): 510 new_callers[func] = caller 511 for func, caller in source.iteritems(): 513 if isinstance(caller, tuple): 516 zip(caller, new_callers[func])] [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
pstats.py | 255 for func2, caller in callers.iteritems(): 256 newcallers[func_strip_path(func2)] = caller 281 for func2, caller in callers.iteritems(): 284 all_callees[func2][func] = caller 507 """Combine two caller lists in a single list.""" 509 for func, caller in target.iteritems(): 510 new_callers[func] = caller 511 for func, caller in source.iteritems(): 513 if isinstance(caller, tuple): 516 zip(caller, new_callers[func])] [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pstats.py | 255 for func2, caller in callers.iteritems(): 256 newcallers[func_strip_path(func2)] = caller 281 for func2, caller in callers.iteritems(): 284 all_callees[func2][func] = caller 507 """Combine two caller lists in a single list.""" 509 for func, caller in target.iteritems(): 510 new_callers[func] = caller 511 for func, caller in source.iteritems(): 513 if isinstance(caller, tuple): 516 zip(caller, new_callers[func])] [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pstats.py | 255 for func2, caller in callers.iteritems(): 256 newcallers[func_strip_path(func2)] = caller 281 for func2, caller in callers.iteritems(): 284 all_callees[func2][func] = caller 507 """Combine two caller lists in a single list.""" 509 for func, caller in target.iteritems(): 510 new_callers[func] = caller 511 for func, caller in source.iteritems(): 513 if isinstance(caller, tuple): 516 zip(caller, new_callers[func])] [all...] |
/libcore/ojluni/src/main/java/javax/security/auth/ |
Subject.java | 147 * <p> To modify the Principals Set, the caller must have 149 * To modify the public credential Set, the caller must have 151 * To modify the private credential Set, the caller must have 175 * <p> To modify the Principals Set, the caller must have 177 * To modify the public credential Set, the caller must have 179 * To modify the private credential Set, the caller must have 235 * @exception SecurityException if the caller does not have permission 277 * @exception SecurityException if the caller does not have permission 337 * @exception SecurityException if the caller does not have permission 395 * @exception SecurityException if the caller does not have permissio [all...] |
/bionic/libc/bionic/ |
close.cpp | 44 // difficulty even imagining a caller that would need to know that close was interrupted 49 // We don't restore errno because that would incur a cost (the TLS read) for every caller.
|
/cts/apps/CtsVerifier/jni/audio_loopback/audio_utils/ |
fifo.h | 40 void *mBuffer; // pointer to caller-allocated buffer of size mFrameCount frames 53 // buffer Pointer to a caller-allocated buffer of frameCount frames.
|
/cts/tests/tests/permission/src/android/permission/cts/ |
NoActivityRelatedPermissionTest.java | 61 // Current implementation should only return tasks for home and the caller. 68 // Current implementation should only return tasks for home and the caller. Since there can
|
/cts/tests/tests/security/src/android/security/cts/ |
ServicePermissionsTest.java | 59 * registered system services checks if caller holds 136 + "single line when the caller doesn't have DUMP permission.");
|
/development/host/windows/usb/api/ |
adb_io_completion.h | 32 is returned to the caller of each successful asynchronous I/O request. Just
95 incomplete. Regardless of the returned value, caller should
|