HomeSort by relevance Sort by last modified time
    Searched refs:RESOLVED (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/media/cdm/
aes_decryptor_unittest.cc 198 enum PromiseResult { RESOLVED, REJECTED };
225 EXPECT_EQ(expected, RESOLVED);
231 EXPECT_EQ(expected, RESOLVED);
270 CreateSessionPromise(RESOLVED));
279 decryptor_.ReleaseSession(session_id, CreatePromise(RESOLVED));
381 CreateSessionPromise(RESOLVED));
391 CreateSessionPromise(RESOLVED));
399 CreateSessionPromise(RESOLVED));
407 CreateSessionPromise(RESOLVED));
412 UpdateSessionAndExpect(session_id, kKeyAsJWK, RESOLVED);
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
Label.java 51 static final int RESOLVED = 2;
112 * @see #RESOLVED
148 * forward references have been resolved. Hence the same array can be used
258 * @throws IllegalStateException if this label is not resolved yet.
261 if ((status & RESOLVED) == 0) {
262 throw new IllegalStateException("Label offset position has not been resolved yet");
288 if ((status & RESOLVED) == 0) {
307 * for a true forward reference, i.e. only if this label is not resolved
353 * @throws IllegalArgumentException if this label has already been resolved,
362 this.status |= RESOLVED;
    [all...]
MethodWriter.java 896 if ((label.status & Label.RESOLVED) != 0
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_signed_rgba.spec 60 RESOLVED: MESA_texture_signed_rgba seems reasonable.
67 RESOLVED: NO. To keep this extension simple, only add the most
76 RESOLVED: NO. Same enums as those used in OpenGL 3.1.
81 RESOLVED: Same as described in issue 5) of
125 RESOLVED: Same as described in issue 6) of
170 RESOLVED: YES.
177 RESOLVED: ARB_texture_float states type is either NONE,
MESA_texture_array.spec     [all...]
MESA_drm_image.spec 129 RESOLVED: The eglCreateImageKHR entry point is reserved for
138 RESOLVED: The eglQueryImage function has been proposed often,
  /external/mesa3d/docs/
MESA_texture_signed_rgba.spec 60 RESOLVED: MESA_texture_signed_rgba seems reasonable.
67 RESOLVED: NO. To keep this extension simple, only add the most
76 RESOLVED: NO. Same enums as those used in OpenGL 3.1.
81 RESOLVED: Same as described in issue 5) of
125 RESOLVED: Same as described in issue 6) of
170 RESOLVED: YES.
177 RESOLVED: ARB_texture_float states type is either NONE,
MESA_texture_array.spec     [all...]
MESA_drm_image.spec 129 RESOLVED: The eglCreateImageKHR entry point is reserved for
138 RESOLVED: The eglQueryImage function has been proposed often,
  /external/chromium_org/media/filters/
pipeline_integration_test.cc 182 enum PromiseResult { RESOLVED, REJECTED };
191 EXPECT_EQ(expected, RESOLVED);
197 EXPECT_EQ(expected, RESOLVED);
252 CreateSessionPromise(RESOLVED));
272 CreatePromise(RESOLVED));
299 CreateSessionPromise(RESOLVED));
313 CreatePromise(RESOLVED));
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.event_1.2.0.v20100503.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.inject-0.0.0.M5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/ow2/asm/asm-debug-all/4.0/
asm-debug-all-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 

Completed in 2721 milliseconds

1 2