/frameworks/base/tools/aidl/ |
AST.h | 31 void WriteModifiers(FILE* to, int mod, int mask); 39 virtual void Write(FILE* to) = 0; 45 virtual void Write(FILE* to) = 0; 54 virtual void Write(FILE* to); 64 virtual void Write(FILE* to); 79 void WriteDeclaration(FILE* to); 80 void Write(FILE* to); 93 void Write(FILE* to); 108 virtual void Write(FILE* to); 114 virtual void Write(FILE* to) = 0 [all...] |
/external/chromium_org/tools/metrics/actions/ |
extract_actions.py | 9 This program generates the list of known actions we expect to see in the 10 user behavior logs. It walks the Chrome source, looking for calls to 33 # Files that are known to use content::RecordComputedAction(), which means 35 # To add a new file, add it to this list and add the appropriate logic to 36 # generate the known actions to AddComputedActions() below. 54 # language is added to app/l10n_util.cc, as follows: 75 'ta', 'te', 'tg', 'th', 'ti', 'tk', 'to', 'tr', 'tt', 'tw', 'ug', 'uk', 80 # new input method is added to [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/math/ |
m_xform_tmp.h | 8 * Permission is hereby granted, free of charge, to any person obtaining a 10 * to deal in the Software without restriction, including without limitation 11 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 12 * and/or sell copies of the Software, and to permit persons to whom the 13 * Software is furnished to do so, subject to the following conditions: 19 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 40 /* KW: These are now parameterized to produce two versions, one 49 * cleaning unused parts of the vector, and so as not to exclud [all...] |
/external/mesa3d/src/mesa/math/ |
m_xform_tmp.h | 8 * Permission is hereby granted, free of charge, to any person obtaining a 10 * to deal in the Software without restriction, including without limitation 11 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 12 * and/or sell copies of the Software, and to permit persons to whom the 13 * Software is furnished to do so, subject to the following conditions: 19 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 40 /* KW: These are now parameterized to produce two versions, one 49 * cleaning unused parts of the vector, and so as not to exclud [all...] |
/external/chromium_org/ui/webui/resources/js/ |
assert.js | 11 * @param {*} condition The condition to test. Note that this may be used to 12 * test whether a value is defined or not, and we don't want to force a 13 * cast to Boolean. 14 * @param {string=} opt_message A message to use in any error.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/headless-build/ |
build.properties | 12 # Parameters describing how and where to execute the build. 15 # bootclasspath - The base jars to compile against (typicaly rt.jar) 16 # configs - the list of {os, ws, arch} configurations to build. 27 product=/plugin or feature id/path/to/.product 39 # The list of {os, ws, arch} configurations to build. This 62 # Setting this value to true will cause PDE to only create one output containing all 64 # To control the output format for the group, add a "group, group, group - <format>" entry to the 81 #Allow cycles involving at most one bundle that needs to be compiled with the rest being binary bundles [all...] |
/external/stlport/src/ |
codecvt.cpp | 11 * Permission to use or copy this software for any purpose is hereby granted 13 * Permission to modify the code and to distribute modified code is granted, 87 extern_type* to, 90 ptrdiff_t len = (min) (from_end - from, to_limit - to); 91 copy(from, from + len, to); 93 to_next = to + len; 102 intern_type* to, 105 ptrdiff_t len = (min) (from_end - from, to_limit - to); 107 __REINTERPRET_CAST(const unsigned char*, from) + len, to); [all...] |
/ndk/sources/cxx-stl/stlport/src/ |
codecvt.cpp | 11 * Permission to use or copy this software for any purpose is hereby granted 13 * Permission to modify the code and to distribute modified code is granted, 87 extern_type* to, 90 ptrdiff_t len = (min) (from_end - from, to_limit - to); 91 copy(from, from + len, to); 93 to_next = to + len; 102 intern_type* to, 105 ptrdiff_t len = (min) (from_end - from, to_limit - to); 107 __REINTERPRET_CAST(const unsigned char*, from) + len, to); [all...] |
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_copy_sub_buffer.spec | 33 of the back color buffer to the front color buffer. This can be 34 used to quickly repaint 3D windows in response to expose events 54 Additions to Chapter 3 of the GLX 1.3 Specification (Functions and Errors) 56 Add to section 3.3.10 Double Buffering: 63 may be used to copy a rectangular region of the back color buffer to 64 the front color buffer. This can be used to quickly repaint 3D windows 65 in response to expose events when the back color buffer cannot be 68 <x> and <y> indicates the lower-left corner of the region to copy an [all...] |
MESA_swap_control.spec | 34 This extension allows an application to specify a minimum periodicity 53 Additions to Chapter 2 of the 1.4 GL Specification (OpenGL Operation) 57 Additions to Chapter 3 of the 1.4 GL Specification (Rasterization) 61 Additions to Chapter 4 of the 1.4 GL Specification (Per-Fragment Operations 66 Additions to Chapter 5 of the 1.4 GL Specification (Special Functions) 70 Additions to Chapter 6 of the 1.4 GL Specification (State and State Requests) 74 Additions to the GLX 1.3 Specification 76 [Add the following to Section 3.3.10 of the GLX Specification (Double 83 takes effect when glXSwapBuffers is first called subsequent to the 86 A video frame period is the time required by the monitor to display a [all...] |
/external/llvm/ |
tblgen-rules.mk | 2 ## Commands for running tblgen to compile a td file 4 define transform-td-to-out 6 $(call transform-host-td-to-out,$(1)), \ 7 $(call transform-device-td-to-out,$(1))) 11 ## TableGen: Compile .td files to .inc. 31 $(call transform-td-to-out,register-enums) 37 $(call transform-td-to-out,register-desc-header) 43 $(call transform-td-to-out,register-desc) 49 $(call transform-td-to-out,instr-enums) 55 $(call transform-td-to-out,instr-desc [all...] |
llvm-tblgen-rules.mk | 2 ## Commands for running tblgen to compile a td file 4 define transform-td-to-out 6 $(call transform-host-td-to-out,$(1)), \ 7 $(call transform-device-td-to-out,$(1))) 11 ## TableGen: Compile .td files to .inc. 14 # Set LOCAL_MODULE_CLASS to STATIC_LIBRARIES default (require 45 $(call transform-td-to-out, register-info) 50 $(call transform-td-to-out,instr-info) 55 $(call transform-td-to-out,subtarget) 62 $(call transform-td-to-out, register-info [all...] |
/external/mesa3d/docs/ |
MESA_copy_sub_buffer.spec | 33 of the back color buffer to the front color buffer. This can be 34 used to quickly repaint 3D windows in response to expose events 54 Additions to Chapter 3 of the GLX 1.3 Specification (Functions and Errors) 56 Add to section 3.3.10 Double Buffering: 63 may be used to copy a rectangular region of the back color buffer to 64 the front color buffer. This can be used to quickly repaint 3D windows 65 in response to expose events when the back color buffer cannot be 68 <x> and <y> indicates the lower-left corner of the region to copy an [all...] |
MESA_swap_control.spec | 34 This extension allows an application to specify a minimum periodicity 53 Additions to Chapter 2 of the 1.4 GL Specification (OpenGL Operation) 57 Additions to Chapter 3 of the 1.4 GL Specification (Rasterization) 61 Additions to Chapter 4 of the 1.4 GL Specification (Per-Fragment Operations 66 Additions to Chapter 5 of the 1.4 GL Specification (Special Functions) 70 Additions to Chapter 6 of the 1.4 GL Specification (State and State Requests) 74 Additions to the GLX 1.3 Specification 76 [Add the following to Section 3.3.10 of the GLX Specification (Double 83 takes effect when glXSwapBuffers is first called subsequent to the 86 A video frame period is the time required by the monitor to display a [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/ |
rdftest1.asm | 1 ;; program to test RDOFF production and linkage 3 ;; items to test include: 5 ;; [2] relocation to different segments in same module 6 ;; [3] relocation to same segment in different module 7 ;; [4] relocation to different segment in different module 8 ;; [5] relative relocation to same module 9 ;; [6] relative relocation to different module
|
/external/llvm/test/MC/ARM/ |
multi-section-mapping.s | 10 @ A section should be able to start with a $t 15 @ A setion should be able to start with a $d 19 @ Changing back to .text should not emit a redundant $a 25 @ + .text to have $a at 0 and no others 26 @ + .wibble to have $a at 0 27 @ + .starts_thumb to have $t at 0 28 @ + .starts_data to have $d at 0
|
/ndk/ |
find-win-host.cmd | 2 rem This is a Windows cmd.exe script used to find windows host name. 3 rem %1 is the env. var to set to the windows host name. 21 rem Check if NDK_HOST_32BIT is not set to 1/true, Windows is 64-bit, and 64-bit make exists 27 rem Otherwise fall back to 32-bit make 30 rem Uses "endlocal &&" hack to allow env. vars to survive setlocal/endlocal
|
/external/valgrind/main/coregrind/ |
vg_preloaded.c | 24 along with this program; if not, write to the Free Software 71 Wrapper for indirect functions which need to be redirected. 84 /* Ask the valgrind core running on the real CPU (as opposed to this 85 code which runs on the emulated CPU) to update the redirection that 86 led to this function. This client request eventually gives control to 110 as there are other ways to launch a process with environment that 122 Char **to = NULL; local 125 for (from = to = env; from && *from; from++) { 127 *to = *from [all...] |
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/custom/ |
CustomFilterTransformParameter.h | 17 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 21 * OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 56 const TransformOperations& to = operations(); local 57 if (from == to) 61 if (from.size() && to.size()) 62 result->setOperations(to.blend(from, progress)); 64 result->setOperations(progress > 0.5 ? to : from);
|
/external/mockito/src/org/mockito/internal/util/reflection/ |
LenientCopyTool.java | 19 public <T> void copyToRealObject(T from, T to) {
20 copy(from, to, from.getClass(), to.getClass());
23 private <T> void copy(T from, T to, Class fromClazz, Class toClass) {
25 copyValues(from, to, fromClazz);
|
/external/valgrind/main/callgrind/ |
jumps.c | 22 along with this program; if not, write to the Free Software 79 static UInt jcc_hash_idx(BBCC* from, UInt jmp, BBCC* to, UInt size) 81 return (UInt) ( (UWord)from + 7* (UWord)to + 13*jmp) % size; 109 curr_jcc->to, new_size); 137 /* new jCC structure: a call was done to a BB of a BBCC 140 static jCC* new_jcc(BBCC* from, UInt jmp, BBCC* to) 154 jcc->to = to; 174 new_idx = jcc_hash_idx(from, jmp, to, current_jccs.size); 190 jCC* CLG_(get_jcc)(BBCC* from, UInt jmp, BBCC* to) [all...] |
/external/chromium_org/printing/ |
page_range_unittest.cc | 12 range.to = 3; 15 range.to = 12; 18 range.to = 5;
|
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/ |
SegmentedFontData.h | 14 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 18 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 37 FontDataRange(UChar32 from, UChar32 to, PassRefPtr<SimpleFontData> fontData) 39 , m_to(to) 45 UChar32 to() const { return m_to; } function in struct:WebCore::FontDataRange
|
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/ |
InterpolatedTransformOperation.cpp | 15 * contributors may be used to endorse or promote products derived from 20 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 24 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 43 return progress == t->progress && from == t->from && to == t->to; 51 to.apply(borderBoxSize, toTransform);
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
tztrans.h | 39 * @param to The time zone rule used after the transition. 42 TimeZoneTransition(UDate time, const TimeZoneRule& from, const TimeZoneRule& to); 52 * @param source The TimeZoneTransition object to be copied. 73 * @param right The object to be copied. 81 * @param that The object to be compared with. 90 * @param that The object to be compared with. 136 * @param to The time zone rule used after the transition. 139 void setTo(const TimeZoneRule& to); 144 * @param to The time zone rule used after the transition. 147 void adoptTo(TimeZoneRule* to); [all...] |