/external/valgrind/main/gdbserver_tests/ |
nlvgdbsigqueue.stderr.exp | 7 Brussels ready to sleep and/or burn 8 London ready to sleep and/or burn 9 Petaouchnok ready to sleep and/or burn 10 main ready to sleep and/or burn 11 Gdb request to kill this process
|
mcclean_after_fork.stderrB.exp | 2 vgdb-error value changed from 0 to 999999 3 monitor command request to kill this process
|
/external/chromium_org/content/shell/common/ |
webkit_test_helpers.cc | 21 WebPreferences* to) { 22 to->allow_universal_access_from_file_urls = 24 to->dom_paste_enabled = from.dom_paste_allowed; 25 to->javascript_can_access_clipboard = from.java_script_can_access_clipboard; 26 to->xss_auditor_enabled = from.xss_auditor_enabled; 27 to->editing_behavior = static_cast<webkit_glue::EditingBehavior>( 29 to->default_font_size = from.default_font_size; 30 to->minimum_font_size = from.minimum_font_size; 31 to->default_encoding = from.default_text_encoding_name.utf8().data(); 32 to->javascript_enabled = from.java_script_enabled [all...] |
/external/chromium_org/third_party/opus/src/celt/arm/ |
armopts.s.in | 16 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 19 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 27 ; Set the following to 1 if we have EDSP instructions 31 ; Set the following to 1 if we have ARMv6 media instructions. 34 ; Set the following to 1 if we have NEON (some ARMv7)
|
/external/libopus/celt/arm/ |
armopts.s.in | 16 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 19 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 27 ; Set the following to 1 if we have EDSP instructions 31 ; Set the following to 1 if we have ARMv6 media instructions. 34 ; Set the following to 1 if we have NEON (some ARMv7)
|
/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/ |
SocketConnect.java | 14 private OutputStream to; field in class:SocketConnect 16 public SocketConnect(Socket from, Socket to) throws IOException { 18 this.to = to.getOutputStream(); 32 to.write(buffer, 0, r); 35 to.close();
|
/external/apache-http/src/org/apache/commons/codec/net/ |
RFC1522Codec.java | 10 * Unless required by applicable law or agreed to in writing, software 26 * Implements methods common to all codecs defined in RFC 1522. 31 * describes techniques to allow the encoding of non-ASCII text in 33 * is unlikely to confuse existing message handling software. 48 * Applies an RFC 1522 compliant encoding scheme to the given string of text with the 49 * given charset. This method constructs the "encoded-word" header common to all the 51 * class to perform the specific enconding. 53 * @param text a string to encode 54 * @param charset a charset to be used 84 * Applies an RFC 1522 compliant decoding scheme to the given string of text. This method 106 int to = text.indexOf("?", from); local [all...] |
/device/asus/deb/self-extractors/ |
PART1 | 2 # Usage is subject to the enclosed license agreement 6 echo You must agree to this license before using this software. 8 echo -n Press Enter to view the license
|
/device/asus/flo/self-extractors/ |
PART1 | 2 # Usage is subject to the enclosed license agreement 6 echo You must agree to this license before using this software. 8 echo -n Press Enter to view the license
|
/device/asus/fugu/self-extractors/ |
PART1 | 2 # Usage is subject to the enclosed license agreement 6 echo You must agree to this license before using this software. 8 echo -n Press Enter to view the license
|
/device/asus/grouper/self-extractors/ |
PART1 | 2 # Usage is subject to the enclosed license agreement 6 echo You must agree to this license before using this software. 8 echo -n Press Enter to view the license
|
/device/asus/tilapia/self-extractors/ |
PART1 | 2 # Usage is subject to the enclosed license agreement 6 echo You must agree to this license before using this software. 8 echo -n Press Enter to view the license
|
/device/lge/hammerhead/self-extractors/ |
PART1 | 2 # Usage is subject to the enclosed license agreement 6 echo You must agree to this license before using this software. 8 echo -n Press Enter to view the license
|
/device/lge/mako/self-extractors/ |
PART1 | 2 # Usage is subject to the enclosed license agreement 6 echo You must agree to this license before using this software. 8 echo -n Press Enter to view the license
|
/device/moto/shamu/self-extractors/ |
PART1 | 2 # Usage is subject to the enclosed license agreement 6 echo You must agree to this license before using this software. 8 echo -n Press Enter to view the license
|
/device/samsung/manta/self-extractors/ |
PART1 | 2 # Usage is subject to the enclosed license agreement 6 echo You must agree to this license before using this software. 8 echo -n Press Enter to view the license
|
/external/chromium_org/chrome/installer/util/ |
installer_util_test_common.h | 16 // Copies the hierarcy in |from| to |to|. 18 bool CopyFileHierarchy(const base::FilePath& from, const base::FilePath& to);
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
AnimatableVisibility.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, 39 EVisibility to = toAnimatableVisibility(value)->m_visibility; local 40 return from != VISIBLE && to != VISIBLE; 46 EVisibility to = toAnimatableVisibility(value)->m_visibility; local 47 if (from != VISIBLE && to != VISIBLE)
|
/external/lldb/test/lang/cpp/dynamic-value/ |
Makefile | 3 CXX_SOURCES := pass-to-base.cpp
|
/external/wpa_supplicant_8/src/drivers/ |
Makefile | 2 @echo Nothing to be made. 9 @echo Nothing to be made.
|
/packages/apps/Mms/src/org/w3c/dom/smil/ |
SMILSetElement.java | 24 public void setTo(String to);
|
/external/compiler-rt/ |
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. 6 * - Changes due to the limitations in Android-based consumer electronics. 8 * Some of them are to-dos. If and when they are done, there will no longer be 11 * The file contains useful hints when we try to resolve future 3-way merge 15 * For JellyBean: Synced to upstream r155350 16 * For JellyBean MR1: Synced to upstream r162279 17 * For Jellybean MR2: Synced to upstream r177337 18 * For Key Lime Pie: Synced to upstream r18788 [all...] |
/external/jsilver/src/com/google/streamhtmlparser/impl/ |
ParserStateTable.java | 10 * Unless required by applicable law or agreed to in writing, software 30 * <p>This class provides methods to initially build the state table and then 31 * methods at parsing time to determine the transitions to subsequent states. 35 * ASCII characters, that is characters in the Unicode space of [U+0000 to 36 * U+00FF]. We use that property to design a more efficient state transition 40 * transition exists, we switch to the Internal Error state. 61 * characters in the range 0 to MAX_CHARS -1. 87 * Returns the state to go to when receiving the current {@code char [all...] |
/external/llvm/test/MC/Mips/ |
mips-bad-branches.s | 3 # CHECK: error: branch to misaligned address 5 # CHECK: error: branch to misaligned address 7 # CHECK: error: branch to misaligned address 11 # CHECK: error: branch to misaligned address 13 # CHECK: error: branch to misaligned address 15 # CHECK: error: branch to misaligned address 20 # CHECK: error: branch to misaligned address 22 # CHECK: error: branch to misaligned address 24 # CHECK: error: branch to misaligned address 28 # CHECK: error: branch to misaligned addres [all...] |
/system/core/toolbox/upstream-netbsd/bin/cp/ |
utils.c | 16 * may be used to endorse or promote products derived from this software 20 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 24 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 91 const char *to; member in struct:finfo 102 fi->from, fi->to, written, fi->size, pcent); 125 * If the file DNE, set the mode to be the from file, minus setuid 136 (void)fprintf(stderr, "overwrite %s? ", to.p_path); 147 lstat(to.p_path, &sb) : stat(to.p_path, &sb); 149 warn("stat: %s", to.p_path) [all...] |