Home
last modified time | relevance | path

Searched refs:dictionary (Results 1 – 25 of 103) sorted by relevance

12345

/minix/external/bsd/llvm/dist/clang/test/Index/
H A Dannotate-subscripting.m30 NSMutableDictionary *dictionary;
33 oldObject = dictionary[key];
34 dictionary[key] = newObject;
66 // CHECK: Identifier: "dictionary" [33:15 - 33:25] DeclRefExpr=dictionary:30:24
71 // CHECK: Identifier: "dictionary" [34:3 - 34:13] DeclRefExpr=dictionary:30:24
H A Dfile-refs-subscripting.m30 NSMutableDictionary *dictionary;
33 oldObject = dictionary[key];
34 dictionary[key] = newObject;
H A Dindex-subscripting-literals.m36 NSMutableDictionary *dictionary;
37 oldObject = dictionary[key];
38 dictionary[key] = newObject;
/minix/external/bsd/llvm/dist/clang/test/PCH/
H A Dobjc_container.h19 NSMutableDictionary *dictionary; in all() local
22 oldObject = dictionary[key]; in all()
24 dictionary[key] = newObject; in all()
H A Dsubscripting-literals.m41 NSMutableDictionary *dictionary;
42 oldObject = dictionary[key];
43 dictionary[key] = newObject;
H A Dobjc_container.m14 // CHECK-PRINT: oldObject = dictionary[key];
15 // CHECK-PRINT: dictionary[key] = newObject;
/minix/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A Dobjc-container-subscripting.m38 NSMutableDictionary *dictionary;
41 oldObject = dictionary[key];
42 dictionary[key] = newObject; // replace oldObject with newObject
H A Dsel-as-builtin-type.m11 +(id) dictionary; class
16 I2 *a0 = [I2 dictionary];
H A Dobjc-container-subscripting-1.m35 NSMutableDictionary *dictionary;
38 oldObject = dictionary[key];
47 val = (dictionary[key] = newObject);
/minix/external/bsd/llvm/dist/clang/test/Rewriter/
H A Dobjc-modern-container-subscript.mm43 NSMutableDictionary *dictionary;
46 oldObject = dictionary[key];
47 dictionary[key] = newObject; // replace oldObject with newObject
H A Drewrite-modern-container-literal.mm50 NSDictionary *dictionary = @{ @"name" : NSUserName(), @"date" : [NSDate date], @"process" : @"proce…
/minix/external/bsd/file/dist/magic/magdir/
H A Dclaris25 # .msp a dictionary file I am not sure about this I have only one .msp file
26 0 string \002\271\262\000\040\002\000\164 Claris works dictionary
28 # .usp are user dictionary bits
/minix/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Dobjc-container-subscripting.m36 NSMutableDictionary *dictionary;
39 …oldObject = dictionary[key]; // expected-error {{method key parameter type 'id *' is not object t…
40dictionary[key] = newObject; // expected-error {{method object parameter type 'void *' is not obj…
H A Dobjc-container-subscripting-3.m21 …val = dict[key]; // expected-error {{method for accessing dictionary element must have Objective-C…
/minix/common/dist/zlib/contrib/pascal/
H A Dexample.pas33 const dictionary: PChar = 'hello';
461 err := deflateSetDictionary(c_stream, dictionary, StrLen(dictionary));
513 err := inflateSetDictionary(d_stream, dictionary, StrLen(dictionary));
H A Dzlibpas.pas94 function deflateSetDictionary(var strm: z_stream; const dictionary: PChar; in deflateSetDictionary()
102 function inflateSetDictionary(var strm: z_stream; const dictionary: PChar; in inflateSetDictionary()
/minix/external/bsd/llvm/dist/clang/docs/
H A DObjectiveCLiterals.rst147 ``AVAudioRecorder`` using a dictionary that contains a boxed enumeration
225 array and dictionary container objects.
240 Immutable dictionary expression:
244 NSDictionary *dictionary = @{
251 sub-expressions of a dictionary literal must be Objective-C object
295 NSMutableDictionary *dictionary = ...;
297 oldObject = dictionary[key];
307 subscript expressions use integer typed subscripts; *dictionary-style*
314 and dictionary styles.
473 | dictionary-literal
[all …]
/minix/external/bsd/llvm/dist/llvm/test/YAMLParser/
H A Dconstruct-omap.data3 # Explicitly typed ordered map (dictionary).
/minix/external/public-domain/xz/dist/doc/
H A Dlzma-file-format.txt116 LZMA Utils creates only files with dictionary size 2^n,
118 dictionary size.
121 dictionary sizes 2^n and 2^n + 2^(n-1). If some other
122 dictionary size is specified when compressing, the value
/minix/common/dist/zlib/
H A Dexample.c36 const char dictionary[] = "hello"; variable
443 (const Bytef*)dictionary, sizeof(dictionary));
495 err = inflateSetDictionary(&d_stream, (const Bytef*)dictionary,
496 sizeof(dictionary));
/minix/external/bsd/llvm/dist/clang/test/ARCMT/
H A Dobjcmt-subscripting-unavailable.m37 + (id)dictionary; class in NSDictionaryCreation
67 dict = [NSDictionary dictionary];
H A Dobjcmt-subscripting-literals.m60 + (id)dictionary; class in NSDictionaryCreation
105 dict = [NSDictionary dictionary];
121 o = [NSDictionary dictionaryWithObject:[NSDictionary dictionary] forKey:@"key"];
/minix/external/public-domain/xz/dist/tests/files/
H A DREADME83 uncompressed and the second is LZMA. The first chunk resets dictionary
87 uncompressed with dictionary reset, and third is LZMA with new
88 properties but without dictionary reset.
217 doesn't reset the dictionary.
220 indicates dictionary reset, but the LZMA compressed data tries to
227 uncompressed and the second is LZMA. The first chunk resets dictionary
/minix/external/bsd/llvm/dist/clang/tools/clang-format/
H A Dgit-clang-format294 def filter_by_extension(dictionary, allowed_extensions): argument
300 for filename in dictionary.keys():
303 del dictionary[filename]
/minix/external/public-domain/xz/dist/
H A DTODO45 be mostly useful when using a preset dictionary in LZMA2, but
51 Adjust dictionary size when the input file size is known.

12345