/external/chromium_org/third_party/icu/source/data/sprep/ |
spreplocal.mk | 3 # A list of txt's to build 5 # * To add an additional locale to the list: 9 # * To REPLACE the default list and only build a subset of files: 15 # If we ever need to support other stringprep (e.g. LDAP, XMPP, SASL), we have to add back
|
/external/chromium_org/third_party/libjingle/source/talk/examples/call/ |
mucinvitesendtask.cc | 13 * 3. The name of the author may not be used to endorse or promote products 17 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 20 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 35 MucInviteSendTask::Send(const Jid& to, const Jid& invitee) { 40 message->AddAttr(QN_TO, to.Str());
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
xmpptask.cc | 13 * 3. The name of the author may not be used to endorse or promote products 17 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 20 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 110 const buzz::Jid& to, 115 if (!to.IsEmpty()) 116 result->AddAttr(QN_TO, to.Str()); 133 const Jid& to, 141 return MatchStanzaFrom(stanza, to); 145 const Jid& to) { 147 if (from == to) [all...] |
/external/chromium_org/third_party/markupsafe/ |
_native.py | 16 """Convert the characters &, <, >, ' and " in string s to HTML-safe 17 sequences. Use this if you need to display text that might contain 42 string is not converted back to unicode.
|
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_window_pos.spec | 31 In order to set the current raster position to a specific window 35 rely on a subtle side-effect of the Bitmap command in order to circumvent 38 This extension provides a set of functions to directly set the 40 projection matrix and the viewport to window mapping. Furthermore, 44 position to a specific window coordinate prior to calling DrawPixels, 78 Additions to Chapter 2 of the OpenGL 1.2 Specification (OpenGL Operation) 90 x, y, and z with w implicitly set to 1 (or only x and y with z 91 implicitly set to 0 and w implicitly set to 1) [all...] |
/external/chromium_org/third_party/mesa/src/docs/OLD/ |
MESA_packed_depth_stencil.spec | 34 Provides a mechanism for DrawPixels and ReadPixels to efficiently 41 1. Is this the right way to distinguish between 24/8 and 8/24 49 2. If not, is it correct to use _REV to indicate that stencil 72 Additions to Chapter 2 of the 1.1 Specification (OpenGL Operation) 76 Additions to Chapter 3 of the 1.1 Specification (Rasterization) 78 One entry is added to table 3.5 (DrawPixels and ReadPixels formats). 106 Add to the description of packed pixel formats: 171 The assignment of elements to fields in the packed pixel is as 184 Additions to Chapter 4 of the 1.1 Specification (Per-Fragment Operation [all...] |
/external/chromium_org/third_party/skia/platform_tools/android/examples/hello_skia_app/jni/ |
Android.mk | 4 # Sets up a module for the skia shared object to be copied into the apk. 20 # Sets up the JNI module that our app calls into to draw things with skia. 34 # jnigraphics defines the function AndroidBitmap_lockPixels, which we need in order to draw into 38 # Allows the compiler to find the Skia header files
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/amd64/ |
gotpcrel.asm | 4 mov rax, [rel var wrt ..got] ; automatic promotion to GOTPCREL
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/tests/ |
ifcritical-err.asm | 1 ; This worked under NASM. Due to the once-parse model used by YASM, this no
|
/external/chromium_org/tools/git/ |
mass-rename.py | 7 mass-rename: update source files (gyp lists, #includes) to reflect 8 a rename. Expects "git diff --cached -M" to list a bunch of renames. 10 To use: 13 3) look at git diff (without --cached) to see what the damage is 36 attrs, fro, to = parts 43 fro, to])
|
/external/chromium_org/ui/base/models/ |
list_selection_model.cc | 41 // Shift the selection to account for the newly inserted tab. 115 void ListSelectionModel::Move(int from, int to) { 116 DCHECK_NE(to, from); 120 if (to < from) { 121 IncrementFrom(to); 125 IncrementFrom(to); 128 active_ = to; 130 anchor_ = to; 132 AddIndexToSelection(to);
|
/external/clang/test/CodeGen/ |
mangle.c | 71 int foo10(volatile int* add, int from, int to) { 73 return llvm_cas(add, from, to);
|
/external/clang/test/SemaTemplate/ |
copy-ctor-assign.cpp | 50 void test_X2(X3 &to, X3 from) { 51 to = from;
|
/external/compiler-rt/make/ |
options.mk | 3 # This list of such variables should be kept up to date with AvailableOptions in 6 # The compiler to use. 9 # The compiler flags to use. 12 # The list of functions to include in the library.
|
/external/dnsmasq/contrib/dnslist/ |
dnslist.pl | 3 # dnslist - Read state file from dnsmasq and create a nice web page to display 19 # along with this program*; if not, write to the Free Software 31 # v. 0.0: Too ugly to publish, thrown out. 48 # Location of template. (Assumed to be in current directory.) 51 # File to write HTML page to. (This is where Slackware puts WWW pages. It may 55 # Time to wait after each page update. (The state file is checked for changes 78 # Check for a change to the state file. 118 # Copy data to master list. 125 # all of the extra stuff to do with a host's data once it is read [all...] |
/external/jemalloc/include/jemalloc/ |
jemalloc_mangle.sh | 8 * By default application code must explicitly refer to mangled symbol names, 9 * so that it is possible to use jemalloc in conjunction with another allocator 10 * in the same application. Define JEMALLOC_MANGLE in order to cause automatic 31 * meant for use in jemalloc itself, but it can be used by application code to
|
/external/libunwind/doc/ |
unw_strerror.tex | 8 \begin{Name}{3}{unw\_strerror}{Thomas Hallgren}{Programming Library}{unw\_strerror}unw\_strerror -- get text corresponding to error code 20 to a corresponding text message and returns it. 24 The message that corresponds to \Var{err\_code} or, if the 30 \Func{unw\_strerror}() is thread-safe as well as safe to use
|
/external/libutf/ |
NOTICE | 4 * Permission to use, copy, modify, and distribute this software for any 18 to Russ Cox <rsc@swtch.com>.
|
/external/libyuv/ |
setup_env.bat | 7 :: TODO(fbarchard): add files\win32 to for psnr tool
|
/external/linux-tools-perf/perf-3.12.0/arch/metag/lib/ |
memset.S | 19 ! need the number of bytes up to the next 8 byte address 28 ! Preamble to LongLoop which generates 4*8 bytes per interation (5 cycles) 45 ! Preamble to LongishLoop which generates 1*8 bytes per interation (2 cycles) 59 ! This does a byte structured burst of up to 7 bytes 61 ! D1Ar1 should point to the location required 67 ADD D1Ar1,D1Ar1,D1Ar5 ! Advance pointer to end of area 68 MULW D1Ar5,D1Ar5,#4 ! Scale to (1*4), (2*4), (3*4) 69 SUB D1Ar5,D1Ar5,#(8*4) ! Rebase to -(7*4), -(6*4), -(5*4), ...
|
/external/llvm/autoconf/m4/ |
header_mmap_anonymous.m4 | 19 AC_DEFINE([HAVE_MMAP_ANONYMOUS],[1],[Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if it uses MAP_ANON])
|
/external/llvm/test/MC/AArch64/ |
arm64-separator.s | 6 ; To make sure the output assembly correctly handled the instructions, 7 ; tell it to show encodings. That will result in the two 'mov' instructions 9 ; to verify that. For this test, we don't care what the encoding is, just that
|
/external/llvm/test/MC/ARM/ |
directive-fpu-softvfp.s | 5 @ Expected result: The integrated-as should be able to assemble this file
|
/external/mesa3d/docs/ |
MESA_window_pos.spec | 31 In order to set the current raster position to a specific window 35 rely on a subtle side-effect of the Bitmap command in order to circumvent 38 This extension provides a set of functions to directly set the 40 projection matrix and the viewport to window mapping. Furthermore, 44 position to a specific window coordinate prior to calling DrawPixels, 78 Additions to Chapter 2 of the OpenGL 1.2 Specification (OpenGL Operation) 90 x, y, and z with w implicitly set to 1 (or only x and y with z 91 implicitly set to 0 and w implicitly set to 1) [all...] |
/external/mesa3d/docs/OLD/ |
MESA_packed_depth_stencil.spec | 34 Provides a mechanism for DrawPixels and ReadPixels to efficiently 41 1. Is this the right way to distinguish between 24/8 and 8/24 49 2. If not, is it correct to use _REV to indicate that stencil 72 Additions to Chapter 2 of the 1.1 Specification (OpenGL Operation) 76 Additions to Chapter 3 of the 1.1 Specification (Rasterization) 78 One entry is added to table 3.5 (DrawPixels and ReadPixels formats). 106 Add to the description of packed pixel formats: 171 The assignment of elements to fields in the packed pixel is as 184 Additions to Chapter 4 of the 1.1 Specification (Per-Fragment Operation [all...] |