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

1 2

  /hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/
mcLoadFormat.h 92 * MCLF intro for data structure identification.
116 mclfIntro_t intro; /**< MCLF header start with the mandatory intro. */ member in struct:__anon42167
173 mclfIntro_t intro; /**< Intro for data structure identification. */ member in union:__anon42169
  /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/chromium_org/third_party/blanketjs/src/
blanket.js     [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
api_data_source.py 321 to create an API intro table.
340 ''' Generates the 'Description' row data for an API intro table.
350 ''' Generates the 'Availability' row data for an API intro table.
422 ''' Generates miscellaneous intro table row data, such as 'Permissions',
  /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/chromium_org/chrome/browser/resources/chromeos/login/
screen_locally_managed_user_creation.css 113 #managed-user-creation-intro-title {
118 #managed-user-creation-intro-placeholder {
125 #managed-user-creation-intro .below-marketing {
129 #managed-user-creation-intro-alternate-text {
134 #managed-user-creation-intro-text-3 {
  /external/clang/docs/
Makefile 36 doxygen.intro
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLView.java 244 public void setIntroAnimation(StateTransitionAnimation intro) {
245 mTransition = intro;
  /external/llvm/docs/
Makefile 35 doxygen.intro
  /external/chromium_org/native_client_sdk/doc_generated/_static/css/
nacl.css 77 #home .big-intro {
  /external/chromium_org/native_client_sdk/src/doc/_static/css/
nacl.css 77 #home .big-intro {
  /developers/samples/android/wearable/wear/DataLayer/Wearable/src/main/java/com/example/android/datalayer/
MainActivity.java 80 mIntroText = (TextView) findViewById(R.id.intro);
  /development/samples/wearable/DataLayer/Wearable/src/main/java/com/example/android/wearable/datalayer/
MainActivity.java 80 mIntroText = (TextView) findViewById(R.id.intro);
  /build/tools/droiddoc/templates-sdk/
docpage.cs 125 <p itemprop="description"><?cs var:page.landing.intro ?></p>
sdkpage.cs 491 $("#sdk-terms-form,.sdk-terms-intro").fadeOut('slow', function() {
  /build/tools/droiddoc/templates-sdk-dyn/
docpage.cs 118 <p itemprop="description"><?cs var:page.landing.intro ?></p>
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/styles/
style.css 211 .demo .intro {
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 12 The \xref{vorbis:spec:intro} provides an overview of the construction
05-comment.tex 152 intro page} for more information on ISRC numbers.
  /build/tools/droiddoc/templates-ds/
sdkpage.cs 416 $("#sdk-terms-form,.sdk-terms-intro").fadeOut('slow');
  /build/tools/droiddoc/templates-sac/
sdkpage.cs 415 $("#sdk-terms-form,.sdk-terms-intro").fadeOut('slow');
  /external/lldb/examples/python/
crashlog.py 414 self.intro = 'Interactive crashlogs prompt, type "help" to see a list of supported commands.'
    [all...]

Completed in 925 milliseconds

1 2