/external/chromium_org/net/cert/ |
mock_cert_verifier.h | 20 // by calling set_default_result() to change the default return value for 21 // Verify() or by calling one of the AddResult*() methods to specifically
|
/external/chromium_org/storage/browser/fileapi/quota/ |
open_file_handle.h | 32 // file before calling QuotaReservation::RefreshQuota and before closing the 39 // file before calling QuotaReservation::RefreshQuota and before closing the
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/ |
geocoding_data.h | 51 // Returns a sorted array of country calling codes. 54 // Returns the number of country calling codes in
|
/external/chromium_org/third_party/webrtc/modules/audio_device/android/ |
low_latency_event.h | 34 // Shuts down the event and releases threads calling WaitOnEvent. Once 40 // Releases thread calling WaitOnEvent in a sticky fashion.
|
/external/chromium_org/v8/test/mjsunit/ |
regexp-call-as-function.js | 28 // Test that regular expressions can be called as functions. Calling 29 // a regular expression as a function corresponds to calling it's exec
|
/external/clang/test/CodeGenCXX/ |
noexcept.cpp | 4 // Ensure that we call __cxa_begin_catch before calling 32 // (Calling this destructor is not technically required.)
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
overflow-in-qsort.cc | 22 printf("Calling QsortCallback\n"); 29 printf("Calling qsort\n");
|
/external/eigen/Eigen/ |
OrderingMethods | 49 * Eigen computes internally the pattern of \f$A^T*A\f$ before calling the method. 51 * by calling the method with a SelfAdjointView type.
|
/external/eigen/doc/ |
TopicMultithreading.dox | 17 Unless setNbThreads has been called, Eigen uses the number of threads specified by OpenMP. You can restore this bahavior by calling \code setNbThreads(0); \endcode 30 In the case your own application is multithreaded, and multiple threads make calls to Eigen, then you have to initialize Eigen by calling the following routine \b before creating the threads:
|
/external/pcre/dist/doc/ |
pcre_assign_jit_stack.3 | 36 be a valid JIT stack, the result of calling \fBpcre[16|32]_jit_stack_alloc()\fP. 41 stack, the result of calling \fBpcre[16|32]_jit_stack_alloc()\fP.
|
/external/valgrind/main/drd/tests/ |
recursive_mutex.stderr.exp-linux | 8 Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1. 20 Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.
|
/frameworks/base/core/java/android/speech/tts/ |
ITextToSpeechService.aidl | 35 * @param callingInstance a binder representing the identity of the calling 48 * @param callingInstance a binder representing the identity of the calling 62 * @param callingInstance a binder representing the identity of the calling 75 * @param callingInstance a binder representing the identity of the calling 93 * @param callingInstance a binder representing the identity of the calling 154 * @param caller a binder representing the identity of the calling 172 * @param caller Instance a binder representing the identity of the calling 186 * @param caller a binder representing the identity of the calling
|
/frameworks/support/v4/java/android/support/v4/app/ |
ShareCompat.java | 46 * intent that always includes data about the calling activity and app. 49 * To obtain an IntentBuilder with info about your calling activity, use the static 61 * Intent extra that stores the name of the calling package for an ACTION_SEND intent. 72 * Intent extra that stores the {@link ComponentName} of the calling activity for 166 * <p><em>Note:</em> This data may have been provided voluntarily by the calling 171 * @return Name of the calling package 186 * <p><em>Note:</em> This data may have been provided voluntarily by the calling 191 * @return ComponentName of the calling activity 206 * for selecting the target of the share. History will be tracked for each calling 211 * 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
|
/developers/build/prebuilts/gradle/BasicMediaDecoder/ |
README.md | 23 They may not all be video tracks. Deselect all tracks by calling `unselectTrack(i)` where `i` is 25 5. Get the mime type of a track by calling `getTrackFormat(i).getString(MediaFormat.KEY_MIME)` 29 6. Create a MediaCodec instance by calling `MediaCodec.createDecoderByType(mimeType)`. 31 where `trackFormat` is obtained by calling `getTrackFormat(i)` on your MediaExtractor instance. 39 11. After writing the media sample, you need to advance the sample, calling `advance()` on your 41 12. Finally, you can release and render the media sample by calling
|
/developers/samples/android/media/BasicMediaDecoder/ |
template-params.xml | 75 They may not all be video tracks. Deselect all tracks by calling `unselectTrack(i)` where `i` is 77 5. Get the mime type of a track by calling `getTrackFormat(i).getString(MediaFormat.KEY_MIME)` 81 6. Create a MediaCodec instance by calling `MediaCodec.createDecoderByType(mimeType)`. 83 where `trackFormat` is obtained by calling `getTrackFormat(i)` on your MediaExtractor instance. 91 11. After writing the media sample, you need to advance the sample, calling `advance()` on your 93 12. Finally, you can release and render the media sample by calling
|
/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
|
/frameworks/base/media/java/android/media/session/ |
MediaController.java | 152 Log.wtf(TAG, "Error calling getPlaybackState.", e); 166 Log.wtf(TAG, "Error calling getMetadata.", e); 184 Log.wtf(TAG, "Error calling getQueue.", e); 196 Log.wtf(TAG, "Error calling getQueueTitle", e); 208 Log.wtf(TAG, "Error calling getExtras", e); 231 Log.wtf(TAG, "Error calling getRatingType.", e); 245 Log.wtf(TAG, "Error calling getFlags.", e); 262 Log.wtf(TAG, "Error calling getAudioInfo.", e); 277 Log.wtf(TAG, "Error calling getPendingIntent.", e); 306 Log.wtf(TAG, "Error calling setVolumeTo.", e) [all...] |
/libcore/luni/src/main/java/java/nio/channels/ |
ServerSocketChannel.java | 31 * by calling {@code socket()}. ServerSocketChannels can not be constructed for 35 * open()} method. Calling {@code accept} before bound will cause a 36 * {@link NotYetBoundException}. It can be bound by calling the bind method of a 53 * This channel is created by calling {@code openServerSocketChannel} method 102 * if another thread interrupts the calling thread while this 103 * operation is in progress. The interrupt state of the calling
|
/external/chromium_org/content/test/data/media/ |
getusermedia.html | 26 console.log('Calling getUserMediaAndStop.'); 36 console.log('Calling getUserMediaAndExpectFailure.'); 44 console.log('Calling renderClonedMediastreamAndStop.'); 63 console.log('Calling renderDuplicateMediastreamAndStop.'); 82 console.log('Calling renderSameTrackMediastreamAndStop.'); 101 console.log('Calling renderClonedTrackMediastreamAndStop.'); 123 console.log('Calling getUserMediaAndGetStreamUp.'); 146 console.log('Calling getUserMediaAndAnalyseAndStop.'); 154 console.log('Calling getUserMediaAndClone.'); 163 console.log('Calling Two GetUserMedia') [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCCallingConv.td | 1 //===- PPCCallingConv.td - Calling Conventions for PowerPC -*- tablegen -*-===// 10 // This describes the calling conventions for the PowerPC 32- and 64-bit 22 // Return Value Calling Convention 44 // Note that we don't currently have calling conventions for 64-bit 49 // Simple calling convention for 64-bit ELF PowerPC fast isel. 112 // This calling convention puts vector arguments always on the stack. It is used 119 // In contrast to CC_PPC32_SVR4_VarArg, this calling convention first tries to 132 // Helper "calling convention" to handle aggregate by value arguments. 134 // of the caller. This calling convention is only used to assign those stack 140 // the CC_PPC32_SVR4 calling convention [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 246 // calling code when the number is formatted in the international format, if 275 // Returns the mobile token for the provided country calling code if it has 336 // Note this function takes care of the case for calling inside of NANPA 337 // and between Russia and Kazakhstan (who share the same country calling 365 // 1) This will not produce good results if the country calling code is both 395 // by just looking at a number itself. If the country calling code is not the 396 // same as the country calling code for the region, this immediately exit [all...] |
/external/chromium_org/chrome/browser/drive/ |
drive_service_interface.h | 217 // Upon completion, invokes |callback| with results on the calling thread. 226 // calling thread. |callback| must not be null. 233 // Upon completion, invokes |callback| with results on the calling thread. 239 // Upon completion, invokes |callback| with results on the calling thread. 247 // Upon completion, invokes |callback| with results on the calling thread. 255 // Upon completion, invokes |callback| with results on the calling thread. 268 // Upon completion, invokes |callback| with results on the calling thread. 283 // Upon completion, invokes |callback| with results on the calling thread. 295 // Upon completion, invokes |callback| with results on the calling thread. 304 // Upon completion, invokes |callback| with results on the calling thread [all...] |