HomeSort by relevance Sort by last modified time
    Searched refs:information (Results 101 - 125 of 257) sorted by null

1 2 3 45 6 7 8 91011

  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
VideoEditorStressTest.java 124 private void writeTimingInfo(String[] information)
128 for (int i = 0; i < information.length; i++) {
129 output.write(information[i]);
    [all...]
  /build/core/
java.mk 430 # If you instrument class files that have local variable debug information in
435 # option to remove local variable information
envsetup.mk 9 # Set up version information.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
profile.rb 190 any given input. This information can be used to help refactor a slow grammar.
streams.rb 49 information to developers, such as current line number and column. Furthermore,
104 <i>bare-minimum lightweight information</i> that the recognizer needs,
122 <tt>marker = stream.mark</tt> causes the stream to record important information
201 # restores the stream position using the state information previously saved
207 # clears the saved state information associated with the given marker value
351 also track various pieces of information such as the line and column numbers at
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/
antlr3.rb 65 text and symbol information produced by lexers and used by parsers and ASTs
  /external/chromium/build/
install-build-deps.sh 78 - // Clear the local symbol information.
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 161 * Helper function used to scan for <meta>/<link> tags and extract information
267 # There are no relevant information in headers, so we search the body.
547 * In other words. OP may provide whatever information it wants to.
  /external/chromium/sdch/open-vcdiff/vsprojects/
vcdiff_test.bat 44 rem vcdiff with no arguments shows usage information & error result
51 rem shows usage information & error result
  /external/open-vcdiff/vsprojects/
vcdiff_test.bat 44 rem vcdiff with no arguments shows usage information & error result
51 rem shows usage information & error result
  /external/valgrind/main/callgrind/
callgrind_annotate.in 660 #ignore jump information
665 # ignore jump information
670 # ignore jump information
989 # If there is information about lines not in the file, issue a warning
998 @@ cause: '$src_file' has changed since information was gathered.
1001 @@ gather new information.
    [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
PinyinIME.java 158 * The decoding information, include spelling(Pinyin) string, decoding
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 94 // we have no information about the follow; we can only consume
190 * more information such as the stack frame with
289 /** What is the error header, normally line/character position information? */
296 * want to have a lot of information spit out. Override in that case
  /external/ceres-solver/docs/
faq.tex 14 Most non-linear solvers we are aware of, define the problem and residuals in terms of scalars and it is possible to do this with Ceres also. However, it is our experience that in most problems small groups of scalars occur together. For example the three components of a translation vector and the four components of the quaternion that define the pose of a camera. Same is true for residuals, where it is common to have small vectors of residuals rather than just scalars. There are a number of advantages of using blocks. It saves on indexing information, which for large problems can be substantial. Blocks translate into contiguous storage in memory which is more cache friendly and last but not the least, it allows us to use SIMD/SSE based BLAS routines to significantly speed up various matrix operations.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
ant.bat 5 REM this work for additional information regarding copyright ownership.
  /external/grub/util/
grub-install 65 -v, --version print the version information and exit
  /external/linux-tools-perf/
Makefile 767 @echo ' TAGS - use etags to make tag information for source browsing'
768 @echo ' tags - use ctags to make tag information for source browsing'
  /external/linux-tools-perf/config/
utilities.mak 29 # information can be recovered later with
  /external/v8/test/mjsunit/
date.js 148 // date without the timezone information.
debug-evaluate-locals-optimized-double.js 235 //Throw away type information for next run.
debug-evaluate-locals-optimized.js 214 // Throw away type information for next run.
  /external/wpa_supplicant_8/wpa_supplicant/
nmake.mak 19 # Alternatively, see README-Windows.txt for information about binary
  /external/v8/src/
mirror-debugger.js 600 // Get information on interceptors for this object.
607 // Get information on interceptors for this object.
    [all...]
  /external/iproute2/doc/
ip-cref.tex 29 basic networking background, will find enough information
60 --- output more information. If the option
61 appears twice or more, the amount of information increases.
62 As a rule, the information is statistics or some time values.
70 line does not give enough information to guess the family, \verb|ip| falls back to the default
108 \verb|OBJECT| is the object to manage or to get information about.
165 and exits. As a rule, the error message will contain information
173 because the user didn't give enough information.
413 without additionally configured information.
459 The second line contains information on the link layer addresse
    [all...]
  /bionic/libc/kernel/common/linux/
cdrom.h 5 *** of the same name, to make information necessary for userspace to
8 *** contains no copyrightable information.
572 __u8 information[4]; member in struct:request_sense

Completed in 1354 milliseconds

1 2 3 45 6 7 8 91011