HomeSort by relevance Sort by last modified time
    Searched refs:term (Results 76 - 100 of 309) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symbol.py 72 term = 315 variable
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
ParseRDF.java 153 * term.
195 * anything other than an RDF term. The rdf:ID and rdf:nodeID attributes are simply ignored,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetypes.py 221 def __init__(self, logc, term):
223 self.term = term
226 return "Logical(%r, %r)" % (self.logc, self.term)
229 if type(self.term) == ListType and len(self.term) == 2:
230 return "%s %s %s" % (nice(self.term[0]),
232 nice(self.term[1]))
234 return "%s(%s)" % (string.strip(self.logc), nice(self.term))
237 return pack({'logc': mkenum(self.logc), 'term': self.term}, 'logi'
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_util.cpp 41 if (rem == term)
53 assert(term != &dest.head);
54 assert(pos != term);
72 if (pos == term)
73 term = ins;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene.analysis_1.9.1.v20100518-1140.jar 
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_util.cpp 41 if (rem == term)
53 assert(term != &dest.head);
54 assert(pos != term);
72 if (pos == term)
73 term = ins;
  /external/chromium_org/chrome/browser/history/
url_index_private_data.cc 184 search_term_cache_.clear(); // Invalidate the term cache.
264 search_term_cache_.clear(); // Invalidate the term cache.
518 // set for each term, and intersect each to get a final candidate list.
519 // Note that a single 'term' from the user's perspective might be
548 const base::string16& term) {
549 if (term.empty())
556 size_t term_length = term.length();
559 // See if this term or a prefix thereof is present in the cache.
563 if (StartsWith(term, cache_iter->first, false) &&
572 base::string16 leftovers(term);
    [all...]
  /external/chromium_org/google_apis/drive/
gdata_wapi_parser.cc 29 // Term values for kSchemeKind category:
65 const char kTermField[] = "term";
419 const std::string& term) {
420 if (!StartsWithASCII(term, kTermPrefix, false)) {
421 DVLOG(1) << "Unexpected term prefix term " << term;
425 std::string type = term.substr(strlen(kTermPrefix));
431 DVLOG(1) << "Unknown entry type for term " << term << ", type " << type
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
parse-events.c 462 struct parse_events_term *term; local
465 term = list_entry(terms->next, struct parse_events_term, list);
466 TEST_ASSERT_VAL("wrong type term",
467 term->type_term == PARSE_EVENTS__TERM_TYPE_CONFIG);
469 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM);
470 TEST_ASSERT_VAL("wrong val", term->val.num == 10);
471 TEST_ASSERT_VAL("wrong config", !term->config);
474 term = list_entry(term->list.next, struct parse_events_term, list);
475 TEST_ASSERT_VAL("wrong type term",
    [all...]
  /external/chromium_org/ppapi/cpp/private/
pdf.cc 77 const unsigned short* term,
83 term, case_sensitive, results, count);
  /external/chromium_org/ppapi/proxy/
pdf_resource.cc 68 const base::char16* term = local
72 UStringSearch* searcher = usearch_open(term, -1, string, -1, locale_.c_str(),
  /external/chromium_org/ppapi/thunk/
ppb_pdf_thunk.cc 62 const unsigned short* term,
69 enter.functions()->SearchString(string, term, case_sensitive, results, count);
  /external/chromium_org/testing/gtest/test/
gtest_color_test.py 56 def UsesColor(term, color_env_var, color_flag):
59 SetEnvVar('TERM', term)
  /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
  /external/gtest/test/
gtest_color_test.py 56 def UsesColor(term, color_env_var, color_flag):
59 SetEnvVar('TERM', term)
  /external/protobuf/gtest/test/
gtest_color_test.py 56 def UsesColor(term, color_env_var, color_flag):
59 SetEnvVar('TERM', term)
  /ndk/sources/third_party/googletest/googletest/test/
gtest_color_test.py 56 def UsesColor(term, color_env_var, color_flag):
59 SetEnvVar('TERM', term)
  /external/chromium_org/pdf/
preview_mode_client.h 59 const base::char16* term,
  /external/chromium_org/ppapi/c/private/
ppb_pdf.h 122 const unsigned short* term,
  /external/chromium_org/third_party/skia/platform_tools/android/app/src/com/skia/
SkiaSampleRenderer.java 93 native void term(); method in class:SkiaSampleRenderer
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
section.c 835 yasm_span *span; /* span this term is a member of */
848 /* span term for relative portion of value */
978 /* Create term for relative portion of dependent value */
1159 IT_insert(itree, (long)low, (long)high, term); local
1166 yasm_span_term *term = node->data; local
1241 yasm_span_term *term = node->data; local
    [all...]
  /external/skia/platform_tools/android/app/src/com/skia/
SkiaSampleRenderer.java 93 native void term(); method in class:SkiaSampleRenderer
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sql_1.h 67 int term();
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
py_curses.h 53 #include <term.h>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_has_key.py 106 syms.arith_expr, syms.term,

Completed in 913 milliseconds

1 2 34 5 6 7 8 91011>>