/external/chromium/chrome/browser/autofill/ |
phone_number.cc | 143 // Make a working copy of value. 144 string16 working = value; local 151 StripPunctuation(&working); 153 if (working.size() < kPhoneNumberLength) 157 *number = working.substr(working.size() - kPhoneNumberLength, 159 working.resize(working.size() - kPhoneNumberLength); 160 if (working.size() < kPhoneCityCodeLength) 164 *city_code = working.substr(working.size() - kPhoneCityCodeLength [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/ |
default.build | 28 <mkdir dir="${build.working.dir}/tests" /> 33 <copy todir="${build.working.dir}" overwrite="true"> 40 <copy todir="${build.working.dir}" overwrite="true"> 73 report-output-directory="${build.working.dir}" 77 <include name="${build.working.dir}/${test.assembly.name}" /> 88 output="${build.working.dir}/${assembly.name}" 89 doc="${build.working.dir}/${name}.xml"> 104 <!-- <include name="${build.working.dir}/antlr.runtime.dll" /> --> 114 output="${build.working.dir}/${test.assembly.name}"> 124 <include name="${build.working.dir}/${assembly.name}" / [all...] |
/external/compiler-rt/lib/ubsan/lit_tests/ |
CMakeLists.txt | 8 # working binaries.
|
/external/emma/pregenerated/ |
ANDROID-CHANGES.txt | 6 This is a hack, but it's convenient to keep Emma's own build system working
|
/external/libvpx/libvpx/ |
usage_cx.dox | 6 of time in microseconds the encoder should spend working on the frame. For
|
/external/llvm/test/Transforms/InstCombine/ |
apint-zext2.ll | 1 ; Tests to make sure elimination of casts is working correctly
|
zext.ll | 1 ; Tests to make sure elimination of casts is working correctly
|
apint-zext1.ll | 1 ; Tests to make sure elimination of casts is working correctly
|
/ndk/sources/host-tools/sed-4.2.1/ |
README | 12 version of sed on systems which lack any pre-existing and working
|
README.boot | 1 Because a working sed is a prerequisite for running the ``configure'' 15 Once you get a working version of sed, temporarily install sed/sed
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
uniq.sed | 18 # back working on the second.
|
/external/v8/tools/oom_dump/ |
README | 25 cd <v8 working copy>/tools/oom_dump 26 scons BREAKPAD_DIR=<path to google-breakpad working copy> 28 (Additionally you can control v8 working copy dir, but the default should work.)
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Utility/ |
default.build | 48 output="${build.working.dir}/${assembly.name}" 49 doc="${build.working.dir}/${name}.xml"> 65 <include name="${build.working.dir}/Antlr3.Runtime.dll" /> 66 <include name="${build.working.dir}/StringTemplate.dll" /> 67 <include name="${build.working.dir}/antlr.runtime.dll" />
|
/external/chromium/base/ |
event_recorder_stubs.cc | 8 // platforms that don't have a working EventRecorder implementation.
|
/external/chromium/base/third_party/dmg_fp/ |
gcc_64_bit.patch | 3 +++ dtoa.cc (working copy)
|
/external/clang/test/Analysis/ |
chroot.c | 22 chdir("../"); // change working directory, still out of jail.
|
/external/llvm/test/Transforms/ConstProp/ |
remtest.ll | 1 ; Ensure constant propagation of remainder instructions is working correctly.
|
/external/openssl/crypto/pkcs7/ |
doc | 2 Call to set the type of PKCS7 object we are working on
|
/external/webkit/LayoutTests/fast/dom/HTMLLinkElement/ |
link-and-subresource-test-expected.txt | 3 This test verifies that an image which is prefetched, and which is also contained as a subresource of the current document can be loaded correctly as a subresource. See bug 49236 in which this wasn't working.
|
/external/antlr/antlr-3.4/runtime/Perl5/ |
README | 4 development. Most parts are not working yet, and some of those that are need 6 parts are working, as illustrated by the examples. You'd probably want to
|
/external/webkit/Tools/Scripts/webkitpy/style/ |
main.py | 34 """Change the working directory to the WebKit checkout root, if possible. 38 working directory to the checkout root and converts the paths parameter 49 If this method changed the current working directory to the 75 # root for the current working directory. This would allow 106 # current working directory, and do not change the current 107 # working directory. 112 working directory:
|
/external/genext2fs/m4/ |
ac_func_snprintf.m4 | 7 dnl length; does the same check for vsnprintf. If no working snprintf 20 AC_MSG_CHECKING(for working snprintf) 39 AC_MSG_CHECKING(for working vsnprintf)
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
download_unittest.py | 88 expected_stderr = "Updating working directory\nBuilding WebKit\n" 92 expected_stderr = "Updating working directory\nBuilding WebKit\nRunning Python unit tests\nRunning Perl unit tests\nRunning JavaScriptCore tests\nRunning run-webkit-tests\n" 99 expected_stderr = "Updating working directory\nProcessing 1 patch from 1 bug.\nProcessing patch 197 from bug 42.\n" 106 expected_stderr = "Updating working directory\n2 reviewed patches found on bug 42.\nProcessing 2 patches from 1 bug.\nProcessing patch 197 from bug 42.\nProcessing patch 128 from bug 42.\n" 127 Updating working directory 135 expected_stderr = "Processing 1 patch from 1 bug.\nUpdating working directory\nProcessing patch 197 from bug 42.\nBuilding WebKit\n" 141 Updating working directory 157 Updating working directory 166 Updating working directory 179 expected_stderr = "Preparing rollout for bug 42.\nUpdating working directory\n [all...] |
/docs/source.android.com/src/devices/tech/encryption/ |
index.jd | 21 be done on a new device to get this feature working.</p
|
/docs/source.android.com/src/source/ |
getting-started.jd | 19 <p>Thanks for your interest in Android! To begin working with the platform, whether
|