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

1 2 3 4 5

  /external/curl/docs/libcurl/
mksymbolsmanpage.pl 74 my ($intro, $dep, $rem);
76 $intro = $1;
84 print ".IP $symbol\nIntroduced in $intro\n";
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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/tensorflow/tensorflow/java/src/gen/perl/
tftypes.pl 160 my $intro = ($trank > 0)
165 ." * $intro\n"
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
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/python/cpython2/Lib/
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/python/cpython3/Lib/
cmd.py 35 If the value of `self.intro' is nonempty when the cmdloop method is called,
68 intro = None variable in class:Cmd
98 def cmdloop(self, intro=None):
115 if intro is not None:
116 self.intro = intro
117 if self.intro:
118 self.stdout.write(str(self.intro)+"\n")
  /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/libcups/filter/
Makefile 182 --header api-raster.header --intro api-raster.shtml \
192 --intro postscript-driver.shtml \
198 --intro ppd-compiler.shtml \
204 --intro raster-driver.shtml \
210 --intro spec-ppd.shtml \
  /packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/
LiveChannelsUiDeviceHelper.java 63 BySelector welcome = ByResource.id(mTargetResources, com.android.tv.R.id.intro);
  /external/autotest/client/common_lib/
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 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/libcups/cups/
Makefile 610 --header api-admin.header --intro api-admin.shtml \
616 --header api-ppd.header --intro api-ppd.shtml \
622 --header api-filter.header --intro api-filter.shtml \
  /external/wpa_supplicant_8/wpa_supplicant/
dpp_supplicant.c 1246 struct dpp_introduction intro; local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLView.java 244 public void setIntroAnimation(StateTransitionAnimation intro) {
245 mTransition = intro;
  /external/swiftshader/third_party/LLVM/docs/
Makefile 31 doxygen.intro
  /external/wpa_supplicant_8/src/common/
dpp.h 253 int dpp_peer_intro(struct dpp_introduction *intro, const char *own_connector,
  /external/wpa_supplicant_8/src/ap/
dpp_hostapd.c 897 struct dpp_introduction intro; local
940 if (dpp_peer_intro(&intro, hapd->conf->dpp_connector,
958 if (wpa_auth_pmksa_add2(hapd->wpa_auth, src, intro.pmk, intro.pmk_len,
959 intro.pmkid, expiration,
    [all...]
  /external/doclava/res/assets/templates-sdk/
docpage.cs 135 <p itemprop="description"><?cs var:page.landing.intro ?></p>
196 <p itemprop="description"><?cs var:page.landing.intro ?></p>

Completed in 1113 milliseconds

1 2 3 4 5