HomeSort by relevance Sort by last modified time
    Searched full:protected (Results 801 - 825 of 40743) sorted by null

<<31323334353637383940>>

  /external/javaparser/javaparser-core-generators/src/main/java/com/github/javaparser/generator/
Generator.java 22 protected final SourceRoot sourceRoot;
24 protected Generator(SourceRoot sourceRoot) {
30 protected <T extends Node & NodeWithAnnotations<?>> void annotateGenerated(T node) {
34 protected <T extends Node & NodeWithAnnotations<?>> void annotateSuppressWarnings(T node) {
38 protected void annotateOverridden(MethodDeclaration method) {
60 protected void addOrReplaceWhenSameSignature(ClassOrInterfaceDeclaration containingClassOrInterface, CallableDeclaration<?> callable) {
69 protected void replaceWhenSameSignature(ClassOrInterfaceDeclaration containingClassOrInterface, CallableDeclaration<?> callable) {
98 protected void removeMethodWithSameSignature(ClassOrInterfaceDeclaration containingClassOrInterface, CallableDeclaration<?> callable) {
  /external/jsilver/src/com/google/clearsilver/jsilver/exceptions/
JSilverException.java 24 protected JSilverException(String message) {
28 protected JSilverException(String message, Throwable cause) {
  /external/junit/src/main/java/junit/extensions/
TestSetup.java 33 protected void setUp() throws Exception {
40 protected void tearDown() throws Exception {
  /external/junit/src/main/java/junit/textui/
ResultPrinter.java 38 protected void printHeader(long runTime) {
43 protected void printErrors(TestResult result) {
47 protected void printFailures(TestResult result) {
51 protected void printDefects(Enumeration<TestFailure> booBoos, int count, String type) {
68 protected void printDefectHeader(TestFailure booBoo, int count) {
74 protected void printDefectTrace(TestFailure booBoo) {
78 protected void printFooter(TestResult result) {
98 protected String elapsedTimeAsString(long runTime) {
  /external/junit/src/main/java/org/junit/internal/matchers/
ThrowableMessageMatcher.java 23 protected boolean matchesSafely(T item) {
28 protected void describeMismatchSafely(T item, Description description) {
  /external/junit/src/main/java/org/junit/rules/
TestWatcher.java 23 * protected void failed(Throwable e, Description description) {
28 * protected void succeeded(Description description) {
126 protected void succeeded(Description description) {
132 protected void failed(Throwable e, Description description) {
139 protected void skipped(AssumptionViolatedException e, Description description) {
151 protected void skipped(
158 protected void starting(Description description) {
164 protected void finished(Description description) {
  /external/libedit/src/
map.h 68 protected int map_bind(EditLine *, int, const Char **);
69 protected int map_init(EditLine *);
70 protected void map_end(EditLine *);
71 protected void map_init_vi(EditLine *);
72 protected void map_init_emacs(EditLine *);
73 protected int map_set_editor(EditLine *, Char *);
74 protected int map_get_editor(EditLine *, const Char **);
75 protected int map_addfunc(EditLine *, const Char *, const Char *, el_func_t);
  /external/mockito/src/main/java/org/mockito/internal/matchers/
CompareTo.java 37 protected abstract String getName();
39 protected abstract boolean matchResult(int result);
  /external/mockito/src/main/java/org/mockito/internal/verification/
VerificationWrapper.java 12 protected final WrapperType wrappedVerification;
22 protected abstract VerificationMode copySelfWithNewVerificationMode(VerificationMode verificationMode);
  /external/mockito/src/test/java/org/mockitousage/bugs/
ImplementationOfGenericAbstractMethodNotInvokedOnSpyTest.java 14 protected abstract String method_to_implement(T value);
23 protected String method_to_implement(T value) {
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
ChunkOffset64BitBox.java 27 protected long getContentSize() {
42 protected void getContent(ByteBuffer byteBuffer) {
XmlBox.java 29 protected long getContentSize() {
40 protected void getContent(ByteBuffer byteBuffer) {
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
AppleMeanBox.java 22 protected long getContentSize() {
33 protected void getContent(ByteBuffer byteBuffer) {
AppleNameBox.java 22 protected long getContentSize() {
41 protected void getContent(ByteBuffer byteBuffer) {
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
MpegSampleEntry.java 26 protected long getContentSize() {
39 protected void getContent(ByteBuffer byteBuffer) {
  /external/nanohttpd/websocket/src/main/java/fi/iki/elonen/samples/echo/
DebugWebSocketServer.java 61 protected WebSocket openWebSocket(IHTTPSession handshake) {
75 protected void onOpen() {
79 protected void onClose(CloseCode code, String reason, boolean initiatedByRemote) {
87 protected void onMessage(WebSocketFrame message) {
97 protected void onPong(WebSocketFrame pong) {
104 protected void onException(IOException exception) {
109 protected void debugFrameReceived(WebSocketFrame frame) {
116 protected void debugFrameSent(WebSocketFrame frame) {
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
base_from_completion_cond.hpp 26 protected:
47 protected:
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAbstractCursor.java 21 protected Map<String, Object> currentRow;
22 protected int currentRowNumber = -1;
23 protected Map<String, Integer> columnNames = new HashMap<String, Integer>();
24 protected String[] columnNameArray;
25 protected Map<Integer, Map<String, Object>> rows = new HashMap<Integer, Map<String, Object>>();
26 protected int rowCount;
27 protected Uri notificationUri;
28 protected boolean mClosed;
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowApkAssets.java 19 protected void __constructor__(String path, boolean system, boolean forceSharedLib,
26 protected String getAssetPath() {
ShadowSystemVibrator.java 28 protected boolean hasVibrator() {
33 protected boolean hasAmplitudeControl() {
38 protected void vibrate(long[] pattern, int repeat) {
43 protected void vibrate(int owningUid, String owningPackage, long[] pattern, int repeat) {
48 protected void vibrate(int uid, String opPkg, long[] pattern, int repeat, AudioAttributes attributes) {
63 protected void vibrate(int uid, String opPkg, long milliseconds, AudioAttributes attributes) {
68 protected void vibrate(int uid, String opPkg, VibrationEffect effect, AudioAttributes attributes) {
113 protected void cancel() {
  /external/sfntly/cpp/src/sfntly/table/bitmap/
glyph_metrics.h 28 protected:
33 protected:
  /external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/
Interpreter.java 100 protected void setScriptCommand(String executeParameters) {
108 protected void setInteractiveCommand(String interactiveCommand) {
116 protected void setBinary(File binary) {
127 protected void setExtension(String extension) {
131 protected void setHasInteractiveMode(boolean hasInteractiveMode) {
143 protected void setName(String name) {
151 protected void setNiceName(String niceName) {
163 protected void setLanguage(Language language) {
  /external/sl4a/Common/src/com/googlecode/android_scripting/language/
JavaScriptLanguage.java 26 protected String getImportStatement() {
32 protected String getRpcReceiverDeclaration(String rpcReceiver) {
LuaLanguage.java 26 protected String getImportStatement() {
31 protected String getDefaultRpcReceiver() {
RubyLanguage.java 26 protected String getImportStatement() {
31 protected String getRpcReceiverDeclaration(String rpcReceiver) {

Completed in 366 milliseconds

<<31323334353637383940>>