HomeSort by relevance Sort by last modified time
    Searched full:enclose (Results 1 - 25 of 179) sorted by null

1 2 3 4 5 6 7 8

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
commands.py 77 # Two strategies: enclose in single quotes if it contains none;
78 # otherwise, enclose in double quotes and prefix quotable characters
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
commands.py 77 # Two strategies: enclose in single quotes if it contains none;
78 # otherwise, enclose in double quotes and prefix quotable characters
  /external/strace/
TODO 14 enclose "total x dents" in a comment
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p2-0x.cpp 36 template<> void N0::f0(long) { } // expected-error{{does not enclose namespace}}
132 template<> double N0::X0<double>::member = 3.14; // expected-error{{does not enclose namespace}}
230 void N0::X0<void*>::ft1(void *, long) { } // expected-error{{does not enclose namespace}}
p2.cpp 36 template<> void N0::f0(long) { } // expected-error{{does not enclose namespace}}
133 template<> double N0::X0<double>::member = 3.14; // expected-error{{does not enclose namespace}}
231 void N0::X0<void*>::ft1(void *, long) { } // expected-error{{does not enclose namespace}}
  /external/junit/src/org/junit/rules/
RuleChain.java 81 * the rule to enclose.
  /external/llvm/test/CodeGen/Thumb2/
ldr-str-imm12.ll 23 define %union.rec* @Manifest(%union.rec* %x, %union.rec* %env, %struct.STYLE* %style, %union.rec** %bthr, %union.rec** %fthr, %union.rec** %target, %union.rec** %crs, i32 %ok, i32 %need_expand, %union.rec** %enclose, i32 %fcr) nounwind {
56 %0 = call %union.rec* @Manifest(%union.rec* undef, %union.rec* %env, %struct.STYLE* %style, %union.rec** %bthr, %union.rec** %fthr, %union.rec** %target, %union.rec** %crs, i32 %ok, i32 %need_expand, %union.rec** %enclose, i32 %fcr) nounwind ; <%union.rec*> [#uses=0]
  /external/chromium/net/base/
backoff_entry.h 45 // Lifetime of policy must enclose lifetime of BackoffEntry. The
  /external/chromium_org/chrome/browser/ui/panels/
native_panel_stack_window.h 32 // window might be created to enclose all the panels in the stack. The lifetime
  /external/chromium_org/net/base/
backoff_entry.h 58 // Lifetime of policy must enclose lifetime of BackoffEntry. The
  /external/clang/test/SemaCXX/
qual-id-test.cpp 147 // expected-error{{cannot define or redeclare 'foo' here because namespace 'Inner' does not enclose namespace 'PR6645'}}
  /external/guava/guava/src/com/google/common/collect/
Range.java 252 * <li>{@code (3..6]} does not enclose {@code [3..6]}
253 * <li>{@code [4..5]} does not enclose {@code (3..6)} (even though it contains
255 * <li>{@code [3..6]} does not enclose {@code (1..1]} (even though it contains
326 * <li>{@code [2, 4)} and {@code [3, 5)} are connected, because both enclose
328 * <li>{@code [2, 4)} and {@code [4, 6)} are connected, because both enclose
  /frameworks/base/docs/html/training/multiple-threads/
create-threadpool.jd 45 code is thread-safe. Enclose variables that can be accessed by more than one thread in a
84 have to enclose accesses to the class in a <code>synchronized</code> block:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py 146 if hasattr(curses, 'enclose'):
147 stdscr.enclose()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py 146 if hasattr(curses, 'enclose'):
147 stdscr.enclose()
  /external/chromium/net/url_request/
url_request_throttler_entry.h 70 // The manager object's lifetime must enclose the lifetime of this object.
  /external/chromium_org/net/url_request/
url_request_throttler_entry.h 68 // The manager object's lifetime must enclose the lifetime of this object.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
envset.cmd 88 /* Optionally enclose path variable by quotes */
  /external/tinyalsa/
tinymix.c 228 fprintf(stderr, "Enclose strings in quotes and try again\n");
  /system/core/sh/
error.h 49 * We enclose jmp_buf in a structure so that we can declare pointers to
  /external/chromium_org/third_party/skia/include/core/
SkRect.h 336 /** Update this rectangle to enclose itself and the specified rectangle.
342 /** Update this rectangle to enclose itself and the specified rectangle.
480 /** return the 4 points that enclose the rectangle (top-left, top-right, bottom-right,
673 * Update this rectangle to enclose itself and the specified rectangle.
679 /** Update this rectangle to enclose itself and the specified rectangle.
  /external/skia/include/core/
SkRect.h 336 /** Update this rectangle to enclose itself and the specified rectangle.
342 /** Update this rectangle to enclose itself and the specified rectangle.
480 /** return the 4 points that enclose the rectangle (top-left, top-right, bottom-right,
673 * Update this rectangle to enclose itself and the specified rectangle.
679 /** Update this rectangle to enclose itself and the specified rectangle.
  /external/chromium/net/http/
http_auth_cache.cc 187 // No element of paths_ may enclose any other element.
  /external/chromium/sdch/open-vcdiff/src/
vcdiff_defs.h 45 // Note the convention that square-brackets enclose optional items.
  /external/chromium_org/net/http/
http_auth_cache.cc 187 // No element of paths_ may enclose any other element.

Completed in 716 milliseconds

1 2 3 4 5 6 7 8