HomeSort by relevance Sort by last modified time
    Searched defs:missing (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /external/chromium_org/net/quic/
quic_fec_group.cc 82 // We can revive if we're missing exactly 1 packet.
87 // We are finished if we are not missing any packets.
99 QuicPacketSequenceNumber missing = kNoSequenceNumber; local
102 // Is this packet missing?
104 missing = i;
108 DCHECK_NE(kNoSequenceNumber, missing);
118 header->packet_sequence_number = missing;
121 received_packets_.insert(missing);
quic_connection_logger.cc 111 base::ListValue* missing = new base::ListValue(); local
112 received_info->Set("missing_packets", missing);
117 missing->AppendString(base::Uint64ToString(*it));
531 // Scan through the list and log consecutive ranges of missing packets.
    [all...]
  /external/chromium_org/media/cast/framer/
cast_message_builder.cc 150 // Are we missing packets?
171 PacketIdSet missing; local
175 next_expected_frame_id, last_frame, &missing);
176 if (!missing.empty()) {
179 std::make_pair(next_expected_frame_id, missing));
183 missing.insert(kRtcpCastAllPacketsLost);
184 cast_msg_.missing_frames_and_packets_[next_expected_frame_id] = missing;
  /external/jemalloc/test/unit/
ckh.c 26 const char *missing = "A string not in the hash table."; local
66 assert_true(ckh_search(&ckh, missing, NULL, NULL),
  /external/chromium_org/third_party/jinja2/
debug.py 16 from jinja2.utils import missing, internal_code namespace
211 if name.startswith('l_') and value is not missing:
runtime.py 13 from jinja2.utils import Markup, soft_unicode, escape, missing, concat, \
23 'TemplateRuntimeError', 'missing', 'concat', 'escape',
68 if key[:2] == 'l_' and value is not missing:
107 :class:`Undefined` object for missing variables.
459 def __init__(self, hint=None, obj=missing, name=None, exc=UndefinedError):
471 if self._undefined_obj is missing:
544 if self._undefined_obj is missing:
14 internalcode, object_type_repr namespace
utils.py 31 # special singleton representing missing values for the runtime
32 missing = type('MissingType', (), {'__repr__': lambda x: 'missing'})() variable
environment.py 28 from jinja2.utils import import_string, LRUCache, Markup, missing, \
323 def overlay(self, block_start_string=missing, block_end_string=missing,
324 variable_start_string=missing, variable_end_string=missing,
325 comment_start_string=missing, comment_end_string=missing,
326 line_statement_prefix=missing, line_comment_prefix=missing,
327 trim_blocks=missing, lstrip_blocks=missing
29 concat, consume, internalcode namespace
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_print.c 66 char const * const * domains, *missing, *separator; local
75 missing = separator = ",";
82 missing = "";
119 (eModule & PERF_ModuleAudioDecode) ? domains[0] : missing,
120 (eModule & PERF_ModuleVideoDecode) ? domains[1] : missing,
121 (eModule & PERF_ModuleImageDecode) ? domains[2] : missing,
122 (eModule & PERF_ModuleAudioEncode) ? domains[3] : missing,
123 (eModule & PERF_ModuleVideoEncode) ? domains[4] : missing,
124 (eModule & PERF_ModuleImageEncode) ? domains[5] : missing,
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
DependencyFinder.java 72 * [1]: map { missing class FQCN => set of FQCN class that uses it. }
83 Map<String, Set<String>> missing = findMissingClasses(deps, zipClasses.keySet()); local
87 result.add(missing);
92 * Prints dependencies to the current logger, found stuff and missing stuff.
97 Map<String, Set<String>> missing = result.get(1); local
116 // Now print all missing dependences in the format:
117 // -Missing <FQCN>:
121 mLog.info("------ %d Entries missing from source JARs", missing.size());
124 for (Entry<String, Set<String>> entry : missing.entrySet())
140 Map<String, Set<String>> missing = result.get(1); local
243 Map<String, Set<String>> missing = new TreeMap<String, Set<String>>(); local
    [all...]
  /bionic/libc/kernel/uapi/linux/
auto_fs4.h 62 struct autofs_packet_missing missing; member in union:autofs_packet_union
  /development/ndk/platforms/android-L/include/linux/
auto_fs4.h 62 struct autofs_packet_missing missing; member in union:autofs_packet_union
  /external/kernel-headers/original/uapi/linux/
auto_fs4.h 106 /* Indirect mount missing and expire requests. */
110 /* Direct mount missing and expire requests */
124 struct autofs_packet_missing missing; member in union:autofs_packet_union
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
auto_fs4.h 106 /* Indirect mount missing and expire requests. */
110 /* Direct mount missing and expire requests */
124 struct autofs_packet_missing missing; member in union:autofs_packet_union
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
auto_fs4.h 106 /* Indirect mount missing and expire requests. */
110 /* Direct mount missing and expire requests */
124 struct autofs_packet_missing missing; member in union:autofs_packet_union
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
auto_fs4.h 62 struct autofs_packet_missing missing; member in union:autofs_packet_union
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
auto_fs4.h 62 struct autofs_packet_missing missing; member in union:autofs_packet_union
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
auto_fs4.h 62 struct autofs_packet_missing missing; member in union:autofs_packet_union
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
receive_statistics_impl.cc 272 int32_t missing = 0; local
274 missing = (exp_since_last - rec_since_last);
280 static_cast<uint8_t>(255 * missing / exp_since_last);
285 cumulative_loss_ += missing;
  /external/opencv/ml/src/
mlrtrees.cpp 361 CvMat sample, missing; local
378 missing = cvMat( 1, dims, CV_8UC1, missing_ptr );
382 sample.data.fl += dims, missing.data.ptr += dims )
391 CV_CALL(predicted_node = tree->predict(&sample, &missing, true));
460 missing = cvMat( 1, dims, CV_8UC1, missing_ptr );
462 sample.data.fl += dims, missing.data.ptr += dims )
469 predct_resp = tree->predict(&sample, &missing, true)->value;
535 float CvRTrees::predict( const CvMat* sample, const CvMat* missing ) const
551 CvDTreeNode* predicted_node = trees[k]->predict( sample, missing );
568 result += trees[k]->predict( sample, missing )->value
    [all...]
mlboost.cpp 452 // compensate for missing values
1056 uchar* missing = data->buf->data.ptr + data->buf->step*2; local
1061 data->get_vectors( subsample_mask, values, missing, 0 );
1062 //data->get_vectors( 0, values, missing, 0 );
1072 _mask.data.ptr = missing;
1074 missing += _mask.cols;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11wm.c 88 int missing; local
127 missing = 0;
139 missing = 1;
142 if(missing) {
143 /* Some colours were apparently missing, so we just
  /external/qemu/hw/android/goldfish/
audio.c 207 int missing = b->length - b->offset; local
208 int avail2 = (avail > missing) ? missing : avail;
  /libcore/luni/src/test/java/libcore/java/security/
ProviderTest.java 68 List<String> missing = new ArrayList<String>(); local
92 // remove from remaining, assert unknown if missing
95 // seems to be missing, but sometimes the same
136 missing.add(className);
146 // assert that we don't have any missing in the implementation
147 assertEquals("Missing algorithms", Collections.EMPTY_MAP, remainingExpected);
149 // assert that we don't have any missing classes
150 Collections.sort(missing); // sort it for readability
151 assertEquals("Missing classes", Collections.EMPTY_LIST, 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...]

Completed in 2189 milliseconds

1 2 3 4 5