HomeSort by relevance Sort by last modified time
    Searched full:things (Results 1476 - 1500 of 5877) sorted by null

<<51525354555657585960>>

  /external/harfbuzz_ng/
configure.ac 182 # We don't use --cflags as this gives us a lot of things that we don't
210 # We don't use --cflags as this gives us a lot of things that we don't
  /external/jsilver/src/com/google/clearsilver/jsilver/
JSilver.java 241 * @param templateName Name of template to load (e.g. "things/blah.cs").
259 * @param templateName Name of template to load (e.g. "things/blah.cs").
  /external/libpng/
README 80 compression library that is useful for more things than just PNG files.
144 TODO => Things not implemented in the current library
  /external/llvm/docs/
HowToSubmitABug.rst 13 Basically you have to do two things at a minimum. First, decide whether
94 This command should do two things: it should print out a list of passes, and
SystemLibrary.rst 70 exposed through the ``lib/System`` interface. These headers and the things they
79 headers and the things they declare are considered to be platform agnostic.
  /external/llvm/include/llvm/CodeGen/
LiveVariables.h 25 // things like the stack pointer and condition codes.
70 /// PHI nodes complicate things a bit. If a PHI node is the last user of a
  /external/llvm/include/llvm/Target/
TargetMachine.h 265 /// actually outputting the machine code and resolving things like the address
321 /// actually outputting the machine code and resolving things like the address
  /external/llvm/lib/Transforms/Scalar/
SimplifyCFGPass.cpp 19 // * Change things like "if (x) if (y)" into "if (x&y)".
291 // predecessor but that return different things.
  /external/mdnsresponder/mDNSPosix/
ReadMe.txt 94 As root type "make install" to install eight things:
243 If things don't work, try starting each program in verbose mode (using
  /external/mesa3d/docs/
RELNOTES-4.1 152 XXX Things To Do Yet XXXX
164 are some things to change:
  /external/mesa3d/src/glsl/
ast.h 240 * For things that can't be l-values, this describes what it is.
243 * detect and emit useful messages for assignments to some things that
  /external/openssl/crypto/asn1/
asn1_lib.c 72 * things up */
143 /* Set this so that even if things are not long enough
  /external/openssl/crypto/engine/
README 75 The way this is now being done is by mostly reverting back to how things used to
99 context and so is used as the implementation. Pretty much how things work now
  /external/protobuf/java/src/test/java/com/google/protobuf/
CodedInputStreamTest.java 316 * exactly up to a limit, this should not break things.
331 * that buffer, this should not break things.
  /external/protobuf/src/google/protobuf/compiler/
importer.cc 218 // symlink or doesn't exist, then things get complicated, and we can't
407 // We do not allow importing of paths containing things like ".." or
  /external/qemu/distrib/sdl-1.2.15/Xcode/SDL/pkg-support/resources/
UniversalBinaryNotes.rtf 64 For retaining compatibility with 10.2, we have experimentally determined that there is no reliable way to use gcc 4.0.x to compile a binary that works under Jaguar. With the gcc 4.0 that shipped in Xcode 2.1, libgcc_s was automatically linked against. This library does not exist on systems prior to 10.3.9. After filing a bug report, Apple removed this automatic linking in gcc 4.0.1 which shipped with Xcode 2.2, but we discovered that we suffered from undefined symbols to things in the printf family library. (They seem to be new symbols related to printing long doubles, etc.)\
75 For the SDK's, we found that Apple does link against different versions of system components. But experimentally, we discovered we could still link to the 10.4u SDK and things would still work on Jaguar. Ideally we should probably link to the 10.2.8 SDK for PowerPC. But in reality, most people don't install the 10.2.8 SDK on their system (it is not a default component) so we didn't want to confuse people as setting this would likely cause people's compile to fail the first time they try and they would have to understand the reason for this. We did leave the architecture specific SDKROOT option set explicitly to make it easy to change in case we need to.\
  /external/regex-re2/re2/
prefilter_tree.cc 107 // This one triggers too many things. If all the parents are AND
108 // nodes and have other things guarding them, then get rid of
  /external/replicaisland/res/values/
kabocha.xml 51 This entire island flows from The Source. Its power affects the things that get close to it, and this island is consequently full of unique forms of life. One of them, I?m sorry to say, is my fault.
71 Ho ho, we can?t be sending you off into the wild without knowing things like that, can we? Right-o, ahead is an area with three gems. Find them and we can move on to more complicated topics, like what you?re doing here and how The Source is going to help me save the world.
wanda.xml 48 This sewer is the pits, huh? I mean, how can there even be a sewer here? It?s not like there are any buildings to connect it to. The things that are here, they all grew here, I guess. Mr. Rokudou says it?s just The Source doing what it does, but it gives me the creeps. I think there?s another, older structure even deeper underground, but we haven?t found an entrance yet. I almost hope we don?t.
108 Mr. Rokudou told us that this whole island, every little bit of it, is something that The Source manufactured. The eggheads don?t know why it makes stuff, or how it chooses to grow the things it does, but they think it has something to do with influences from outside sources. <small>Mr. Rokudou calls it ?proximity influence remanifestation,? whatever that means</small>.
  /external/replicaisland/src/com/replica/replicaisland/
Game.java 266 // then two things happen: first, the static data will refer to junk Texture objects, and
268 // would be to break up the texture library into static and non-static things, and
  /external/valgrind/main/VEX/priv/
guest_x86_defs.h 220 sometimes needed. We arrange things so that Memcheck does
226 requires two things:
  /external/valgrind/main/coregrind/m_demangle/
ansidecl.h 145 /* All known AIX compilers implement these things (but don't always
146 define __STDC__). The RISC/OS MIPS compiler defines these things
  /frameworks/base/core/java/android/text/util/
Linkify.java 47 * useful for matching things like email addresses, web urls, etc. and making
152 * For example: when matching web urls you would like things like
  /frameworks/base/core/java/android/util/
Patterns.java 158 * This pattern is intended for searching for things that look like they
160 * something is in fact a phone number. It will miss many things that
  /frameworks/base/docs/html/training/id-auth/
authenticate.jd 52 <p>To begin using OAuth2, you need to know a few things about the API you're trying
142 android.accounts.AccountManager#KEY_AUTHTOKEN} key and you're off to the races. Things don't

Completed in 1445 milliseconds

<<51525354555657585960>>