/developers/build/prebuilts/gradle/BasicMediaDecoder/BasicMediaDecoderSample/src/main/java/com/example/android/common/media/ |
CameraHelper.java | 52 if (sizes == null) 53 return null; 55 Camera.Size optimalSize = null; 78 if (optimalSize == null) { 91 * @return the default camera on the device. Return null if there is no camera on the device. 99 * @return the default rear/back facing camera on the device. Returns null if camera is not 107 * @return the default front facing camera on the device. Returns null if camera is not 119 * @return the default camera on the device. Returns null if camera is not available. 136 return null; 150 return null; [all...] |
/developers/build/prebuilts/gradle/BasicRenderScript/BasicRenderScriptSample/src/main/java/com/example/android/common/media/ |
CameraHelper.java | 52 if (sizes == null) 53 return null; 55 Camera.Size optimalSize = null; 78 if (optimalSize == null) { 91 * @return the default camera on the device. Return null if there is no camera on the device. 99 * @return the default rear/back facing camera on the device. Returns null if camera is not 107 * @return the default front facing camera on the device. Returns null if camera is not 119 * @return the default camera on the device. Returns null if camera is not available. 136 return null; 150 return null; [all...] |
/developers/build/prebuilts/gradle/BasicSyncAdapter/BasicSyncAdapterSample/src/main/java/com/example/android/basicsyncadapter/ |
SyncService.java | 39 private static SyncAdapter sSyncAdapter = null; 49 if (sSyncAdapter == null) {
|
/developers/build/prebuilts/gradle/MediaRecorder/MediaRecorderSample/src/main/java/com/example/android/common/media/ |
CameraHelper.java | 52 if (sizes == null) 53 return null; 55 Camera.Size optimalSize = null; 78 if (optimalSize == null) { 91 * @return the default camera on the device. Return null if there is no camera on the device. 99 * @return the default rear/back facing camera on the device. Returns null if camera is not 107 * @return the default front facing camera on the device. Returns null if camera is not 119 * @return the default camera on the device. Returns null if camera is not available. 136 return null; 150 return null; [all...] |
/developers/samples/android/common/src/java/com/example/android/common/media/ |
CameraHelper.java | 52 if (sizes == null) 53 return null; 55 Camera.Size optimalSize = null; 78 if (optimalSize == null) { 91 * @return the default camera on the device. Return null if there is no camera on the device. 99 * @return the default rear/back facing camera on the device. Returns null if camera is not 107 * @return the default front facing camera on the device. Returns null if camera is not 119 * @return the default camera on the device. Returns null if camera is not available. 136 return null; 150 return null; [all...] |
/developers/samples/android/connectivity/sync/BasicSyncAdapter/BasicSyncAdapterSample/src/main/java/com/example/android/basicsyncadapter/ |
SyncService.java | 39 private static SyncAdapter sSyncAdapter = null; 49 if (sSyncAdapter == null) {
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeyPowerEvent.java | 60 mTestResult = null; 65 mPowerLogTag = null; 66 mTestResult = null; 91 if (value != null) { 105 FileWriter writer = null; 125 if (writer != null) writer.close(); 133 if (mPowerLogTag != null) { 136 } else if (mTestResult != null) {
|
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/ |
TaskBackService.java | 78 // NOTE: Every method that returns an AccessibilityNodeInfo may return null, 83 if (source == null) { 89 if (rowNode == null) { 95 if (labelNode == null) { 101 if (completeNode == null) { 116 String completeStr = null; 139 mTts.speak(utterance.toString(), TextToSpeech.QUEUE_FLUSH, null); local 147 if (parent == null) { 148 return null;
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
ExpandableList2.java | 81 super(context, null, groupLayout, groupFrom, groupTo, childLayout, childrenFrom, 97 new String[] { Phone.CONTENT_ITEM_TYPE }, null); 99 return null; 125 mQueryHandler.startQuery(TOKEN_GROUP, null, Contacts.CONTENT_URI, CONTACTS_PROJECTION, 126 Contacts.HAS_PHONE_NUMBER + "=1", null, null); 133 // Null out the group cursor. This will cause the group cursor and all of the child cursors 135 mAdapter.changeCursor(null); 136 mAdapter = null;
|
/development/samples/USB/AdbTest/src/com/android/adb/ |
AdbTestActivity.java | 77 setAdbInterface(null, null); 121 if (mDeviceConnection != null) { 122 if (mInterface != null) { 124 mInterface = null; 127 mDevice = null; 128 mDeviceConnection = null; 131 if (device != null && intf != null) { 133 if (connection != null) { [all...] |
/development/samples/browseable/BasicMediaDecoder/src/com.example.android.common.media/ |
CameraHelper.java | 52 if (sizes == null) 53 return null; 55 Camera.Size optimalSize = null; 78 if (optimalSize == null) { 91 * @return the default camera on the device. Return null if there is no camera on the device. 99 * @return the default rear/back facing camera on the device. Returns null if camera is not 107 * @return the default front facing camera on the device. Returns null if camera is not 119 * @return the default camera on the device. Returns null if camera is not available. 136 return null; 150 return null; [all...] |
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/ |
SyncService.java | 39 private static SyncAdapter sSyncAdapter = null; 49 if (sSyncAdapter == null) {
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
PhotoFragment.java | 49 if (mURLString != null) { 58 * setImageURL(url,false,null) attempts to download and decode the picture at 62 mPhotoView.setImageURL(localURL, false, null); 121 if (bundle != null) { 125 if (mURLString != null) 141 if (mPhotoView != null) { 143 mPhotoView.setOnClickListener(null); 144 this.mPhotoView = null; 153 * Sets the URL for the Fragment to null 161 mURLString = null; [all...] |
/development/tools/apkcheck/src/com/android/apkcheck/ |
FieldInfo.java | 44 if (mNameAndType == null) 58 mNameAndType = null;
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
CommonTokenStream.as | 65 public function CommonTokenStream(tokenSource:TokenSource = null, channel:int = TokenConstants.DEFAULT_CHANNEL) { 85 while ( t!=null && t.type != CharStreamConstants.EOF ) { 88 if ( channelOverrideMap != null ) { 93 if ( discardSet !=null && 152 if ( channelOverrideMap==null ) { 159 if ( discardSet==null ) { 177 return getTokensBitSet(start, stop, null); 181 * the token type BitSet. Return null if no tokens were found. This 197 return null; 204 if ( types==null || types.member(t.type) ) [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
ITreeVisitorAction.cs | 74 if (_preAction != null) 82 if (_postAction != null)
|
TreeRewriter.cs | 55 if (t == null) 56 return null; 70 if (r != null && !t.Equals(r.Tree) && r.Tree != null) { 77 if (r != null && r.Tree != null) 106 return null; 110 return null;
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
TreeRewriter.java | 54 if ( t==null ) return null; 65 r!=null && !t.equals(r.getTree()) && r.getTree()!=null ) 69 if ( r!=null && r.getTree()!=null ) return r.getTree(); 118 public Object topdown() throws RecognitionException { return null; } 119 public Object bottomup() throws RecognitionException { return null; }
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
RecognitionException.js | 63 input: null, 68 index: null, 75 token: null, 81 node: null, 86 c: null, 93 line: null, 103 charPositionInLine: null, 111 approximateLineInfo: null,
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
LL1Analyzer.java | 95 if ( importedRule != null ) { // exists in imported grammar 115 if ( callers!=null ) { 127 if ( r.FIRST==null ) { 161 if ( f!=null ) { 219 if ( transition0==null ) { 220 return null; 233 LookaheadSet tset = null; 240 if ( tset==null ) { 271 if ( transition1!=null ) { 315 if ( transition0==null ) { [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/ |
ASTDbg.stg | 37 new DebugTreeAdaptor(null,new CommonTreeAdaptor());
|
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/ |
SubjectDomainCombinerTest.java | 59 new SubjectDomainCombiner(null); 85 // test case: both parameters are null 86 assertNull(combiner.combine(null, null)); 91 CodeSource source = new CodeSource(url, (Certificate[]) null); 105 pd = combiner.combine(new ProtectionDomain[] { domain }, null); 116 pd = combiner.combine(null, new ProtectionDomain[] { domain }); 120 assertNotNull(new SubjectDomainCombiner(new Subject()).combine(new ProtectionDomain[] {null}, new ProtectionDomain[] {null}));
|
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/ |
CipherOutputStreamTest.java | 32 new CipherOutputStream((OutputStream) null, Cipher 39 CipherOutputStream ch = new CipherOutputStream((OutputStream) null) {};
|
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/interfaces/ |
DHPrivateKeyTest.java | 71 return null; 74 return null;
|
DHPublicKeyTest.java | 73 return null; 76 return null;
|