HomeSort by relevance Sort by last modified time
    Searched full:think (Results 51 - 75 of 1433) sorted by null

1 23 4 5 6 7 8 91011>>

  /cts/tests/tests/holo/src/android/holo/cts/
AllThemesIterator.java 66 throw new UnsupportedOperationException("I don't think so...");
  /external/chromium/chrome/browser/extensions/
extension_error_reporter.cc 53 // TODO(aa): Print the error message out somewhere better. I think we are
  /external/clang/test/Sema/
type-spec-struct-union.c 30 // being incompatible (we think they are two different types).
  /external/libvpx/examples/includes/geshi/docs/
README 20 If you think you've found a bug in GeSHi, contact me with a bug
  /external/libvpx/examples/includes/geshi/docs/api/
todolist.html 27 <li>Re-think about how this method works (maybe make it private and/or make it a extension-&gt;lang lookup?)</li>
  /external/llvm/docs/HistoricalNotes/
2001-02-13-Reference-Memory.txt 36 bytecode to get around this... what do you think?
2001-06-20-.NET-Differences.txt 13 This is an important difference because I think there are some significant
  /external/llvm/lib/Target/CellSPU/MCTargetDesc/
SPUMCAsmInfo.cpp 34 // Exception handling is not supported on CellSPU (think about it: you only
  /external/quake/quake/src/QW/progs/
progdefs.h 84 func_t think; member in struct:__anon10568
misc.qc 177 self.think = fire_fly;
198 fireball.think = SUB_Remove;
202 self.think = fire_fly;
360 newmis.think = SUB_Remove;
422 self.think = shooter_think;
460 bubble.think = bubble_bob;
467 self.think = make_bubbles;
480 bubble.think = bubble_bob;
537 self.think = bubble_bob;
729 self.think = noise_think;
    [all...]
  /external/quake/quake/src/WinQuake/
progdefs.q1 86 func_t think;
progdefs.q2 93 func_t think;
  /external/replicaisland/src/com/replica/replicaisland/
HitPlayerComponent.java 33 setPhase(ComponentPhases.THINK.ordinal());
  /external/valgrind/main/helgrind/tests/
hg03_inherit.c 2 /* I don't think this is a very good test .. all this
  /external/valgrind/main/none/tests/amd64/
nibz_bennee_mmap.c 13 > I think the problem here is that you've done an mmap (either fixed or
  /external/webrtc/src/common_audio/resampler/main/source/
resampler.cc 483 // Can be fixed, but I don't think it's needed
519 // Can be fixed, but I don't think it's needed
555 // Can be fixed, but I don't think it's needed
578 // Can be fixed, but I don't think it's needed
607 // Can be fixed, but I don't think it's needed
629 // Can be fixed, but I don't think it's needed
725 // Can be fixed, but I don't think it's needed
761 // Can be fixed, but I don't think it's needed
797 // Can be fixed, but I don't think it's needed
816 // Can be fixed, but I don't think it's neede
    [all...]
  /external/replicaisland/res/values/
kyle.xml 19 Didn?t think I?d be seeing you again. Can?t you take a hint, you bumbling bundle of bolts? I was right about you--you?re a little Kabocha spy, aren?t you.
23 Look, last time I didn?t really put my heart into it. I pulled my punches because frankly, I didn?t think it would take a full-strength hit to bring you down. It?s surprising that you survived, but even more inconceivable that you didn?t just turn around and go home. You?re just <i>asking</i> to be flattened, aren?t you.
35 You know what your problem is? You can?t <i>think</i>. You can?t reason. You can?t decide. All you can do is execute your little program, follow the breadcrumbs Kabocha has left for you. Your brain is a <i>routine</i>: just stimulus, response, stimulus, response. Every possible thought you could ever have has been predetermined.
97 You?re lucky you caught up to me when I?m in a good mood. Five minutes ago I would have cracked open your top and spit on your insides, but right now I?ve got more important things to think about. Wanda just told me we?ve found the entrance.
107 We?re closing in on The Source! I think it?s an artifact from an ancient civilization; something based on knowledge that humanity lost a long time ago. We?ll find out soon enough. Good luck catching up to us now, robot!
  /frameworks/base/docs/html/resources/faq/
security.jd 8 <li><a href="#issue">I think I found a security flaw. How do I report
12 <li><a href="#malware">I think I found malicious software being distributed
48 <a name="issue" id="issue"></a><h2>I think I found a security flaw. How do I
91 <a name="malware" id="malware"></a><h2>I think I found malicious software being
97 think somebody is trying to spread malware, please let us know at <a
  /external/clang/test/CodeGen/
mult-alt-x86.c 83 //FIXME: I don't know how to do an 80387 floating point stack register operation, which I think is fp80.
89 //FIXME: I don't know how to do an 80387 floating point stack register operation, which I think is fp80.
95 //FIXME: I don't know how to do an 80387 floating point stack register operation, which I think is fp80.
266 //FIXME: I don't know how to do an 80387 floating point stack register operation, which I think is fp80.
272 //FIXME: I don't know how to do an 80387 floating point stack register operation, which I think is fp80.
278 //FIXME: I don't know how to do an 80387 floating point stack register operation, which I think is fp80.
  /external/speex/libspeex/
filterbank.c 73 /* Think I can safely disable normalisation that for fixed-point (and probably float as well) */
105 /* Think I can safely disable normalisation for fixed-point (and probably float as well) */
148 /* Think I can safely disable normalisation that for fixed-point (and probably float as well) */
  /external/webkit/WebKitLibraries/win/tools/vsprops/
