/cts/tools/signature-tools/src/signature/compare/model/impl/ |
SigAnnotationFieldDelta.java | 10 * Unless required by applicable law or agreed to in writing, software 28 public SigAnnotationFieldDelta(IAnnotationField from, IAnnotationField to) { 29 super(from, to);
|
SigArrayTypeDelta.java | 10 * Unless required by applicable law or agreed to in writing, software 28 public SigArrayTypeDelta(IArrayType from, IArrayType to) { 29 super(from, to);
|
SigEnumConstantDelta.java | 10 * Unless required by applicable law or agreed to in writing, software 28 public SigEnumConstantDelta(IEnumConstant from, IEnumConstant to) { 29 super(from, to);
|
SigMethodDelta.java | 10 * Unless required by applicable law or agreed to in writing, software 28 public SigMethodDelta(IMethod from, IMethod to) { 29 super(from, to);
|
SigTypeVariableReferenceDelta.java | 10 * Unless required by applicable law or agreed to in writing, software 30 ITypeVariableReference to) { 31 super(from, to);
|
/dalvik/dx/tests/111-use-null-as-array/ |
run | 11 # Unless required by applicable law or agreed to in writing, software 19 --dump-to=- --dump-method="Blort.test*" *.class
|
/external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/ |
config.h | 4 #define yasm__combpath(from, to) yasm__combpath_win(from, to)
6 /* Command name to run C preprocessor */
18 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
22 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
30 /* Define to 1 if you have the <direct.h> header file. */
33 /* Define to 1 if you have the `getcwd' function. */
51 /* Define to 1 if you have the <libgen.h> header file. */
60 /* Define to 1 if you have the `popen' function. */
106 /* Define to 1 if you have the `vsnprintf' function. */ [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/ |
gas-parse-intel.c | 15 * may be used to endorse or promote products derived from this 19 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 23 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 39 #define SET_FIELDS(to, from) \ 40 (to)->object = (from)->object; \ 41 (to)->locallabel_base = (from)->locallabel_base; \ 42 (to)->locallabel_base_len = (from)->locallabel_base_len; \ 43 (to)->preproc = (from)->preproc; \ 44 (to)->errwarns = (from)->errwarns; \ 45 (to)->linemap = (from)->linemap; [all...] |
/external/libnl/include/netlink/route/ |
rtnl.h | 38 * Extract TO realm from a realms field 45 #define RTNL_MAKE_REALM(from, to) \ 46 ((RTNL_REALM_TO(from) << 16) & RTNL_REALM_TO(to))
|
/external/compiler-rt/lib/asan/tests/ |
asan_str_test.cc | 23 // Input to a test is a zero-terminated string str with given length 24 // Accesses to the bytes to the left and to the right of str 25 // are presumed to produce OOB errors 35 // We don't insert RedZones to the left of global variables 42 // String is not zero-terminated, strlen will lead to OOB access 61 // TODO(samsonov): Fix expected messages in StrLenOOBTestTemplate to 62 // make test for stack_string work. Or move it to output tests. 90 // Argument points to not allocated memory 122 char *to = Ident((char*)malloc(to_size)); local 145 char *to = Ident((char*)malloc(to_size)); local 358 char *to = MallocAndMemsetString(to_size); local 396 char *to = MallocAndMemsetString(to_size); local [all...] |
/external/chromium_org/extensions/browser/api/bluetooth_low_energy/ |
utils.cc | 13 // Converts a list of CharacteristicProperty to a base::ListValue of strings. 28 // Copy the properties. Use Characteristic::ToValue to generate the result 29 // dictionary without the properties, to prevent json_schema_compiler from 33 scoped_ptr<base::DictionaryValue> to = from->ToValue(); local 34 to->SetWithoutPathExpansion( 36 return to.Pass(); 44 scoped_ptr<base::DictionaryValue> to = from->ToValue(); local 47 to->GetDictionaryWithoutPathExpansion("characteristic", &chrc_value); 51 return to.Pass();
|
/external/chromium_org/third_party/icu/source/test/testdata/ |
tstfiles.mk | 3 # TEST_RES_SOURCE defines data driven tests and other resource files to be included with 4 # the testdata package. For ordinary resource bundles, they only need to be referenced here. 6 # Not everything has been moved to this file yet, as this is a new facility.
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/ |
rdfseg2.asm | 6 ;; can't remember how to print a string in DOS, but if anyone wants 7 ;; to actually test this program, it should be fairly easy to put
|
/external/clang/test/CodeGenCXX/ |
rtti-layout.cpp | 65 template<typename T> const T& to(const std::type_info &info) { function 93 #define CHECK_BASE_INFO_TYPE(type, index, base) CHECK(to<__vmi_class_type_info>(typeid(type)).__base_info[(index)].__base_type == &typeid(base)) 94 #define CHECK_BASE_INFO_OFFSET_FLAGS(type, index, offset, flags) CHECK(to<__vmi_class_type_info>(typeid(type)).__base_info[(index)].__offset_flags == (((offset) << 8) | (flags))) 115 CHECK(to<__si_class_type_info>(typeid(SI1)).__base_type == &typeid(A)); 119 CHECK(to<__si_class_type_info>(typeid(SI2)).__base_type == &typeid(Empty)); 124 CHECK(to<__si_class_type_info>(typeid(SI3)).__base_type == &typeid(Empty)); 140 CHECK(to<__vmi_class_type_info>(typeid(VMI5)).__flags == __vmi_class_type_info::__non_diamond_repeat_mask); 141 CHECK(to<__vmi_class_type_info>(typeid(VMI5)).__base_count == 2); 149 CHECK(to<__vmi_class_type_info>(typeid(VMI6)).__flags == __vmi_class_type_info::__diamond_shaped_mask); 150 CHECK(to<__vmi_class_type_info>(typeid(VMI6)).__base_count == 2) [all...] |
/external/icu/icu4c/source/test/testdata/ |
tstfiles.mk | 3 # TEST_RES_SOURCE defines data driven tests and other resource files to be included with 4 # the testdata package. For ordinary resource bundles, they only need to be referenced here. 6 # Not everything has been moved to this file yet, as this is a new facility.
|
/external/llvm/autoconf/m4/ |
func_isnan.m4 | 11 AC_DEFINE([HAVE_ISNAN_IN_MATH_H],1,[Set to 1 if the isnan function is found in <math.h>]) 18 AC_DEFINE([HAVE_ISNAN_IN_CMATH],1,[Set to 1 if the isnan function is found in <cmath>]) 25 AC_DEFINE([HAVE_STD_ISNAN_IN_CMATH],1,[Set to 1 if the std::isnan function is found in <cmath>])
|
/external/iptables/extensions/ |
libxt_connbytes.c | 16 " [!] --connbytes from:[to]\n" 40 sinfo->count.to = UINT64_MAX; 42 sinfo->count.to = cb->val.u64_range[1]; 44 if (sinfo->count.to < sinfo->count.from) 47 (unsigned long long)sinfo->count.to); 50 sinfo->count.from = sinfo->count.to; 51 sinfo->count.to = i; 117 unsigned long long from, to; local 119 if (sinfo->count.from > sinfo->count.to) { 121 from = sinfo->count.to; [all...] |
/external/chromium_org/remoting/webapp/ |
gnubby_auth_handler.js | 7 * Class that routes gnubby-auth extension messages to and from the gnubbyd 18 * @param {!remoting.ClientSession} clientSession The client session to send 19 * gnubby-auth response messages to. 43 * Callback invoked with data to be returned to the host. 45 * @param {Object} response The JSON response with the data to send to the host. 67 * Send data to the gnubbyd extension. 68 * @param {Object} jsonObject The JSON object to send to the gnubbyd extension [all...] |
/external/chromium_org/tools/grit/grit/format/ |
html_inline.py | 41 # Used by DoInline to replace various links with inline content. 76 Takes a regex match for src="filename", attempts to read the file 84 base_path: path that to look for files in 86 inlined_files: The name of the opened file is appended to this list. 88 It will still add the filename to |inlined_files|. 99 # filename is probably a URL, which we don't want to bother inlining 135 Reads input_filename, finds all the src attributes and attempts to 136 inline the files they are referring to, then returns the result and 140 input_filename: name of file to read in 144 called to rewrite html content before inlining images [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/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/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...] |
/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...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/ |
abstract_result.js | 21 * @param {Element} result Result to be checked. 30 * @param {Element} result Generic result to be spoken. 39 * @param {Element} result Result to extract from. 45 * Returns the node to sync to. 47 * @return {?Node} Node to sync to.
|