HomeSort by relevance Sort by last modified time
    Searched refs:term (Results 26 - 50 of 273) sorted by null

12 3 4 5 6 7 8 91011

  /build/kati/
rule.h 62 void ParseRule(Loc& loc, StringPiece line, char term,
rule.cc 56 void ParseRule(Loc& loc, StringPiece line, char term,
88 (term_index == string::npos && term == '=')) {
107 if (term_index != string::npos && term != ';') {
  /external/eigen/bench/btl/data/
mk_gnuplot_script.sh 29 #echo set term postscript color >> $WHAT.gnuplot
31 echo set term pbm small color >> $WHAT.gnuplot
46 echo set term jpeg large >> $WHAT.gnuplot
  /prebuilts/gdb/darwin-x86/lib/python2.7/curses/
__init__.py 32 setupterm(term=_os.environ.get("TERM", "unknown"),
  /prebuilts/gdb/linux-x86/lib/python2.7/curses/
__init__.py 32 setupterm(term=_os.environ.get("TERM", "unknown"),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
__init__.py 32 setupterm(term=_os.environ.get("TERM", "unknown"),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
__init__.py 32 setupterm(term=_os.environ.get("TERM", "unknown"),
  /system/bt/osi/src/socket_utils/
README 18 to provide a short-term solution eliminating libcutils dependency from
19 system/bt. Once a long-term platform-independent abstraction is presented, these
  /external/opencv3/samples/python2/
calibrate.py 53 term = ( cv2.TERM_CRITERIA_EPS + cv2.TERM_CRITERIA_COUNT, 30, 0.1 ) variable
54 cv2.cornerSubPix(img, corners, (5, 5), (-1, -1), term)
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
NgramContext.java 148 final String term = wordInfo.mWord.toString(); local
149 if (!term.isEmpty()) {
150 terms.add(term);
171 final String term = wordInfo.mWord.toString(); local
172 if (!term.isEmpty()) {
173 prevTermList.add(term);
  /external/ceres-solver/internal/ceres/
gradient_checking_cost_function_test.cc 163 TestTerm<-1, -1> term(arity, dim);
165 CreateGradientCheckingCostFunction(&term,
169 term.Evaluate(&parameters[0],
216 // Should have one term that's bad, causing everything to get dumped.
219 TestTerm<1, 2> term(arity, dim);
221 CreateGradientCheckingCostFunction(&term,
240 TestTerm<-1, -1> term(arity, dim);
242 CreateGradientCheckingCostFunction(&term,
  /external/toybox/toys/other/
login.c 142 char *term = getenv("TERM"); local
145 if (term) setenv("TERM", term, 1);
  /frameworks/av/media/libstagefright/foundation/
ADebug.cpp 109 const char *term = terms[i]; local
110 const size_t len = strlen(term);
111 char *match = strcasestr(debugName, term);
  /external/markdown/markdown/extensions/
def_list.py 64 for term in terms:
66 dt.text = term
  /packages/apps/Terminal/src/com/android/terminal/
TerminalKeys.java 198 public void setTerminal(Terminal term) {
199 mTerm = term;
TerminalLineView.java 40 public TerminalLineView(Context context, Terminal term, TerminalMetrics metrics) {
42 mTerm = term;
  /external/mesa3d/src/mesa/main/
texenv.c 175 /** Set an RGB or A combiner source term */
181 GLuint term; local
185 * Translate pname to (term, alpha).
194 term = pname - GL_SOURCE0_RGB;
201 term = pname - GL_SOURCE0_ALPHA;
209 if ((term == 3) && (ctx->API != API_OPENGL
215 assert(term < MAX_COMBINER_TERMS);
218 * Error-check param (the source term)
259 texUnit->Combine.SourceA[term] = param;
261 texUnit->Combine.SourceRGB[term] = param
271 GLuint term; local
    [all...]
  /external/opencv3/3rdparty/include/ffmpeg_/libavutil/
avstring.h 158 * @param term a 0-terminated list of terminating chars
162 char *av_get_token(const char **buf, const char *term);
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
read_device_node.c 43 struct termios term; local
44 tcgetattr(STDIN, &term);
45 term.c_lflag &= ~ICANON;
46 tcsetattr(STDIN, TCSANOW, &term);
  /prebuilts/gdb/darwin-x86/include/python2.7/
graminit.h 62 #define term 315 macro
  /prebuilts/gdb/darwin-x86/lib/python2.7/
symbol.py 72 term = 315 variable
  /prebuilts/gdb/linux-x86/include/python2.7/
graminit.h 62 #define term 315 macro
  /prebuilts/gdb/linux-x86/lib/python2.7/
symbol.py 72 term = 315 variable
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
graminit.h 62 #define term 315 macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symbol.py 72 term = 315 variable

Completed in 2429 milliseconds

12 3 4 5 6 7 8 91011