/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
UiSeparatorAttributeNode.java | 54 * Sets whether the attribute is dirty and also notifies the editor some part's dirty 70 * typically when the UI is part of a master-detail tree, as pages are swapped. 73 * @param managedForm The managed form owning this part.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/ |
OpenWizardAction.java | 119 IWorkbenchPart part = window.getPartService().getActivePart(); local 120 if (part instanceof IEditorPart) { 121 IEditorInput input = ((IEditorPart) part).getEditorInput();
|
/frameworks/base/core/java/com/google/android/util/ |
AbstractMessageParser.java | 48 /** Get the possible values for the last part of a domain name. 72 private ArrayList<Part> parts; 104 this.parts = new ArrayList<Part>(); 121 /** Return the part at the given index. */ 122 public final Part getPart(int index) { return parts.get(index); } 125 public final List<Part> getParts() { return parts; } 237 parts.add(new Part()); 242 // The first part inherits the meText of the line. 248 /** Returns the last part in the list. */ 249 private Part lastPart() { return parts.get(parts.size() - 1); [all...] |
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_wtsynth.c | 55 static EAS_I32 WT_UpdatePhaseInc (S_WT_VOICE *pWTVoice, const S_ARTICULATION *pArt, S_SYNTH_CHANNEL *pChannel, EAS_I32 pitchCents); 56 static EAS_I32 WT_UpdateGain (S_SYNTH_VOICE *pVoice, S_WT_VOICE *pWTVoice, const S_ARTICULATION *pArt, S_SYNTH_CHANNEL *pChannel, EAS_I32 gain); 66 static void WT_UpdateFilter (S_WT_VOICE *pWTVoice, S_WT_INT_FRAME *pIntFrame, const S_ARTICULATION *pArt); 282 * and the RPN2 (coarse tuning) value. By using RPN2 as part of the 311 const S_ARTICULATION *pArt; 346 pArt = &pSynth->pEAS->pArticulations[pWTVoice->artIndex]; 351 pWTVoice->eg1Increment = pArt->eg1.attackTime; 354 pWTVoice->eg2Increment = pArt->eg2.attackTime; 358 pWTVoice->modLFO.lfoPhase = -pArt->lfoDelay; 371 pan += pArt->pan [all...] |
/external/sonivox/arm-wt-22k/lib_src/ |
eas_wtsynth.c | 55 static EAS_I32 WT_UpdatePhaseInc (S_WT_VOICE *pWTVoice, const S_ARTICULATION *pArt, S_SYNTH_CHANNEL *pChannel, EAS_I32 pitchCents); 56 static EAS_I32 WT_UpdateGain (S_SYNTH_VOICE *pVoice, S_WT_VOICE *pWTVoice, const S_ARTICULATION *pArt, S_SYNTH_CHANNEL *pChannel, EAS_I32 gain); 66 static void WT_UpdateFilter (S_WT_VOICE *pWTVoice, S_WT_INT_FRAME *pIntFrame, const S_ARTICULATION *pArt); 282 * and the RPN2 (coarse tuning) value. By using RPN2 as part of the 311 const S_ARTICULATION *pArt; 346 pArt = &pSynth->pEAS->pArticulations[pWTVoice->artIndex]; 351 pWTVoice->eg1Increment = pArt->eg1.attackTime; 354 pWTVoice->eg2Increment = pArt->eg2.attackTime; 358 pWTVoice->modLFO.lfoPhase = -pArt->lfoDelay; 371 pan += pArt->pan [all...] |
/external/webkit/WebKit/android/nav/ |
CachedFrame.cpp | 378 for (size_t part = 0; part < parts; part++) { 379 WebCore::IntRect testRect = test->ring(this, part); 532 for (size_t part = 0; part < partMax; part++) { 533 WebCore::IntRect testBounds = test->ring(this, part); 573 WebCore::IntRect rect = test->ring(this, part); 626 for (size_t part = 0; part < parts; part++) [all...] |
/dalvik/libcore/xml/src/main/java/org/w3c/dom/ |
TypeInfo.java | 35 * <p> If the document's schema is an XML Schema [<a href='http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/'>XML Schema Part 1</a>] 110 * If the document's schema is an XML Schema [<a href='http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/'>XML Schema Part 1</a>] 122 * If the document's schema is an XML Schema [<a href='http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/'>XML Schema Part 1</a>] 132 * If the document's schema is an XML Schema [<a href='http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/'>XML Schema Part 1</a>] 146 * If the document's schema is an XML Schema [<a href='http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/'>XML Schema Part 1</a>]
|
/external/icu4c/common/ |
ucnv_bld.h | 34 /* at most 4 bytes per substitution character (part of .cnv file format! see UConverterStaticData) */ 91 * the immutable, shared part of UConverter. 107 /*initial values of some members of the mutable part of object */ 127 /* Defines a UConverter, the lightweight mutable part the user sees */ 172 UConverterSharedData *sharedData; /* Pointer to the shared immutable part of the converter object */
|
/external/jpeg/ |
jidctflt.c | 5 * This file is part of the Independent JPEG Group's software. 121 /* Even part */ 139 /* Odd part */ 188 /* Even part */ 201 /* Odd part */
|
jidctint.c | 5 * This file is part of the Independent JPEG Group's software. 203 /* Even part: reverse the even part of the forward DCT. */ 224 /* Odd part per figure 8; the matrix is unitary and hence its 308 /* Even part: reverse the even part of the forward DCT. */ 326 /* Odd part per figure 8; the matrix is unitary and hence its
|
jmemmgr.c | 5 * This file is part of the Independent JPEG Group's software. 759 /* Access the part of a virtual sample array starting at start_row */ 771 /* Make the desired part of the virtual array accessible */ 781 /* Decide what part of virtual array to access. 799 /* Read in the selected part of the array. 801 * because the selected part is all undefined. 805 /* Ensure the accessed part of the array is defined; prezero if needed. 806 * To improve locality of access, we only prezero the part of the array 835 /* Return address of proper part of the buffer */ 844 /* Access the part of a virtual block array starting at start_row * [all...] |
/external/webkit/WebCore/platform/ |
ScrollbarThemeComposite.cpp | 199 void ScrollbarThemeComposite::invalidatePart(Scrollbar* scrollbar, ScrollbarPart part) 201 if (part == NoPart) 205 switch (part) { 227 if (part == BackTrackPart) 229 else if (part == ForwardTrackPart)
|
/frameworks/base/docs/html/guide/topics/manifest/ |
data-element.jd | 72 <dd>The host part of a URI authority. This attribute is meaningless 94 <dd>The path part of a URI. The {@code path} attribute specifies a complete 97 only the initial part of the path in the Intent object. The {@code pathPattern} 131 <dd>The port part of a URI authority. This attribute is meaningful only 137 <dd>The scheme part of a URI. This is the minimal essential attribute for
|
/frameworks/base/telephony/java/android/telephony/gsm/ |
SmsManager.java | 98 * Send a multi-part text based SMS. The callee should have already 108 * <code>PendingIntent</code>s (one for each message part) that is 109 * broadcast when the corresponding message part has been sent. 119 * <code>PendingIntent</code>s (one for each message part) that is 120 * broadcast when the corresponding message part has been delivered
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
ResourceExplorerView.java | 58 import org.eclipse.ui.part.ViewPart; 185 public void selectionChanged(IWorkbenchPart part, ISelection selection) { 186 // first we test if the part is an editor. 187 if (part instanceof IEditorPart) { 189 IEditorInput input = ((IEditorPart)part).getEditorInput();
|
/system/wlan/ti/wilink_6_1/Txn/ |
SdioBusDrv.c | 67 /* A single SDIO bus transaction which is a part of a complete transaction (TTxnStruct) */ 368 /* If current buffer has a remainder, prepare its transaction part */ 378 /* If not fixed HW address, increment it by this part's size */ 401 /* If not fixed HW address, increment it by this part's size */ 415 /* If current buffer has full SDIO blocks, prepare a block-mode transaction part */ 440 * If a transaction part is Async, the loop continues later in the TxnDone ISR context. 575 /* If last transaction part failed, set error in Txn struct, call TxnDone CB and exit. */
|
/external/proguard/src/proguard/classfile/util/ |
ClassUtil.java | 54 * @param majorVersion the major part of the class version number. 55 * @param minorVersion the minor part of the class version number. 65 * Returns the major part of the given class version number. 67 * @return the major part of the class version number. 108 * Returns the minor part of the given class version number. 110 * @return the minor part of the class version number. 555 // Strip the array part, if any. 562 // Analyze the actual type part. 592 // Prepend the array part, if any. 637 // Strip the array part, if any [all...] |
/packages/apps/Email/src/com/android/email/ |
MessagingController.java | 26 import com.android.email.mail.Part; [all...] |
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/ |
log2_norm.cpp | 93 exponent = pointer to the integer part of Log2 (of type Word16) 95 fraction = pointer to the fractional part of Log2 (of type Word16) 99 exponent points to the newly calculated integer part of Log2 100 fraction points to the newly calculated fractional part of Log2 140 Word16 *exponent, // (o) : Integer part of Log2. (range: 0<=val<=30) 141 Word16 *fraction // (o) : Fractional part of Log2. (range: 0<=val<1) 199 Word16 *exponent, /* (o) : Integer part of Log2. (range: 0<=val<=30)*/ 200 Word16 *fraction /* (o) : Fractional part of Log2. (range: 0<=val<1) */ 218 /* which is needed to calculate fractional part of Log2 */ 227 /* Fraction part of Log2 is approximated by using table[] * [all...] |
/external/speex/libspeex/ |
ltp.c | 65 spx_word32_t part=0; local 66 part = MAC16_16(part,*x++,*y++); 67 part = MAC16_16(part,*x++,*y++); 68 part = MAC16_16(part,*x++,*y++); 69 part = MAC16_16(part,*x++,*y++); 71 sum = ADD32(sum,SHR32(part,6)) [all...] |
/external/webkit/WebCore/rendering/ |
RenderThemeChromiumWin.cpp | 2 * This file is part of the WebKit project. 525 ControlPart part = o->style()->appearance(); local 528 if (part == SliderHorizontalPart || part == SliderVerticalPart) 532 if (isReadOnlyControl(o) && (part == TextFieldPart || part == TextAreaPart || part == SearchFieldPart)) 535 if (part == SliderThumbHorizontalPart || part == SliderThumbVerticalPart) { 547 else if (supportsFocus(part) && isFocused(o)) // So does focuse [all...] |
/frameworks/base/media/libstagefright/codecs/amrnb/common/src/ |
log2_norm.cpp | 93 exponent = pointer to the integer part of Log2 (of type Word16) 95 fraction = pointer to the fractional part of Log2 (of type Word16) 99 exponent points to the newly calculated integer part of Log2 100 fraction points to the newly calculated fractional part of Log2 140 Word16 *exponent, // (o) : Integer part of Log2. (range: 0<=val<=30) 141 Word16 *fraction // (o) : Fractional part of Log2. (range: 0<=val<1) 199 Word16 *exponent, /* (o) : Integer part of Log2. (range: 0<=val<=30)*/ 200 Word16 *fraction /* (o) : Fractional part of Log2. (range: 0<=val<1) */ 218 /* which is needed to calculate fractional part of Log2 */ 227 /* Fraction part of Log2 is approximated by using table[] * [all...] |
/packages/apps/Email/tests/src/com/android/email/mail/store/ |
ImapStoreUnitTests.java | 25 import com.android.email.mail.Part; 200 * @param id the IMAP Id string (the part inside the parens) 508 ArrayList<Part> viewables = new ArrayList<Part>(); 509 ArrayList<Part> attachments = new ArrayList<Part>(); 512 Part emptyBodyPart = viewables.get(0); 518 // of the empty part's NIL and possibly a crash. 521 viewables = new ArrayList<Part>(); 522 attachments = new ArrayList<Part>(); [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/ |
SMSDispatcher.java | 131 /** single part SMS */ 547 * If this is the last part send the parts out to the application, otherwise 548 * the part is stored for later processing. 721 * Send a multi-part text based SMS. 729 * <code>PendingIntent</code>s (one for each message part) that is 730 * broadcast when the corresponding message part has been sent. 740 * <code>PendingIntent</code>s (one for each message part) that is 741 * broadcast when the corresponding message part has been delivered [all...] |
/external/gtest/src/ |
gtest-internal-inl.h | 41 // part of Google Test's implementation; otherwise it's undefined. 44 #error "gtest-internal-inl.h is part of Google Test's internal implementation." 542 // Returns true iff the test passed (i.e. no test part failed). 557 // Adds a test part result to the list. 892 // This string is inserted in place of stack frames that are part of 915 // This is the default global test part result reporter used in UnitTestImpl. 921 // Implements the TestPartResultReporterInterface. Reports the test part 931 // This is the default per thread test part result reporter used in 938 // delegates to the current global test part result reporter of *unit_test_. [all...] |