HomeSort by relevance Sort by last modified time
    Searched defs:Array (Results 151 - 175 of 303) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
apiset.h 75 API_SET_VALUE_ENTRY Array[1];
91 API_SET_NAMESPACE_ENTRY Array[1];
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueReportStatusCodeLib.h 125 UINT16 Array;
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
Host.c 38 // This array gets filled in with information from EFI_FIRMWARE_VOLUMES
40 // The number of array elements is allocated base on parsing
47 // Array that supports seperate memory rantes.
49 // The number of array elements is allocated base on parsing
89 Argv - Array of command line argument strings
90 Envp - Array of environmemt variable strings
176 // Allocate space for gSystemMemory Array
185 // Allocate space for gSystemMemory Array
903 Store the ModHandle in an array indexed by the Pdb File name.
923 IMAGE_CONTEXT_TO_MOD_HANDLE *Array;
    [all...]
  /external/clang/include/clang/AST/
APValue.h 37 /// [Vector: N * APValue], [Array: N * APValue]
50 Array,
62 /// ArrayIndex - The array index of the next item in the path.
188 bool isArray() const { return Kind == Array; }
284 assert(hasArrayFiller() && "No array filler");
  /external/clang/test/Parser/
declarators.c 10 int f5(int [static]); /* expected-error {{'static' may not be used without an array size}} */
25 // Hard case for array decl, not Array[*].
26 int Array[*(int*)P+A];
  /external/libevent/
event_rpcgen.py 73 """Takes an array, add indentation to each entry and prints it."""
103 if entry.Array():
139 if entry.Array():
185 if entry.Array():
255 if not entry.Array():
371 def Array(self):
393 if self.Array() and not self._can_be_array:
395 'Entry "%s" cannot be created as an array '
403 'Entry "%s" has illegal combination of optional and array '
491 if self.Array()
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIInsertWaits.cpp 42 unsigned Array[3];
296 LastIssued.Array[i] += Increment.Array[i];
297 if (Increment.Array[i])
298 Limit.Array[i] = LastIssued.Array[i];
299 Sum += Increment.Array[i];
386 if (Required.Array[i] <= WaitedOn.Array[i])
392 unsigned Value = LastIssued.Array[i] - Required.Array[i]
    [all...]
  /external/python/cpython2/Demo/tkinter/guido/
