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

<<21222324252627282930>>

  /external/bison/
TODO 5 From Franc,ois: should we keep the directory part in the CPP guard?
31 part of $default. Should we make the two reductions explicit, or just
39 Extend with error productions. The hard part will probably be finding
94 part of %if. Akim Demaille thinks it should be in the parser, so as
254 "default:" part within the switch statement.
313 This file is part of Bison, the GNU Compiler Compiler.
  /external/bluetooth/glib/
README.win32 62 msvcr70.dll or msvcr80.dll, as those are not part of the operating
63 system, but of the MSVC product. msvcrt.dll is part of Windows.
146 part of the "basename" of the library, it is not something that
148 of "LT_CURRENT - LT_AGE". The 0 is *not* part of the version number of
158 docs/reference/glib/html/glib-cross-compiling.html (part of the GLib
229 needs to define TOP before including the common make file part
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/
log2.cpp 93 pExponent = pointer to the integer part of Log2 of type Word16 whose
95 pFraction = pointer to the fractional part of Log2 of type Word16
101 pExponent -> integer part of the newly calculated Log2
102 pFraction -> fractional part of the newly calculated Log2
165 Word16 *pExponent, /* (o) : Integer part of Log2. (range: 0<=val<=30)*/
166 Word16 *pFraction, /* (o) : Fractional part of Log2. (range: 0<=val<1) */
  /external/stlport/stlport/stl/
_function.h 94 // identity_element (not part of the C++ standard).
258 // unary_compose and binary_compose (extensions, not part of the standard).
321 // identity is an extension: it is not part of the standard.
323 // select1st and select2nd are extensions: they are not part of the standard.
335 // extensions: they are not part of the standard. (The same, of course,
386 // subtractive_rng is an extension: it is not part of the standard.
  /external/webkit/WebCore/platform/chromium/
ChromiumBridge.h 194 GraphicsContext*, int part, int state, int classicState, const IntRect&);
196 GraphicsContext*, int part, int state, int classicState, const IntRect&);
200 GraphicsContext*, int part, int state, int classicState, const IntRect&);
202 GraphicsContext*, int part, int state, int classicState, const IntRect&, const IntRect& alignRect);
204 GraphicsContext*, int part, int state, int classicState, const IntRect&, const Color&, bool fillContentArea, bool drawEdges);
206 GraphicsContext*, int part, int state, int classicState, const IntRect&);
  /frameworks/base/media/libstagefright/codecs/amrnb/common/src/
log2.cpp 93 pExponent = pointer to the integer part of Log2 of type Word16 whose
95 pFraction = pointer to the fractional part of Log2 of type Word16
101 pExponent -> integer part of the newly calculated Log2
102 pFraction -> fractional part of the newly calculated Log2
165 Word16 *pExponent, /* (o) : Integer part of Log2. (range: 0<=val<=30)*/
166 Word16 *pFraction, /* (o) : Fractional part of Log2. (range: 0<=val<1) */
  /hardware/msm7k/librpc/rpc/
types.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.
189 * is called to handle that part of the union. If there is
  /build/core/
