HomeSort by relevance Sort by last modified time
    Searched full:past (Results 426 - 450 of 3189) sorted by null

<<11121314151617181920>>

  /external/llvm/include/llvm/ADT/
SmallVector.h 480 assert(I < this->end() && "Erasing at past-the-end iterator.");
493 assert(E <= this->end() && "Trying to erase past the end.");
512 assert(I <= this->end() && "Inserting past the end of the vector.");
544 assert(I <= this->end() && "Inserting past the end of the vector.");
578 assert(I <= this->end() && "Inserting past the end of the vector.");
629 assert(I <= this->end() && "Inserting past the end of the vector.");
698 /// Clients can use this in conjunction with capacity() to write past the end
  /external/chromium_org/chrome/app/resources/terms/
terms_lv.html 48 <p>4.2. Uz??mums Google past?v?gi ievie? jaunin?jumus, lai nodro?in?tu lietot?jiem vislab?ko iesp?jamo Pakalpojumu kvalit?ti. J?s apstiprin?t un piekr?tat, ka uz??muma Google sniegto Pakalpojumu izskats un veids var da?k?rt main?ties bez iepriek??ja br?din?juma.</p>
49 <p>4.3. J?s apstiprin?t un piekr?tat, ka uz??mums Google k? da?u no ??s past?v?g?s uzlabo?anas dr?kst p?rtraukt (past?v?gi vai ?slaic?gi) sniegt jums vai lietot?jiem kopum? konkr?tus Pakalpojumus (vai jebkuras Pakalpojumu funkcijas) p?c saviem ieskatiem, iepriek? par to nebr?dinot. J?s dr?kstat p?rtraukt Pakalpojumu izmanto?anu jebkur? laik?. Jums nav ?pa?i j?zi?o uz??mumam Google, kad beidzat izmantot Pakalpojumus.</p>
66 <p>8.1. J?s atz?stat un piekr?tat, ka uz??mumam Google (vai Google licences dev?jiem) pieder visas likum?g?s ties?bas, ?pa?umties?bas uz Pakalpojumiem un uz l?dzdal?bu tajos, tostarp visas intelektu?l? ?pa?uma ties?bas, kas past?v Pakalpojumos (neatkar?gi no t?, vai ??s ?pa??bas ir re?istr?tas un kur? pasaules da?? ??s ties?bas var past?v?t).</p>
69 <p>8.4. Uz??mums Google atz?st un piekr?t, ka saska?? ar Noteikumiem tas neieg?st ties?bas, ?pa?umties?bas vai procentus no j?su (vai j?su licences dev?ja) Pakalpojumos iesniegt?, public?t?, p?rs?t?t? vai att?lot? Satura, tostarp jebkuras intelektu?l? ?pa?uma ties?bas, kas past?v ?aj? Satur? (neatkar?gi no t?, vai ??das ties?bas ir re?istr?tas un kur? pasaules da?? ??s ties?bas var past?v?t). J?s piekr?tat, ka esat atbild?gs par ?o ties?bu aizsarg??anu un realiz??anu un ka uz??mumam Google tas nav j?dara j?su viet?, iz?emot gad?jumus, kad esat rakstveid? vienojies ar uz??mumu Google par citiem nosac?jumiem.</p>
105 <p>(I) JEBK?DA PA??V?BA ATTIEC?B? UZ JEBK?DU REKL?MU PILN?BU, PRECIZIT?TI VAI PAST?V??ANU VAI KO IZRAISA JEBK?DAS ATTIEC?BAS VAI DAR?JUMI STARP JUMS UN JEBK?DU REKL?MDEV?JU VAI SPONSORU, KURA REKL?MA PAR?D?S PAKALPOJUMOS;</p>
106 <p>(II) JEBK?DAS IZMAI?AS, KO GOOGLE VAR VEIKT PAKALPOJUMOS, VAI JEBK?DA PAST?V?GAS VAI ?SLAIC?GAS PAKALPOJUMU SNIEG?ANAS P?RTRAUK?ANA (VAI JEBKURA PAKALPOJUMU IESP?JAS P?RTRAUK?ANA);</p>
121 <p>17.3. J?s apzin?ties un piekr?tat, ka uz??mums Google nav atbild?gs par jebk?diem zaud?jumiem vai boj?jumiem, kas jums var rasties ??du ?r?ju viet?u vai resursu pieejam?bas d??, vai jebk?du pa??v?bu gad?jum?, kas jums biju?as par jebkuru ??d?s vietn?s vai resursos reklam?tu produktu, pre?u vai citu materi?lu piln?bu, precizit?ti vai past?v??anu.</p
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
coded_stream.cc 157 // Make sure the limit isn't already past, since this could confuse other
199 // Make sure this skip doesn't try to skip past the current limit.
226 // Reading past end of buffer. Copy what we have, then refresh.
280 // Slow path: Had to read past the end of the buffer.
297 // Slow path: Had to read past the end of the buffer.
  /external/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp 174 /// though, which prevents factoring from being able to see past them. This
181 /// reason, we refuse to sink the pattern predicate past a ComplexPattern.
205 // Ok, we found one, lets try to sink it. Check if we can sink it past the
211 // Okay, we know we can sink it past at least one node. Unlink it from the
299 // current sets of nodes and this node don't matter. Look past it to see if
  /external/protobuf/src/google/protobuf/io/