sortvisu.py 7 - an array visualizer with methods that implement basic sorting
13 all using the array visualizer for its basic operations and with calls
32 class Array:
85 Cancelled = "Array.Cancelled" # Exception
104 raise Array.Cancelled
198 def __init__(self, array, index, value):
199 self.array = array
203 self.item = Rectangle(array.canvas, x1, y1, x2, y2,
211 self.array = Non
    [all...]
  /external/testng/src/main/java/org/testng/
Assert.java 10 import java.lang.reflect.Array;
143 fail("expected a null array, but not null found. " + message);
146 fail("expected not null array, but null found. " + message);
148 //is called only when expected is an array
150 int expectedLength = Array.getLength(expected);
151 if (expectedLength == Array.getLength(actual)) {
153 Object _actual = Array.get(actual, i);
154 Object _expected = Array.get(expected, i);
162 //array values matched
165 failNotEquals(Array.getLength(actual), expectedLength, message == null ? "" : messag
    [all...]
  /frameworks/base/tools/aapt2/
ResourceValues.h 20 #include <array>
294 struct Array : public BaseValue<Array> {
298 Array* Clone(StringPool* new_pool) const override;
305 std::array<std::unique_ptr<Item>, Count> values;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
APValue.h 37 /// [Vector: N * APValue], [Array: N * APValue]
50 Array,
62 /// ArrayIndex - The array index of the next item in the path.
189 bool isArray() const { return Kind == Array; }
286 assert(hasArrayFiller() && "No array filler");
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
APValue.h 37 /// [Vector: N * APValue], [Array: N * APValue]
50 Array,
62 /// ArrayIndex - The array index of the next item in the path.
189 bool isArray() const { return Kind == Array; }
286 assert(hasArrayFiller() && "No array filler");
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
APValue.h 37 /// [Vector: N * APValue], [Array: N * APValue]
50 Array,
62 /// ArrayIndex - The array index of the next item in the path.
189 bool isArray() const { return Kind == Array; }
286 assert(hasArrayFiller() && "No array filler");
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
APValue.h 37 /// [Vector: N * APValue], [Array: N * APValue]
50 Array,
62 /// ArrayIndex - The array index of the next item in the path.
189 bool isArray() const { return Kind == Array; }
286 assert(hasArrayFiller() && "No array filler");
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
APValue.h 37 /// [Vector: N * APValue], [Array: N * APValue]
50 Array,
62 /// ArrayIndex - The array index of the next item in the path.
189 bool isArray() const { return Kind == Array; }
286 assert(hasArrayFiller() && "No array filler");
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
APValue.h 37 /// [Vector: N * APValue], [Array: N * APValue]
50 Array,
62 /// ArrayIndex - The array index of the next item in the path.
189 bool isArray() const { return Kind == Array; }
286 assert(hasArrayFiller() && "No array filler");
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
APValue.h 37 /// [Vector: N * APValue], [Array: N * APValue]
50 Array,
62 /// ArrayIndex - The array index of the next item in the path.
189 bool isArray() const { return Kind == Array; }
286 assert(hasArrayFiller() && "No array filler");
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
APValue.h 37 /// [Vector: N * APValue], [Array: N * APValue]
50 Array,
62 /// ArrayIndex - The array index of the next item in the path.
189 bool isArray() const { return Kind == Array; }
286 assert(hasArrayFiller() && "No array filler");
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
ItsSerializer.java 46 import java.lang.reflect.Array;
140 for (int fi = 0; fi < Array.getLength(fmts); fi++) {
143 for (int si = 0; si < Array.getLength(sizes); si++) {
156 for (int si = 0; si < Array.getLength(sizes); si++) {
376 int arrayLen = Array.getLength(keyValue);
384 jsonArray.put(serializeRational((Rational)Array.get(keyValue,i)));
390 jsonArray.put(serializeSize((Size)Array.get(keyValue,i)));
396 jsonArray.put(serializeRect((Rect)Array.get(keyValue,i)));
402 jsonArray.put(serializeFace((Face)Array.get(keyValue, i)));
409 (StreamConfigurationMap)Array.get(keyValue,i)))
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Guid/StatusCodeDataTypeId/
StatusCodeDataTypeId.h 283 // on multiple devices within the array
287 // A shorthand to describe that the operation is performed // on all devices within the array
305 UINT16 Array;
  /external/guava/guava-testlib/src/com/google/common/testing/
FreshValueGenerator.java 83 import java.lang.reflect.Array;
173 Object array = Array.newInstance(componentType.getRawType(), 1); local
174 Array.set(array, 0, generate(componentType));
175 return array;
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
module.py 377 class Array(ReferenceKind):
378 """An array.
431 # non-copyable data like an array?
730 return isinstance(kind, Array)
  /external/llvm/include/llvm/Bitcode/
BitstreamReader.h 242 uint8_t Array[sizeof(word_t)] = {0};
245 R->getBitcodeBytes().readBytes(Array, sizeof(Array), NextChar);
257 Array);
  /external/python/cpython2/Lib/multiprocessing/
managers.py 46 import array
65 return array.array, (a.typecode, a.tostring())
66 ForkingPickler.register(array.array, reduce_array)
960 def Array(typecode, sequence, lock=True):
961 return array.array(typecode, sequence)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
ExecutionEngine.cpp 249 char *Array;
252 ArgvArray() : Array(NULL) {}
255 delete[] Array;
256 Array = NULL;
262 /// Turn a vector of strings into a nice argv style array of pointers to null
272 Array = new char[(InputArgv.size()+1)*PtrSize];
274 DEBUG(dbgs() << "JIT: ARGV = " << (void*)Array << "\n");
286 // Endian safe: Array[i] = (PointerTy)Dest;
287 EE->StoreValueToMemory(PTOGV(Dest), (GenericValue*)(Array+i*PtrSize),
293 (GenericValue*)(Array+InputArgv.size()*PtrSize)
    [all...]

Completed in 2065 milliseconds

1 2 3 4 5 67 8 91011>>