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

<<11121314151617

  /external/chromium_org/third_party/icu/source/i18n/
olsontz.cpp 691 // Create initial rule
711 if (typeMapData[transitionIdx] != 0) { // type 0 is the initial type
768 // Create initial transition
    [all...]
rbtz.cpp 576 RuleBasedTimeZone::getTimeZoneRules(const InitialTimeZoneRule*& initial,
583 // Initial rule
584 initial = fInitialRule;
simpletz.cpp     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tzrulets.cpp 166 "RBTZ_Initial", // Initial time Name
407 // Try to add an initial rule
408 InitialTimeZoneRule *ir1 = new InitialTimeZoneRule("Test Initial", 2*HOUR, 0);
660 const InitialTimeZoneRule *initial; local
662 tz->getTimeZoneRules(initial, trsrules, ruleCount, status);
666 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone(*tzid, initial->clone());
825 // because there is no good way to represent the initial time with
1118 InitialTimeZoneRule *initial; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
ipaddress_unittest.cc 160 bool CheckTruncateIP(const std::string& initial, int truncate_length,
163 IPFromString(initial, &addr);
    [all...]
  /external/chromium_org/third_party/webrtc/base/
ipaddress_unittest.cc 143 bool CheckTruncateIP(const std::string& initial, int truncate_length,
146 IPFromString(initial, &addr);
    [all...]
  /external/chromium_org/v8/src/
platform-win32.cc 869 void* initial) {
880 if (memory) MemMove(memory, initial, size);
    [all...]
  /external/chromium_org/v8/test/mjsunit/
large-object-allocation.js 284 // instance size is not checked when allocating the initial map for MultiProp.
  /external/deqp/modules/gles3/functional/
es3fBooleanStateQueryTests.cpp 415 IsEnabledStateTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum targetName, bool initial)
418 , m_initial (initial)
789 FOR_EACH_VERIFIER(normalVerifiers, addChild(new InitialBooleanTestCase (m_context, verifier, (std::string("transform_feedback_active_initial") + verifier->getTestNamePostfix()).c_str(), "initial TRANSFORM_FEEDBACK_ACTIVE", GL_TRANSFORM_FEEDBACK_ACTIVE, false)));
790 FOR_EACH_VERIFIER(normalVerifiers, addChild(new InitialBooleanTestCase (m_context, verifier, (std::string("transform_feedback_paused_initial") + verifier->getTestNamePostfix()).c_str(), "initial TRANSFORM_FEEDBACK_PAUSED", GL_TRANSFORM_FEEDBACK_PAUSED, false)));
  /external/flac/libFLAC/ppc/as/
lpc_asm.s 78 ; load coefficients into v0-v7 and initial history into v8-v15
327 ; load coefficients into v0-v1 and initial history into v2-v3
  /external/flac/libFLAC/ppc/gas/
lpc_asm.s 80 # load coefficients into v0-v7 and initial history into v8-v15
329 # load coefficients into v0-v1 and initial history into v2-v3
  /external/icu/icu4c/source/i18n/
olsontz.cpp 717 // Create initial rule
737 if (typeMapData[transitionIdx] != 0) { // type 0 is the initial type
794 // Create initial transition
    [all...]
rbtz.cpp 594 RuleBasedTimeZone::getTimeZoneRules(const InitialTimeZoneRule*& initial,
601 // Initial rule
602 initial = fInitialRule;
simpletz.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
tzrulets.cpp 165 "RBTZ_Initial", // Initial time Name
406 // Try to add an initial rule
407 InitialTimeZoneRule *ir1 = new InitialTimeZoneRule("Test Initial", 2*HOUR, 0);
659 const InitialTimeZoneRule *initial; local
661 tz->getTimeZoneRules(initial, trsrules, ruleCount, status);
665 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone(*tzid, initial->clone());
824 // because there is no good way to represent the initial time with
1117 InitialTimeZoneRule *initial; local
    [all...]
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 161 In both of these cases in which the initial audio PCM starting
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
LinkedListTest.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandlerTest.java 563 // The initial (default value); revert to this one after cycling,
564 Object initial = values.parameters.get(parameter.id); local
600 values.parameters.put(parameter.id, initial);
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/
input.py     [all...]
  /frameworks/base/tools/aapt/
AaptAssets.cpp 504 size_t initial = mDataSize; local
505 void* data = editData(initial+(wordSize-extra));
507 memset(((uint8_t*)data) + initial, 0, wordSize-extra);
    [all...]
  /external/chromium_org/remoting/webapp/
format_iq.js 206 } else if (dname == 'initial-resolution') {
230 result += '\n initial resolution: ' + resolution;
  /external/deqp/modules/gles31/functional/
es31fDebugTests.cpp 822 vector<MessageFilter> genFilters (const vector<MessageData>& messages, const vector<MessageFilter>& initial, deUint32 seed, int iterations) const;
910 vector<FilterCase::MessageFilter> FilterCase::genFilters (const vector<MessageData>& messages, const vector<MessageFilter>& initial, deUint32 seed, int iterations) const
920 return initial;
939 vector<MessageFilter> filters = initial;
    [all...]
  /external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/
PropertyChangeSupportTest.java     [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
search.js 388 * Sync to the correct initial node.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
braille_display_manager.js 91 // Get the initial captions state since we won't refresh the display

Completed in 2416 milliseconds

<<11121314151617