HomeSort by relevance Sort by last modified time
    Searched refs:working (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /external/clang/test/PCH/
working-directory.h 1 #include <Inputs/working-directory-1.h>
  /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/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parsePatch.pl 46 +++ Makefile (working copy)
52 +++ Makefile_new (working copy)
63 +++ Makefile (working copy)
parseDiffHeader.pl 58 +++ index_path.py (working copy)
68 +++ index_path.py (working copy)
parseSvnDiffHeader.pl 49 +++ WebKitTools/Scripts/VCSUtils.pm (working copy)
59 +++ WebKitTools/Scripts/VCSUtils.pm (working copy)
124 +++ index_path.py (working copy)
134 +++ index_path.py (working copy)
150 +++ index_path.py (working copy)\r
160 +++ index_path.py (working copy)\r
175 +++ bad_path (working copy)
185 +++ index_path.py (working copy)
parseDiff.pl 42 +++ Makefile (working copy)
55 +++ Makefile (working copy)
154 +++ Makefile (working copy)
170 +++ Makefile (working copy)
192 +++ Makefile_new (working copy)
212 +++ Makefile (working copy)
225 +++ Makefile (working copy)
244 +++ Makefile (working copy)
259 +++ Makefile (working copy)
286 +++ Makefile (working copy
    [all...]
parseDiffWithMockFiles.pl 103 +++ Makefile (working copy)
182 +++ MakefileWithWindowsEOL (working copy)
198 +++ MakefileWithWindowsEOL (working copy)
222 +++ MakefileWithMacEOL (working copy)
233 +++ MakefileWithMacEOL (working copy)
  /external/chromium_org/extensions/common/
url_pattern_set.cc 67 // Do the first merge step into a working set so that we don't mutate any of
69 std::vector<URLPatternSet> working;
74 working.push_back(u);
76 working.push_back(sets[i]);
80 for (size_t skip = 1; skip < working.size(); skip *= 2) {
81 for (size_t i = 0; i < (working.size() - skip); i += skip) {
83 URLPatternSet::CreateUnion(working[i], working[i + skip], &u);
84 working[i].patterns_.swap(u.patterns_);
88 out->patterns_.swap(working[0].patterns_)
    [all...]
extension.cc 226 std::string working = input;
227 if (StartsWithASCII(working, kKeyBeginHeaderMarker, true)) {
228 working = CollapseWhitespaceASCII(working, true);
229 size_t header_pos = working.find(kKeyInfoEndMarker,
234 size_t end_pos = working.rfind(kKeyBeginFooterMarker);
240 working = working.substr(start_pos, end_pos - start_pos);
241 if (working.length() == 0)
245 return base::Base64Decode(working, output)
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/
Application.mk 10 # The only STL implementation currently working with exceptions
  /external/chromium_org/third_party/skia/src/animator/
SkAnimatorScript2.h 27 SkAnimatorScript2(SkAnimateMaker& , SkDisplayable* working, SkDisplayTypes type);
SkAnimatorScript2.cpp 167 SkDisplayable* working = fEngine->getWorking(); local
168 if (displayable->canContainDependents() && working && working->isAnimate()) {
169 SkAnimateBase* animator = (SkAnimateBase*) working;
172 depend->addDependent(working);
366 SkAnimatorScript2::SkAnimatorScript2(SkAnimateMaker& maker, SkDisplayable* working, SkDisplayTypes type) :
367 SkScriptEngine2(ToOpType(type)), fMaker(maker), fWorking(working) {
  /external/skia/src/animator/
SkAnimatorScript2.h 27 SkAnimatorScript2(SkAnimateMaker& , SkDisplayable* working, SkDisplayTypes type);
SkAnimatorScript2.cpp 167 SkDisplayable* working = fEngine->getWorking(); local
168 if (displayable->canContainDependents() && working && working->isAnimate()) {
169 SkAnimateBase* animator = (SkAnimateBase*) working;
172 depend->addDependent(working);
366 SkAnimatorScript2::SkAnimatorScript2(SkAnimateMaker& maker, SkDisplayable* working, SkDisplayTypes type) :
367 SkScriptEngine2(ToOpType(type)), fMaker(maker), fWorking(working) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeInterval.h 132 const_iterator working = aNext->x1() < bNext->x1() ? aNext++ : bNext++; local
136 if (working->overlaps(*next)) {
137 result.append(working->intersect(*next));
138 if (next->x2() > working->x2())
139 working = next;
141 working = next;
  /external/chromium_org/content/test/data/gpu/functional_files/
context.js 24 // Only continue if WebGL is available and working.
  /external/chromium_org/remoting/webapp/
paired_client_manager.js 207 * Enter or leave "working" mode. This indicates to the user that a delete
210 * @param {boolean} working True to enter "working" mode; false to leave it.
213 remoting.PairedClientManager.prototype.setWorking_ = function(working) {
216 this.pairedClients_[i].showButton(!working);
218 this.closeButton_.disabled = working;
219 this.workingSpinner_.hidden = !working;
222 this.deleteAllButton_.disabled = working || !hasPairedClients;
  /external/chromium_org/
Android.mk 20 # We default to release for the Android build system. Developers working on
  /frameworks/base/packages/Keyguard/test/
Android.mk 23 # Remove these to verify permission checks are working correctly
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/tcp/
SelectorKernel.java 227 private ByteBuffer working = ByteBuffer.allocate( 8192 ); field in class:SelectorKernel.SelectorThread
361 working.clear();
365 size = c.read(working);
380 newData( p, c, working, size );
  /external/chromium_org/third_party/icu/source/test/intltest/
wbnf.cpp 790 const char * working; member in class:Scanner
795 working--; // return the peeked character
803 working = src;
804 history = working;
819 history = working; // for debug
821 char c = *working++;
844 case 0 : tokenType = STREAM_END; working-- /*avoid buffer overflow*/; break;
929 working--;
    [all...]
  /external/icu4c/test/intltest/
wbnf.cpp 790 const char * working; member in class:Scanner
795 working--; // return the peeked character
803 working = src;
804 history = working;
819 history = working; // for debug
821 char c = *working++;
844 case 0 : tokenType = STREAM_END; working-- /*avoid buffer overflow*/; break;
929 working--;
    [all...]
  /external/apache-harmony/
Android.mk 19 # TODO: get these working too!
  /external/chromium_org/chrome/browser/resources/help/
help.css 81 #update-status-icon.working {
  /external/chromium_org/third_party/WebKit/ManualTests/inspector-wrappers/
inspector-wrappers-test-utils.js 29 "check whether JavaScript object wrappers are working (bug 16837, bug 16011).</p>" +

Completed in 781 milliseconds

1 2 3 4 5