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

1 2 3 4

  /external/curl/docs/libcurl/
mksymbolsmanpage.pl 74 my ($intro, $dep, $rem);
76 $intro = $1;
84 print ".IP $symbol\nIntroduced in $intro\n";
  /packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/
LiveChannelsUiDeviceHelper.java 45 BySelector welcome = ByResource.id(mTargetResources, com.android.tv.R.id.intro);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
cmd.py 35 If the value of `self.intro' is nonempty when the cmdloop method is called,
71 intro = None variable in class:Cmd
102 def cmdloop(self, intro=None):
119 if intro is not None:
120 self.intro = intro
121 if self.intro:
122 self.stdout.write(str(self.intro)+"\n")
  /prebuilts/gdb/linux-x86/lib/python2.7/
cmd.py 35 If the value of `self.intro' is nonempty when the cmdloop method is called,
71 intro = None variable in class:Cmd
102 def cmdloop(self, intro=None):
119 if intro is not None:
120 self.intro = intro
121 if self.intro:
122 self.stdout.write(str(self.intro)+"\n")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cmd.py 35 If the value of `self.intro' is nonempty when the cmdloop method is called,
71 intro = None variable in class:Cmd
102 def cmdloop(self, intro=None):
119 if intro is not None:
120 self.intro = intro
121 if self.intro:
122 self.stdout.write(str(self.intro)+"\n")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cmd.py 35 If the value of `self.intro' is nonempty when the cmdloop method is called,
71 intro = None variable in class:Cmd
102 def cmdloop(self, intro=None):
119 if intro is not None:
120 self.intro = intro
121 if self.intro:
122 self.stdout.write(str(self.intro)+"\n")
  /external/autotest/client/common_lib/
base_barrier.py 205 intro = client.recv(1024)
206 intro = intro.strip("\r\n")
208 intro_parts = intro.split(' ', 2)
211 client.getpeername(), intro)
  /developers/build/prebuilts/gradle/DataLayer/Wearable/src/main/java/com/example/android/wearable/datalayer/fragments/
DataFragment.java 47 mIntroText = (TextView) view.findViewById(R.id.intro);
  /developers/samples/android/wearable/wear/DataLayer/Wearable/src/main/java/com/example/android/wearable/datalayer/fragments/
DataFragment.java 47 mIntroText = (TextView) view.findViewById(R.id.intro);
  /development/samples/browseable/DataLayer/Wearable/src/com.example.android.wearable.datalayer/fragments/
DataFragment.java 47 mIntroText = (TextView) view.findViewById(R.id.intro);
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
MixedItemSection.java 228 * then the index is preceded by the given intro string.
232 * @param intro {@code non-null;} the introductory string for non-empty indices
235 String intro) {
252 out.annotate(0, intro);
  /dalvik/dx/src/com/android/dx/dex/file/
MixedItemSection.java 227 * then the index is preceded by the given intro string.
231 * @param intro {@code non-null;} the introductory string for non-empty indices
234 String intro) {
251 out.annotate(0, intro);
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
MixedItemSection.java 228 * then the index is preceded by the given intro string.
232 * @param intro {@code non-null;} the introductory string for non-empty indices
235 String intro) {
252 out.annotate(0, intro);
  /external/clang/docs/
Makefile 42 DOXYFILES := doxygen.cfg.in doxygen.intro
  /build/tools/droiddoc/templates-sdk-dev/
sdkpage.cs 153 $(".sdk-terms-intro").text('Your download is in progress.');
284 $(".sdk-terms-intro").text('Redirecting to the install instructions...');
292 $(".sdk-terms-intro").html("<p>Because you've chosen to download " +
  /hardware/bsp/intel/peripheral/libupm/doxy/node/generators/yuidoc/tmpl/assets/css/
main.css 110 .intro code, .intro kbd, .intro samp,
211 /* -- Intro and Example Boxes ----------------------------------------------- */
213 .intro, .example { margin-bottom: 2em; }
223 .intro {
453 /* Module/Class intro description. */
454 .apidocs .intro {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLView.java 244 public void setIntroAnimation(StateTransitionAnimation intro) {
245 mTransition = intro;
  /external/llvm/docs/
Makefile 42 DOXYFILES := doxygen.cfg.in doxygen.intro
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 211 $(".sdk-terms-intro").text('Your download is in progress.');
342 $(".sdk-terms-intro").text('Redirecting to the install instructions...');
350 $(".sdk-terms-intro").html("<p>Because you've chosen to download " +
docpage.cs 132 <p itemprop="description"><?cs var:page.landing.intro ?></p>
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/fixtures/
tokenizer_test.js 192 '<div id="intro">',
  /external/libxml2/doc/
Makefile.am 15 interface.html intro.html library.html namespaces.html news.html \
152 intro.html \
  /external/autotest/contrib/
coverage.py 207 def doSuite(self, intro, body, exclude=0):
209 if exclude or (intro and not self.recordNodeLine(intro)):
    [all...]
  /build/tools/droiddoc/templates-ndk/
docpage.cs 109 <p itemprop="description"><?cs var:page.landing.intro ?></p>
  /build/tools/droiddoc/templates-sdk-refonly/
docpage.cs 132 <p itemprop="description"><?cs var:page.landing.intro ?></p>

Completed in 815 milliseconds

1 2 3 4