/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
list-insns.l | 223 208 0324 C18EC800 SET \$142,\$200
|
/packages/providers/ContactsProvider/tests/assets/upgradeTest/ |
contacts2_1108.sql | 150 CREATE TRIGGER raw_contacts_marked_deleted AFTER UPDATE ON raw_contacts BEGIN UPDATE raw_contacts SET version=OLD.version+1 WHERE _id=OLD._id AND NEW.deleted!= OLD.deleted; END; 151 CREATE TRIGGER data_updated AFTER UPDATE ON data BEGIN UPDATE data SET data_version=OLD.data_version+1 WHERE _id=OLD._id; UPDATE raw_contacts SET version=version+1 WHERE _id=OLD.raw_contact_id; END; 152 CREATE TRIGGER data_deleted BEFORE DELETE ON data BEGIN UPDATE raw_contacts SET version=version+1 WHERE _id=OLD.raw_contact_id; DELETE FROM phone_lookup WHERE data_id=OLD._id; DELETE FROM status_updates WHERE status_update_data_id=OLD._id; DELETE FROM name_lookup WHERE data_id=OLD._id; END; 153 CREATE TRIGGER groups_updated1 AFTER UPDATE ON groups BEGIN UPDATE groups SET version=OLD.version+1 WHERE _id=OLD._id; END; [all...] |
/external/icu/icu4c/source/test/intltest/ |
transtst.cpp | 316 /* Another set of rules: 360 * Test inline set syntax and set variable syntax. 795 // Again, using a smaller rule set [all...] |
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
TransliteratorTest.java | 241 /* Another set of rules: 275 * Test inline set syntax and set variable syntax. 613 // Again, using a smaller rule set 1378 UnicodeSet set = new UnicodeSet(pat); local 3517 UnicodeSet set = new UnicodeSet("[a \\u200E]"); local [all...] |
/external/mdnsresponder/mDNSWindows/mdnsNSP/ |
mdnsNSP.c | 202 #define dlog_query_set( LEVEL, SET ) DebugDumpQuerySet( LEVEL, SET ) 204 #define dlog_query_set( LEVEL, SET ) 386 // Set the size to exclude NSPIoctl because we don't implement it. 428 // This function is called when our namespace DLL is unloaded. It cleans up anything we set up in NSPStartup. 922 // Set up cancel event 927 // Set up events to signal when A record data is ready 961 // Set up events to signal when AAAA record data is ready [all...] |
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
ProducerFactoryGenerator.java | 333 // set binding.dependencies(). 467 if (binding.productionType().equals(Produces.Type.SET)) {
|
BindingGraphValidator.java | 54 import java.util.Set; 244 Set<DependencyRequest> resolvedRequests) { 275 * Validates that the set of bindings resolved is consistent with the type of the binding, and 319 case SET: 343 DependencyRequest request, Set<ContributionBinding> bindings) { 375 Deque<ResolvedRequest> path, Set<ContributionBinding> mapBindings) { 392 Deque<ResolvedRequest> path, Set<ContributionBinding> contributionBindings) { 627 Set<TypeElement> availableDependencies = subject.availableDependencies(); 628 Set<TypeElement> requiredDependencies = 642 Set<TypeElement> extraSetters = Sets.difference(allSetters.keySet(), availableDependencies) [all...] |
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/ |
SafeConstructor.java | 29 import java.util.Set; 60 this.yamlConstructors.put(Tag.SET, new ConstructYamlSet()); 89 * @return list of the merged NodeTuple (to be set as value for the 138 values.set(key2index.get(key), nodeTuple); 151 protected void constructSet2ndStep(MappingNode node, Set<Object> set) { 153 super.constructSet2ndStep(node, set); 324 calendar.set(Calendar.YEAR, Integer.parseInt(year_s)); 326 calendar.set(Calendar.MONTH, Integer.parseInt(month_s) - 1); // x 327 calendar.set(Calendar.DAY_OF_MONTH, Integer.parseInt(day_s)) [all...] |
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/representer/ |
SafeRepresenter.java | 29 import java.util.Set; 68 this.multiRepresenters.put(Set.class, new RepresentSet()); 126 // if no other scalar style is explicitly set, use literal style for 315 Set<Object> set = (Set<Object>) data; local 316 for (Object key : set) { 319 return representMapping(getTag(data.getClass(), Tag.SET), value, null);
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/arm/ |
prog.go | 36 // for USED and SET annotations, not the Intel opcode.
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/mips/ |
prog.go | 39 // for USED and SET annotations, not the MIPS opcode.
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/mips64/ |
prog.go | 39 // for USED and SET annotations, not the MIPS opcode.
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/arm/ |
prog.go | 36 // for USED and SET annotations, not the Intel opcode.
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/mips/ |
prog.go | 39 // for USED and SET annotations, not the MIPS opcode.
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/mips64/ |
prog.go | 39 // for USED and SET annotations, not the MIPS opcode.
|
/prebuilts/tools/common/m2/repository/com/squareup/dagger/dagger/1.2.2/ |
dagger-1.2.2.jar | |
/toolchain/binutils/binutils-2.25/opcodes/ |
m88k-dis.c | 163 {0xf0008800,"set ",{21,5,REG} ,{16,5,REG} ,{0,10,BF} , {1,1,PINT,SET ,i10bit,1,0,1,0,0,0,0,0,0,0,0} }, 169 {0xf4008800,"set ",{21,5,REG} ,{16,5,REG} ,{0,5,REG} , {1,1,PINT,SET ,0,1,1,1,0,0,0,0,0,0,0,0} }, [all...] |
/external/pcre/dist2/src/ |
pcre2test.c | 112 set here, to make it easier to fiddle with them, and removed "b" from the input 225 so that the PCRE2_EXP_xxx macros get set appropriately for an application, not 402 /* Control bits. Some apply to compiling, some to matching, but some can be set 452 /* These are all the controls that may be set either on a pattern or on a 471 (data). Fields containing modifiers that can be set either for a pattern or a [all...] |
/hardware/interfaces/automotive/vehicle/2.0/ |
types.hal | 248 * which wheels are supported. configArray is set as follows: 256 * NOTE: If a wheel is not supported, its value shall always be set to 0. 375 * ABS is active. Set to true whenever ABS is activated. Reset to false when ABS is off. 405 * IVehicle#set may return StatusCode::NOT_AVAILABLE and IVehicle#get is not 421 * IVehicle#set may return StatusCode::NOT_AVAILABLE and IVehicle#get is not 438 * IVehicle#set may return StatusCode::NOT_AVAILABLE and IVehicle#get is not 452 * HVAC, target temperature set. 454 * IVehicle#set may return StatusCode::NOT_AVAILABLE and IVehicle#get is not 470 * IVehicle#set may return StatusCode::NOT_AVAILABLE and IVehicle#get is not 486 * IVehicle#set may return StatusCode::NOT_AVAILABLE and IVehicle#get is no [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
SerializationStressTest4.java | 45 import java.util.Set; 114 equals = ((Set) objLoaded).size() == 0; 196 Collection<String> objToSave = java.util.Collections.unmodifiableCollection(SET); 543 ((java.util.BitSet) objToSave).set(3); 544 ((java.util.BitSet) objToSave).set(5); 545 ((java.util.BitSet) objToSave).set(61, 89); [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/arm64/ |
prog.go | 39 // for USED and SET annotations, not the Power opcode.
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/s390x/ |
prog.go | 32 // for USED and SET annotations.
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
compile.go | 25 // TODO: debugging - set flags to control verbosity of compiler, 405 // tighten should happen before lowering to avoid splitting naturally paired instructions such as CMP/SET
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/arm64/ |
prog.go | 39 // for USED and SET annotations, not the Power opcode.
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/s390x/ |
prog.go | 32 // for USED and SET annotations.
|