/external/webrtc/webrtc/base/ |
sslidentity.h | 44 // Caller is responsible for freeing the returned object. 50 // Caller is responsible for freeing the returned object. 53 // Provides the cert chain, or returns false. The caller owns the chain. 83 // These constructors copy the provided SSLCertificate(s), so the caller 96 // certificate chain. Caller is responsible for freeing the returned object. 190 // Caller is responsible for freeing the returned object. 209 // Caller is responsible for freeing the returned object.
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/tests/ |
ARDAppClientTest.mm | 229 // where one is set up as a caller and the other the answerer. Network 236 ARDAppClient *caller = nil; 245 [self expectationWithDescription:@"Caller PC connected."]; 249 caller = [self createAppClientForRoomId:roomId 261 caller.defaultPeerConnectionConstraints = [[RTCMediaConstraints alloc] init]; 262 weakCaller = caller; 281 [caller connectToRoomWithId:roomId isLoopback:NO isAudioOnly:NO];
|
/system/security/keystore/ |
key_store_service.h | 137 * Check if the caller of the current binder method has the required 143 * Check if the caller of the current binder method has the required 144 * permission and the target uid is the caller or the caller is system. 149 * Check if the caller of the current binder method has the required 150 * permission or the target of the operation is the caller's uid. This is 158 * Helper method to check that the caller has the required permission as
|
/external/selinux/libselinux/include/selinux/ |
selinux.h | 28 Caller must free via freecon. */ 44 set *con to refer to it. Caller must free via freecon. */ 49 Caller must free via freecon. */ 55 If non-NULL, caller must free via freecon. */ 66 If non-NULL, caller must free via freecon. */ 77 If non-NULL, caller must free via freecon. */ 88 If non-NULL, caller must free via freecon. */ 100 Caller must free via freecon. */ 119 Caller must free via freecon. */ 207 Caller must free via freecon. * [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
modulefinder.py | 123 def import_hook(self, name, caller=None, fromlist=None, level=-1): 124 self.msg(3, "import_hook", name, caller, fromlist, level) 125 parent = self.determine_parent(caller, level=level) 134 def determine_parent(self, caller, level=-1): 135 self.msgin(4, "determine_parent", caller, level) 136 if not caller or level == 0: 139 pname = caller.__name__ 141 if caller.__path__: 145 assert parent is caller 154 if caller.__path__ [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
modulefinder.py | 123 def import_hook(self, name, caller=None, fromlist=None, level=-1): 124 self.msg(3, "import_hook", name, caller, fromlist, level) 125 parent = self.determine_parent(caller, level=level) 134 def determine_parent(self, caller, level=-1): 135 self.msgin(4, "determine_parent", caller, level) 136 if not caller or level == 0: 139 pname = caller.__name__ 141 if caller.__path__: 145 assert parent is caller 154 if caller.__path__ [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
modulefinder.py | 123 def import_hook(self, name, caller=None, fromlist=None, level=-1): 124 self.msg(3, "import_hook", name, caller, fromlist, level) 125 parent = self.determine_parent(caller, level=level) 134 def determine_parent(self, caller, level=-1): 135 self.msgin(4, "determine_parent", caller, level) 136 if not caller or level == 0: 139 pname = caller.__name__ 141 if caller.__path__: 145 assert parent is caller 154 if caller.__path__ [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
modulefinder.py | 123 def import_hook(self, name, caller=None, fromlist=None, level=-1): 124 self.msg(3, "import_hook", name, caller, fromlist, level) 125 parent = self.determine_parent(caller, level=level) 134 def determine_parent(self, caller, level=-1): 135 self.msgin(4, "determine_parent", caller, level) 136 if not caller or level == 0: 139 pname = caller.__name__ 141 if caller.__path__: 145 assert parent is caller 154 if caller.__path__ [all...] |
/external/llvm/test/Transforms/SimplifyCFG/ |
empty-cleanuppad.ll | 39 cleanupret from %1 unwind to caller 56 ; should unwind to the caller (that is, exception handling continues with the 57 ; parent frame of the caller). 67 ; CHECK: catchswitch within none [label %catch] unwind to caller 102 cleanupret from %2 unwind to caller 133 ; CHECK: cleanupret from %cp3 unwind to caller 164 cleanupret from %cp3 unwind to caller 181 ; handling continues with the parent frame of the caller).) 191 ; CHECK: catchswitch within none [label %catch] unwind to caller 219 cleanupret from %cp2 unwind to caller [all...] |
/frameworks/wilhelm/tests/native-media/jni/ |
native-media-jni.c | 85 void PlayCallback(XAPlayItf caller, void *pContext, XAuint32 event) { 93 XAAndroidBufferQueueItf caller, 150 (*caller)->GetState(caller, &state); 196 res = (*caller)->Enqueue(caller, NULL /*pBufferContext*/, 209 res = (*caller)->Enqueue(caller, (void *)&kEosBufferCntxt /*pBufferContext*/, 225 void StreamChangeCallback (XAStreamInformationItf caller, 244 res = (*caller)->QueryStreamType(caller, streamIndex, &domain) [all...] |
/libcore/ojluni/src/main/java/java/security/acl/ |
Acl.java | 96 * @param caller the principal invoking this method. It must be an 101 * @exception NotOwnerException if the caller principal 106 public void setName(Principal caller, String name) 127 * @param caller the principal invoking this method. It must be an 136 * @exception NotOwnerException if the caller principal 139 public boolean addEntry(Principal caller, AclEntry entry) 145 * @param caller the principal invoking this method. It must be an 152 * @exception NotOwnerException if the caller principal is not 155 public boolean removeEntry(Principal caller, AclEntry entry)
|
/libcore/ojluni/src/main/java/java/util/logging/ |
Handler.java | 98 * the caller does not have <tt>LoggingPermission("control")</tt>. 111 * the caller does not have <tt>LoggingPermission("control")</tt>. 137 * the caller does not have <tt>LoggingPermission("control")</tt>. 175 * the caller does not have <tt>LoggingPermission("control")</tt>. 199 * the caller does not have <tt>LoggingPermission("control")</tt>. 213 * the caller does not have <tt>LoggingPermission("control")</tt>. 224 * environments where the caller may be non-privileged. 250 * the caller does not have <tt>LoggingPermission("control")</tt>. 296 // If "sealed" is true, we check that the caller has
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
TimeLimiter.java | 55 * value or exception is propagated to the caller exactly as-is. If, on the 58 * the caller. 61 * return control to the caller when the timeout elapses; aborting the target 84 * value or exception is propagated to the caller exactly as-is. If, on the 86 * target, and throw an {@link UncheckedTimeoutException} to the caller.
|
/external/icu/icu4c/source/i18n/unicode/ |
tztrans.h | 64 * Clone this TimeZoneTransition object polymorphically. The caller owns the result and 118 * Sets the rule used before the transition. The caller remains 126 * Adopts the rule used before the transition. The caller must 134 * Sets the rule used after the transition. The caller remains 142 * Adopts the rule used after the transition. The caller must
|
/external/skia/include/core/ |
SkData.h | 58 * Helper to copy a range of the data into a caller-provided buffer. 83 * Create a new data with uninitialized contents. The caller should call writable_data() 125 * The caller is free to close the FILE at its convenience. 134 * The caller is free to close the file descriptor at its convenience. 155 * New or shared, the caller must see that unref() is eventually called.
|
/external/skia/include/gpu/ |
GrGpuResourceRef.h | 31 * Like SkAutoTUnref, its constructor and setter adopt a ref from their caller. 53 /** Adopts a ref from the caller. ioType expresses what type of IO operations will be marked as 57 /** Adopts a ref from the caller. ioType expresses what type of IO operations will be marked as 95 /** Adopts a ref from the caller. ioType expresses what type of IO operations will be marked as 101 /** Adopts a ref from the caller. ioType expresses what type of IO operations will be marked as
|
/external/skia/include/ports/ |
SkRemotableFontMgr.h | 65 * The caller must unref() the returned object. 74 * The caller must unref() the returned object. 100 * The caller must unref() the returned object. 119 * The caller must unref() the returned object. 142 * The caller must unref() the returned object.
|
/external/v8/src/arm/ |
frames-arm.h | 23 // Caller-saved/arguments registers 32 // Return the code of the n-th caller-saved register available to JavaScript 107 // The caller fields are below the frame pointer on the stack. 112 // FP-relative displacement of the caller's SP. It points just 125 // Caller SP-relative.
|
/external/v8/src/ppc/ |
frames-ppc.h | 17 // Caller-saved/arguments registers 30 // Return the code of the n-th caller-saved register available to JavaScript 166 // The caller fields are below the frame pointer on the stack. 171 // FP-relative displacement of the caller's SP. It points just 184 // Caller SP-relative.
|
/frameworks/base/libs/usb/src/com/android/future/usb/ |
UsbManager.java | 77 * @param context the caller's {@link android.content.Context} 142 * Returns true if the caller has permission to access the accessory. 145 * by the user choosing the caller as the default application for the accessory. 148 * @return true if caller has permission 169 * If successful, this grants the caller permission to access the device only
|
/frameworks/volley/src/main/java/com/android/volley/ |
VolleyLog.java | 80 * Formats the caller's provided message and prepends useful info like 87 String caller = "<unknown>"; local 88 // Walk up the stack looking for the first caller outside of VolleyLog. 97 caller = callingClass + "." + trace[i].getMethodName(); 102 Thread.currentThread().getId(), caller, msg);
|
/external/chromium-trace/catapult/tracing/tracing/extras/importer/linux_perf/ |
sched_parser.html | 47 var schedBlockedRE = new RegExp('pid=(\\d+) iowait=(\\d) caller=(.+)'); 135 var caller = event[3]; 137 this.importer.addPidBlockedReason(ts, pid, iowait, caller);
|
/external/clang/test/Analysis/ |
uninit-vals-ps.c | 63 return *p; // expected-warning{{Undefined or garbage value returned to caller}} 137 return ((RetIntFuncType)f)(); //expected-warning {{Undefined or garbage value returned to caller}} 149 return ((RetIntFuncType)f)(); //expected-warning {{Undefined or garbage value returned to caller}}
|
/external/google-breakpad/src/processor/ |
stackwalker_arm.h | 76 // the frame that called frames.back(). The caller takes ownership 81 // Use the frame pointer. The caller takes ownership of the returned frame. 85 // Scan the stack for plausible return addresses. The caller takes ownership
|
stackwalker_arm64.h | 77 // the frame that called frames.back(). The caller takes ownership 82 // Use the frame pointer. The caller takes ownership of the returned frame. 86 // Scan the stack for plausible return addresses. The caller takes ownership
|