HomeSort by relevance Sort by last modified time
    Searched refs:intro (Results 1 - 25 of 39) 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:__anon34395
173 mclfIntro_t intro; /**< Intro for data structure identification. */ member in union:__anon34397
  /external/chromium_org/media/filters/
audio_renderer_algorithm.h 121 // Does a linear crossfade from |intro| into |outtro| for one frame.
122 void CrossfadeFrame(AudioBus* intro,
audio_renderer_algorithm.cc 212 // c) Drop frames until we reach the intro crossfade section.
295 // b) Save the raw frames for the intro crossfade section, then copy the
334 void AudioRendererAlgorithm::CrossfadeFrame(AudioBus* intro,
343 (1.0f - crossfade_ratio) * intro->channel(channel)[intro_offset] +
  /external/chromium_org/chrome/common/extensions/docs/static/css/
site.css 326 /* Provide an intro table for api reference docs. */
327 #gc-pagecontent table.intro
328 #gc-pagecontent table.intro th,
329 #gc-pagecontent table.intro td {
334 #gc-pagecontent table.intro {
338 #gc-pagecontent table.intro th {
344 #gc-pagecontent table.intro td {
350 /* Provide an intro table for api reference docs. */
351 #gc-pagecontent table.intro
352 #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")
  /external/chromium_org/chrome/common/extensions/docs/server2/
intro_data_source.py 14 # TODO(kalman): rename this HTMLDataSource or other, then have separate intro
21 of an intro.
62 '''This class fetches the intros for a given API. From this intro, a table
63 of contents dictionary is created, which contains the headings in the intro.
72 def _MakeIntroDict(self, intro_path, intro):
73 # Guess the name of the API from the path to the intro.
75 intro_with_links = self._ref_resolver.ResolveAllLinks(intro,
93 'intro': Handlebar(intro_with_links),
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_locally_managed_user_creation.css 89 #managed-user-creation-intro-title {
94 #managed-user-creation-intro-placeholder {
101 #managed-user-creation-intro .below-marketing {
105 #managed-user-creation-intro-alternate-text {
110 #managed-user-creation-intro-text-3 {
  /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 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/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...]

Completed in 510 milliseconds

1 2