HomeSort by relevance Sort by last modified time
    Searched refs:before (Results 126 - 150 of 2340) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
HyperParser.py 38 # its status will be the same as the char before it, if should.
54 # its status will be the same as the char before it, if should.
79 raise ValueError("The index given is before the analyzed statement")
106 defined in openers (or at least has one before it), return the
109 If it is not surrounded by brackets, or the end of line comes before
113 before = self.indexbracket
114 while not self.isopener[before] or \
115 self.rawtext[self.bracketing[before][0]] not in openers or \
116 self.bracketing[before][1] > bracketinglevel:
117 before -=
    [all...]
AutoExpand.py 52 before = self.text.get("1.0", "insert wordstart")
53 wbefore = re.findall(r"\b" + word + r"\w+\b", before)
54 del before
62 # search backwards through words before
  /bionic/libc/upstream-netbsd/libc/include/isc/
list.h 90 #define INSERT_BEFORE(list, before, elt, link) \
93 if ((before)->link.prev == NULL) \
96 (elt)->link.prev = (before)->link.prev; \
97 (before)->link.prev = (elt); \
99 (elt)->link.next = (before); \
  /frameworks/base/services/tests/servicestests/src/com/android/server/
DropBoxTest.java 57 long before = System.currentTimeMillis(); local
68 DropBoxManager.Entry e0 = dropbox.getNextEntry("DropBoxTest", before);
73 assertTrue(e0.getTimeMillis() > before);
91 long before = System.currentTimeMillis();
95 DropBoxManager.Entry e = dropbox.getNextEntry("DropBoxTest", before);
99 assertTrue(e.getTimeMillis() >= before);
111 long before = System.currentTimeMillis();
141 DropBoxManager.Entry e0 = dropbox.getNextEntry("DropBoxTest", before);
147 assertTrue(e0.getTimeMillis() > before);
178 long before = System.currentTimeMillis() local
252 long before = System.currentTimeMillis(); local
285 long before = System.currentTimeMillis(); local
344 long before = System.currentTimeMillis(); local
439 long before = System.currentTimeMillis(); local
717 int before = countOpenFiles(); local
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkThread_platform.h 43 int32_t before = __sync_val_compare_and_swap(addr, value, value + 1); local
45 if (before == value) {
48 value = before;
  /external/chromium_org/third_party/skia/src/ports/
SkThread_pthread.cpp 57 int32_t before = __sync_val_compare_and_swap(addr, value, value + 1); local
59 if (before == value) {
62 value = before;
  /external/skia/include/core/
SkThread_platform.h 43 int32_t before = __sync_val_compare_and_swap(addr, value, value + 1); local
45 if (before == value) {
48 value = before;
  /external/skia/src/ports/
SkThread_pthread.cpp 57 int32_t before = __sync_val_compare_and_swap(addr, value, value + 1); local
59 if (before == value) {
62 value = before;
  /external/stlport/src/
sparc_atomic64.s 19 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before
38 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before
58 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before
  /ndk/sources/cxx-stl/stlport/src/
sparc_atomic64.s 19 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before
38 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before
58 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
AutoExpand.py 52 before = self.text.get("1.0", "insert wordstart")
53 wbefore = re.findall(r"\b" + word + r"\w+\b", before)
54 del before
62 # search backwards through words before
  /external/chromium_org/sync/internal_api/public/base/
unique_position.cc 98 UniquePosition UniquePosition::Before(
103 const std::string& before = FindSmallerWithSuffix( local
105 return UniquePosition(before + suffix, suffix);
121 const UniquePosition& before,
124 DCHECK(before.IsValid());
126 DCHECK(before.LessThan(after));
129 Uncompress(before.compressed_),
312 const std::string& before,
316 DCHECK_NE(before, after);
317 DCHECK_LT(before, after)
    [all...]
unique_position.h 66 static UniquePosition Before(const UniquePosition& x,
70 static UniquePosition Between(const UniquePosition& before,
112 // Returns a string X such that |before| < (X ++ |suffix|) < |after|.
113 // |before| and after must be a trailing substrings of valid ordinals.
115 static std::string FindBetweenWithSuffix(const std::string& before,
  /cts/suite/pts/deviceTests/opengl/jni/graphics/
TexturedMeshNode.cpp 21 void TexturedMeshNode::before(Program& program, Matrix& model, Matrix& view, Matrix& projection) { function in class:TexturedMeshNode
  /external/chromium-trace/trace-viewer/src/base/
unittest.css 74 .test-result:before,
75 .individual-result:before {
  /external/chromium_org/native_client_sdk/src/tools/tests/
chrome_mock.py 25 ' if it isn\'t killed before it finishes sleeping.',
  /external/chromium_org/third_party/libjingle/source/talk/base/
timeutils_unittest.cc 150 time_t before = ::time(NULL); local
154 // Assert that 'tm' represents a time between 'before' and 'after'.
156 time_t local_delta = before - ::mktime(::gmtime(&before)); // NOLINT
159 EXPECT_TRUE(before <= t && t <= after);
  /external/chromium_org/ui/webui/resources/css/
menu.css 70 menu > [checked]::before {
82 menu > [selected][checked]:active::before {
  /external/llvm/test/MC/ARM/
eh-directive-pad-diagnostics.s 11 @ TEST1: .pad before .fnstart
eh-directive-personality-diagnostics.s 11 @ TEST1: .personality before .fnstart
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-scheme.rb 10 before do
  /external/chromium_org/third_party/WebKit/Source/core/dom/
PseudoElement.cpp 46 DEFINE_STATIC_LOCAL(const String, before, ("::before"));
50 case BEFORE:
51 return before;
87 if (style->styleType() != BEFORE && style->styleType() != AFTER)
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLFormattingElementList.h 68 // callers should check isMarker() before calling element().
90 void moveToAfter(Entry* before)
93 m_mark = before;
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/handlers/
testfilehandler.py 47 PARAM_BEFORE = "before"
74 before = self.request.get(PARAM_BEFORE)
77 "Deleting File, master: %s, builder: %s, test_type: %s, name: %s, before: %s, key: %s.",
78 master, builder, test_type, name, before, key)
81 num_deleted = TestFile.delete_file(key, master, builder, test_type, name, before, limit)
90 def _get_file_list(self, master, builder, test_type, name, before, limit, callback_name=None):
100 master, builder, test_type, name, before, load_data=False, limit=limit)
188 before = self.request.get(PARAM_BEFORE)
194 "Getting files, master %s, builder: %s, test_type: %s, name: %s, before: %s.",
195 master, builder, test_type, name, before)
    [all...]
  /frameworks/base/tools/preload/
Record.java 152 String before = result.substring(0, offset); local
156 result = String.format("%s%c%s", before, Integer.parseInt(escaped, 16), after);

Completed in 803 milliseconds

1 2 3 4 56 7 8 91011>>