HomeSort by relevance Sort by last modified time
    Searched refs:Have (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
dashboard_base.js 49 // FIXME: Have results.js fire off the loader and then the calling code passing in a callback
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_program_debug.spec 43 1. Have the GL call a user-specified function prior to executing
99 Hopefully, but if not, the GL implementation will have to fall
  /external/chromium_org/v8/test/mjsunit/
md5.js 190 Have thrice disturb'd the quiet of our streets,\n\
  /external/mesa3d/docs/OLD/
MESA_program_debug.spec 43 1. Have the GL call a user-specified function prior to executing
99 Hopefully, but if not, the GL implementation will have to fall
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib.py 463 Have special meaning in URIs and must be escaped if not being used for
468 Have no use in URIs so must be escaped
618 # Make sure unquoting works when have non-quoted characters
657 have possible dictionary input.
813 # fail in one of the tests, sometimes in other. I have a linux, and
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib.py 463 Have special meaning in URIs and must be escaped if not being used for
468 Have no use in URIs so must be escaped
618 # Make sure unquoting works when have non-quoted characters
657 have possible dictionary input.
813 # fail in one of the tests, sometimes in other. I have a linux, and
    [all...]
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
web_services.py 154 # Add any contacts that have been updated on the server-side
196 # Now build the updated_contacts containing all the friends that have been
305 We have a weekly cron task that resets the database back to a
337 status = 'Have at thee, coward')
  /external/chromium_org/third_party/WebKit/PerformanceTests/resources/
runner.js 320 iframe.style.width = "600px"; // Have a reasonable size so we're not line-breaking on every character.
  /external/chromium_org/tools/stats_viewer/
stats_viewer.cs 258 //Have to pick a textfile to export to.
274 MessageBox.Show(string.Format("There was an error while saving your results file. The results might not have been saved correctly.: {0}", ex.Message));
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp 246 /// In the Itanium and ARM ABIs, method pointers have the form:
392 /// virtual bases, which is why we don't have to consider them here.
639 // The inequality tautologies have exactly the same structure, except
    [all...]
  /external/jpeg/
jmemdosa.asm 300 ; Have we got an EMS driver? (this comes straight from the EMS 4.0 specs)
  /external/qemu/distrib/jpeg-6b/
jmemdosa.asm 300 ; Have we got an EMS driver? (this comes straight from the EMS 4.0 specs)
  /external/chromium_org/chrome/browser/resources/chromeos/login/
display_manager.js 90 * Groups of screens (screen IDs) that should have the same dimensions.
338 // Refresh defaultControl. It could have changed.
359 // Refresh defaultControl. It could have changed.
465 // Have to reset any previously predefined screen size first
485 // This requires |screen| to have 'box-sizing: border-box'.
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 21 * have one grammar import others and share same error variables
29 if ( state == null ) { // don't ever let us have a null state
58 * recovery, override mismatchRecover() and have it call
94 // we have no information about the follow; we can only consume
155 // if we've already reported an error and have not matched a token
181 * handling because the exception classes do not have to have pointers back
184 * would have to subclassing exception, but then somehow get ANTLR
279 * recognizer tracks its own number. So parser and lexer each have
296 * want to have a lot of information spit out. Override in that cas
    [all...]
  /external/chromium_org/v8/test/mjsunit/harmony/
object-observe.js     [all...]
  /external/grub/docs/
texinfo.tex 22 % You should have received a copy of the GNU General Public License
66 % they might have appeared in the input file name.
195 % that mark overfull boxes (in case you have decided
203 % have adopt a much more difficult approach (putting marks into the main
229 % Sometimes it is convenient to have everything in the transcript file
288 % does insertions, but you have to call it yourself.
301 % Have to do this stuff outside the \shipout because we want it to
439 % (Similarily, we have to think about #3 of \argcheckspacesY above: it is
443 % But first, we have to remove the trailing space token.
673 % does not have much material. In this case, it's better to add a
    [all...]
  /external/bison/build-aux/
texinfo.tex 22 % You should have received a copy of the GNU General Public License
64 % they might have appeared in the input file name.
157 % Since the category of space is not known, we have to be careful.
201 % that mark overfull boxes (in case you have decided
206 % Sometimes it is convenient to have everything in the transcript file
264 % We dump everything together because we only have one kind of mark.
315 % does insertions, but you have to call it yourself.
330 % Have to do this stuff outside the \shipout because we want it to
471 % (Similarly, we have to think about #3 of \argcheckspacesY above: it is
475 % But first, we have to remove the trailing space token
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 22 % You should have received a copy of the GNU General Public License
64 % they might have appeared in the input file name.
158 % Since the category of space is not known, we have to be careful.
199 % that mark overfull boxes (in case you have decided
207 % have adopt a much more difficult approach (putting marks into the main
233 % Sometimes it is convenient to have everything in the transcript file
285 % We dump everything together because we only have one kind of mark.
336 % does insertions, but you have to call it yourself.
351 % Have to do this stuff outside the \shipout because we want it to
492 % (Similarly, we have to think about #3 of \argcheckspacesY above: it i
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 105 /// it doesn't have to be. It's just a marker to indicate what
130 /// no longer necessary. This will have the same behavior as
137 /// you have to release resources for depths 2..5.
270 /// which doesn't have string pointers, just indexes into a char buffer.
462 /// how many actually have member bits on.
652 /// tree nodes that have payload objects. We need to create a Token object
715 /// recovery, override MismatchRecover() and have it call
767 /// classes do not have to have pointers back to this object to access utility
769 /// difficult because you would have to subclassing exception, but then somehow ge
    [all...]

Completed in 1265 milliseconds