HomeSort by relevance Sort by last modified time
    Searched refs:missing (Results 176 - 200 of 850) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/gdb/linux-x86/lib/python2.7/
modulefinder.py 491 paths, as well as modules that are missing, or seem to be missing.
507 # Print missing modules
508 missing, maybe = self.any_missing_maybe()
509 if missing:
511 print "Missing modules:"
512 for name in missing:
516 # Print modules that may be missing, but then again, maybe not...
519 print "Submodules thay appear to be missing, but could also be",
527 """Return a list of modules that appear to be missing. Us
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pyclbr.py 31 missing = (set(l1) ^ set(l2)) - set(ignore)
32 if missing:
34 self.fail("%r missing" % missing.pop())
138 # Now check for missing stuff.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
modulefinder.py 491 paths, as well as modules that are missing, or seem to be missing.
507 # Print missing modules
508 missing, maybe = self.any_missing_maybe()
509 if missing:
511 print "Missing modules:"
512 for name in missing:
516 # Print modules that may be missing, but then again, maybe not...
519 print "Submodules thay appear to be missing, but could also be",
527 """Return a list of modules that appear to be missing. Us
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pyclbr.py 31 missing = (set(l1) ^ set(l2)) - set(ignore)
32 if missing:
34 self.fail("%r missing" % missing.pop())
138 # Now check for missing stuff.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
modulefinder.py 491 paths, as well as modules that are missing, or seem to be missing.
507 # Print missing modules
508 missing, maybe = self.any_missing_maybe()
509 if missing:
511 print "Missing modules:"
512 for name in missing:
516 # Print modules that may be missing, but then again, maybe not...
519 print "Submodules thay appear to be missing, but could also be",
527 """Return a list of modules that appear to be missing. Us
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pyclbr.py 31 missing = (set(l1) ^ set(l2)) - set(ignore)
32 if missing:
34 self.fail("%r missing" % missing.pop())
138 # Now check for missing stuff.
  /toolchain/binutils/binutils-2.25/bfd/
cpu-m68k.c 175 find the one with the smallest number of missing features. */
180 unsigned extra = 99, missing = 99; local
199 if (this_missing < missing)
201 missing = this_missing;
  /external/opencv3/apps/traincascade/
old_ml_data.cpp 72 values = missing = var_types = var_idx_mask = response_out = var_idx_out = var_types_out = 0;
104 cvReleaseMat( &missing );
248 missing = cvCreateMat( seq->total, cols_count, CV_8U );
258 uchar* dm = missing->data.ptr + cols_count*i;
268 if ( cvNorm( missing, 0, CV_L1 ) <= FLT_EPSILON )
269 cvReleaseMat( &missing );
291 return missing;
old_ml_boost.cpp 508 // compensate for missing values
1108 const CvMat* missing = _data->get_missing(); local
1268 uchar* missing = cur_buf_pos; local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
bundlebuilder.py 688 missing, maybe = mf.any_missing_maybe()
690 missing = mf.any_missing()
692 self.missingModules.extend(missing)
696 missing = [name for name in self.missingModules
701 maybe = [name for name in missing if "." in name]
702 missing = [name for name in missing if "." not in name]
703 missing.sort()
714 if missing:
716 for name in missing
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 688 missing, maybe = mf.any_missing_maybe()
690 missing = mf.any_missing()
692 self.missingModules.extend(missing)
696 missing = [name for name in self.missingModules
701 maybe = [name for name in missing if "." in name]
702 missing = [name for name in missing if "." not in name]
703 missing.sort()
714 if missing:
716 for name in missing
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DdmsPlugin.java 515 String missing = ""; local
517 missing += adb.getAbsolutePath() + " ";
520 missing += hprofConverter.getAbsolutePath() + " ";
523 missing += traceview.getAbsolutePath() + " ";
526 if (missing.length() > 0) {
527 String msg = String.format("DDMS files not found: %1$s", missing);
    [all...]
  /external/guice/core/test/com/google/inject/
ErrorHandlingTest.java 72 @Inject @Named("missing")
73 static List<String> missing = null; field in class:ErrorHandlingTest
  /external/harfbuzz_ng/
Android.mk 105 -Wno-missing-field-initializers
  /external/libxml2/
Android.mk 53 -Wno-missing-field-initializers \
  /external/netperf/src/
netsh.h 71 #warning This platform is missing one of sock_dccp ipproto_dccp or sol_dccp
  /external/parameter-framework/support/android/asio/
asio_shrinker.sh 131 missing ASIO header, you may download a vanilla ASIO version from
  /external/testng/
Android.mk 37 # These files don't build on Android, either due to missing java.* APIs or due to missing dependencies (see above).
  /external/vulkan-validation-layers/demos/smoke/android/src/main/jni/
Smoke.frag.h 5 Warning, version 310 is not yet complete; most version-specific features are present, but some are missing.
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
receive_statistics_impl.cc 249 int32_t missing = 0; local
251 missing = (exp_since_last - rec_since_last);
257 static_cast<uint8_t>(255 * missing / exp_since_last);
263 cumulative_loss_ += missing;
  /toolchain/binutils/binutils-2.25/libiberty/
maint-tool 37 &missing() if $mode eq "missing";
52 sub missing {
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 107 // then we know we're missing a token; error recovery is free to
108 // "insert" the missing token
221 msg = "missing "+tokenName+" at "+getTokenErrorDisplay(e.token);
368 * input might just be missing a token--you might consume the
369 * rest of the input looking for one of the missing tokens.
497 * a missing token in the input stream. "Insert" one by just not
527 /** Attempt to recover from a single missing or extra token.
536 * MISSING TOKEN
539 * ttype then it is ok to "insert" the missing token, else throw
540 * exception For example, Input "i=(3;" is clearly missing th
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonErrorNode.as 64 return "<missing type: "+
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
CommonErrorNode.js 50 return "<missing type: "+
  /external/chromium-trace/catapult/systrace/systrace/
run_systrace.py 104 help='don\'t fix missing or truncated '
109 ' missing thread to thread group id '

Completed in 3541 milliseconds

1 2 3 4 5 6 78 91011>>