cleanbuild.mk 23 # $(2): indicate to not use makefile path as part of step id if not empty.
43 $(eval # for build/core/cleanspec.mk, dont use makefile path as part of step id) \
116 # Don't bother with this extra part when explicitly building the sdk product.
  /cts/tools/dx-tests/src/dxconvext/
ClassFileAssembler.java 187 String part = parts[i].trim(); local
188 if (!part.equals("")) {
189 int res = Integer.parseInt(part, 16);
  /dalvik/libcore/luni/src/main/java/java/net/
Inet4Address.java 26 * specified ({@code b.b.bb} ), the last part is then 16 bit long, the address
27 * represents a class B network address as <i>128.net.host</i>. A two part
29 * <i>net.host</i>. If there is only one part ({@code bbbb} ) the address is
  /dalvik/libcore/xml/src/main/java/javax/xml/
XMLConstants.java 33 * @see <a href="http://www.w3.org/TR/xmlschema-1/">XML Schema Part 1: Structures</a>
121 * XML Schema Part 1:
133 * XML Schema Part 1:
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/
Text.java 34 * characters "&lt;&amp;" if the textual content is part of an element or of
35 * an attribute, the character sequence "]]&gt;" when part of an element,
36 * the quotation mark character " or the apostrophe character ' when part of
  /development/pdk/docs/porting/
release_keys.jd 21 <li><strong>platform</strong>: a key for packages that are part of the core platform.</li>
23 <li><strong>media</strong>: a key for packages that are part of the <code>media/download</code> system.</li>
26 <p>These keys are used to sign applications separately for release images and are not used by the Android build system. The build system signs packages with the testkeys provided in <code>build/target/product/security/</code>. Because the testkeys are part of the standard Android open source distribution, they should never be used for production devices. Instead, device manufacturers should generate their own private keys for shipping release builds.</p>
  /external/expat/lib/
xmltok.h 20 might be part of CRLF sequence */
21 #define XML_TOK_PARTIAL_CHAR -2 /* only part of a multibyte sequence */
22 #define XML_TOK_PARTIAL -1 /* only part of a token */
  /external/iptables/
ip6tables-save.c 157 /* Print IP part. */
185 /* Print matchinfo part */
195 /* Print targinfo part */
  /external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/
pvamrwb_math_op.cpp 363 L_x = pow(2.0, exponant.fraction) (exponant = interger part)
385 int16 exponant, /* (i) Q0 : Integer part. (range: 0<=val<=30) */
386 int16 fraction /* (i) Q15 : Fractionnal part. (range: 0.0<=val<1.0) */
492 int16 *exponent, /* (o) : Integer part of Log2. (range: 0<=val<=30) */
493 int16 *fraction /* (o) : Fractional part of Log2. (range: 0<=val<1) */
540 int16 *exponent, /* (o) : Integer part of Log2. (range: 0<=val<=30) */
541 int16 *fraction /* (o) : Fractional part of Log2. (range: 0<=val<1) */
564 * As the low part also contains the sign, this allows fast multiplication. *
609 * hi1 hi part of first number
610 * lo1 lo part of first numbe
    [all...]
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
dct.h 34 /********** IDCT part **************************/
172 /* part in AppVCA_dct.c */
176 /* This part is in dct_aan.c */
  /external/webkit/WebCore/platform/
LinkHash.cpp 84 // FIXME: Should not do this in the query or anchor part.
95 // FIXME: Should not do this in the query part.
113 // FIXME: Should not do this in the query or anchor part.
  /external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/
MovieControllerLayer.m 159 // Draw left part
164 // Draw center part
168 // Draw right part
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_common.c 276 void wps_pwd_auth_fail_event(struct wps_context *wps, int enrollee, int part)
285 data.pwd_auth_fail.part = part;
  /frameworks/base/core/java/android/app/
UiModeManager.java 120 * home activity as part of the enable. Enabling this way ensures
129 * This will cause the device to switch to the car home UI as part of
145 * home activity as part of the disable. Disabling this way ensures
  /frameworks/base/docs/html/resources/articles/
wikinotes-linkify.jd 9 .html">WikiNotes for Android</a>, part of the <a
81 <p>The WikiWord part will be appended by Linkify when it finds a match, so we
82 just need the part before that as our scheme.</p>
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
pvamrwb_math_op.cpp 363 L_x = pow(2.0, exponant.fraction) (exponant = interger part)
385 int16 exponant, /* (i) Q0 : Integer part. (range: 0<=val<=30) */
386 int16 fraction /* (i) Q15 : Fractionnal part. (range: 0.0<=val<1.0) */
492 int16 *exponent, /* (o) : Integer part of Log2. (range: 0<=val<=30) */
493 int16 *fraction /* (o) : Fractional part of Log2. (range: 0<=val<1) */
540 int16 *exponent, /* (o) : Integer part of Log2. (range: 0<=val<=30) */
541 int16 *fraction /* (o) : Fractional part of Log2. (range: 0<=val<1) */
564 * As the low part also contains the sign, this allows fast multiplication. *
609 * hi1 hi part of first number
610 * lo1 lo part of first numbe
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
LocaleTest.java 92 * out as part of the flash reduction effort (so that we could
146 // Check language part of locale.
151 // Check country part of locale.
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
tgmath.h 4 This file is part of GCC.
51 we use a real version. If the real part of any generic parameter is long
52 double, we use the long double version. Otherwise if the real part of any

Completed in 382 milliseconds

<<21222324252627282930>>