HomeSort by relevance Sort by last modified time
    Searched defs:term (Results 51 - 75 of 136) sorted by null

1 23 4 5 6

  /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
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
graminit.h 62 #define term 315 macro
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symbol.py 72 term = 315 variable
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
grep.c 584 char *term; local
586 term = getenv("TERM");
587 if (isatty(STDOUT_FILENO) && term != NULL &&
588 strcasecmp(term, "dumb") != 0)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene.analysis_1.9.1.v20100518-1140.jar 
org.apache.lucene_1.9.1.v20100518-1140.jar 
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/cldr/
CheckSystemFonts.java 368 String term = lastDash < 0 ? "" : name.substring(lastDash+1).toLowerCase(); local
369 if (SKIP_TERMS.contains(term)) {
  /external/opencv3/3rdparty/libjasper/
jpc_enc.h 274 int term; member in struct:__anon20300
  /external/toybox/toys/pending/
netstat.c 318 char sock_flags[32] = {0,}, *sock_type, *sock_state, *bptr = toybuf, *term; local
365 if ((term = strchr(bptr, '\n'))) *term = '\0';
  /external/v8/test/cctest/compiler/
test-run-native-calls.cc 722 Node* term = raw.Int32Mul(raw.Parameter(i), raw.Int32Constant(coeff[i])); local
723 result = raw.Int32Add(result, term);
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c 2215 char *term; local
    [all...]
  /frameworks/base/core/jni/
android_util_Process.cpp 906 const char term = (char)(mode&PROC_TERM_MASK); local
930 while (i < endIndex && buffer[i] != term) {
940 while (i < endIndex && buffer[i] == term) {
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
transformer.py 694 def term(self, nodelist): member in class:Transformer
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
transformer.py 694 def term(self, nodelist): member in class:Transformer
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/jaxb-inheritance-plugin/1/
jaxb-inheritance-plugin-1.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
transformer.py 694 def term(self, nodelist): member in class:Transformer
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
transformer.py 694 def term(self, nodelist): member in class:Transformer
    [all...]
  /prebuilts/tools/common/m2/repository/org/sonatype/gshell/gshell-io/2.4/
gshell-io-2.4.jar 
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_peephole.cpp 1836 FlowInstruction *term = insn ? insn->asFlow() : NULL; local
    [all...]
  /external/opencv3/modules/imgproc/src/
lsd.cpp 1109 double term = exp(log1term); local
    [all...]
  /external/ppp/pppd/
main.c 243 static void term __P((int));
722 SIGNAL(SIGINT, term); /* Interrupt */
723 SIGNAL(SIGTERM, term); /* Terminate */
1501 term(sig) function
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndbdic.c 72 NJ_UINT16 term; member in struct:__anon35993
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-z80.c 1095 expressionS term; local
1100 p = parse_exp (args, &term);
1107 if ((term.X_md) || (term.X_op != O_register))
1110 switch (term.X_add_number)
1116 p = parse_exp (p, &term);
1117 if ((!term.X_md) && (term.X_op == O_register))
1119 rnum = term.X_add_number;
1138 expressionS term; local
    [all...]

Completed in 1182 milliseconds

1 23 4 5 6