common.vsprops 43 CommandLine="REM Do not edit from the Visual Studio IDE! Customize via a $(ProjectName)PostBuild.cmd file&#x0D;&#x0A;if not exist &quot;$(ProjectDir)$(ProjectName)PostBuild.cmd&quot; exit /b&#x0D;&#x0A;&#x0D;&#x0A;set CONFIGURATIONBUILDDIR=$(ConfigurationBuildDir)&#x0D;&#x0A;set CONFIGURATIONNAME=$(ConfigurationName)&#x0D;&#x0A;set INPUTDIR=$(InputDir)&#x0D;&#x0A;set INPUTFILENAME=$(InputFileName)&#x0D;&#x0A;set INPUTPATH=$(InputPath)&#x0D;&#x0A;set INTDIR=$(IntDir)&#x0D;&#x0A;set LIBRARYCONFIGSUFFIX=$(LibraryConfigSuffix)&#x0D;&#x0A;set OUTDIR=$(OutDir)&#x0D;&#x0A;set PLATFORMNAME=$(PlatformName)&#x0D;&#x0A;set PROJECTDIR=$(ProjectDir)&#x0D;&#x0A;set PROJECTFILENAME=$(ProjectFileName)&#x0D;&#x0A;set PROJECTNAME=$(ProjectName)&#x0D;&#x0A;set PROJECTPATH=$(ProjectPath)&#x0D;&#x0A;set SOLUTIONDIR=$(SolutionDir)&#x0D;&#x0A;set SOLUTIONFILENAME=$(SolutionFileName)&#x0D;&#x0A;set SOLUTIONNAME=$(SolutionName)&#x0D;&#x0A;set SOLUTIONPATH=$(SolutionPath)&#x0D;&#x0A;set TARGETDIR=$(TargetDir)&#x0D;&#x0A;set TARGETEXT=$(TargetExt)&#x0D;&#x0A;set TARGETFILENAME=$(TargetFileName)&#x0D;&#x0A;set TARGETPATH=$(TargetPath)&#x0D;&#x0A;set WEBKITCONFIGSUFFIX=$(WebKitConfigSuffix)&#x0D;&#x0A;set WEBKITDLLCONFIGSUFFIX=$(WebKitDLLConfigSuffix)&#x0D;&#x0A;&#x0D;&#x0A;REM If any of the above variables didn&apos;t exist previously and&#x0D;&#x0A;REM were set to an empty string, set will set the errorlevel to 1,&#x0D;&#x0A;REM which will cause the project-specific script to think the build&#x0D;&#x0A;REM has failed. This cmd /c call will clear the errorlevel.&#x0D;&#x0A;cmd /c&#x0D;&#x0A;&#x0D;&#x0A;&quot;$(ProjectDir)$(ProjectName)PostBuild.cmd&quot;&#x0D;&#x0A;"
47 CommandLine="REM Do not edit from the Visual Studio IDE! Customize via a $(ProjectName)PreBuild.cmd file.&#x0D;&#x0A;if not exist &quot;$(ProjectDir)$(ProjectName)PreBuild.cmd&quot; exit /b&#x0D;&#x0A;&#x0D;&#x0A;set CONFIGURATIONBUILDDIR=$(ConfigurationBuildDir)&#x0D;&#x0A;set CONFIGURATIONNAME=$(ConfigurationName)&#x0D;&#x0A;set INPUTDIR=$(InputDir)&#x0D;&#x0A;set INPUTFILENAME=$(InputFileName)&#x0D;&#x0A;set INPUTPATH=$(InputPath)&#x0D;&#x0A;set INTDIR=$(IntDir)&#x0D;&#x0A;set LIBRARYCONFIGSUFFIX=$(LibraryConfigSuffix)&#x0D;&#x0A;set OUTDIR=$(OutDir)&#x0D;&#x0A;set PLATFORMNAME=$(PlatformName)&#x0D;&#x0A;set PROJECTDIR=$(ProjectDir)&#x0D;&#x0A;set PROJECTFILENAME=$(ProjectFileName)&#x0D;&#x0A;set PROJECTNAME=$(ProjectName)&#x0D;&#x0A;set PROJECTPATH=$(ProjectPath)&#x0D;&#x0A;set SOLUTIONDIR=$(SolutionDir)&#x0D;&#x0A;set SOLUTIONFILENAME=$(SolutionFileName)&#x0D;&#x0A;set SOLUTIONNAME=$(SolutionName)&#x0D;&#x0A;set SOLUTIONPATH=$(SolutionPath)&#x0D;&#x0A;set TARGETDIR=$(TargetDir)&#x0D;&#x0A;set TARGETEXT=$(TargetExt)&#x0D;&#x0A;set TARGETFILENAME=$(TargetFileName)&#x0D;&#x0A;set TARGETPATH=$(TargetPath)&#x0D;&#x0A;set WEBKITCONFIGSUFFIX=$(WebKitConfigSuffix)&#x0D;&#x0A;set WEBKITDLLCONFIGSUFFIX=$(WebKitDLLConfigSuffix)&#x0D;&#x0A;&#x0D;&#x0A;REM If any of the above variables didn&apos;t exist previously and&#x0D;&#x0A;REM were set to an empty string, set will set the errorlevel to 1,&#x0D;&#x0A;REM which will cause the project-specific script to think the build&#x0D;&#x0A;REM has failed. This cmd /c call will clear the errorlevel.&#x0D;&#x0A;cmd /c&#x0D;&#x0A;&#x0D;&#x0A;&quot;$(ProjectDir)$(ProjectName)PreBuild.cmd&quot;&#x0D;&#x0A;"
51 CommandLine="REM Do not edit from the Visual Studio IDE! Customize via a $(ProjectName)PreLink.cmd file.&#x0D;&#x0A;if not exist &quot;$(ProjectDir)$(ProjectName)PreLink.cmd&quot; exit /b&#x0D;&#x0A;&#x0D;&#x0A;set CONFIGURATIONBUILDDIR=$(ConfigurationBuildDir)&#x0D;&#x0A;set CONFIGURATIONNAME=$(ConfigurationName)&#x0D;&#x0A;set INPUTDIR=$(InputDir)&#x0D;&#x0A;set INPUTFILENAME=$(InputFileName)&#x0D;&#x0A;set INPUTPATH=$(InputPath)&#x0D;&#x0A;set INTDIR=$(IntDir)&#x0D;&#x0A;set LIBRARYCONFIGSUFFIX=$(LibraryConfigSuffix)&#x0D;&#x0A;set OUTDIR=$(OutDir)&#x0D;&#x0A;set PLATFORMNAME=$(PlatformName)&#x0D;&#x0A;set PROJECTDIR=$(ProjectDir)&#x0D;&#x0A;set PROJECTFILENAME=$(ProjectFileName)&#x0D;&#x0A;set PROJECTNAME=$(ProjectName)&#x0D;&#x0A;set PROJECTPATH=$(ProjectPath)&#x0D;&#x0A;set SOLUTIONDIR=$(SolutionDir)&#x0D;&#x0A;set SOLUTIONFILENAME=$(SolutionFileName)&#x0D;&#x0A;set SOLUTIONNAME=$(SolutionName)&#x0D;&#x0A;set SOLUTIONPATH=$(SolutionPath)&#x0D;&#x0A;set TARGETDIR=$(TargetDir)&#x0D;&#x0A;set TARGETEXT=$(TargetExt)&#x0D;&#x0A;set TARGETFILENAME=$(TargetFileName)&#x0D;&#x0A;set TARGETPATH=$(TargetPath)&#x0D;&#x0A;set WEBKITCONFIGSUFFIX=$(WebKitConfigSuffix)&#x0D;&#x0A;set WEBKITDLLCONFIGSUFFIX=$(WebKitDLLConfigSuffix)&#x0D;&#x0A;&#x0D;&#x0A;REM If any of the above variables didn&apos;t exist previously and&#x0D;&#x0A;REM were set to an empty string, set will set the errorlevel to 1,&#x0D;&#x0A;REM which will cause the project-specific script to think the build&#x0D;&#x0A;REM has failed. This cmd /c call will clear the errorlevel.&#x0D;&#x0A;cmd /c&#x0D;&#x0A;&#x0D;&#x0A;&quot;$(ProjectDir)$(ProjectName)PreLink.cmd&quot;&#x0D;&#x0A;"
  /development/ndk/platforms/android-3/arch-arm/include/machine/
setjmp.h 56 * use the setjmp buffer in this way I think that it
  /external/apache-http/src/org/apache/http/io/
package.html 42 whatever else you might think of.
  /external/chromium/app/sql/
sqlite_features_unittest.cc 89 // TODO(shess): Think up a crazy way to get out from having to support
  /external/chromium/base/
event_recorder.h 35 // a macro. I don't think two playbacks make sense.

Completed in 1572 milliseconds

1 23 4 5 6 7 8 91011>>