Searched refs:remains (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/tools/cr/cr/
H A Dloader.py95 remains = _ScanPackage(cr)
98 while progress and remains:
100 todo = remains
101 remains = []
110 remains.append(name)
111 if remains:
114 for name in remains:
H A Dcontext.py178 def remains(self): member in class:Context
179 remains = getattr(self._args, '_remains', None)
180 if remains and remains[0] == '--':
181 remains = remains[1:]
182 return remains
/external/chromium_org/tools/cr/cr/commands/
H A Dinfo.py32 if context.remains:
33 for var in context.remains:
H A Dshell.py39 if context.remains:
40 cr.Host.Shell(context, *context.remains)
H A Ddebug.py33 cr.Debugger.Attach(context, targets, context.remains)
35 cr.Debugger.Restart(context, targets, context.remains)
40 cr.Debugger.Invoke(context, targets, context.remains)
H A Dbuild.py33 context, cr.Target.GetTargets(context), context.remains)
57 context, cr.Target.GetTargets(context), context.remains)
81 context, cr.Target.GetTargets(context), context.remains)
H A Drun.py45 cr.Runner.Restart(context, targets, context.remains)
49 cr.Runner.Invoke(context, targets, context.remains)
H A Dinstall.py36 cr.Installer.Reinstall(context, targets, context.remains)
H A Dsync.py44 cr.Host.Execute(context, '{GCLIENT_BINARY}', 'sync', *context.remains)
/external/chromium_org/chrome/browser/resources/options/
H A Dclear_browser_data_overlay.css33 #some-stuff-remains-footer > p {
37 #some-stuff-remains-footer button {
/external/qemu/elff/
H A Delf_alloc.cc38 if (current_chunk_ == NULL || current_chunk_->remains < size) {
49 new_chunk->remains = new_chunk->size - sizeof(ElfAllocatorChunk);
55 current_chunk_->remains -= size;
H A Delf_alloc.h59 size_t remains; member in struct:ElfAllocatorChunk
/external/chromium/base/
H A Dstring_split.cc79 std::string remains(line, end_key_pos, line.size() - end_key_pos);
80 size_t begin_values_pos = remains.find_first_not_of(key_value_delimiter);
85 std::string values_string(remains, begin_values_pos,
86 remains.size() - begin_values_pos);
/external/chromium_org/base/strings/
H A Dstring_split.cc69 std::string remains(line, end_key_pos, line.size() - end_key_pos);
70 size_t begin_values_pos = remains.find_first_not_of(key_value_delimiter);
75 std::string values_string(remains, begin_values_pos,
76 remains.size() - begin_values_pos);
/external/chromium_org/third_party/openssl/openssl/crypto/bn/
H A Dbn_prime.pl25 # * Copyright remains Eric Young's, and as such any Copyright notices in
48 * Copyright remains Eric Young's, and as such any Copyright notices in
/external/openssl/crypto/bn/
H A Dbn_prime.pl25 # * Copyright remains Eric Young's, and as such any Copyright notices in
48 * Copyright remains Eric Young's, and as such any Copyright notices in
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_multithread_makecurrent.spec123 but the context remains usable by threads that have the context
/external/chromium_org/third_party/openssl/openssl/crypto/conf/
H A Dkeysets.pl70 * Copyright remains Eric Young's, and as such any Copyright notices in
/external/llvm/lib/Support/Unix/
H A DSignals.inc221 // have to call it on every entry. If it remains in place, we only need to
/external/mesa3d/docs/
H A DMESA_multithread_makecurrent.spec123 but the context remains usable by threads that have the context
/external/openssl/crypto/conf/
H A Dkeysets.pl70 * Copyright remains Eric Young's, and as such any Copyright notices in
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-linux.c1650 Int remains = vev->result; local
1655 if (nReadThisBuf > remains) nReadThisBuf = remains;
1657 remains -= nReadThisBuf;
1658 if (remains < 0) VG_(core_panic)("io_getevents(PREADV): remains < 0");
3547 Int remains = RES; local
3552 if (nReadThisBuf > remains) nReadThisBuf = remains;
3554 remains
3628 UInt remains = RES; local
[all...]
/external/chromium_org/ppapi/tests/
H A Dtest_file_io.cc1278 for (size_t remains = expectations, end = END_OF_OPEN_EXPECATION_PAIRS;
1279 end != 0; remains >>= 2, end >>= 2) {
1280 if (!!(remains & 1) == !!(remains & 2))
/external/chromium_org/third_party/openssl/openssl/crypto/objects/
H A Dobj_dat.pl192 * Copyright remains Eric Young's, and as such any Copyright notices in
H A Dobjects.pl143 * Copyright remains Eric Young's, and as such any Copyright notices in

Completed in 1428 milliseconds

12