Searched
refs:to (Results
526 -
550 of
16679) sorted by null
<<21222324252627282930>>
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue4099.go | 11 // The noescape comment only applies to the next func, 24 var buf2 [10]byte // ERROR "moved to heap: buf2" 25 F2(buf2[:]) // ERROR "buf2 escapes to heap"
|
issue9608.go | 9 // This has to be done as a package rather than as a file, 11 // -complete flag to compiler, causing it to complain about
|
/toolchain/binutils/binutils-2.25/config/ |
bootstrap-debug-ckovw.mk | 1 # This BUILD_CONFIG option is to be used along with 2 # bootstrap-debug-lean and bootstrap-debug-lib in a full bootstrap, to 5 # These arrange for a simple warning to be issued if -fcompare-debug
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-discard/ |
extern.d | 8 # The expected warning used to start with "`data' referenced..." but 11 # 2) Targets which define EXTERN_FORCE_RELOC to 0 in their 13 # "data" to the section symbol ".data.exit".
|
/art/runtime/interpreter/mterp/x86_64/ |
op_move_result_wide.S | 2 movq OFF_FP_RESULT_REGISTER(rFP), %rax # get pointer to result JType.
|
/build/core/clang/ |
HOST_CROSS_x86.mk | 41 $(call convert-to-host-clang-flags,$($(clang_2nd_arch_prefix)HOST_CROSS_GLOBAL_CFLAGS)) \ 45 $(call convert-to-host-clang-flags,$($(clang_2nd_arch_prefix)HOST_CROSS_GLOBAL_CONLYFLAGS)) \ 49 $(call convert-to-host-clang-flags,$($(clang_2nd_arch_prefix)HOST_CROSS_GLOBAL_CPPFLAGS)) \ 53 $(call convert-to-host-clang-flags,$($(clang_2nd_arch_prefix)HOST_CROSS_GLOBAL_LDFLAGS)) \
|
HOST_CROSS_x86_64.mk | 41 $(call convert-to-host-clang-flags,$($(clang_2nd_arch_prefix)HOST_CROSS_GLOBAL_CFLAGS)) \ 45 $(call convert-to-host-clang-flags,$($(clang_2nd_arch_prefix)HOST_CROSS_GLOBAL_CONLYFLAGS)) \ 49 $(call convert-to-host-clang-flags,$($(clang_2nd_arch_prefix)HOST_CROSS_GLOBAL_CPPFLAGS)) \ 53 $(call convert-to-host-clang-flags,$($(clang_2nd_arch_prefix)HOST_CROSS_GLOBAL_LDFLAGS)) \
|
/dalvik/dx/tests/034-dex-minimal/ |
run | 11 # Unless required by applicable law or agreed to in writing, software 17 dx --debug --dex --dump-to=- --no-files
|
/dalvik/dx/tests/082-dex-throws-list-sharing/ |
run | 11 # Unless required by applicable law or agreed to in writing, software 18 dx --debug --dex --positions=none --no-locals --dump-to=- --dump-width=200 \
|
/dalvik/dx/tests/108-string-annotation/ |
run | 11 # Unless required by applicable law or agreed to in writing, software 19 --dump-to=- *.class | cut -f 2 -d '|' | awk '
|
/dalvik/dx/tests/110-dex-preserve-this/ |
run | 11 # Unless required by applicable law or agreed to in writing, software 19 --dump-to=dump.txt --dump-method="Blort.test" *.class
|
/development/ndk/tests/dlclose-destruction/jni/ |
Android.mk | 1 # A small sample used to demonstrate static C++ destructors
|
/development/samples/SpellChecker/HelloSpellChecker/ |
Android.mk | 8 # TODO: Change sdk version to 16
|
/development/samples/SpellChecker/SampleSpellCheckerService/ |
Android.mk | 8 # TODO: Change sdk version to 16
|
/external/autotest/server/site_tests/bluetooth_RegressionServer/ |
bluetooth_RegressionServer.py | 24 error.TestError('Must provide client\'s IP address to test') 35 logging.info('Returning to Client after reboot')
|
/external/autotest/site_utils/suite_scheduler/ |
manifest_versions.py | 24 """Raised to indicate a failure while searching for manifests.""" 29 """Raised when `git clone` fails to create the repository.""" 34 """Shell out to run a command, expecting data on stderr. Return stdout. 36 Shells out to run |command|, optionally passing escaped |args|. 40 @param command: command string to execute. 41 @param timeout: time limit in seconds before attempting to kill the 43 than 'timeout' to complete if it has to kill the process. 44 @param args: sequence of strings of arguments to be given to the comman [all...] |
/external/boringssl/ |
flavor.mk | 1 # This makefile exists to be included by makefiles in other directories so that
|
/external/ceres-solver/internal/ceres/ |
casts.h | 14 // used to endorse or promote products derived from this software without 18 // AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 22 // CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 48 // - Performing arithmetic conversions (int32 to int64, int to double, etc.). 51 // In general, implicit_cast can be used to convert this code 52 // To to = from; 53 // DoSomething(to); 54 // to thi [all...] |
/external/chromium-libpac/test/js-unittest/ |
binding_from_global.js | 1 // Calls a bindings outside of FindProxyForURL(). This causes the code to
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
DateInterval.java | 16 * It is a pair of long representing from date 1 to date 2. 26 * Constructor given from date and to date. 28 * @param to The to date in date interval. 30 public DateInterval(long from, long to) 33 toDate = to; 46 * Get the to date. 47 * @return the to date in dateInterval.
|
/external/icu/icu4c/source/common/ |
dtintrv.cpp | 23 DateInterval::DateInterval(UDate from, UDate to) 25 toDate(to)
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
DateInterval.java | 15 * It is a pair of long representing from date 1 to date 2. 26 * Constructor given from date and to date. 28 * @param to The to date in date interval. 31 public DateInterval(long from, long to) 34 toDate = to; 48 * Get the to date. 49 * @return the to date in dateInterval.
|
/external/libdivsufsort/ |
generate_includes.sh | 11 # Unless required by applicable law or agreed to in writing, software 45 Remember to run the following command to add the new headers:
|
/external/libedit/ |
README.android | 3 * cannot push upstream to the llvm.org repository: 4 * - Changes due to Android's build system. 5 * - Changes due to Android's toolchain. 8 * Initial downstream on 2013/10/30: Synched to libedit-20130712-3.1.tar.gz 11 * We add Android's *.mk files that are specific to Android's build system.
|
/external/llvm/test/MC/MachO/AArch64/ |
classrefs.s | 4 ; an internal relocation. We just have to be careful to not use another symbol.
|
Completed in 684 milliseconds
<<21222324252627282930>>