/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
dummy_thread.py | 15 # skipping obsolete synonyms allocate(), start_new(), exit_thread().
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
build_scripts.py | 84 self.warn("%s is an empty file (skipping)" % script)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
dummy_thread.py | 15 # skipping obsolete synonyms allocate(), start_new(), exit_thread().
|
/cts/tests/tests/media/src/android/media/cts/ |
MediaCodecListTest.java | 74 Log.d(TAG, " skipping..."); 102 Log.d(TAG, " skipping...");
|
/external/ceres-solver/android/ |
build_android.sh | 130 echo "Found NDK standalone toolchain; skipping creation." 137 echo "Found Android-CMake toolchain; skipping download."
|
/external/chromium_org/base/debug/ |
stack_trace_unittest.cc | 59 "No stack frames found. Skipping rest of test."; 64 "Unable to resolve symbols. Skipping rest of test.";
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/handlers/ |
buildershandler.py | 138 logging.info('Skipping builder %s because it lacked cached or current builds.', builder) 143 logging.info('Skipping build %s on builder %s due to empty data', latest_build, builder)
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
TextureStorage9.cpp | 126 // we handle that here by skipping the d3d texture creation 227 // we handle that here by skipping the d3d texture creation
|
/external/chromium_org/third_party/icu/source/common/ |
ruleiter.h | 84 * Bitmask option to enable skipping of whitespace. If (options & 213 * variables, or skipping whitespace.
|
/external/chromium_org/third_party/icu/source/tools/genren/ |
genren.pl | 168 &verbose ("Skipping C++ function: $_\n"); 170 &verbose ("Skipping C++ destructor: $_\n");
|
/external/icu4c/common/ |
ruleiter.h | 84 * Bitmask option to enable skipping of whitespace. If (options & 212 * variables, or skipping whitespace.
|
/external/linux-tools-perf/ |
builtin-annotate.c | 96 pr_warning("problem processing %d event, skipping it.\n", 104 "skipping event\n");
|
/external/v8/test/mjsunit/ |
mjsunit.status | 98 # tests. Skipping because having them timeout takes too long on the 147 # tests. Skipping because having them timeout takes too long on the
|
/frameworks/av/media/libstagefright/ |
CameraSourceTimeLapse.cpp | 275 // Workaround to bypass the first 2 input frames for skipping. 283 ALOGV("dataCallbackTimestamp timelapse: skipping intermediate frame");
|
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsicYuvToRGB.cpp | 118 ALOGE("YuvToRGB executed without input, skipping"); 123 ALOGE("YuvToRGB executed without data, skipping");
|
rsCpuIntrinsicConvolve5x5.cpp | 354 ALOGE("Convolve5x5 executed without input, skipping"); 403 ALOGE("Convolve5x5 executed without input, skipping"); 452 ALOGE("Convolve5x5 executed without input, skipping"); 501 ALOGE("Convolve5x5 executed without input, skipping"); 550 ALOGE("Convolve5x5 executed without input, skipping"); 599 ALOGE("Convolve5x5 executed without input, skipping");
|
/packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
RegisteredServicesCache.java | 213 Log.e(TAG, "Skipping APDU service " + componentName + 220 Log.e(TAG, "Skipping APDU service " + componentName +
|
/external/chromium/third_party/libjingle/source/talk/p2p/client/ |
basicportallocator.cc | 662 LOG(LS_VERBOSE) << "AllocationSequence: UDP ports disabled, skipping."; 677 LOG(LS_VERBOSE) << "AllocationSequence: TCP ports disabled, skipping."; 693 LOG(LS_VERBOSE) << "AllocationSequence: STUN ports disabled, skipping."; 702 << "AllocationSequence: No STUN server configured, skipping."; 718 LOG(LS_VERBOSE) << "AllocationSequence: Relay ports disabled, skipping."; 727 << "AllocationSequence: No relay server configured, skipping.";
|
/external/chromium_org/content/common/ |
plugin_list_posix.cc | 274 << "Skipping plugin " << filename.value() 284 << filename.value() << " (" << error << "), skipping."; 519 << "Skipping duplicate instance of " << path.value(); 525 << "Skipping blacklisted plugin " << path.value(); 541 << kNetscapeInPath << ", so skipping " << orig_path.value(); 579 << "Skipping " << info.path.value() << ", preferring "
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/ |
basicportallocator.cc | 854 LOG(LS_VERBOSE) << "AllocationSequence: UDP ports disabled, skipping."; 884 << "AllocationSequence: No STUN server configured, skipping."; 897 LOG(LS_VERBOSE) << "AllocationSequence: TCP ports disabled, skipping."; 917 LOG(LS_VERBOSE) << "AllocationSequence: STUN ports disabled, skipping."; 932 << "AllocationSequence: No STUN server configured, skipping."; 952 LOG(LS_VERBOSE) << "AllocationSequence: Relay ports disabled, skipping."; 961 << "AllocationSequence: No relay server configured, skipping."; [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
AaptParser.java | 44 * Single line aapt warning for skipping files.<br> 45 * " (skipping hidden file '<file path>'" 48 "^\\s+\\(skipping hidden file\\s'(.*)'\\)$"); //$NON-NLS-1$ 157 Pattern.compile(" \\(skipping (.+) .+ '(.*)'\\)"); //$NON-NLS-1$ 166 Pattern.compile(" \\(skipping .+ '(.+)' due to ANDROID_AAPT_IGNORE pattern '.+'\\)"); //$NON-NLS-1$
|
/external/clang/lib/Lex/ |
PPDirectives.cpp | 309 // to spell an i/e in a strange way that is another letter. Skipping this 325 // when skipping. 362 assert(!InCond && "Can't be skipping if not in a conditional!"); 364 // If we popped the outermost skipping block, we're done skipping! 378 // #else directive in a skipping conditional. If not in some other 379 // skipping conditional, and if #else hasn't already been seen, enter it 380 // as a non-skipping conditional. 409 // If this is in a skipping block or if we're already handled this #if 417 assert(CurPPLexer->LexingRawMode && "We have to be skipping here!") [all...] |
/art/runtime/ |
instrumentation.cc | 122 LOG(INFO) << " Skipping upcall. Frame " << GetFrameId(); 129 LOG(INFO) << " Skipping runtime method. Frame " << GetFrameId(); 205 LOG(INFO) << " Skipping upcall. Frame " << GetFrameId();
|
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ |
InflaterInputStreamTest.java | 352 // Tests for skipping a negative number of bytes. 378 // Test for skipping more bytes than available in the stream 420 // test for skipping of 2 bytes
|
/external/openssh/contrib/aix/ |
buildbff.sh | 245 echo "$sysconfdir/ssh_host_key already exists, skipping." 250 echo "$sysconfdir/ssh_host_dsa_key already exists, skipping." 255 echo "$sysconfdir/ssh_host_rsa_key already exists, skipping."
|