HomeSort by relevance Sort by last modified time
    Searched full:part (Results 276 - 300 of 4853) sorted by null

<<11121314151617181920>>

  /hardware/msm7k/librpc/rpc/
xdr.h 4 * media and as a part of the software program in whole or part. Users
6 * to license or distribute it to anyone else except as part of a product or
14 * part of Sun Microsystems, Inc. to assist in its use, correction,
19 * OR ANY PART THEREOF.
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/extensions/
ObjectFactory.java 26 * It is package private and therefore is not exposed as part of the JAXP
32 * The code also runs both as part of an unbundled jar file and
33 * when bundled as part of the JDK.
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
AVT.java 320 // part of the template stuff, just add it.
330 // part of the template stuff, just add it.
458 AVTPart part = (AVTPart) m_parts.elementAt(i); local
459 buf.append(part.getSimpleString());
498 AVTPart part = (AVTPart) m_parts.elementAt(i); local
499 part.evaluate(xctxt, buf, context, nsNode);
546 AVTPart part = (AVTPart) m_parts.elementAt(i); local
548 if (part.canTraverseOutsideSubtree())
574 AVTPart part = (AVTPart) m_parts.elementAt(i); local
576 part.fixupVariables(vars, globalsSize)
592 AVTPart part = (AVTPart) m_parts.elementAt(i); local
    [all...]
  /external/bison/src/
scan-skel.l 6 This file is part of Bison, the GNU Compiler Compiler.
74 /* Decode special file names. They include the directory part,
76 which must not include the directory part. */
  /external/bluetooth/glib/docs/reference/glib/tmpl/
timers.sgml 78 seconds elapsed, including any fractional part. The @microseconds
86 @microseconds: return location for the fractional part of seconds elapsed,
90 any fractional part.
  /external/icu4c/layout/
LETypes.h 115 * Used to mask off the glyph ID part of an LEGlyphID.
123 * Used to shift the glyph ID part of an LEGlyphID
133 * Used to mask off the sub-font ID part of an LEGlyphID.
141 * Used to shift the sub-font ID part of an LEGlyphID
151 * Used to mask off the client-defined part of an LEGlyphID.
159 * Used to shift the sub-font ID part of an LEGlyphID
169 * A convenience macro to get the Glyph ID part of an LEGlyphID.
177 * A convenience macro to get the sub-font ID part of an LEGlyphID.
185 * A convenience macro to get the client-defined part of an LEGlyphID.
194 * A convenience macro to set the Glyph ID part of an LEGlyphID
    [all...]
  /external/libffi/testsuite/libffi.special/
unwindtest.cc 79 printf("part one OK\n");
80 /* { dg-output "part one OK" } */
119 printf("part two OK\n");
  /external/webkit/WebCore/platform/mac/
WebCoreSystemInterface.mm 44 BOOL (*wkHitTestMediaUIPart)(int part, int themeStyle, CGRect bounds, CGPoint point);
45 void (*wkDrawMediaUIPart)(int part, int themeStyle, CGContextRef context, CGRect rect, unsigned state);
46 void (*wkMeasureMediaUIPart)(int part, int themeStyle, CGRect *bounds, CGSize *naturalSize);
  /frameworks/base/tests/framework-tests/src/com/android/internal/http/multipart/
MultipartTest.java 32 String filepartStr = "this is file part";
45 Part[] parts = new Part[3];
  /packages/apps/Email/src/com/android/email/mail/internet/
MimeMessage.java 24 import com.android.email.mail.Part;
500 expect(Part.class);
503 ((Part)stack.peek()).setBody(m);
517 expect(Part.class);
521 expect(Part.class);
524 ((Part)stack.peek()).addHeader(tokens[0], tokens[1].trim());
531 expect(Part.class);
535 expect(Part.class);
537 Part e = (Part)stack.peek()
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnClauseConverterJAJP.java 55 /** part of speech (default) */
57 /** part of speech (end of clause/not end of sentence) */
59 /** part of speech (end of clause/any place) */
61 /** part of speech (end of sentence) */
101 /* get part of speech tags */
252 * @param terminal Part of speech tag at the terminal
317 * @param terminal Part of speech tag at the terminal
324 /* check if the part of speech is valid */
375 * Check the part-of-speeches are connectable.
457 * @param all {@code true} if list all words; {@code false} if list words which has an unique part of speech tag
    [all...]
  /external/webkit/WebCore/html/
DateComponents.h 72 None, // Suppress the second part and the millisecond part if they are 0.
73 Second, // Always show the second part, and suppress the millisecond part if it is 0.
74 Millisecond // Always show the second part and the millisecond part.
  /bionic/libm/man/
cimag.3 67 functions return the imaginary part
79 functions return the real part
  /bionic/libm/src/
s_modff.c 32 if(j0<23) { /* integer part in x */
49 } else { /* no fraction part */
  /build/target/product/security/
README 11 platform -- a test key for packages that are part of the core platform.
13 media -- a test key for packages that are part of the media/download system.
  /dalvik/docs/opcodes/
opcode-22-new-instance.html 76 If v(A-1) is the lower part of a register pair, v(A-1)' becomes undefined.
79 If v(A+1) is the upper part of a register pair, v(A+1)' becomes undefined.
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/
NameList.java 50 * Test if a name is part of this <code>NameList</code>.
58 * Test if the pair namespaceURI/name is part of this
  /external/dropbear/libtommath/
bn_s_mp_mul_high_digs.c 19 * [meant to get the higher part of the product]
64 /* get the lower part */
bn_s_mp_sqr.c 40 /* store lower part in result */
61 /* store lower part */
  /external/icu4c/common/
rbbitblb.h 27 // class RBBITableBuilder is part of the RBBI rule compiler.
31 // This class is part of the RBBI implementation only.
  /external/icu4c/i18n/
ucol_cnt.h 73 /* sets a part of contraction sequence in table. If element is non existant, it creates on. Returns element handle */
76 /* inserts a part of contraction sequence in table. Sequences behind the offset are moved back. If element is non existant, it creates on. Returns element handle */
  /external/kernel-headers/original/linux/
file.h 50 * read mostly part
56 * written part on a separate cache line in SMP
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/
calc_en.cpp 98 frac_en = energy coefficients (4), fraction part, buffer type Word16
99 exp_en = energy coefficients (4), exponent part, buffer type Word16
152 Word16 frac_en[], // o : energy coefficients (4), fraction part, Q15
153 Word16 exp_en[], // o : energy coefficients (4), exponent part, Q0
271 Word16 frac_en[], /* o : energy coefficients (4), fraction part, Q15 */
272 Word16 exp_en[], /* o : energy coefficients (4), exponent part, Q0 */
290 Word16 ltpg_frac; /* LTP gain (mantissa or fractional part) */
411 frac_coeff = energy coefficients (5), fraction part, buffer type Word16
412 exp_coeff = energy coefficients (5), exponent part, buffer type Word16
413 cod_gain_frac = optimum codebook gain (fraction part), pointer type Word1
    [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/de-DE/
de-DE_kdt_posd.dtfmt 4 ! Decision Tree Configuration <Part-Of-Speech Disambiguation> for language de-DE
20 ! - pos (part of speech tags)
de-DE_kdt_posp.dtfmt 4 ! Decision Tree Configuration <Part-Of-Speech Prediction> for language de-DE
20 ! - pos (part of speech tags)

Completed in 71 milliseconds

<<11121314151617181920>>