HomeSort by relevance Sort by last modified time
    Searched refs:meaning (Results 1 - 25 of 30) sorted by null

1 2

  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
AppleMeanBox.java 10 * Apple Meaning box. Allowed as subbox of "----" box.
16 private String meaning; field in class:AppleMeanBox
23 return 4 + Utf8.utf8StringLengthInBytes(meaning);
29 meaning = IsoTypeReader.readString(content, content.remaining());
35 byteBuffer.put(Utf8.convert(meaning));
39 return meaning;
42 public void setMeaning(String meaning) {
43 this.meaning = meaning;
  /external/srec/srec/Semproc/src/
SemanticProcessorImpl.c 478 LCHAR meaning[MAX_STRING_LEN]; /* special key */ local
557 * expression is: meaning='hello';meaning=meaning+' '+'world';
560 * root.meaning='hello';root.meaning=root.meaning+' '+'world';
672 * Fill in the 'meaning', if it is not there
673 * map 'ROOT.meaning' to 'meaning'
783 LCHAR meaning[MAX_STRING_LEN]; \/* special key *\/ local
    [all...]
SemanticGraphImpl.c 877 if (*p == MULTIPLE_MEANING_JOIN_CHAR) /* if at the end of a meaning (not end of union)
892 else /* skip to next meaning after join char */
1039 potentially am adding an alternate meaning for the word */
1065 * if the word was added at least 1 iteration ago, meaning that I have already added it to my
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
headerparserhandler.py 141 meaning = definition.get(value.lower())
142 if meaning is None:
145 return meaning
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLInputElement13.js 78 The size attribute contains the size information. Its precise meaning
HTMLParamElement03.js 78 The valueType attribute specifies information about the meaning of the
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLInputElement13.js 78 The size attribute contains the size information. Its precise meaning
HTMLParamElement03.js 78 The valueType attribute specifies information about the meaning of the
  /external/srec/srec/test/SRecTest/src/
SRecTest.c 189 LCHAR* meaning; local
198 meaning = argv[0];
200 meaning = L("");
201 lstrtrim(meaning);
202 LSTRLWR(meaning);
204 if (LISDIGIT(*meaning))
206 /* Penalize meaning starting with "<digit>" */
459 ESR_ReturnCode srec_test_parse (SR_Grammar *grammar, const LCHAR* trans, LCHAR* meaning, size_t *len);
2652 LCHAR meaning[MAX_LINE_LENGTH] = { 0 }; local
    [all...]
  /external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c 187 LCHAR* meaning; local
196 meaning = argv[0];
198 meaning = L("");
199 lstrtrim(meaning);
200 LSTRLWR(meaning);
202 if (LISDIGIT(*meaning))
204 /* Penalize meaning starting with "<digit>" */
459 ESR_ReturnCode srec_test_parse (SR_Grammar *grammar, const LCHAR* trans, LCHAR* meaning, size_t *len);
    [all...]
  /external/ceres-solver/docs/
faq.tex 21 In most problems there is a natural parameter block structure, as there is a semantic meaning associated with groups of scalars -- mean vector of a distribution, color of a pixel etc. To group two scalar variables, ask yourself if residual blocks will always use these two variables together. If the answer is yes, then the two variables belong to the same parameter block.
  /external/v8/test/mjsunit/
date.js 204 // When TZ is omitted, it defaults to 'Z' meaning UTC.
string-replace.js 107 // Bug 317 look-alikes. If "$e" has no meaning, the "$" must be retained.
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
CommandRecognizerEngine.java 1160 String meaning = mOpenEntries.get(commands[1]); local
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.cpp 480 #define DEFINE_VARIABLE(type, name, value, meaning) \
487 #define DEFINE_int64(name, value, meaning) \
488 DEFINE_VARIABLE(int64_t, name, value, meaning)
490 #define DEFINE_double(name, value, meaning) \
491 DEFINE_VARIABLE(double, name, value, meaning)
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
error.rb 422 The recognizer is in a <tt>(..)+</tt> subrule, meaning the recognizer must
  /external/iproute2/doc/
ip-tunnels.tex 237 meaning that packets inherit TTL value.
ip-cref.tex 72 identifier meaning that no networking protocol is involved.
195 syntax errors). However, as a rule, their meaning is clear
    [all...]
  /external/v8/benchmarks/
richards.js 85 * They don't have any meaning a such but are characteristic of a
  /external/v8/tools/
tickprocessor.js 371 // meaning that we have encountered a frameless invocation.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-richards.js 80 * They don't have any meaning a such but are characteristic of a
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-richards.js 80 * They don't have any meaning a such but are characteristic of a
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-richards.js 80 * They don't have any meaning a such but are characteristic of a
  /external/blktrace/btt/doc/
btt.tex 527 \item First there is the total system activity -- meaning activity
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 501 /// Indicates the node is a nil node but may still have children, meaning
    [all...]

Completed in 3354 milliseconds

1 2