/external/chromium_org/chrome/common/extensions/docs/server2/ |
intro_data_source.py | 17 # TODO(kalman): rename this HTMLDataSource or other, then have separate intro 20 '''This class fetches the intros for a given API. From this intro, a table 21 of contents dictionary is created, which contains the headings in the intro. 33 def _MakeIntro(self, intro_path, intro): 34 # Guess the name of the API from the path to the intro. 37 self._ref_resolver.ResolveAllLinks(intro,
|
/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:__anon32586 173 mclfIntro_t intro; /**< Intro for data structure identification. */ member in union:__anon32588
|
/external/chromium_org/chrome/common/extensions/docs/static/css/ |
site.css | 371 /* Provide an intro table for api reference docs. */ 372 #gc-pagecontent table.intro 373 #gc-pagecontent table.intro th, 374 #gc-pagecontent table.intro td { 379 #gc-pagecontent table.intro { 383 #gc-pagecontent table.intro td.title { 388 #gc-pagecontent table.intro td { 394 /* Provide an intro table for api reference docs. */ 395 #gc-pagecontent table.intro 396 #gc-pagecontent table.intro th [all...] |
/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")
|
pydoc.py | 1798 def intro(self): function [all...] |
/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")
|
/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 | 95 #managed-user-creation-intro-title { 100 #managed-user-creation-intro-placeholder { 107 #managed-user-creation-intro .below-marketing { 111 #managed-user-creation-intro-alternate-text { 116 #managed-user-creation-intro-text-3 {
|
/external/clang/docs/ |
Makefile | 31 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 | 30 doxygen.intro
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt.package/src/com/android/ide/eclipse/adt/internal/ |
AdtIntro.java | 40 import org.eclipse.ui.intro.IIntroPart;
|
/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');
|
/build/tools/droiddoc/templates-sdk/ |
sdkpage.cs | 491 $("#sdk-terms-form,.sdk-terms-intro").fadeOut('slow');
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
pycodegen.py | 236 intro = "Bad class construction for %s" % self.__class__.__name__ 237 raise AssertionError, intro [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
pycodegen.py | 236 intro = "Bad class construction for %s" % self.__class__.__name__ 237 raise AssertionError, intro [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/ |
test_email.py | [all...] |
test_email_renamed.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/ |
test_email.py | [all...] |