HomeSort by relevance Sort by last modified time
    Searched full:enhanced (Results 1 - 25 of 816) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/apache-harmony/
README.android 5 svn co http://svn.apache.org/repos/asf/harmony/enhanced/java/branches/java6/classlib/modules .
  /external/chromium_org/tools/gyp/test/win/compiler-flags/
enable-enhanced-instruction-set.gyp 15 'sources': ['enable-enhanced-instruction-set.cc'],
25 'sources': ['enable-enhanced-instruction-set.cc'],
39 'sources': ['enable-enhanced-instruction-set.cc'],
49 'sources': ['enable-enhanced-instruction-set.cc'],
  /external/openssl/crypto/pem/
message 1 -----BEGIN PRIVACY-ENHANCED MESSAGE-----
15 -----END PRIVACY-ENHANCED MESSAGE-----
  /external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/
decoder-oina.c 40 OI_BOOL enhanced,
52 if (enhanced) {
79 context->common.frameInfo.enhanced = enhanced;
81 context->common.frameInfo.enhanced = FALSE;
117 OI_BOOL enhanced,
120 if (enhanced)
framing-sbc.c 43 printf(" enhanced: %s\n", frameInfo->enhanced ? "TRUE" : "FALSE");
decoder-sbc.c 38 * set for enhanced operation using OI_CODEC_SBC_DecoderReset(), it will search
39 * for both a standard and an enhanced syncword.
59 /* If enhanced is not enabled, only search for classic SBC SYNCWORD*/
70 context->common.frameInfo.enhanced = (**frameData == OI_SBC_ENHANCED_SYNCWORD);
87 context->common.frameInfo.enhanced = FALSE;
228 OI_BOOL enhanced)
230 return internal_DecoderReset(context, decoderData, decoderDataBytes, maxChannels, pcmStride, enhanced);
306 if ((context->common.frameInfo.bitpool < SBC_MIN_BITPOOL) && !context->common.frameInfo.enhanced) {
decoder-private.c 47 OI_BOOL enhanced)
57 context->enhancedEnabled = enhanced ? TRUE : FALSE;
60 if (enhanced){
86 * examined, and the enhanced mode flag set, by FindSyncword.
  /external/chromium_org/chrome/browser/bookmarks/
enhanced_bookmarks_features.h 57 // Returns true if enhanced bookmarks experiment is running.
59 // Note that this doesn't necessarily mean that enhanced bookmarks
65 // Returns true if enhanced bookmark salient image prefetching is enabled.
69 // Returns true if enhanced bookmarks is enabled.
  /development/samples/browseable/RecipeAssistant/
_index.jd 7 This phone application uses the enhanced notifications API to display recipe
  /external/clang/test/Analysis/
default-diagnostic-visitors.c 3 // This file is for testing enhanced diagnostics produced by the default BugReporterVisitors.
  /external/chromium_org/sync/internal_api/public/util/
experiments.h 49 // Enable the enhanced bookmarks sync datatype.
55 // Enhanced bookmarks extension id.
  /external/chromium_org/tools/gyp/test/win/
gyptest-cl-enable-enhanced-instruction-set.py 20 test.run_gyp('enable-enhanced-instruction-set.gyp', chdir=CHDIR)
22 test.build('enable-enhanced-instruction-set.gyp', test.ALL, chdir=CHDIR)
  /external/eigen/bench/btl/data/
mk_new_gnuplot.sh 21 echo set term postscript color rounded enhanced >> $WHAT.gnuplot
24 # echo set term svg color rounded enhanced >> $WHAT.gnuplot
25 # echo "set terminal svg enhanced size 1000 1000 fname \"Times\" fsize 36" >> $WHAT.gnuplot
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
arm.h 21 /*ARMv5TE "Enhanced DSP" instructions.*/
  /external/libvpx/libvpx/vpx_ports/
arm.h 21 /*ARMv5TE "Enhanced DSP" instructions.*/
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
arm.h 21 /*ARMv5TE "Enhanced DSP" instructions.*/
  /external/strace/
NEWS 14 * Enhanced Bionic libc and musl libc support.
15 * Enhanced tracing of x86 personality processes on x86_64 and x32.
16 * Enhanced tracing of ARM personality processes on AArch64.
17 * Enhanced 32/64bit personality detection on PowerPC.
19 * Enhanced decoding of delete_module, fcntl, setdomainname, sethostname,
21 * Enhanced decoding of signal bitmasks.
22 * Enhanced decoding of file descriptors.
23 * Enhanced siginfo_t decoding.
24 * Enhanced PF_NETLINK decoding.
59 * Enhanced support of NOMMU architectures
    [all...]
  /external/bluetooth/bluedroid/embdrv/sbc/decoder/include/
oi_codec_sbc.h 145 OI_UINT8 enhanced; member in struct:__anon5732
226 * @param enhanced If true, enhanced SBC operation is enabled. If enabled,
228 * decoding an enhanced SBC stream. Enhancements should not
230 * by an enhanced encoder, or there is a small possibility
238 OI_BOOL enhanced);
245 * to the Subband and Enhanced SBC setting will be rejected with an
250 * @param enhanced If true, all frames passed to the decoder must be
251 * Enhanced SBC frames. If false, all frames must be
260 OI_BOOL enhanced,
    [all...]
  /external/linux-tools-perf/perf-3.12.0/arch/x86/lib/
memset_64.S 39 * enhanced rep stosb to override the fast string function.
138 /* Some CPUs support enhanced REP MOVSB/STOSB feature.
141 * If enhanced REP MOVSB/STOSB feature is not available, use fast string
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
README.syntax 23 formats; the standard syntax, which is used by default, and the enhanced
137 3. ENHANCED QUERY SYNTAX
139 The enhanced query syntax is quite similar to the standard query syntax,
142 1) Parenthesis are supported. When using the enhanced query syntax,
176 precedence than the implicit AND operator, when using the enhanced
178 than OR operators. Using the enhanced syntax, the following two
188 is equivalent to the enhanced syntax query:
192 The precedence of all enhanced syntax operators, in order from highest
  /developers/build/prebuilts/gradle/RecipeAssistant/Application/src/main/res/values/
base-strings.xml 23 This phone application uses the enhanced notifications API to display recipe
  /developers/samples/android/wearable/wear/RecipeAssistant/
template-params.xml 34 This phone application uses the enhanced notifications API to display recipe
  /development/samples/browseable/RecipeAssistant/Application/res/values/
base-strings.xml 23 This phone application uses the enhanced notifications API to display recipe
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
EnhancedBookmarksBridge.java 11 * Access gate to C++ side enhanced bookmarks functionalities.
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
enhancer_interface.h 29 int16_t *out, /* (o) enhanced signal */

Completed in 952 milliseconds

1 2 3 4 5 6 7 8 91011>>