/external/nist-sip/java/gov/nist/javax/sip/parser/ |
SubscriptionStateParser.java | 4 * This software was developed by employees of the National Institute of 11 * This software is provided by NIST as a service and is expressly 20 * Permission to use this software is contingent upon your acceptance 21 * of the terms of this agreement 82 this.lexer.match(';'); 83 this.lexer.SPorHT(); 88 this.lexer.match('='); 89 this.lexer.SPorHT(); 95 this.lexer.match('='); 96 this.lexer.SPorHT() [all...] |
WarningParser.java | 4 * This software was developed by employees of the National Institute of 11 * This software is provided by NIST as a service and is expressly 20 * Permission to use this software is contingent upon your acceptance 21 * of the terms of this agreement 87 this.lexer.match(TokenTypes.ID); 97 this.lexer.SPorHT(); 100 this.lexer.match(TokenTypes.ID); 104 this.lexer.match(':'); 105 this.lexer.match(TokenTypes.ID); 113 this.lexer.SPorHT() [all...] |
/external/nist-sip/java/gov/nist/javax/sip/parser/extensions/ |
MinSEParser.java | 17 * <a href="{@docRoot}/uncopyright.html">This code is in the public domain.</a> 56 this.lexer.SPorHT();
|
SessionExpiresParser.java | 54 this.lexer.SPorHT();
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/ |
PAssertedServiceParser.java | 5 * This software was developed by employees of the National Institute of 12 * This software is provided by NIST as a service and is expressly 21 * Permission to use this software is contingent upon your acceptance 22 * of the terms of this agreement 41 * Parse this: 61 this.lexer.match(TokenTypes.P_ASSERTED_SERVICE); 62 this.lexer.SPorHT(); 63 this.lexer.match(':'); 64 this.lexer.SPorHT(); 67 String urn = this.lexer.getBuffer() [all...] |
PVisitedNetworkIDParser.java | 4 * This software was developed by employees of the National Institute of 11 * This software is provided by NIST as a service and is expressly 20 * Permission to use this software is contingent upon your acceptance 21 * of the terms of this agreement 87 this.lexer.match(TokenTypes.P_VISITED_NETWORK_ID); 88 this.lexer.SPorHT(); 89 this.lexer.match(':'); 90 this.lexer.SPorHT(); 96 if (this.lexer.lookAhead(0) == '\"') 103 this.lexer.SPorHT() [all...] |
/external/toybox/ |
main.c | 24 // global context for this command. 27 union global_union this; variable in typeref:union:global_union 42 // Binary search to find this command. 96 // Setup toybox global state for this command. 123 if (toys.recursion > 1) memset(&this, 0, sizeof(this)); 195 // Call the multiplexer, adjusting this argv[] to be its' argv[1].
|
/external/vogar/src/vogar/commands/ |
VmCommandBuilder.java | 5 * you may not use this file except in compliance with the License. 51 this.log = log; 55 this.vmCommand = new ArrayList<String>(vmCommand); 56 return this; 60 this.temp = temp; 61 return this; 65 this.bootClasspath.addAll(bootClasspath); 66 return this; 70 this.classpath.addAll(classpath); 71 return this; [all...] |
/external/zlib/src/contrib/infback9/ |
inftree9.c | 16 include such an acknowledgment, I would appreciate that you keep this 53 code this; /* table entry for duplication */ local 90 This routine assumes, but does not check, that all of the entries in 91 lens[] are in the range 0..MAXBITS. The caller must assure this. 93 symbol does not occur in this code. 144 Create and fill in decoding tables. In this loop, the table being 153 of the low root bits of huff. This is saved in low to check for when a 159 counts are used for this, and so count[] is decremented as codes are 169 all codes of length max, i.e. all codes, have been processed. This 170 routine permits incomplete codes, so another loop after this one fill [all...] |
/frameworks/base/core/java/com/android/internal/midi/ |
MidiEventScheduler.java | 5 * you may not use this file except in compliance with the License. 29 // This pool increases performance by about 14%. 49 MidiEventScheduler.this.flush(); 66 this.count = count; 116 * This MidiReceiver will write date to the scheduling buffer.
|
/frameworks/base/core/tests/coretests/src/android/os/ |
HandlerTester.java | 5 * you may not use this file except in compliance with the License. 33 synchronized (this) { 69 synchronized (HandlerTester.this) { 72 HandlerTester.this.handleMessage(msg); 74 HandlerTester.this.notify();
|
MessengerTest.java | 5 * you may not use this file except in compliance with the License. 36 synchronized (MessengerTest.this) { 38 MessengerTest.this.notifyAll(); 51 synchronized (MessengerTest.this) { 54 TestThread.this.handleMessage(msg); 58 TestThread.this.executeTest(); 98 synchronized (this) {
|
TestHandlerThread.java | 5 * you may not use this file except in compliance with the License. 38 synchronized (this) { 66 synchronized (this) { 73 synchronized (this) { 87 synchronized (TestHandlerThread.this) { 92 TestHandlerThread.this.notifyAll(); 99 synchronized (this) {
|
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/ |
ClientTest.java | 5 * you may not use this file except in compliance with the License. 163 this.bindService(new Intent(IWapPushManager.class.getName()), conn, 171 this.unbindService(conn);
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
CameraStateHolder.java | 5 * you may not use this file except in compliance with the License. 49 this.notifyAll(); 86 * {@link #waitForStates(int)}. This method will wait until the 97 synchronized (this) { 100 this.wait(timeoutMs);
|
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/ |
BluetoothPbapObexAuthenticator.java | 5 * you may not use this file except in compliance with the License. 59 synchronized (this) { 63 this.wait();
|
/frameworks/support/v14/preference/src/android/support/v14/preference/ |
ListPreferenceDialogFragment.java | 5 * you may not use this file except in compliance with the License. 61 ListPreferenceDialogFragment.this.onClick(dialog,
|
/frameworks/support/v7/preference/src/android/support/v7/preference/ |
ListPreferenceDialogFragmentCompat.java | 5 * you may not use this file except in compliance with the License. 61 ListPreferenceDialogFragmentCompat.this.onClick(dialog,
|
/libcore/luni/src/main/java/java/util/logging/ |
SocketHandler.java | 4 * this work for additional information regarding copyright ownership. 5 * The ASF licenses this file to You under the Apache License, Version 2.0 6 * (the "License"); you may not use this file except in compliance with 28 * This handler reads the following properties from the log manager to 32 * defaults to {@code Level.ALL} if this property is not found or has an invalid 35 * class to be associated with this handler, defaults to {@code null} if this 38 * formatter class to be associated with this handler, defaults to 39 * {@code java.util.logging.XMLFormatter} if this property is not found or has 41 * <li>java.util.logging.SocketHandler.encoding specifies the encoding this [all...] |
/libcore/luni/src/main/java/javax/xml/parsers/ |
SAXParser.java | 4 * this work for additional information regarding copyright ownership. 5 * The ASF licenses this file to You under the Apache License, Version 2.0 6 * (the "License"); you may not use this file except in compliance with 38 * implementation class. In JAXP 1.0, this class wrapped the 39 * {@link org.xml.sax.Parser} interface, however this interface was 41 * of transition, this class continues to support the same name 44 * An instance of this class can be obtained from the 46 * Once an instance of this class is obtained, XML can be parsed from 50 * This static method creates a new factory instance based 56 * This property names a class that is a concrete subclass of thi [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
FilterPointRepresentation.java | 5 * you may not use this file except in compliance with the License. 39 representation.useParametersFrom(this); 59 return this.mCandidates.get(index); 63 this.mCandidates.add(c); 78 this.mCandidates.remove(c); 82 this.mCandidates.clear();
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/ |
UnboundedFifoByteBuffer.java | 4 * distributed with this work for additional information * 5 * regarding copyright ownership. The ASF licenses this file * 7 * "License"); you may not use this file except in compliance * 38 * Note that this implementation is not synchronized. The following can be 44 * This buffer prevents null objects from being added. 70 this(32); 92 * @return this buffer's size 107 * Returns true if this buffer is empty; false otherwise. 109 * @return true if this buffer is empty 116 * Adds the given element to this buffer [all...] |
/packages/services/Telephony/src/org/apache/james/mime4j/decoder/ |
UnboundedFifoByteBuffer.java | 4 * distributed with this work for additional information * 5 * regarding copyright ownership. The ASF licenses this file * 7 * "License"); you may not use this file except in compliance * 38 * Note that this implementation is not synchronized. The following can be 44 * This buffer prevents null objects from being added. 70 this(32); 92 * @return this buffer's size 107 * Returns true if this buffer is empty; false otherwise. 109 * @return true if this buffer is empty 116 * Adds the given element to this buffer [all...] |
/pdk/apps/TestingCamera/src/com/android/testingcamera/ |
InfoDialogFragment.java | 31 mOkButton.setOnClickListener(this); 42 this.dismiss();
|
/cts/tests/tests/assist/service/src/android/voiceinteraction/service/ |
MainInteractionService.java | 5 * you may not use this file except in compliance with the License. 64 if (isActiveService(this, new ComponentName(this, getClass()))) { 117 if (!MainInteractionService.this.mResumeLatch 126 MainInteractionService.this.showSession( 137 "3p activity has resumed in this new receiver"); 138 if (MainInteractionService.this.mResumeLatch != null) { 139 MainInteractionService.this.mResumeLatch.countDown();
|