/external/libvorbis/doc/ |
04-codec.tex | 63 \varname{[vorbis_version]} is to read '0' in order to be compatible 64 with this document. Both \varname{[audio_channels]} and 65 \varname{[audio_sample_rate]} must read greater than zero. Allowed final 67 Vorbis I. \varname{[blocksize_0]} must be less than or equal to 68 \varname{[blocksize_1]}. The framing bit must be nonzero. Failure to 111 \item \varname{[vorbis_codebook_count]} = read eight bits as unsigned integer and add one 112 \item Decode \varname{[vorbis_codebook_count]} codebooks in order as defined 115 codebook configurations \varname{[vorbis_codebook_configurations]}. 127 \item \varname{[vorbis_time_count]} = read 6 bits as unsigned integer and add one 128 \item read \varname{[vorbis_time_count]} 16 bit values; each value should be zero. If any value is nonzero, this is a (…) [all...] |
06-floor0.tex | 42 \varname{[floor0_book_list]} that is greater than the maximum codebook 51 decoding the curve amplitude and \varname{[floor0_order]} LSP 78 \item An \varname{[amplitude]} value of zero must result in a return code that indicates this channel is unused in this frame (the output of the channel will be all-zeroes in synthesis). Several later stages of decode don't occur for an unused channel. 82 \varname{[amplitude]} value had read zero at the beginning of decode. 85 can, in fact, be stored in the bitstream in \link{vorbis:spec:ilog}{ilog}( \varname{[floor0_number_of_books]} - 89 \item The number of scalars read into the vector \varname{[coefficients]} 90 may be greater than \varname{[floor0_order]}, the number actually 93 \varname{[codebook_dimensions]} value of three and 94 \varname{[floor0_order]} is ten, the only way to fill all the needed 95 scalars in \varname{[coefficients]} is to to read a total of twelv [all...] |
09-helper.tex | 18 \varname{[x]}. Values of \varname{[x]} less than zero are defined to return zero. 72 \varname{[codebook_entries]}. 75 integer value for which \varname{[return_value]} to the power of 76 \varname{[codebook_dimensions]} is less than or equal to 77 \varname{[codebook_entries]}'. 83 "low_neighbor(v,x)" finds the position \varname{n} in vector \varname{[v]} of 84 the greatest value scalar element for which \varname{n} is less than 85 \varname{[x]} and vector \varname{[v]} element \varname{n} is les [all...] |
03-codebook.tex | 44 16 bit \varname{[codebook_dimensions]} and 24 bit \varname{[codebook_entries]} fields: 57 Next is the \varname{[ordered]} bit flag: 66 total of \varname{[codebook_entries]}, is assigned a codeword length. 68 the array \varname{[codebook_codeword_lengths]}. Decode of lengths is 69 according to whether the \varname{[ordered]} flag is set or unset. 73 If the \varname{[ordered]} flag is unset, the codeword list is not 78 \varname{[sparse]} flag. This flag determines whether or not the 86 The decoder now performs for each of the \varname{[codebook_entries]} 115 If the \varname{[ordered]} flag is set, the codeword list for thi [all...] |
07-floor1.tex | 160 a \varname{[floor1_class_masterbooks]} or 161 \varname{[floor1_subclass_books]} scalar element greater than the 169 Packet decode begins by checking the \varname{[nonzero]} flag: 175 If \varname{[nonzero]} is unset, that indicates this channel contained 183 Assuming \varname{[nonzero]} is set, decode proceeds as follows: 229 \varname{[nonzero]} flag had been unset at the beginning of decode. 232 Vector \varname{[floor1_Y]} contains the values from packet decode 338 Curve synthesis generates a return vector \varname{[floor]} of length 339 \varname{[n]} (where \varname{[n]} is provided by the decode proces [all...] |
08-residue.tex | 166 \varname{[residue_begin]} and 167 \varname{[residue_end]} select the specific sub-portion of 170 \varname{[residue_begin]} and ends at 171 \varname{[residue_end]}. Preceding and following values in 173 values as well as \varname{[residue_partition_size]}apply to 175 \varname{[residue_partition_size]} is as explained above, 176 \varname{[residue_classifications]} is the number of possible 178 \varname{[residue_classbook]} is the codebook number used to 180 \varname{[residue_classbook]} determines how many 183 \varname{[residue_classbook]}, along wit [all...] |
/sdk/emulator/opengl/host/tools/emugen/ |
EntryPoint.cpp | 41 bool parseTypeField(const std::string & f, std::string *vartype, std::string *varname) 48 if (varname != NULL) *varname = ""; 75 } else if (varname == NULL) { 83 *varname = str; 132 std::string vartype, varname; local 133 if (!parseTypeField(field, &vartype, &varname)) { 142 if (varname == "" && 146 varname = oss.str(); 149 m_vars.push_back(Var(varname, v, std::string(""), Var::POINTER_IN, "", "")) 213 std::string varname = getNextToken(line, pos, &last, WHITESPACE); local 230 std::string varname = getNextToken(line, pos, &last, WHITESPACE); local 248 std::string varname = getNextToken(line, pos, &last, WHITESPACE); local 278 std::string varname = getNextToken(line, pos, &last, WHITESPACE); local 322 std::string varname = getNextToken(line, pos, &last, WHITESPACE); local 339 std::string varname = getNextToken(line, pos, &last, WHITESPACE); local [all...] |
/external/valgrind/main/memcheck/docs/ |
mc-manual.xml | 148 In this example, <varname>x</varname> is uninitialised. Memcheck observes 152 <varname>x</varname> so it can turn it into the corresponding ASCII string, 620 program finishes. If set to <varname>summary</varname>, it says how 621 many leaks occurred. If set to <varname>full</varname> or 622 <varname>yes</varname>, it also gives details of each individua [all...] |
/frameworks/compile/slang/ |
slang_rs_reflection_cpp.h | 74 const std::string &VarName, 76 void genZeroInitExportVariable(const std::string &VarName); 77 void genInitBoolExportVariable(const std::string &VarName, 79 void genInitPrimitiveExportVariable(const std::string &VarName, 101 const char *VarName, 104 // Generate a runtime type check for VarName. 105 void genTypeCheck(const RSExportType *ET, const char *VarName);
|
slang_rs_reflection.cpp | 424 const std::string &VarName, 430 C.indent() << RS_EXPORT_VAR_PREFIX << VarName << " = "; 440 const std::string &VarName, 444 C.indent() << RS_EXPORT_VAR_PREFIX << VarName << " = "; 453 const std::string &VarName, 462 genInitBoolExportVariable(C, VarName, Val); 464 genInitPrimitiveExportVariable(C, VarName, Val); 481 std::string Name = VarName + "." + GetVectorAccessor(i); 490 C.indent() << RS_EXPORT_VAR_PREFIX << VarName << " = new " 498 std::string Name = VarName + "." + GetVectorAccessor(i) [all...] |
slang_rs_reflection_cpp.cpp | 549 std::string VarName = EV->getName(); 556 write(string("void bind_") + VarName + "(" + TypeName + 561 write(string(" " RS_EXPORT_VAR_PREFIX) + VarName + " = v;"); 564 write(TypeName + " get_" + VarName + "() const {"); 570 write(string(" return " RS_EXPORT_VAR_PREFIX) + VarName + ";"); 691 const char *VarName, 699 ss << " " << FieldPackerName << ".add(" << VarName << ");"; 711 // in the for-loop from counting the '.' in @VarName. 714 std::string ElementVarName(VarName); 751 if (VarName != NULL [all...] |
slang_rs_reflection.h | 236 const std::string &VarName, 239 const std::string &VarName, 243 const std::string &VarName, 254 const std::string &VarName); 260 const std::string &VarName); 262 const std::string &VarName); 272 const char *VarName); 304 const std::string &VarName, 318 const char *VarName, 322 const std::string &VarName); [all...] |
/external/clang/test/CodeGenObjC/ |
prop-metadata-gnu.m | 6 @private int varName; 12 @synthesize propName = varName;
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-2612.js | 54 function varname(i) { function 61 source += [varname(i), "=", rand(), ","].join(""); 65 source += [varname(i), "=", 66 varname(randi(i)), "+", 67 varname(randi(i)), ","].join("");
|
/external/v8/tools/ |
common-includes.sh | 78 local VARNAME=$1 79 local FILE="$PERSISTFILE_BASENAME-$VARNAME" 80 echo "${!VARNAME}" > $FILE 84 local VARNAME=$1 85 local FILE="$PERSISTFILE_BASENAME-$VARNAME" 87 eval "$VARNAME=\"$VALUE\"" 91 local VARNAME=$1 92 [[ -z "${!VARNAME}" ]] && restore "$VARNAME" 93 [[ -z "${!VARNAME}" ]] && die "Variable '$VARNAME' could not be restored. [all...] |
/external/chromium_org/v8/tools/ |
common-includes.sh | 76 local VARNAME=$1 77 local FILE="$PERSISTFILE_BASENAME-$VARNAME" 78 local VALUE="${!VARNAME}" 86 local VARNAME=$1 87 local FILE="$PERSISTFILE_BASENAME-$VARNAME" 89 [[ -z "$VALUE" ]] && die "Variable '$VARNAME' could not be restored." 93 eval "$VARNAME=\"$VALUE\"" 97 local VARNAME=$1 98 [[ -z "${!VARNAME}" ]] && restore "$VARNAME" [all...] |
/external/oprofile/doc/ |
internals.xml | 405 (<varname>last_task</varname> and <varname>last_is_kernel</varname>) are 468 <varname>mmap_sem</varname> for the task is then taken, to allow safe 477 <varname>last_task</varname> and <varname>last_is_kernel</varname>, a [all...] |
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
ProgramPort.java | 31 String varName, 35 mVarName = varName;
|
ProgramVariable.java | 28 public ProgramVariable(Program program, String varName) { 30 mVarName = varName;
|
/external/valgrind/main/tests/ |
check_makefile_consistency | 28 varname = $0 29 gsub("^ *", "", varname) 30 gsub(" *=.*", "", varname) 33 var[varname] = value
|
/external/chromium_org/third_party/sqlite/src/test/ |
lock_common.tcl | 16 proc do_multiclient_test {varname script} { 55 uplevel set $varname $tn 107 proc testfixture_nb_cb {varname chan} { 116 set $varname [lindex $::tfnb($chan) 1] 124 proc testfixture_nb {varname cmd} { 130 fileevent $chan readable [list testfixture_nb_cb $varname $chan]
|
/external/llvm/utils/TableGen/ |
CodeEmitterGen.cpp | 47 int getVariableBit(const std::string &VarName, BitsInit *BI, int bit); 50 const std::string &VarName, 92 int CodeEmitterGen::getVariableBit(const std::string &VarName, 96 if (VI->getName() == VarName) 99 if (VI->getName() == VarName) 107 AddCodeToMergeInOperand(Record *R, BitsInit *BI, const std::string &VarName, 112 // Determine if VarName actually contributes to the Inst encoding. 117 if (getVariableBit(VarName, BI, bit) != -1) 131 if (CGI.Operands.hasOperandNamed(VarName, OpIdx)) { 157 Case += " // op: " + VarName + "\n" [all...] |
/external/compiler-rt/make/ |
util.mk | 98 $(call Set,varname,$(firstword $(subst =, ,$(arg)))) \ 99 $(if $(call contains,$(1),$(varname)),,\ 100 $(error "Invalid command line override: $(1) $(varname) (not supported)")))
|
/external/llvm/lib/TableGen/ |
TGLexer.h | 57 Id, StrVal, VarName, CodeFragment 71 std::string CurStrVal; // This is valid for ID, STRVAL, VARNAME, CODEFRAGMENT 100 CurCode == tgtok::VarName || CurCode == tgtok::CodeFragment) &&
|
/external/chromium_org/third_party/icu/source/common/ |
locbased.h | 22 #define U_LOCALE_BASED(varname, objname) \ 23 LocaleBased varname((objname).validLocale, (objname).actualLocale);
|