HomeSort by relevance Sort by last modified time
    Searched refs:initial (Results 201 - 225 of 425) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
picoloaddbg.lua 14 -- - initial '!' and trailing '!.*' are treated as comments, no '[]'
picoloadphones.lua 13 -- - initial '!' and trailing '!.*' are treated as comments, no '[]'
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/
XMPPathParser.java 345 throw new XMPException("Empty initial XMPPath step", XMPError.BADXPATH);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ArrayDequeTest.java 904 public void assertDeserialized(Serializable initial,
    [all...]
IdentityHashMapTest.java 81 fail("Failed to throw IllegalArgumentException for initial capacity < 0");
490 public void assertDeserialized(Serializable initial, Serializable deserialized) {
491 IdentityHashMap<String, String> initialMap = (IdentityHashMap<String, String>) initial;
862 public void assertDeserialized(Serializable initial,
865 IdentityHashMap init = (IdentityHashMap) initial
    [all...]
  /external/chromium_org/third_party/lcov/bin/
geninfo 232 our $initial;
351 "initial|i" => \$initial,
544 if ($initial && $br_coverage) {
545 warn("Note: --initial does not generate branch coverage ".
574 -i, --initial Capture initial zero coverage data
673 if ($initial) {
702 if ($initial) {
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/
SpdyConnectionTest.java 277 Settings initial = new Settings();
278 initial.set(Settings.INITIAL_WINDOW_SIZE, PERSIST_VALUE, 1684);
282 peer.sendFrame().settings(initial);
305 assertEquals(1684, connection.bytesLeftInWriteWindow); // initial wasn't affected.
306 // New Stream is has the most recent initial window size.
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
GravityTest.java 338 private void assertOneGravity(int expected, int initial, boolean isRtl) {
341 assertEquals(expected, Gravity.getAbsoluteGravity(initial, layoutDirection));
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
page_selection.js 24 * @param {!cvox.CursorSelection} sel The initial selection.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
abstract_selection_walker.js 108 // This.next places us at the correct initial position (except below).
abstract_shifter.js 161 * @param {!cvox.CursorSelection} sel The initial selection.
  /external/chromium_org/chrome/browser/resources/login/
oobe.css 223 .background-initial {
  /external/chromium_org/chrome/browser/resources/signin_internals/
signin_internals.js 174 // On load, do an initial refresh and register refreshSigninInfo to be invoked
  /external/chromium_org/chrome/renderer/resources/extensions/
automation_custom_bindings.js 55 // populated by the initial onAccessibilityEvent call.
  /external/chromium_org/content/renderer/media/webrtc/
media_stream_track_metrics_unittest.cc 247 scoped_refptr<MockAudioTrackInterface> initial(MakeAudioTrack("initial"));
249 stream_->AddTrack(initial);
253 SendLifetimeMessage("initial",
268 SendLifetimeMessage("initial",
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_array.spec 391 same initial values. If the new texture object is bound to TEXTURE_1D,
412 In the initial state, TEXTURE_1D, TEXTURE_2D, TEXTURE_3D,
416 that access to these initial textures not be lost, they are treated as
417 texture objects all of whose names are 0. The initial one-, two-,
436 "The texture object name space, including the initial one-, two-, and
715 Initial
    [all...]
  /external/chromium_org/v8/src/
harmony-math.js 156 // Using initial approximation adapted from Kahan's cbrt and 4 iterations
  /external/chromium_org/v8/test/mjsunit/regress/
regress-334.js 55 // Sanity check: expected initial state.
  /external/deqp/modules/gles2/functional/
es2fBooleanStateQueryTests.cpp 375 IsEnabledStateTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum targetName, bool initial)
378 , m_initial (initial)
  /external/mesa3d/docs/
MESA_texture_array.spec 391 same initial values. If the new texture object is bound to TEXTURE_1D,
412 In the initial state, TEXTURE_1D, TEXTURE_2D, TEXTURE_3D,
416 that access to these initial textures not be lost, they are treated as
417 texture objects all of whose names are 0. The initial one-, two-,
436 "The texture object name space, including the initial one-, two-, and
715 Initial
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ThreadGroupTest.java 56 ThreadGroup initial = initialThreadGroup; local
61 newGroup.getParent() == initial);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
Inet6AddressTest.java     [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ArrayBlockingQueue.java 428 * blocking. This is always equal to the initial capacity of this queue
810 Itrs(Itr initial) {
811 register(initial);
    [all...]
  /packages/apps/Email/tests/src/com/android/email/
SecurityPolicyTests.java 237 Policy initial = setupPolicy(10, Policy.PASSWORD_MODE_SIMPLE, 0, 0, false, 0, 0, 0, local
239 SecurityPolicy.setAccountPolicy(mMockContext, account, initial, null);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiResourceAttributeNode.java 152 * @param currentValue an initial value, if any
368 String initial = prefix != null && prefix.startsWith(PREFIX_THEME_REF) local
373 sb.append(initial);

Completed in 2059 milliseconds

1 2 3 4 5 6 7 891011>>