/external/chromium_org/ui/base/ime/ |
input_method_factory.h | 34 // class or marked automatically as a leaky object. It's a caller's duty to 100 // Returns a shared input method object for the platform. Caller must not
|
/external/chromium_org/ui/base/win/ |
hwnd_subclass.h | 45 // Adds |filter| to the HWNDSubclass of |target|. Caller retains ownership of 57 // Adds |filter| if not already added to this HWNDSubclass. Caller retains
|
/external/chromium_org/ui/gfx/ |
canvas_paint_gtk.h | 34 // Returns true if the invalid region is empty. The caller should call this 76 // Returns true if size of the drawing region is empty. The caller should call
|
canvas_paint_win.h | 21 // the bitmap functions we call unhappy. The caller should not paint in this 49 // Returns true if the invalid region is empty. The caller should call this
|
skia_util.h | 50 // Creates a vertical gradient shader. The caller owns the shader. 57 // Creates a draw looper to generate |shadows|. The caller owns the draw looper.
|
/external/chromium_org/v8/test/webkit/ |
dfg-inline-function-dot-caller.js | 25 "Tests that DFG inlining does not brak function.arguments.caller." 42 f=f.arguments.callee.caller;
|
/external/embunit/inc/ |
HelperMacro.h | 50 #define EMB_UNIT_TESTCALLER(caller,name,sup,tdw,fixtures) \ 51 static const TestCaller caller = new_TestCaller(name,sup,tdw,sizeof(fixtures)/sizeof(fixtures[0]),(TestFixture*)fixtures)
|
/external/guava/guava/src/com/google/common/eventbus/ |
AsyncEventBus.java | 43 * @param executor Executor to use to dispatch events. It is the caller's 56 * @param executor Executor to use to dispatch events. It is the caller's
|
/external/icu4c/common/ |
uresimp.h | 121 * @param fillIn if NULL a new UResourceBundle struct is allocated and must be deleted by the caller. 124 * @return a pointer to a UResourceBundle struct. If fill in param was NULL, caller must delete it 140 * @param fillIn if NULL a new UResourceBundle struct is allocated and must be deleted by the caller. 143 * @return a pointer to a UResourceBundle struct. If fill in param was NULL, caller must delete it 190 * @param fillIn if NULL a new UResourceBundle struct is allocated and must be deleted by the caller. 196 * @return a pointer to a UResourceBundle struct. If fill in param was NULL, caller must delete it 217 * @return a pointer to a UResourceBundle struct. If fill in param was NULL, caller must delete it 245 * The caller does not own this string.
|
/external/jsilver/src/com/google/streamhtmlparser/ |
Parser.java | 23 * <p>The typical caller is a Template System and will usually ask 63 * and the caller may want to continue parsing until {@link #parse(String)}
|
/external/kernel-headers/original/asm-mips/ |
fpregdef.h | 31 #define ft0 $f4 /* caller saved */ 72 #define ft0 $f4 /* caller saved */
|
/external/kernel-headers/original/linux/lockd/ |
xdr.h | 27 char * caller; member in struct:nlm_lock 28 int len; /* length of "caller" */
|
/external/libnfc-nxp/src/ |
phFriNfc_DesfireMap.h | 218 * If the caller sets the value to \ref PH_FRINFC_NDEFMAP_SEEK_CUR, the component shall 231 * \retval NFCSTATUS_CMD_ABORTED The caller/driver has aborted the request. 232 * \retval NFCSTATUS_BUFFER_TOO_SMALL The buffer provided by the caller is too small. 260 * If the caller sets the value to \ref PH_FRINFC_NDEFMAP_SEEK_CUR, the component shall 274 * \retval NFCSTATUS_CMD_ABORTED The caller/driver has aborted the request. 275 * \retval NFCSTATUS_BUFFER_TOO_SMALL The buffer provided by the caller is too small. 297 * \retval NFCSTATUS_CMD_ABORTED The caller/driver has aborted the request. 298 * \retval NFCSTATUS_BUFFER_TOO_SMALL The buffer provided by the caller is too small.
|
phFriNfc_MifareULMap.h | 186 * If the caller sets the value to \ref PH_FRINFC_NDEFMAP_SEEK_CUR, the component shall 199 * \retval NFCSTATUS_CMD_ABORTED The caller/driver has aborted the request. 200 * \retval NFCSTATUS_BUFFER_TOO_SMALL The buffer provided by the caller is too small. 228 * If the caller sets the value to \ref PH_FRINFC_NDEFMAP_SEEK_CUR, the component shall 242 * \retval NFCSTATUS_CMD_ABORTED The caller/driver has aborted the request. 243 * \retval NFCSTATUS_BUFFER_TOO_SMALL The buffer provided by the caller is too small. 265 * \retval NFCSTATUS_CMD_ABORTED The caller/driver has aborted the request. 266 * \retval NFCSTATUS_BUFFER_TOO_SMALL The buffer provided by the caller is too small.
|
phFriNfc_TopazMap.h | 282 * If the caller sets the value to \ref PH_FRINFC_NDEFMAP_SEEK_CUR, the component shall 295 * \retval NFCSTATUS_CMD_ABORTED The caller/driver has aborted the request. 296 * \retval NFCSTATUS_BUFFER_TOO_SMALL The buffer provided by the caller is too small. 326 * If the caller sets the value to \ref PH_FRINFC_NDEFMAP_SEEK_CUR, the component shall 340 * \retval NFCSTATUS_CMD_ABORTED The caller/driver has aborted the request. 341 * \retval NFCSTATUS_BUFFER_TOO_SMALL The buffer provided by the caller is too small. 363 * \retval NFCSTATUS_CMD_ABORTED The caller/driver has aborted the request. 364 * \retval NFCSTATUS_BUFFER_TOO_SMALL The buffer provided by the caller is too small. 501 * If the caller sets the value to \ref PH_FRINFC_NDEFMAP_SEEK_CUR, the component shall 514 * \retval NFCSTATUS_CMD_ABORTED The caller/driver has aborted the request [all...] |
/external/libnl-headers/netlink/ |
handlers.h | 41 * @arg arg argument passwd on through caller 50 * @arg arg argument passed on through caller
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
genk-timing.py | 56 def updateFunctionCallMap(self, caller, callee): 58 if not caller in self.calledFunctionTable: 59 self.calledFunctionTable[caller] = [] 60 if not callee in self.calledFunctionTable[caller]: 61 self.calledFunctionTable[caller].append(callee) 62 if not caller in self.comprehensiveCalledFunctionTable: 63 self.comprehensiveCalledFunctionTable[caller] = [] 64 self.comprehensiveCalledFunctionTable[caller].append(callee)
|
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
genk-timing.py | 56 def updateFunctionCallMap(self, caller, callee): 58 if not caller in self.calledFunctionTable: 59 self.calledFunctionTable[caller] = [] 60 if not callee in self.calledFunctionTable[caller]: 61 self.calledFunctionTable[caller].append(callee) 62 if not caller in self.comprehensiveCalledFunctionTable: 63 self.comprehensiveCalledFunctionTable[caller] = [] 64 self.comprehensiveCalledFunctionTable[caller].append(callee)
|
/external/llvm/test/Transforms/IPConstantProp/ |
return-argument.ll | 30 define void @caller(i1 %C) { 36 ;; propagated per-caller).
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_transform.h | 39 * Subclass this to add caller-specific data 60 * Called at end of input program to allow caller to append extra
|
/external/mesa3d/src/mesa/main/ |
shaderobj.c | 160 _mesa_lookup_shader_err(struct gl_context *ctx, GLuint name, const char *caller) 163 _mesa_error(ctx, GL_INVALID_VALUE, "%s", caller); 170 _mesa_error(ctx, GL_INVALID_VALUE, "%s", caller); 174 _mesa_error(ctx, GL_INVALID_OPERATION, "%s", caller); 402 const char *caller) 405 _mesa_error(ctx, GL_INVALID_VALUE, "%s", caller); 412 _mesa_error(ctx, GL_INVALID_VALUE, "%s", caller); 416 _mesa_error(ctx, GL_INVALID_OPERATION, "%s", caller);
|
shaderobj.h | 60 _mesa_lookup_shader_err(struct gl_context *ctx, GLuint name, const char *caller); 82 const char *caller);
|
/external/proguard/src/proguard/io/ |
DataEntryWriter.java | 44 * Returns an output stream for writing data. The caller must not close 55 * Returns an output stream for writing data. The caller must not close
|
/external/skia/include/utils/ |
SkCanvasStateUtils.h | 47 * to reconstruct the canvas. The caller is responsible for calling 61 * identical to the captured canvas. The caller is responsible for
|
/frameworks/av/include/drm/ |
DrmRights.h | 28 * Caller can instantiate DrmRights by invoking DrmRights(const DrmBuffer&, String) 30 * Caller can also instantiate DrmRights using the file path which contains rights information.
|