HomeSort by relevance Sort by last modified time
    Searched full:arraylength (Results 51 - 75 of 285) sorted by null

1 23 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
StrGather.py 386 ArrayLength = 0
406 ArrayLength = ArrayLength + 3
412 ArrayLength = ArrayLength + Item.Length + 1 # 1 is for the length of string type
418 ArrayLength = Offset + ArrayLength + 1
424 TotalLength = TotalLength + ArrayLength
426 List = DecToHexList(ArrayLength, 6) + \
  /external/parameter-framework/upstream/parameter/include/
ElementHandle.h 178 * Setting an array requires the std::vector size to match the arrayLength.
179 * Ie: value.size() == arrayLength()
242 * @param arrayLength[in] If accessing as an array: the new value array length
249 bool checkSetValidity(size_t arrayLength, std::string &error) const;
  /external/proguard/src/proguard/optimize/evaluation/
SimpleEnumArrayPropagator.java 69 array.referenceValue().arrayLength(
  /art/test/530-checker-loops2/src/
Main.java 599 /// CHECK-DAG: ArrayLength loop:<<Loop>>
608 /// CHECK-NOT: ArrayLength loop:{{B\d+}}
621 /// CHECK-DAG: ArrayLength loop:<<Loop>>
630 /// CHECK-NOT: ArrayLength loop:{{B\d+}}
643 /// CHECK-DAG: ArrayLength loop:<<Loop>>
652 /// CHECK-NOT: ArrayLength loop:{{B\d+}}
667 /// CHECK-DAG: ArrayLength loop:<<Loop>>
676 /// CHECK-NOT: ArrayLength loop:{{B\d+}}
691 /// CHECK-DAG: ArrayLength loop:<<Loop>>
700 /// CHECK-NOT: ArrayLength loop:{{B\d+}
    [all...]
  /dalvik/dx/tests/032-bb-live-code/
blort.j 32 arraylength
324 arraylength
  /external/clang/lib/StaticAnalyzer/Checkers/
VLASizeChecker.cpp 155 NonLoc ArrayLength =
164 state, BO_Mul, ArrayLength, EleSizeVal.castAs<NonLoc>(), SizeTy);
  /external/icu/icu4c/source/samples/cal/
cal.c 53 int32_t arrayLength,
59 int32_t arrayLength);
293 int32_t arrayLength,
306 if(count != arrayLength + lowestIndex) {
310 for(i = 0; i < arrayLength; i++) {
311 int32_t idx = (i + firstIndex) % arrayLength;
323 int32_t arrayLength)
327 for(i = 0; i < arrayLength; i++) {
  /external/parameter-framework/upstream/parameter/
TypeElement.cpp 111 xmlElement.getAttribute("ArrayLength", _arrayLength);
184 xmlElement.setAttribute("ArrayLength", getArrayLength());
  /libcore/ojluni/src/main/java/java/lang/invoke/
MethodHandle.java     [all...]
MethodType.java 473 /** Replace the last arrayLength parameter types with the component type of arrayType.
475 * @param arrayLength the number of parameter types to change
478 /*non-public*/ MethodType asSpreaderType(Class<?> arrayType, int arrayLength) {
479 assert(parameterCount() >= arrayLength);
480 int spreadPos = ptypes.length - arrayLength;
481 if (arrayLength == 0) return this; // nothing to change
486 MethodType res = genericMethodType(arrayLength);
516 /** Delete the last parameter type and replace it with arrayLength copies of the component type of arrayType.
518 * @param arrayLength the number of parameter types to insert
521 /*non-public*/ MethodType asCollectorType(Class<?> arrayType, int arrayLength) {
    [all...]
  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
HistogramView.java 97 int arrayLength = mData.length;
103 if (mMaxBufferPeriod > arrayLength - 1) {
104 range = arrayLength;
  /external/libmojo/mojo/public/js/
validator.js 241 Validator.prototype.arrayLength = function(arrayPointerOffset) {
286 var keysArrayLength = this.arrayLength(keysArrayPointerOffset);
287 var valuesArrayLength = this.arrayLength(valuesArrayPointerOffset);
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
Util.java 53 public static void checkOffsetAndCount(long arrayLength, long offset, long count) {
54 if ((offset | count) < 0 || offset > arrayLength || arrayLength - offset < count) {
  /art/compiler/optimizing/
scheduler_arm.h 66 M(ArrayLength , unused) \
scheduler_arm64.h 69 M(ArrayLength , unused) \
  /art/test/552-checker-sharpening/src/
Main.java 145 /// CHECK: ArrayLength
163 /// CHECK: ArrayLength
183 /// CHECK: ArrayLength
193 /// CHECK: ArrayLength
  /external/deqp/modules/gles3/functional/
es3fFragmentOutputTests.cpp 99 , arrayLength (0)
107 , arrayLength (arrayLength_)
114 int arrayLength; //!< 0 if not an array.
182 bool isArray = output.arrayLength > 0;
191 for (int elemNdx = 0; elemNdx < output.arrayLength; elemNdx++)
197 frag << "layout(location = " << output.location << ") out " << outputPrec << " " << typeName << " out" << outNdx << "[" << output.arrayLength << "];\n";
217 bool isArray = output.arrayLength > 0;
221 for (int elemNdx = 0; elemNdx < output.arrayLength; elemNdx++)
335 numVecs += (i->arrayLength > 0 ? i->arrayLength : 1)
    [all...]
  /external/javassist/src/main/javassist/bytecode/
Mnemonic.java 228 "arraylength", /* 190*/
  /external/llvm/bindings/go/llvm/
string.go 72 s += fmt.Sprintf("(%v[%v])", ts.typeString(t.ElementType()), t.ArrayLength())
  /external/proguard/src/proguard/evaluation/value/
ValueFactory.java 170 IntegerValue arrayLength)
  /external/v8/src/
accessors.h 25 V(ArrayLength) \
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktRandomUniformBlockCase.cpp 185 const int arrayLength = rnd.getInt(1, m_maxArrayLength);
187 return VarType(elementType, arrayLength);
  /external/parameter-framework/upstream/test/functional-tests/
Handle.cpp 64 <BooleanParameter ArrayLength="2" Name="bool_array" Description="bool-array"/>
67 <IntegerParameter Signed="true" Min="-10" Max="10" Size="32" ArrayLength="4" Name="integer_array"/>
70 <FixedPointParameter Size="32" Integral="3" Fractional="4" ArrayLength="3" Name="fix_point_array"/>
77 <EnumParameter Size="16" ArrayLength="4" Name="enum_array">
104 "ArrayLength='2'") +
106 nodeDesc("Component", "component_array", "", "Type='component_type' ArrayLength='2'");
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
VfrCompile.g 964 << int ArrayLength = 1; char IsArray = 0; >>
967 ( ";" | OpenBracket IVal:Number CloseBracket ";" << ArrayLength = GetNumber (IVal->getText(), IVal->getLine(), 4); IsArray = 1; >> )
968 << AddStructField (NAME->getText(), NAME->getLine(), 8, ArrayLength, IsArray); >>
    [all...]
  /frameworks/base/obex/javax/obex/
ObexHelper.java     [all...]

Completed in 1494 milliseconds

1 23 4 5 6 7 8 91011>>