coded_stream.cc 137 // Make sure the limit isn't already past, since this could confuse other
175 // Make sure this skip doesn't try to skip past the current limit.
202 // Reading past end of buffer. Copy what we have, then refresh.
256 // Slow path: Had to read past the end of the buffer.
273 // Slow path: Had to read past the end of the buffer.
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pvamrwbdecoder_acelp.h 109 int16 isp_old[], /* input : isps from past frame */
134 int16 * past_isfq, /* i/0 : past ISF quantizer */
135 int16 * isfold, /* input : past quantized ISF */
143 int16 * past_isfq, /* i/0 : past ISF quantizer */
144 int16 * isfold, /* input : past quantized ISF */
  /dalvik/libdex/
DexProto.cpp 96 * dexStringCacheRelease() if you want the buffer to survive past the
339 // The return type is the character just past the ')'.
364 // The type ends just past the ';'.
  /external/chromium/sdch/open-vcdiff/src/
blockhash.cc 165 << " that is past last block " << (total_blocks - 1)
219 // Don't allow reading any indices at or past source_size_.
220 // The Hash function extends (kBlockSize - 1) bytes past the index,
  /external/chromium_org/sdch/open-vcdiff/src/
blockhash.cc 166 << " that is past last block " << (total_blocks - 1)
220 // Don't allow reading any indices at or past source_size_.
221 // The Hash function extends (kBlockSize - 1) bytes past the index,
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMetaElement-in.cpp 82 // skip to first non-separator, but don't skip past the end of the string
97 // skip to first '=', but don't skip past a ',' or the end of the string
105 // skip to first non-separator, but don't skip past a ',' or the end of the string
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
CodedInputStreamTest.java 113 // doesn't read past the end of the input, so we copy to a new, bigger
330 * past the end of a buffer with a limit that has been set past the end of
  /external/chromium_org/ui/views/layout/
grid_layout.h 133 // Advances past columns. Use this when the current column should not
215 // Advances next_column_ past any padding columns.
271 // skips past the padding column. That is, to add two views, do:
  /external/clang/include/clang/Basic/
DiagnosticASTKinds.td 61 "dereferenced pointer past the end of %select{|subobject of }0"
67 "pointer past the end of object">;
120 "dereferenced one-past-the-end pointer is not allowed in a constant expression">;
  /external/libpcap/
pcap-snit.c 167 /* get past NIT buffer */
171 /* get past NIT timer */
179 /* get past packet len */
  /external/llvm/lib/IR/
BasicBlock.cpp 135 // a past-the-end iterator.
145 // a past-the-end iterator.
154 // a past-the-end iterator.
  /external/open-vcdiff/src/
blockhash.cc 166 << " that is past last block " << (total_blocks - 1)
220 // Don't allow reading any indices at or past source_size_.
221 // The Hash function extends (kBlockSize - 1) bytes past the index,
  /external/protobuf/java/src/test/java/com/google/protobuf/
CodedInputStreamTest.java 113 // doesn't read past the end of the input, so we copy to a new, bigger
330 * past the end of a buffer with a limit that has been set past the end of
  /external/v8/src/
json-parser.h 483 Advance(); // Advance past the \.
547 // Advance past the last '"'.
593 // Advance past the last '"'.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
WordComposer.java 41 // The array is limited to MAX_WORD_LENGTH code points, but mTypedWord extends past that
42 // and mCodePointSize can go past that. If mCodePointSize is greater than MAX_WORD_LENGTH,
43 // this just does not contain the associated code points past MAX_WORD_LENGTH.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/
macros.h 68 * the iterator be nonsingular, either dereferenceable or past-the-end,
100 * be nonsingular (i.e., either dereferenceable or past-the-end),
117 * be nonsingular (i.e., either dereferenceable or past-the-end),
  /external/chromium_org/content/renderer/media/
buffered_resource_loader_unittest.cc 591 // Read past the buffer size; should not defer regardless.
595 // Should move past window.
699 // Read past buffered: stop deferring.
774 // Read past forward capacity but within capacity: stop deferring.
822 // Read a large amount past forward capacity but within
938 // Read past the forward wait threshold: cache miss.
    [all...]
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 184 int n : f(p); // expected-error {{not an integral constant expression}} expected-note {{read of dereferenced one-past-the-end pointer}}
193 constexpr A *pa = &b + 1; // expected-error {{constant expression}} expected-note {{base class of pointer past the end}}
194 constexpr B *pb = (B*)((A*)&b + 1); // expected-error {{constant expression}} expected-note {{derived class of pointer past the end}}
195 constexpr const int *pn = &(&b + 1)->n; // expected-error {{constant expression}} expected-note {{field of pointer past the end}}
196 constexpr B *parr = &a[3][0]; // expected-error {{constant expression}} expected-note {{array element of pointer past the end}}
212 constexpr int k3 = (&c)[1].f(); // expected-error {{constant expression}} expected-note {{cannot call member function on pointer past the end of object}}
  /art/runtime/
runtime.h 439 // host past. In both cases this is necessary because image and oat
480 // Set when runtime shutdown is past the point that new threads may attach.
  /dalvik/vm/
JarFile.cpp 254 * On return, "fd" will be seeked just past the "opt" header.
286 * just past the optimization header.
  /external/chromium_org/cc/scheduler/
delay_based_time_source.cc 230 // |interval| after |tick_target|, possibly negative if in the past.
235 // Otherwise, if |tick_target| was in the past, adjust forward to the next

Completed in 1288 milliseconds

<<11121314151617181920>>