/external/webkit/Source/WebCore/page/ |
H A D | ContentSecurityPolicy.cpp | 404 bool allows(const KURL& url) function in class:WebCore::CSPDirective 508 return !m_scriptSrc || m_scriptSrc->allows(url); 513 return !m_objectSrc || m_objectSrc->allows(url); 518 return !m_imgSrc || m_imgSrc->allows(url); 523 return !m_styleSrc || m_styleSrc->allows(url); 528 return !m_fontSrc || m_fontSrc->allows(url); 533 return !m_mediaSrc || m_mediaSrc->allows(url);
|
/external/llvm/test/MC/Mips/ |
H A D | nabi-regs.s | 2 # set for the A and T registers because the NABI allows
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/ |
H A D | antRun.bat | 33 rem Slurp the command line arguments. This loop allows for an unlimited number
|
H A D | ant.bat | 60 rem Slurp the command line arguments. This loop allows for an unlimited number
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
H A D | dcs.php | 33 * stable release of GeSHi of version 1.1.x (or later) that allows for highlighting
|
/external/dnsmasq/contrib/Suse/ |
H A D | dnsmasq-suse.spec | 27 server integrates with the DNS server and allows machines with DHCP-allocated
|
/external/llvm/bindings/ocaml/executionengine/ |
H A D | llvm_executionengine.ml | 53 using 'external' in the module allows direct calls into
|
/external/valgrind/main/gdbserver_tests/ |
H A D | mchelp.stdoutB.exp | 48 An additional flag 0b100000000 allows to show gdbserver instrumentation
|
/external/ceres-solver/docs/ |
H A D | changes.tex | 44 II. This allows the user to use variable projection on separable and 115 \item \texttt{bundle\_adjuster} now allows the user to normalize and perturb the 137 \item Diagonal scaling allows for equal upper and lower bounds. (Markus Moll)
|
H A D | faq.tex | 14 Most non-linear solvers we are aware of, define the problem and residuals in terms of scalars and it is possible to do this with Ceres also. However, it is our experience that in most problems small groups of scalars occur together. For example the three components of a translation vector and the four components of the quaternion that define the pose of a camera. Same is true for residuals, where it is common to have small vectors of residuals rather than just scalars. There are a number of advantages of using blocks. It saves on indexing information, which for large problems can be substantial. Blocks translate into contiguous storage in memory which is more cache friendly and last but not the least, it allows us to use SIMD/SSE based BLAS routines to significantly speed up various matrix operations.
|
H A D | powell.tex | 41 With its automatic differentiation support, Ceres allows you to define templated objects/functors that will compute the residual and it takes care of computing the Jacobians as needed and filling the \texttt{jacobians} arrays with them. For example, for $f_4(x)$ we define
|
H A D | solving.tex | 194 Relaxing this requirement allows the algorithm to be more 199 values in a princpled manner allows the algorithm to ``jump over 288 Thus, calculating the inverse of $C$ by inverting each of these blocks is cheap. This allows us to eliminate $\Delta z$ by observing that $\Delta z = C^{-1}(w - E^\top \Delta y)$, giving us 367 Ceres allows the user to provide varying amounts of hints to the
|
/external/libvorbis/doc/ |
H A D | Vorbis_I_spec.tex | 34 % unlike the built-in "verbatim", allows embedding TeX commands, as
|
H A D | a1-encapsulation-ogg.tex | 164 This allows the decoder to always be able to perform PCM position
|
H A D | 07-floor1.tex | 245 Skipping zero-difference values allows a smoother line fit.
|
/external/libvpx/libvpx/vp8/common/arm/neon/ |
H A D | shortidct4x4llm_neon.asm | 34 ; 13-bit data that is in the range of [-4096, 4095]. This allows to
|
/external/quake/quake/src/WinQuake/ |
H A D | quake-rogue.spec.sh | 46 gravity and allows the player to make difficult jumps.
|
/external/webkit/Source/WebKit/win/Interfaces/ |
H A D | IWebViewPrivate.idl | 109 HRESULT setAllowSiteSpecificHacks([in] BOOL allows);
|
/external/openssl/crypto/sha/asm/ |
H A D | sha1-ppc.pl | 200 ; PowerPC specification allows an implementation to be ill-behaved
|
/external/linux-tools-perf/config/ |
H A D | utilities.mak | 1 # This allows us to work with the newline character:
|
/external/elfutils/ |
H A D | elfutils.spec | 62 The elfutils-libelf package provides a DSO which allows reading and 75 applications for handling compiled objects. libelf allows you to
|
/external/skia/legacy/ |
H A D | Android.mk | 44 # using freetype's embolden allows us to adjust fake bold settings at
|
/external/dropbear/libtomcrypt/ |
H A D | crypt.tex | 168 directly (\textit{e.g. sha256\_process()}) this descriptor interface allows the developer to customize their 405 or use one of the provided chaining modes. All of the ciphers are written as ECB interfaces since it allows the rest of 409 All ciphers store their scheduled keys in a single data type called \textit{symmetric\_key}. This allows all ciphers to 411 allocation, and allows you to allocate a fixed sized buffer for storing scheduled keys. All ciphers must provide six visible 428 practices you should always call the respective XXX\_done() function. This allows for quicker porting to applications with 553 The number of rounds of most ciphers is not an option you can change. Only RC5 allows you to change the number of 776 This mode is very weak since it allows people to swap blocks and perform replay attacks if the same key is used more 831 accomplish this by buffering the data required to complete a block. This allows you to encrypt or decrypt any size 1210 through the OMAC function. The function \textit{eax\_decrypt} decrypts \textit{ct}, and stores it in \textit{pt}. This also allows 1217 the eax\_init() function allows yo [all...] |
/external/chromium/third_party/libjingle/source/talk/ |
H A D | main.scons | 102 '/Fd${TARGET}.pdb', # pdb per object allows --jobs=
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/ |
H A D | wizard.rb | 42 AST::Wizard is an extra utility class that allows quick creation of AST objects
|