HomeSort by relevance Sort by last modified time
    Searched refs:ARRAY (Results 51 - 75 of 129) sorted by null

1 23 4 5 6

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNormalizer.java 35 /** caches the correct dc-property array forms */
178 * If a Dublin Core array had only one item, it was serialized as a simple
199 // create a new array and add the current property as child,
215 // clear array options and add corrected array form if it has been an array before
217 PropertyOptions.ARRAY |
236 * Make sure that the array is well-formed AltText. Each item must be simple
239 * @param arrayNode the property node of the array to repair.
247 // Already OK or not even an array
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AaptQuickFix.java 361 case ARRAY: value = "<item>1</item>"; break; //$NON-NLS-1$
  /external/chromium_org/chrome/common/extensions/docs/server2/
api_data_source.py 386 if type_.property_type == model.PropertyType.ARRAY:
447 elif type_.property_type == model.PropertyType.ARRAY:
448 dst_dict['array'] = self._GenerateType(type_.item_type)
  /external/libvpx/libvpx/examples/includes/HTML-Toc-0.91/
TocGenerator.pm 207 # - $aFile: (reference to array of) file to parse.
214 # Dereference array reference or make array of file specification
215 @files = (ref($aFile) =~ m/ARRAY/) ? @$aFile : ($aFile);
327 # args: - $aFile: (reference to array of) file to parse.
371 # args: - $aTocs: Reference to array of tocs.
381 # Is ToC specification reference to array?
382 if (ref($aTocs) =~ m/ARRAY/) {
383 # Yes, ToC specification is reference to array;
384 # Store array referenc
    [all...]
  /external/qemu/hw/
bt-sdp.c 801 #define ARRAY(...) { \
849 LIST(UINT8(0x22) ARRAY(
880 0x81, 0x00, /* Input (Data, Array) */
  /prebuilts/devtools/tools/lib/
asm-4.0.jar 
  /prebuilts/misc/common/asm/
asm-4.0.jar 
  /prebuilts/sdk/tools/lib/
asm-4.0.jar 
common.jar 
  /prebuilts/tools/common/asm-tools/
asm-3.3.1.jar 
asm-4.0.jar 
  /prebuilts/tools/common/m2/internal/asm/asm/3.3/
asm-3.3.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm/4.0/
asm-4.0.jar 
  /external/javassist/src/main/javassist/compiler/
CodeGen.java 721 /* NOTE: Array initializers has not been supported.
752 if (e.getOperator() == ARRAY) {
821 private void atArrayAssign(Expr expr, int op, Expr array,
824 arrayAccess(array.oprand1(), array.oprand2());
973 throw new CompileError("incompatible array types");
    [all...]
  /external/chromium_org/dbus/
message_unittest.cc 292 // Test that an array can be properly written and read. We only have this
293 // test for array, as repeating this for other container types is too
299 writer.OpenArray("s", &array_writer); // Open an array of strings.
306 ASSERT_EQ(Message::ARRAY, reader.GetDataType());
322 // Create a complex message using array, struct, variant, dict entry, and
329 // Open an array of variants.
332 // The first value in the array.
341 // The second value in the array.
356 // The third value in the array.
359 // Open a variant of an array of string-to-int64 dict entries
    [all...]
message.cc 189 case ARRAY: {
193 output += indent + "array [\n";
526 // appending contents to array and variant. It's technically possible
814 // An empty array is allowed.
864 LOG(ERROR) << "Error reading array of bytes";
868 LOG(ERROR) << "Failed to parse protocol buffer from array";
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
AsmAnalyzer.java 403 * Considers this array of names using considerName().
432 if (t.getSort() == Type.ARRAY) {
681 // desc an array type descriptor.
710 // internal name of an object or array class.
DependencyFinder.java 325 * Considers this array of names using considerName().
354 if (t.getSort() == Type.ARRAY) {
614 // desc an array type descriptor.
643 // internal name of an object or array class.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 10 from _ctypes import Union, Structure, Array
53 """create_string_buffer(aString) -> character array
54 create_string_buffer(anInteger) -> character array
55 create_string_buffer(aString, anInteger) -> character array
298 """create_unicode_buffer(aString) -> character array
299 create_unicode_buffer(anInteger) -> character array
300 create_unicode_buffer(aString, anInteger) -> character array
326 def ARRAY(typ, len):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 10 from _ctypes import Union, Structure, Array
53 """create_string_buffer(aString) -> character array
54 create_string_buffer(anInteger) -> character array
55 create_string_buffer(aString, anInteger) -> character array
298 """create_unicode_buffer(aString) -> character array
299 create_unicode_buffer(anInteger) -> character array
300 create_unicode_buffer(aString, anInteger) -> character array
326 def ARRAY(typ, len):
  /external/mksh/src/
jobs.c 1202 vp->flag = DEFINED | ISSET | INTEGER | RDONLY | ARRAY | INT_U;
1214 vp->u.array = vq;
1220 ARRAY | INT_U | AINDEX;
    [all...]
  /external/eigen/blas/testing/
cblat1.f 536 * .. Array Arguments ..
580 * REQUIREMENT THAT WHEN A DUMMY ARGUMENT IS AN ARRAY, THE
581 * ACTUAL ARGUMENT MUST ALSO BE AN ARRAY OR AN ARRAY ELEMENT.
587 * .. Array Arguments ..
619 * .. Array Arguments ..
dblat1.f 654 * .. Array Arguments ..
698 * REQUIREMENT THAT WHEN A DUMMY ARGUMENT IS AN ARRAY, THE
699 * ACTUAL ARGUMENT MUST ALSO BE AN ARRAY OR AN ARRAY ELEMENT.
705 * .. Array Arguments ..
sblat1.f 654 * .. Array Arguments ..
698 * REQUIREMENT THAT WHEN A DUMMY ARGUMENT IS AN ARRAY, THE
699 * ACTUAL ARGUMENT MUST ALSO BE AN ARRAY OR AN ARRAY ELEMENT.
705 * .. Array Arguments ..
zblat1.f 536 * .. Array Arguments ..
580 * REQUIREMENT THAT WHEN A DUMMY ARGUMENT IS AN ARRAY, THE
581 * ACTUAL ARGUMENT MUST ALSO BE AN ARRAY OR AN ARRAY ELEMENT.
587 * .. Array Arguments ..
619 * .. Array Arguments ..

Completed in 1574 milliseconds

1 23 4 5 6