代码搜索:Protection
找到约 1,659 项符合「Protection」的源代码
代码结果 1,659
www.eeworm.com/read/12865/249938
s 740t.s
;; Copyright ARM Ltd 2001. All rights reserved.
;;
;; This code provides basic initialization for an ARM740T including:
;;
;; - creation of memory protection regions
;; - enabling the uni
www.eeworm.com/read/464255/1531971
h xi2c_l.h
#ifndef XI2C_L_H /* prevent circular inclusions */
#define XI2C_L_H /* by using protection macros */
/***************************** Include Files ********************************/
#include "xba
www.eeworm.com/read/177505/5324274
java groupproxy.java
package com.gs.db;
import java.util.Iterator;
/**
* Protection proxy for the Group interface. It restricts access of certain
* methods to those that have the proper permissions to administer
www.eeworm.com/read/177505/5324299
java iteratorproxy.java
package com.gs.db;
import java.util.*;
/**
* Protection proxy for Iterator objects.
*/
public abstract class IteratorProxy implements Iterator {
protected Iterator iterator;
p