/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/ |
glyph_table.h | 55 // caller need to do data->Slice(offset, length) beforehand. 95 // caller need to do data->Slice(offset, length) beforehand. 125 // manipulated in any way by the caller and the changes will be reflected in 183 // caller need to do data->Slice(offset, length) beforehand. 194 // caller need to do data->Slice(offset, length) beforehand. 256 // caller need to do data->Slice(offset, length) beforehand. 268 // caller need to do data->Slice(offset, length) beforehand.
|
/external/icu4c/common/unicode/ |
uenum.h | 102 * and must not be deleted by the caller. The pointer is valid 135 * and must not be deleted by the caller. The pointer is valid 162 * StringEnumeration is adopted; after this call, the caller must not 179 * @param strings array of const UChar* strings (each null terminated). All storage is owned by the caller. 182 * @return the new UEnumeration object. Caller is responsible for calling uenum_close to free memory. 197 * @param strings array of char* strings (each null terminated). All storage is owned by the caller. 200 * @return the new UEnumeration object. Caller is responsible for calling uenum_close to free memory
|
/external/sfntly/cpp/src/sfntly/table/truetype/ |
glyph_table.h | 55 // caller need to do data->Slice(offset, length) beforehand. 95 // caller need to do data->Slice(offset, length) beforehand. 125 // manipulated in any way by the caller and the changes will be reflected in 183 // caller need to do data->Slice(offset, length) beforehand. 194 // caller need to do data->Slice(offset, length) beforehand. 256 // caller need to do data->Slice(offset, length) beforehand. 268 // caller need to do data->Slice(offset, length) beforehand.
|
/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...] |
/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/luni/src/main/java/java/util/concurrent/atomic/ |
AtomicLongFieldUpdater.java | 45 * or the field is inaccessible to the caller according to Java language 248 final Class<?> caller; local 252 caller = VMStack.getStackClass2(); // android-changed 256 // caller, tclass, null, modifiers); 258 // ClassLoader ccl = caller.getClassLoader(); 280 caller != tclass) ? caller : null; 342 Class<?> caller = null; local 346 caller = VMStack.getStackClass2(); // android-changed 350 // caller, tclass, null, modifiers) [all...] |
/external/chromium_org/chrome/browser/password_manager/ |
password_store_mac_internal.h | 23 // |keychain|, so the caller must make sure that the keychain outlives the 28 // |form|. Caller is responsible for deleting the returned forms. 35 // Caller is responsible for deleting the returned form. 51 // password forms. Caller is responsible for deleting the returned forms. 70 // Caller is responsible for deleting the returned forms. 75 // given form, and returns it (or NULL if no match is found). The caller is 82 // The caller is responsible for calling AppleKeychain::Free on the 178 // Caller owns the SecKeychainItemRefs and PasswordForms that are returned. 201 // Caller is responsible for deleting the returned forms.
|
/external/bluetooth/bluedroid/bta/include/ |
bta_fs_co.h | 192 ** It can be used to identify which profile is the caller 215 ** It can be used to identify which profile is the caller 234 ** It can be used to identify which profile is the caller 254 ** It can be used to identify which profile is the caller 272 ** It can be used to identify which profile is the caller 295 ** It can be used to identify which profile is the caller 312 ** It can be used to identify which profile is the caller 329 ** It can be used to identify which profile is the caller 353 ** It can be used to identify which profile is the caller 383 ** It can be used to identify which profile is the caller [all...] |
/external/chromium_org/chrome/browser/ui/views/translate/ |
translate_bubble_view.h | 142 // Creates the 'before translate' view. Caller takes ownership of the returned 146 // Creates the 'translating' view. Caller takes ownership of the returned 150 // Creates the 'after translate' view. Caller takes ownership of the returned 154 // Creates the 'error' view. Caller takes ownership of the returned view. 157 // Creates the 'advanced' view. Caller takes ownership of the returned view.
|
/external/chromium_org/chrome/renderer/safe_browsing/ |
phishing_term_feature_extractor.h | 46 // lowercased prior to hashing. The caller owns both sets of strings, and 51 // for testing. The caller keeps ownership of the clock. 70 // |page_text| and |features| are owned by the caller, and must not be 149 const base::string16* page_text_; // The caller keeps ownership of this. 150 FeatureMap* features_; // The caller keeps ownership of this.
|
/external/chromium_org/third_party/icu/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/chromium_org/third_party/npapi/npspy/extern/nspr/ |
prcvar.h | 60 ** waiting on the condvar. The caller is responsible for guaranteeing 69 ** caller specified amount of time expires. The lock associated with 90 ** Returns PR_FAILURE if the caller has not locked the lock associated 106 ** Returns PR_FAILURE if the caller has not locked the lock associated 116 ** Returns PR_FAILURE if the caller has not locked the lock associated
|
/external/chromium_org/v8/src/arm/ |
frames-arm.h | 46 // Caller-saved/arguments registers 57 // Return the code of the n-th caller-saved register available to JavaScript 115 // The caller fields are below the frame pointer on the stack. 120 // FP-relative displacement of the caller's SP. It points just 133 // Caller SP-relative.
|
/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/icu4c/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/qemu/android/utils/ |
path.h | 84 * the returned string must be freed by the caller. 89 * by the caller. Return 0 on success, or -1 on error. Error conditions include 105 * the result string must be freed by the caller 111 * the result must be freed by the caller. 142 ** and appends a 0 to it. the caller must free it
|
/external/v8/src/ia32/ |
frames-ia32.h | 40 // Caller-saved registers 45 1 << 3 | // ebx - used as a caller-saved register in JavaScript code 90 // FP-relative displacement of the caller's SP. It points just 98 // Fixed part of the frame consists of return address, caller fp, 119 // 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/com/android/volley/ |
VolleyLog.java | 75 * Formats the caller's provided message and prepends useful info like 82 String caller = "<unknown>"; local 83 // Walk up the stack looking for the first caller outside of VolleyLog. 92 caller = callingClass + "." + trace[i].getMethodName(); 97 Thread.currentThread().getId(), caller, msg);
|
/packages/apps/InCallUI/res/layout/ |
conference_manager_fragment.xml | 103 <!-- Caller 0 --> 108 <!-- Caller 1 --> 113 <!-- Caller 2 --> 118 <!-- Caller 3 --> 123 <!-- Caller 4 -->
|
/external/chromium_org/v8/test/webkit/fast/js/ |
basic-strict-mode-expected.txt | 82 PASS (function (){'use strict'; arguments.callee; })() threw exception TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them. 83 PASS (function (){'use strict'; arguments.caller; })() threw exception TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them. 84 PASS (function f(){'use strict'; f.arguments; })() threw exception TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them. 85 PASS (function f(){'use strict'; f.caller; })() threw exception TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them. 86 PASS (function f(){'use strict'; f.arguments=5; })() threw exception TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them. 87 PASS (function f(){'use strict'; f.caller=5; })() threw exception TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them. 88 PASS (function (arg){'use strict'; arguments.callee; })() threw exception TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the argumen (…) [all...] |
/external/chromium_org/content/test/data/media/ |
peerconnection-call.html | 592 function negotiateBetween(caller, callee) { 595 if (caller.signalingState != 'stable') 598 connectOnIceCandidate(caller, callee); 600 caller.createOffer( 602 onOfferCreated(offer, caller, callee); 606 function onOfferCreated(offer, caller, callee) { 608 caller.setLocalDescription(offer, function() { 609 expectEquals('have-local-offer', caller.signalingState); 610 receiveOffer(offer.sdp, caller, callee); 614 function receiveOffer(offerSdp, caller, callee) [all...] |
/dalvik/vm/mterp/x86/ |
entry.S | 28 push %ebp # save caller base pointer 90 pop %ebp # restore caller's ebp 91 ret # return to dvmMterpStdRun's caller
|
/external/chromium/base/ |
openssl_util.h | 48 // This allows the library to write directly to the caller's buffer if it is of 73 // Pointer to the caller's data area and it's associated size, where data 78 // Temporary buffer writen into in the case where the caller's
|