HomeSort by relevance Sort by last modified time
    Searched refs:null (Results 2951 - 2975 of 19630) sorted by null

<<111112113114115116117118119120>>

  /external/chromium_org/base/android/java/src/org/chromium/base/
WeakContext.java 15 * other thread (may return null, if the Context has been nullified).
31 // May return null if context is no longer available.
34 if (context == null) {
35 return null;
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/
ChromiumSyncAdapterService.java 14 private static ChromiumSyncAdapter sSyncAdapter = null;
22 if (sSyncAdapter == null) {
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/identity/
UuidBasedUniqueIdentificationGeneratorTest.java 34 Assert.assertEquals(expectedUniqueId, generator.getUniqueId(null));
38 Assert.assertEquals(expectedUniqueId, generator.getUniqueId(null));
44 generator = new TestGenerator(mContext, preferenceKey, null);
45 Assert.assertEquals(expectedUniqueId, generator.getUniqueId(null));
60 Assert.assertEquals(expectedUniqueId1, generator1.getUniqueId(null));
61 Assert.assertEquals(expectedUniqueId2, generator2.getUniqueId(null));
65 Assert.assertEquals(expectedUniqueId1, generator1.getUniqueId(null));
68 Assert.assertEquals(expectedUniqueId2, generator2.getUniqueId(null));
  /external/chromium_org/chrome/renderer/resources/extensions/
searchbox_api.js 67 this.onfocuschange = null;
68 this.onkeycapturechange = null;
69 this.onmarginchange = null;
70 this.onsubmit = null;
71 this.onsuggestionchange = null;
72 this.ontogglevoicesearch = null;
101 item.url = null;
102 item.title = null;
103 item.domain = null;
104 item.direction = null;
    [all...]
tab_capture_custom_bindings.js 24 function() { callback(null); });
26 callback(null);
29 request.callback(null);
31 request.callback = null;
  /external/chromium_org/chrome/test/functional/perf/endure_graphs/js/
dom_utils.js 37 return (event.pageX != null && event.pageY != null) ?
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ContentViewRenderView.java 59 assert rootWindow != null; local
69 if (mCurrentContentView != null) {
125 if (mVSyncListener != null) {
154 if (mVSyncListener != null) mVSyncMonitor.requestUpdate();
169 if (mSurfaceView != null) {
192 contentView != null ? contentView.getContentViewCore() : null;
195 contentViewCore != null ? contentViewCore.getNativeContentViewCore() : 0);
197 if (contentViewCore != null) {
227 canvas.drawBitmap(bitmap, 0, 0, null);
    [all...]
  /external/chromium_org/net/data/proxy_resolver_v8_tracing_unittest/
error.js 4 var x = null;
  /external/chromium_org/sdch/open-vcdiff/packages/
rpm.sh 75 grep "Red Hat.*release 7" /etc/issue >/dev/null 2>&1 && destdir=rh7
76 grep "Red Hat.*release 8" /etc/issue >/dev/null 2>&1 && destdir=rh8
77 grep "Red Hat.*release 9" /etc/issue >/dev/null 2>&1 && destdir=rh9
78 if grep Fedora /etc/issue >/dev/null; then
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TempFile.js 41 this._fileEntry = null;
42 this._writer = null;
84 writer.onwrite = null;
85 writer.onerror = null;
92 callback(null);
108 callback(null);
127 this._writer = null;
154 callback(null);
  /external/chromium_org/third_party/ots/test/
test_malicious_fonts.sh 38 "$CHECKER" "$1" > /dev/null 2>&1 || (echo ; echo "\nFAIL: $1 (Run $CHECKER $1 for more information.)")
  /external/chromium_org/third_party/yasm/source/patched-yasm/
out_test.sh 13 mkdir results >/dev/null 2>&1
32 eg=/dev/null
36 sh -c "cat ${asm} | ./yasm $4 -o results/${o} - 2>results/${e}" >/dev/null 2>/dev/null
44 echo ${asm} | grep err >/dev/null
52 if diff -w ${eg} results/${e} >/dev/null; then
64 echo ${asm} | grep -v err >/dev/null
72 if diff -w ${og} results/${oh} >/dev/null; then
73 if diff -w ${eg} results/${e} >/dev/null; then
  /external/clang/utils/ABITest/
build-and-summarize.sh 11 $dir/build.sh $1 &> /dev/null || true
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
HeaderSection.java 29 /** {@code non-null;} the list of the one item in the section */
35 * @param file {@code non-null;} file that this instance is part of
38 super(null, file, 4);
49 return null;
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
LocalVariableInfo.java 34 * {@code non-null;} {@link RegisterSpecSet} to use when indicating a block
41 * {@code non-null;} array consisting of register sets representing the
47 /** {@code non-null;} map from instructions to the variable each assigns */
53 * @param method {@code non-null;} the method being represented by this instance
56 if (method == null) {
57 throw new NullPointerException("method == null");
77 * @param specs {@code non-null;} the register set to associate with the block
82 if (specs == null) {
83 throw new NullPointerException("specs == null");
102 * @param specs {@code non-null;} the register set to merge into the start se
    [all...]
RegisterSpecSet.java 27 /** {@code non-null;} no-element instance */
31 * {@code non-null;} array of register specs, where each element is
32 * {@code null} or is an instance whose {@code reg}
76 if ((s1 == null) || !s1.equals(s2)) {
92 int oneHash = (spec == null) ? 0 : spec.hashCode();
110 if (spec != null) {
148 if (specs[i] != null) {
163 * @return {@code null-ok;} the element with the given register number or
164 * {@code null} if there is none
180 * @param spec {@code non-null;} spec with the desired register numbe
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
LocalVariableInfo.java 36 * {@code non-null;} {@link com.android.dx.rop.code.RegisterSpecSet} to use when indicating a block
43 * {@code non-null;} array consisting of register sets representing the
49 /** {@code non-null;} map from instructions to the variable each assigns */
55 * @param method {@code non-null;} the method being represented by this instance
58 if (method == null) {
59 throw new NullPointerException("method == null");
78 * @param specs {@code non-null;} the register set to associate with the block
83 if (specs == null) {
84 throw new NullPointerException("specs == null");
103 * @param specs {@code non-null;} the register set to merge into the start se
    [all...]
  /external/easymock/src/org/easymock/
EasyMock.java 109 * <code>null</code> or <code>false</code> for unexpected invocations.
125 * <code>null</code> or <code>false</code> for unexpected invocations.
161 * <code>null</code> or <code>false</code> for unexpected invocations.
201 if (lastControl == null) {
292 * @return <code>null</code>.
296 return null;
306 * @return <code>null</code>.
310 return null;
398 * @return <code>null</code>.
402 return null;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
SQL_Results.java 46 if (this.queryBuildScenarios != null)
48 if (this.queryBuildAllScenarios != null)
50 if (this.queryScenarioSummaries != null)
52 if (this.queryAllComments != null)
54 if (this.queryScenariosBuilds != null)
56 if (this.queryScenarioDataPoints != null)
58 if (this.queryDimScalars != null)
60 if (this.queryAllVariations != null)
71 if (this.queryAllComments == null)
86 if (this.queryAllVariations == null) {
    [all...]
  /external/eigen/bench/
bench_multi_compilers.sh 21 ${CLIST[$i]} $benchfile -I.. -o .bench && ./.bench 2> /dev/null
  /external/elfutils/tests/
run-dwfl-bug-offline-rel.sh 31 module: 00000000..00002308 testfile36 (null)
  /external/emma/ant/ant14/com/vladium/emma/ant/
GenericCfg.java 43 if (task == null) throw new IllegalArgumentException ("null input: task");
61 m_genericSettings = null;
74 if ((fileSettings == null) && (m_settingsFile != null))
97 if (genericSettings == null)
107 if (value == null) value = "";
109 if (name != null)
111 // [assertion: name != null, value != null]
    [all...]
  /external/iputils/
ipg 4 modprobe pg3 >& /dev/null
5 modprobe pktgen >& /dev/null
  /external/javassist/src/main/javassist/
ByteArrayClassPath.java 80 return null;
96 return null;
  /external/javassist/src/main/javassist/compiler/ast/
ASTList.java 22 * The right subtree must be an ASTList object or null.
35 right = null;
78 while (list != null) {
81 sbuf.append(a == null ? "<null>" : a.toString());
97 if (list == null)
101 while (list != null) {
128 for (ASTList list = this; list != null; list = list.right)
148 if (a == null)
152 while (list.right != null)
    [all...]

Completed in 1580 milliseconds

<<111112113114115116117118119120>>