/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/bin/ |
mipsel-linux-android-cpp | |
mipsel-linux-android-gcc | |
mipsel-linux-android-gcc-4.6 | |
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/mipsel-linux-android/bin/ |
gcc | |
/external/v8/src/ |
heap.h | 528 // Please note this does not perform a garbage collection. 559 // Please note this does not perform a garbage collection. 570 // Please note this does not perform a garbage collection. 576 // Please note this does not perform a garbage collection. 604 // Please note this does not perform a garbage collection. 611 // Please note this function does not perform a garbage collection. 617 // Please note this function does not perform a garbage collection. 668 // Please note this does not perform a garbage collection. [all...] |
/external/libnfc-nci/src/nfa/include/ |
nfa_rw_api.h | 60 ** Description Perform the NDEF detection procedure using the appropriate 69 ** and NFA_RwWriteNDef will perform NDEF detection internally if 86 ** perform the NDEF detection procedure (if not performed 114 ** internally perform NDEF detection if necessary, and write 182 ** Description Perform the TLV detection procedure using the appropriate 193 ** NFA_RwReadNDef and NFA_RwWriteNDef will perform TLV detection
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/ |
perf | 23 VFLAG=;DBG=false;DO=;DODO=;PERFORM= 24 debug_do() { perform=$PERFORM; if [ "$1" = "-y" ]; then shift; perform=; fi 25 [ "$1" = "eval" ] && echo $2 || echo $*; $perform $* 27 debug_on() { VFLAG=$1;DBG=$2;DO=debug_do;DODO=debug_do;PERFORM=$3
|
/external/chromium/testing/gmock/include/gmock/ |
gmock-generated-actions.h | 605 virtual Result Perform(const ArgumentTuple& args) { 606 return action_.Perform(SelectArgs<Result, ArgumentTuple, k1, k2, k3, k4, 642 static Result Perform(Impl* impl, const ::std::tr1::tuple<>& args) { 651 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0>& args) { 660 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1>& args) { 669 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2>& args) { 678 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2, 688 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2, A3, 699 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2, A3, A4, 710 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2, A3, A4 [all...] |
gmock-more-actions.h | 60 Result Perform(const ArgumentTuple& args) { 78 Result Perform(const ArgumentTuple& args) const { 113 // non-empty argument list to perform inner_action, which takes no
|
/dalvik/dx/src/com/android/dx/ssa/ |
Dominators.java | 36 * The basic idea behind this algorithm is to perform a DFS walk, keeping track 40 * This implementation is m log n because it does not perform union by 180 * First we perform a DFS numbering of the blocks, by
|
/external/bluetooth/bluedroid/stack/avrc/ |
avrc_sdp.c | 99 ** Description This function is called by the application to perform service 129 ** perform the service search. 174 /* perform service search */
|
/external/chromium_org/chrome/browser/performance_monitor/ |
performance_monitor.h | 105 // Perform any additional initialization which must be performed on a 139 // Perform any collections that are done on a timed basis. 194 // The timer to signal PerformanceMonitor to perform its timed collections.
|
/external/chromium_org/chrome/browser/rlz/ |
rlz_extension_api.cc | 79 // perform registry operations on the File thread. 104 // perform registry operations on the File thread. 197 // perform registry operations on the File thread.
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
Dominators.java | 36 * The basic idea behind this algorithm is to perform a DFS walk, keeping track 40 * This implementation is m log n because it does not perform union by 180 * First we perform a DFS numbering of the blocks, by
|
/external/guava/guava/src/com/google/common/collect/ |
BstOperations.java | 28 * Tools to perform single-key queries and mutations in binary search trees. 88 * Perform the local mutation at the tip of the specified path. 110 * Perform the local mutation right here, at the specified node.
|
/external/jpeg/ |
jpegtran.1 | 19 perform some rearrangements of the image data, for example turning an image 31 cannot perform lossy operations such as changing the image quality. 54 Perform optimization of entropy encoding parameters.
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
cobol.php | 63 'OPTIMIZE', 'PERFORM-TRACE', 'PORT', 'NOPORT', 'RESETTOG', 77 'MULTIPLY', 'OPEN', 'PERFORM', 'TIMES', 101 'END-MULTIPLY', 'END-OF-PAGE', 'END-PERFORM', 'END-READ',
|
/external/qemu/distrib/jpeg-6b/ |
jpegtran.1 | 19 perform some rearrangements of the image data, for example turning an image 31 cannot perform lossy operations such as changing the image quality. 54 Perform optimization of entropy encoding parameters.
|
/external/smack/src/org/jivesoftware/smack/util/ |
DNSUtil.java | 35 * Utility class to perform DNS lookups for XMPP services. 50 * Set the DNS resolver that should be used to perform DNS lookups. 59 * Returns the current DNS resolved used to perform DNS lookups.
|
/external/webrtc/src/common_audio/signal_processing/ |
resample_fractional.c | 50 // Perform resampling (3 input samples -> 2 output samples); 96 // Perform resampling (4 input samples -> 3 output samples); 205 // Perform resampling (11 input samples -> 8 output samples);
|
/frameworks/base/docs/html/google/play/billing/ |
billing_best_practices.jd | 37 <h3 id="sign">Perform signature verification tasks on a server</h3> 38 <p>If practical, you should perform signature verification on a remote server and not on a device. 95 <p>When you get back the response from Google Play, make sure to verify that the developer payload string matches the token that you sent previously with the purchase request. As a further security precaution, you should perform the verification on your own secure server.</p>
|
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/ |
HttpsURLConnectionTest.java | 138 // perform the interaction between the peers 211 // perform the interaction between the peers 252 // perform the interaction between the peers 328 // perform the interaction between the peers and check the results 361 // perform the interaction between the peers and check the results 392 // perform the interaction between the peers and check the results 432 // perform the interaction between the peers and check the results 466 // perform the interaction between the peers and check the results 477 // perform the interaction between the peers and check the results 516 // perform the interaction between the peers and check the result [all...] |
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/ |
SensorTestOperation.java | 83 * Subclasses implement this method to perform the work associated with the operation they
|
/cts/tests/tests/os/src/android/os/cts/ |
NoExecutePermissionTest.java | 27 * harder to perform attacks against Android by marking certain data blocks as non-executable.
|
/dalvik/vm/mterp/armv5te/ |
OP_CHECK_CAST.S | 33 * Trivial test failed, need to perform full check. This is common.
|